@charset "UTF-8";
@media only screen and (max-width: 1279px) {
  .pc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 1280px) {
  .sp-only {
    display: none !important;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media print, screen and (min-width: 1280px) {
  .inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .inner {
    width: 1340px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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;
}

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;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

s {
  position: relative;
  z-index: 0;
}

s::before,
s::after {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

s::before {
  content: " [取り消しテキスト開始] ";
}

s::after {
  content: " [取り消しテキスト終了] ";
}

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

main {
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}
button::-webkit-search-decoration {
  display: none;
}
button:focus {
  outline-offset: -2px;
}

::-ms-reveal {
  visibility: hidden;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number] {
  max-width: 100%;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 0.2em 0.5em;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime-local]::placeholder,
input[type=number]::placeholder {
  color: #C5C5C5;
}
@media print, screen and (min-width: 768px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=datetime],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime-local],
  input[type=number] {
    max-width: 20em;
  }
}

label, input {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (min-width: 1280px) {
  body {
    font-size: 1.8rem;
  }
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.wp-block-archives {
  box-sizing: border-box;
}

.wp-block-archives-dropdown label {
  display: block;
}

.wp-block-audio {
  box-sizing: border-box;
}

.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}

.wp-block-button__link.aligncenter {
  text-align: center;
}

.wp-block-button__link.alignright {
  text-align: right;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}

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

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-top,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-bottom {
  width: 100%;
}

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  color: #fff;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-file__embed {
  margin-bottom: 1em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(even), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(even),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images) figure,
.wp-block-gallery:not(.has-nested-images) figure {
  justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-group {
  box-sizing: border-box;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image.alignleft, .wp-block-image.alignright, .wp-block-image.aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter {
  display: table;
}
.wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image.aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}

@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.wp-lightbox-container img {
  cursor: zoom-in;
}

.wp-lightbox-container img:hover + button {
  opacity: 1;
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}

.wp-lightbox-container button:focus {
  opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000;
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}

.wp-lightbox-overlay button {
  background: none;
  border: none;
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}

.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}

.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
  animation: turn-off-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}

@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol, ul {
  box-sizing: border-box;
}
ol.has-background, ul.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.wp-block-media-text img,
.wp-block-media-text video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

p.has-background {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-spacer {
  clear: both;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table .has-border-color > *, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color th, .wp-block-table .has-border-color td {
  border-color: inherit;
}
.wp-block-table table[style*=border-top-color] > *,
.wp-block-table table[style*=border-top-color] tr:first-child {
  border-top-color: inherit;
}
.wp-block-table table[style*=border-top-color] > * th, .wp-block-table table[style*=border-top-color] > * td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color] tr:first-child td {
  border-top-color: inherit;
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor;
}
.wp-block-table table[style*=border-right-color] > *, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] td:last-child {
  border-right-color: inherit;
}
.wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] tr:last-child {
  border-bottom-color: inherit;
}
.wp-block-table table[style*=border-bottom-color] > * th, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] tr:last-child td {
  border-bottom-color: inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor;
}
.wp-block-table table[style*=border-left-color] > *, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] td:first-child {
  border-left-color: inherit;
}
.wp-block-table table[style*=border-left-color] table[style*=border-style] > *, .wp-block-table table[style*=border-left-color] table[style*=border-style] tr, .wp-block-table table[style*=border-left-color] table[style*=border-style] th, .wp-block-table table[style*=border-left-color] table[style*=border-style] td {
  border-style: inherit;
}
.wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] td {
  border-width: inherit;
  border-style: inherit;
}

.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.3333333333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal:16px;
  --wp--preset--font-size--huge:42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

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

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

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

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em 0;
}

/**
 * 
 * 採用情報ページ用スタイル
 * 
 */
h2 {
  font-family: "Kaimin Sora Bold";
  font-size: 3rem;
  text-align: center;
}
h2 + p[lang=en] {
  font-family: "Kaimin Sora Bold";
  font-size: 2rem;
  text-align: center;
  background: url(../img/recruit-border.png) no-repeat center bottom;
  padding-bottom: 22px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
  h2 + p[lang=en] {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  h2 {
    font-size: 5rem;
  }
  h2 + p[lang=en] {
    font-size: 3rem;
  }
}

.overview {
  text-align: center;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media print, screen and (min-width: 1280px) {
  .overview {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .overview {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .overview {
    width: 1640px;
  }
}

.site-header {
  position: absolute;
  z-index: 10;
  padding-top: 14px;
  padding-left: 20px;
}
.site-header h1 {
  display: flex;
  align-items: center;
  width: 84%;
}
.site-header h1 img {
  display: block;
  height: 72px;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .site-header h1 {
    width: auto;
  }
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -9%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -6%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -8%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa5 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 3%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.key-visual {
  display: flex;
  flex-direction: column;
  position: relative;
  background: url(../img/recruit-keyvisual-bg.jpg) no-repeat;
  max-height: 830px;
}
.key-visual .keyvisual-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin: -20px 0;
}
.key-visual .keyvisual-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 591px;
  position: absolute;
  z-index: -1;
  top: calc(50% - 295px);
  left: 0;
  background: url(../img/recruit-keyvisual-deco2.png) no-repeat center center/90% auto;
  animation: fuwafuwa5 6s ease 0s infinite;
}
.key-visual .keyvisual-text img {
  display: block;
  width: 53%;
}
.key-visual .group1 {
  margin-left: 3%;
  margin-top: 100px;
}
.key-visual .group1 {
  display: flex;
  align-items: flex-start;
}
.key-visual .group1 .keyvisual2 {
  margin-left: -2%;
}
.key-visual .group2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-right: 3%;
  margin-bottom: 80px;
}
.key-visual .group2 .keyvisual4 {
  margin-right: -2%;
}
.key-visual .keyvisual1,
.key-visual .keyvisual2,
.key-visual .keyvisual3,
.key-visual .keyvisual4 {
  padding: 6px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key-visual .keyvisual1 img,
.key-visual .keyvisual2 img,
.key-visual .keyvisual3 img,
.key-visual .keyvisual4 img {
  border-radius: 50%;
}
.key-visual .keyvisual1,
.key-visual .keyvisual3 {
  width: 42%;
  background: url(../img/recruit-keyvisual-frame1.png) no-repeat 0 0/100% auto;
}
.key-visual .keyvisual2,
.key-visual .keyvisual4 {
  width: 28%;
  background: url(../img/recruit-keyvisual-frame2.png) no-repeat 0 0/100% auto;
}
.key-visual .keyvisual1 {
  animation: fuwafuwa1 5.5s ease 0s infinite;
}
.key-visual .keyvisual2 {
  animation: fuwafuwa2 4.5s ease 0s infinite;
}
.key-visual .keyvisual3 {
  animation: fuwafuwa3 5s ease 0s infinite;
}
.key-visual .keyvisual4 {
  animation: fuwafuwa4 4s ease 0s infinite;
}
@media print, screen and (min-width: 540px) {
  .key-visual .keyvisual-text {
    margin: -40px 0;
  }
  .key-visual .keyvisual-text img {
    width: 40%;
  }
  .key-visual .keyvisual-text::before {
    background-size: 70% auto;
  }
  .key-visual .keyvisual1,
  .key-visual .keyvisual3 {
    width: 35%;
  }
  .key-visual .keyvisual2,
  .key-visual .keyvisual4 {
    width: 22%;
  }
}
@media print, screen and (min-width: 768px) {
  .key-visual {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 2%;
    height: 46vw;
  }
  .key-visual > * {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .key-visual .keyvisual-text {
    margin: 0;
    width: 24%;
  }
  .key-visual .keyvisual-text img {
    width: 100%;
    max-width: 475px;
  }
  .key-visual .keyvisual-text::before {
    width: 190%;
    height: 154%;
    top: -25%;
    left: -40%;
    background-image: url(../img/recruit-keyvisal-deco.png);
    background-size: 100% auto;
  }
  .key-visual .keyvisual1,
  .key-visual .keyvisual2,
  .key-visual .keyvisual3,
  .key-visual .keyvisual4 {
    padding: 6px;
  }
  .key-visual .keyvisual1,
  .key-visual .keyvisual3 {
    width: 70%;
  }
  .key-visual .keyvisual2,
  .key-visual .keyvisual4 {
    width: 53%;
  }
  .key-visual .keyvisual2 {
    margin-left: 0;
  }
  .key-visual .keyvisual4 {
    margin-right: 0;
  }
  .key-visual .group1,
  .key-visual .group2 {
    align-items: center;
    position: relative;
    width: 30%;
    height: 60%;
  }
  .key-visual .group1 {
    margin-left: 0;
  }
  .key-visual .group1 .keyvisual1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .key-visual .group1 .keyvisual2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .key-visual .group2 {
    margin-right: 0;
    display: block;
  }
  .key-visual .group2 .keyvisual3 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .key-visual .group2 .keyvisual4 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .key-visual {
    height: 46vw;
  }
  .key-visual .group1,
  .key-visual .group2 {
    position: relative;
    width: 34%;
    height: 74%;
  }
}
@media print, screen and (min-width: 1920px) {
  .key-visual {
    height: 43vw;
  }
  .key-visual .keyvisual-text::before {
    width: 900px;
    height: 726px;
    top: calc(50% - 363px);
    left: calc(50% - 450px);
  }
  .key-visual .keyvisual1,
  .key-visual .keyvisual2,
  .key-visual .keyvisual3,
  .key-visual .keyvisual4 {
    padding: 10px;
  }
}

.recruit-news {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  left: 5%;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 20px;
  min-height: 80px;
  display: flex;
}
.recruit-news .news {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
}
.recruit-news a {
  display: block;
}
.recruit-news a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: all 1s;
  transform: scale(0, 1);
  transform-origin: left top;
  transition-timing-function: ease-out;
  background-color: #6EC16A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit-news a:hover::after, .recruit-news a:focus::after {
  transform: scale(1, 1);
}
.recruit-news .arrows {
  width: 60px;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.recruit-news .arrows button {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}
.recruit-news .arrows button .text {
  color: transparent;
}
.recruit-news .arrows button::before, .recruit-news .arrows button::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  transform-origin: center right;
  background-color: #333333;
}
.recruit-news .arrows button::before {
  transform: rotate(45deg);
  margin-top: 1px;
}
.recruit-news .arrows button::after {
  transform: rotate(-45deg);
}
.recruit-news .arrows button.slide-prev {
  border-left: solid 1px #EFE3E3;
  transform: rotate(180deg);
}
.recruit-news .arrows button:hover, .recruit-news .arrows button:focus {
  background-color: #E2F3E1;
}
@media print, screen and (min-width: 768px) {
  .recruit-news {
    padding: 20px 50px;
    border-radius: 50px;
  }
  .recruit-news a {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .recruit-news .arrows {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit-news {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    margin: 0;
    width: 90%;
    left: 5%;
  }
}
@media print, screen and (min-width: 1920px) {
  .recruit-news {
    left: 50%;
    width: 1440px;
    margin-left: -770px;
  }
}

.cta-link {
  display: block;
  position: fixed;
  z-index: 10;
  right: 6px;
  bottom: 3px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 80px;
  height: 80px;
  border: solid 2px #fff;
}
.cta-link:hover, .cta-link:focus {
  border-color: #F29499;
}
.cta-link img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .cta-link {
    width: 120px;
    height: 120px;
    right: 20px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cta-link {
    width: 160px;
    height: 160px;
  }
}

.section-message {
  position: relative;
  display: flex;
  overflow: hidden;
}
.section-message .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -385px;
  margin-left: -960px;
  z-index: -1;
}
.section-message .bgimg img {
  height: 100%;
  width: auto;
  max-width: none;
}
.section-message h2 {
  text-align: left;
}
.section-message h2 + p[lang=en] {
  text-align: left;
  background-position: left bottom;
}
.section-message .bg {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 6% 40px;
}
.section-message .content .message {
  padding-left: 6%;
}
.section-message .content .message p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 1280px) {
  .section-message {
    min-height: 770px;
  }
  .section-message h2 {
    font-size: 4rem;
  }
  .section-message h2 + p[lang=en] {
    font-size: 2.4rem;
  }
  .section-message .bg {
    width: auto;
    margin: 0;
    padding: 0;
    width: 54%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7%;
    padding-right: 4%;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-message .bg {
    padding-left: 140px;
    padding-right: 90px;
  }
  .section-message .content .message {
    padding-left: 84px;
  }
}

.section-movie {
  padding: 60px 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 1280px) {
  .section-movie {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-movie {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-movie {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-movie {
    width: 1640px;
  }
}
.section-movie .bnr-recruit-movie {
  display: none;
}
.section-movie .bnr-recruit-movie2 {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .section-movie .bnr-recruit-movie {
    display: block;
  }
  .section-movie .bnr-recruit-movie2 {
    display: none;
  }
}
.section-movie a {
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.section-movie a img {
  display: block;
}
.section-movie a:hover, .section-movie a:focus {
  box-shadow: none;
}
.section-movie a:hover img, .section-movie a:focus img {
  opacity: 0.6;
}

.section-interview {
  padding: 60px 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 4%;
}
@media print, screen and (min-width: 1280px) {
  .section-interview {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-interview {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-interview {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-interview {
    width: 1640px;
  }
}
.section-interview h2 {
  text-align: left;
}
.section-interview h2 + p[lang=en] {
  text-align: left;
  background-position: left bottom;
}
.section-interview .link-button a {
  position: relative;
  padding: 1em 1em;
  padding-right: 50px;
  border: #6EC16A solid 1px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(to left, #8BC500, #6EC16A);
  font-weight: bold;
  display: inline-block;
}
.section-interview .link-button a::before, .section-interview .link-button a::after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform-origin: center right;
}
.section-interview .link-button a::before {
  transform: rotate(45deg);
  margin-top: 1px;
}
.section-interview .link-button a::after {
  margin-top: -1px;
  transform: rotate(-45deg);
}
.section-interview .link-button a:hover, .section-interview .link-button a:focus {
  background: #EFEFEF !important;
  color: #333333;
}
.section-interview .link-button a:hover::before, .section-interview .link-button a:hover::after, .section-interview .link-button a:focus::before, .section-interview .link-button a:focus::after {
  background-color: #333333;
}
@media print, screen and (min-width: 768px) {
  .section-interview .link-button a {
    padding: 1em 40px;
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-interview {
    flex-direction: row;
  }
  .section-interview .img {
    width: 63%;
  }
}

.section-pagelinks {
  padding: 60px 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 4%;
}
@media print, screen and (min-width: 1280px) {
  .section-pagelinks {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-pagelinks {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-pagelinks {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-pagelinks {
    width: 1640px;
  }
}
.section-pagelinks .item {
  max-width: 677px;
}
.section-pagelinks a {
  display: block;
  border-bottom: solid 1px #F29499;
  position: relative;
}
.section-pagelinks a::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background-color: #6EC16A;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.section-pagelinks a:hover, .section-pagelinks a:focus {
  background: #F9F5F4;
}
.section-pagelinks a img {
  display: block;
}
.section-pagelinks a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
}
.section-pagelinks a .title h2 {
  font-family: "Kaimin Sora Bold";
  font-size: 2.4rem;
  text-align: left;
}
.section-pagelinks a .title div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.section-pagelinks a .title .border {
  display: block;
  width: 78px;
  height: 12px;
  background-image: url(../img/recruit-border.png);
  background-repeat: no-repeat;
}
.section-pagelinks a .title .icon {
  position: relative;
  border: solid #333333 2px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: block;
}
.section-pagelinks a .title .icon::before {
  content: "";
  border-style: solid;
  border-color: #333333 #333333 transparent transparent;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  transform: rotate(45deg);
}
.section-pagelinks p {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .section-pagelinks {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2%;
  }
  .section-pagelinks .item {
    width: 49%;
  }
  .section-pagelinks a .title h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-pagelinks {
    justify-content: center;
    column-gap: 70px;
  }
}

.section-recruitment {
  padding: 60px 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media print, screen and (min-width: 1280px) {
  .section-recruitment {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-recruitment {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-recruitment {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-recruitment {
    width: 1640px;
  }
}
.section-recruitment .link-file {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}
.section-recruitment .link-file a {
  display: block;
  background-color: #6EC16A;
  color: #fff;
  position: relative;
  padding: 1.4em 2.4em;
  padding-right: 80px;
  font-weight: bold;
  border: solid #6EC16A 1px;
}
.section-recruitment .link-file a .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  border: solid #fff 2px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: block;
}
.section-recruitment .link-file a .icon::before {
  content: "";
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  transform: rotate(45deg);
}
.section-recruitment .link-file a:hover, .section-recruitment .link-file a:focus {
  color: #333333;
  background-color: #E2F3E1;
}
.section-recruitment .link-file a:hover .icon, .section-recruitment .link-file a:focus .icon {
  border-color: #333333;
}
.section-recruitment .link-file a:hover .icon::before, .section-recruitment .link-file a:focus .icon::before {
  border-color: #333333;
}
.section-recruitment .link-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.section-recruitment .link-buttons a {
  display: flex;
  flex-direction: column;
  background-color: #6EC16A;
  color: #fff;
  position: relative;
  padding: 1.4em 2.4em;
  padding-right: 80px;
  border: solid #6EC16A 1px;
}
.section-recruitment .link-buttons a p {
  font-size: 2rem;
  font-weight: bold;
}
.section-recruitment .link-buttons a p[lang=en] {
  font-size: 1.2rem;
  font-weight: normal;
}
.section-recruitment .link-buttons a .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  border: solid #fff 2px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: block;
}
.section-recruitment .link-buttons a .icon::before {
  content: "";
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  transform: rotate(45deg);
}
.section-recruitment .link-buttons a:hover, .section-recruitment .link-buttons a:focus {
  color: #333333;
  background-color: #E2F3E1;
}
.section-recruitment .link-buttons a:hover .icon, .section-recruitment .link-buttons a:focus .icon {
  border-color: #333333;
}
.section-recruitment .link-buttons a:hover .icon::before, .section-recruitment .link-buttons a:focus .icon::before {
  border-color: #333333;
}
@media print, screen and (min-width: 768px) {
  .section-recruitment .link-buttons {
    flex-direction: row;
    column-gap: 2%;
  }
  .section-recruitment .link-buttons a {
    width: 40%;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-recruitment .link-buttons {
    column-gap: 2%;
  }
  .section-recruitment .link-buttons a {
    width: 32%;
  }
  .section-recruitment .link-buttons a p {
    font-size: 3rem;
  }
  .section-recruitment .link-buttons a p[lang=en] {
    font-size: 1.4rem;
  }
  .section-recruitment .link-buttons a .icon {
    right: 30px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-recruitment .link-buttons {
    column-gap: 50px;
  }
  .section-recruitment .link-buttons a {
    width: 520px;
  }
}

.section-tour {
  padding: 60px 0;
  background-color: #FDFAF8;
}
@media print, screen and (min-width: 1280px) {
  .section-tour {
    padding: 100px 0;
  }
}
.section-tour .post-list {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
@media print, screen and (min-width: 1280px) {
  .section-tour .post-list {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-tour .post-list {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-tour .post-list {
    width: 1640px;
  }
}
.section-tour .post-list .item {
  max-width: 500px;
  background-color: #fff;
}
.section-tour .post-list .item .thumbnail {
  display: flex;
  position: relative;
}
.section-tour .post-list .item .thumbnail img {
  display: block;
}
.section-tour .post-list .item .thumbnail .tag {
  min-width: 140px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Kaimin Sora Bold";
  font-size: 2rem;
  letter-spacing: 0.2em;
  border: solid #fff 1px;
}
.section-tour .post-list .item .thumbnail .tag.oushu {
  background-color: #E2F3E1;
}
.section-tour .post-list .item .thumbnail .tag.clinic_ichi {
  background-color: #E1E7F0;
}
.section-tour .post-list .item .thumbnail .tag.seiwaen {
  background-color: #ECDAE0;
}
.section-tour .post-list .item .thumbnail .tag.kaigo {
  background-color: #F3E4DB;
}
.section-tour .post-list .item .thumbnail .tag.tuusyo {
  background-color: #D8EAE9;
}
.section-tour .post-list .item .thumbnail .tag.asagao {
  background-color: #DFDCE8;
}
.section-tour .post-list .item .thumbnail .tag.mizusawaminami {
  background-color: #EEEBDD;
}
.section-tour .post-list .item .thumbnail .tag.himawari {
  background-color: #FDF4D2;
}
.section-tour .post-list .item .text {
  padding: 20px 30px;
}
@media print, screen and (min-width: 768px) {
  .section-tour .post-list {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 2%;
  }
  .section-tour .post-list .item {
    width: 49%;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-tour .post-list {
    column-gap: 3.5%;
  }
  .section-tour .post-list .item {
    width: 31%;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-tour .post-list {
    column-gap: 70px;
  }
  .section-tour .post-list .item {
    width: 500px;
  }
}

.section-cta {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/recruit-cta-bg.jpg) no-repeat center center/cover;
}
.section-cta .bg {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 8%;
}
@media print, screen and (min-width: 1280px) {
  .section-cta .bg {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-cta .bg {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .section-cta .bg {
    width: 1640px;
  }
}
.section-cta .link-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  column-gap: 30px;
  row-gap: 10px;
}
.section-cta .link-buttons .mail-item, .section-cta .link-buttons .tel-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  max-width: 500px;
  white-space: nowrap;
}
.section-cta .link-buttons .mail-item p, .section-cta .link-buttons .tel-item p {
  display: inline-block;
}
.section-cta .link-buttons .mail-item {
  background: linear-gradient(to left, #8BC500, #6EC16A);
  border: solid #6EC16A 1px;
}
.section-cta .link-buttons .mail-item p {
  background: url(../img/recruit-icon-mail.svg) no-repeat 0 center/24px auto;
  padding-left: 34px;
}
.section-cta .link-buttons .mail-item:hover, .section-cta .link-buttons .mail-item:focus {
  background: #E2F3E1;
  color: #333333;
}
.section-cta .link-buttons .mail-item:hover p, .section-cta .link-buttons .mail-item:focus p {
  background-image: url(../img/recruit-icon-mail2.svg);
}
.section-cta .link-buttons .tel-item {
  background-color: #F29499;
}
.section-cta .link-buttons .tel-item .tel {
  background: url(../img/recruit-icon-tel.svg) no-repeat left center/26px auto;
  padding-left: 34px;
}
.section-cta .link-buttons .tel-item .uketsuke {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .section-cta .link-buttons {
    flex-direction: row;
  }
  .section-cta .link-buttons .mail-item, .section-cta .link-buttons .tel-item {
    font-size: 3rem;
  }
  .section-cta .link-buttons .mail-item p {
    background-size: 36px auto;
    padding-left: 60px;
  }
  .section-cta .link-buttons .tel-item .tel {
    background-size: 39px auto;
    padding-left: 50px;
  }
  .section-cta .link-buttons .tel-item .uketsuke {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .section-cta .bg {
    padding: 60px 0;
  }
  .section-cta .link-buttons .mail-item, .section-cta .link-buttons .tel-item {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1440px) {
  .section-cta .link-buttons .mail-item, .section-cta .link-buttons .tel-item {
    font-size: 4.5rem;
  }
}

.site-footer {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  column-gap: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 110px;
}
@media print, screen and (min-width: 1280px) {
  .site-footer {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  .site-footer {
    width: 1340px;
  }
}
@media print, screen and (min-width: 1920px) {
  .site-footer {
    width: 1640px;
  }
}
.site-footer .banner-list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
}
.site-footer .banner-list a:hover, .site-footer .banner-list a:focus {
  opacity: 0.6;
}
.site-footer .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 1280px) {
  .site-footer {
    margin-bottom: 180px;
  }
}