@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

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

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #4c4948;
  font-size: 17px;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  color: #75aad1;
}

a:hover, a:active, a:focus {
  color: #75aad1;
}

mark {
  font-style: normal;
}

iframe[src*="google.com/maps/"] {
  width: 100%;
}

.anim-box {
  opacity: 0;
  transition: all 0.2s;
}

.anim-box.slideinU.is-animated {
  animation: slideInU 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@keyframes slideInU {
  0% {
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anim-box.slideinUs.is-animated {
  animation: slideInUs 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@keyframes slideInUs {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anim-box.slideinL.is-animated {
  opacity: 0;
  animation: slideInL 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@keyframes slideInL {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anim-box.slideinR.is-animated {
  opacity: 0;
  animation: slideInR 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@keyframes slideInR {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anim-box.fadeIn.is-animated {
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-box.stepRoot {
  opacity: 1;
}
.anim-box.stepRoot .leg, .anim-box.stepRoot .root {
  opacity: 0;
}

.anim-box.stepRoot.is-animated {
  opacity: 1;
}
.anim-box.stepRoot.is-animated .leg {
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
.anim-box.stepRoot.is-animated .root {
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
.l-wrapper { /* 以下はslickが動作しなくなるためコメントアウト */ }

.l-header__inner {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 500px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__logo-wrap {
  padding: 35px 0;
}
@media (max-width: 499px) {
  .l-header__logo-wrap {
    padding: 0 0;
  }
}
.l-header__main {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}
.l-header__contact {
  position: relative;
}
@media (max-width: 991px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a {
  display: block;
  width: 160px;
  padding: 5px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-header__contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__contact:hover::before {
  left: 0;
  top: 0px;
}
.l-header__contact::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__contact:hover::after {
  left: 0;
  top: 0px;
}
.l-header__contact span {
  position: relative;
  display: block;
  padding: 8px 0 12px;
  text-align: center;
  border-top: 2px solid #fff;
  background: #ffec39;
}
.l-header__contact span::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0px;
  left: -5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__contact span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  position: absolute;
  bottom: -5px;
  right: 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__contact:hover span::before {
  right: 0px;
  bottom: -5px;
}
.l-header__contact:hover span::after {
  right: -5px;
  bottom: -5px;
}

/* desktop menu */
@media (max-width: 991px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-menu {
  display: flex;
}
.l-header__nav-menu .menu-item {
  list-style: none;
}
.l-header__nav-menu .sub-menu {
  display: none;
}
.l-header__nav-menu .menu-item {
  position: relative;
  flex-grow: 1;
}
.l-header__nav-menu .menu-item a {
  display: block;
  color: #333;
}
.l-header__nav-menu .menu-item:first-child > a::before {
  display: none;
}
.l-header__nav-menu > .menu-item > a {
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 60px;
  line-height: 1.3;
  padding: 0 20px;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.l-header__nav-menu > .menu-item > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.l-header__nav-menu > .menu-item > a:hover::after {
  width: 100%;
}
.l-header__nav-menu > .menu-item > .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
}
.l-header__nav-menu > .menu-item > .sub-menu .menu-item {
  text-align: left;
}
.l-header__nav-menu > .menu-item > .sub-menu a {
  position: relative;
  padding: 10px 20px 8px;
  width: 240px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.l-header__nav-menu > .menu-item > .sub-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.l-header__nav-menu > .menu-item:hover .sub-menu {
  display: block;
}

/* mobile menu */
@media (min-width: 992px) {
  .l-header__nav-xs {
    display: none;
  }
}
.l-header__button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.l-header__button span,
.l-header__button span:before,
.l-header__button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #444;
  position: absolute;
  transition: all 0.3s;
}
.l-header__button span:before {
  bottom: 8px;
}
.l-header__button span:after {
  top: 8px;
}
.l-header__button:after {
  content: "menu";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  color: #444;
  font-size: 12px;
  text-align: center;
}
#menu-button-check:checked ~ .l-header__button {
  background: #fff;
}
#menu-button-check:checked ~ .l-header__button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-button-check:checked ~ .l-header__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-button-check:checked ~ .l-header__button span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-button-check:checked ~ .l-header__button:after {
  content: "close";
}
.l-header #menu-button-check {
  display: none;
}
#menu-button-check:checked ~ .l-header__nav-xs-content {
  left: 0; /*メニューを画面内へ*/
}
.l-header__nav-xs-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  transition: all 0.5s;
  background-color: #fff;
}
.l-header__nav-xs-content-inner {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  padding: 50px 0 0 0;
}
.l-header__nav-xs-content-inner .menu-item {
  border-bottom: solid 1px #4c4948;
}
.l-header__nav-xs-content-inner .menu-item > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.2em 25px;
  font-size: 16px;
  box-sizing: border-box;
  color: #4c4948;
  text-decoration: none;
  position: relative;
}
.l-header__nav-xs-content-inner .menu-item > a small {
  display: none;
}
.l-header__nav-xs-content-inner .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.04);
}
.l-header__nav-xs-content-inner .sub-menu > .menu-item > a {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5;
}
.l-header__nav-xs-content-inner .sub-menu li {
  border-bottom: 0;
}
.l-header__nav-xs-content-inner .sub-menu-more {
  width: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  text-align: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.l-header__nav-xs-content-inner .sub-menu-more .nav-status {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1px;
  background: #4c4948;
  position: relative;
}
.l-header__nav-xs-content-inner .sub-menu-more .nav-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.l-header__nav-xs-content-inner .sub-menu-active > .sub-menu {
  display: block;
}
.l-header__nav-xs-content-inner .sub-menu-active > a > .sub-menu-more .nav-status::before {
  display: none;
}

.l-footer {
  font-size: 16px;
}
.l-footer__main {
  padding: 45px 0;
  background: #e6e6e6;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__logo img {
  mix-blend-mode: multiply;
}
.l-footer__address {
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-menu {
  display: flex;
  gap: 1.2em;
}
.l-footer__nav-menu a {
  color: #000;
  text-decoration: none;
}
.l-footer__bottom {
  padding: 22px 0;
  text-align: center;
}
.l-footer__bottom a {
  color: #000;
  text-decoration: none;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
.p-archive-item h2 {
  width: 92px;
  margin-top: -110px;
  flex-shrink: 0;
}
.p-archive-item__thumbnail a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p-archive-item__thumbnail a:hover {
  opacity: 0.8;
}
.p-archive-item__title {
  margin-top: 20px;
}
.p-archive-item__title a {
  color: #000;
  text-decoration: none;
}
.p-archive-item__time {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.p-archive-items {
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 0px;
}
@media (min-width: 500px) {
  .p-archive-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
  }
}

.p-archive-report-items__wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-archive-report-items__wrap p {
  margin-bottom: 1em;
}
.p-archive-report-items table {
  width: 100%;
}
.p-archive-report-items th,
.p-archive-report-items td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
}
.p-archive-report-items thead th {
  background: #efefef;
}
.p-archive-report-items thead th span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: start;
}
.p-archive-report-items td img {
  width: 32px;
  height: 32px;
}
.p-archive-report-items tbody td {
  width: 8%;
}

.p-single-content__inner {
  max-width: 980px;
  margin-inline: auto;
}

.p-single-title {
  margin: 4em 0;
}
.p-single-title__heading {
  margin-bottom: 0.4em;
  font-size: 23px;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 500px) {
  .p-single-title__heading {
    font-size: 28px;
  }
}
.p-single-title__time {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-single-nav {
  margin: 5em 0;
}
.p-single-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
.p-single-nav__alignleft a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.p-single-nav__alignright a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.p-content-header {
  background: no-repeat center;
  background-image: url(../img/p-content-header.png);
  background-size: cover;
}
.p-content-header__heading {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.4);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 500px) {
  .p-content-header__heading {
    font-size: 38px;
  }
}

.p-page-home-mv__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  background: center;
  background-size: cover;
  font-size: 6vw;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 992px) {
  .p-page-home-mv__item {
    font-size: 56px;
  }
}
.p-page-home-mv p {
  text-shadow: 0 0 8px #fff, 0 0 16px #fff, 0 0 32px rgba(255, 255, 255, 0.9), 0 0 48px rgba(255, 255, 255, 0.7);
  filter: drop-shadow(0 0 20px #fff);
}
.p-page-home-mv img {
  width: 100%;
}
.p-page-home-mv__text {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.p-page-home-mv__text.animate {
  opacity: 1;
  transform: translateY(0);
}

.p-page-home-youtube {
  text-align: center;
}
.p-page-home-youtube__inner {
  padding: 70px 0;
  background: url(../img/youtube_animated.svg) no-repeat center;
  background-size: auto 100%;
}
.p-page-home-youtube__wrap {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
.p-page-home-youtube iframe {
  width: 100%;
  height: 100%;
}

.p-page-home-news {
  background: #e6e6e6;
}
.p-page-home-news__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 83px 0 35px;
}
.p-page-home-news__heading {
  margin-top: -100px;
  padding-left: 10px;
}
@media (max-width: 499px) {
  .p-page-home-news__heading {
    text-align: center;
  }
}
.p-page-home-news h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 500px) {
  .p-page-home-news h2 {
    font-size: 44px;
  }
}
.p-page-home-news h2 small {
  display: block;
  margin-top: 15px;
  font-size: 20px;
}
.p-page-home-news__items {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 34px 34px;
}
@media (min-width: 500px) {
  .p-page-home-news__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 34px;
  }
}
@media (min-width: 1330px) {
  .p-page-home-news__items {
    padding-left: 40px;
  }
}
@media (max-width: 499px) {
  .p-page-home-news__items {
    padding-right: 15px;
  }
}
.p-page-home-news__item-thumbnail a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p-page-home-news__item-thumbnail a:hover {
  opacity: 0.8;
}
.p-page-home-news__item-title {
  margin-top: 20px;
}
.p-page-home-news__item-title a {
  color: #000;
  text-decoration: none;
}
.p-page-home-news__item-time {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.p-page-home-news__more {
  margin-top: 60px;
  text-align: center;
}
.p-page-home-news__more a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p-page-home-news__more a:hover {
  opacity: 0.8;
}

.p-page-home-link {
  margin-top: 50px;
}
.p-page-home-link__items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-page-home-link__items {
    flex-direction: row;
  }
  .p-page-home-link__items > * {
    flex: 1;
  }
}
.p-page-home-link__item {
  background-size: 100%;
}
.p-page-home-link__item a {
  position: relative;
  display: flex;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
  height: 300px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 500px) {
  .p-page-home-link__item a {
    height: 450px;
  }
}
.p-page-home-link__item a:hover {
  background: rgba(0, 0, 0, 0);
}
.p-page-home-link__item a::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 15px;
  background: #ffec39;
}
.p-page-home-link__item a::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  top: 15px;
  left: 30px;
  background: #ffec39;
}
.p-page-home-link__item a span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-page-home-link__item a span::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  background: #ffec39;
}
.p-page-home-link__item a span::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: 15px;
  right: 30px;
  background: #ffec39;
}
.p-page-home-link__item h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 500px) {
  .p-page-home-link__item h2 {
    font-size: 44px;
  }
}
.p-page-home-link__item h2 small {
  display: block;
  margin-top: 30px;
  color: #ffec39;
  font-size: 20px;
}
.p-page-home-link__item:first-child {
  background: url(../img/p-home-link_image1.jpg) no-repeat center;
  background-size: cover;
}
.p-page-home-link__item:last-child {
  background: url(../img/p-home-link_image2.jpg) no-repeat center;
  background-size: cover;
}
.p-page-home-link__item-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.p-page-home-facilities {
  padding-bottom: 80px;
}
.p-page-home-facilities__items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 0px;
}
@media (min-width: 500px) {
  .p-page-home-facilities__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
.p-page-home-facilities__item {
  font-size: 18px;
}
.p-page-home-facilities h2 {
  margin-top: 100px;
  text-align: center;
}
.p-page-home-facilities h3 {
  margin-top: 18px;
  color: #000;
  font-weight: 400;
}
.p-page-home-facilities h3 span {
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.4;
  background: #b4e4f0;
}
.p-page-home-facilities p {
  margin-top: 15px;
  line-height: 1.6;
}

.p-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.p-page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
}
.p-page-top a:before {
  content: "";
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #fff;
  border-top: 0;
}

.wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

.p-page-content {
  padding-top: 80px;
}
.p-page-content h2 {
  margin-bottom: 1.2em;
  font-size: 23px;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 500px) {
  .p-page-content h2 {
    font-size: 28px;
  }
}
.p-page-content p + h2,
.p-page-content *[class*=wp-block-] + h2 {
  margin-top: 2.5em;
}
.p-page-content h3:not([class*=is-style-]) {
  position: relative;
  margin-bottom: 1.42em;
  padding: 0.4em 0;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 500px) {
  .p-page-content h3:not([class*=is-style-]) {
    font-size: 24px;
  }
}
.p-page-content h3:not([class*=is-style-])::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.p-page-content p + h3,
.p-page-content *[class*=wp-block-] + h3 {
  margin-top: 2.2em;
}
.p-page-content h4 {
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  font-size: 17px;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 1px solid #000;
}
@media (min-width: 500px) {
  .p-page-content h4 {
    font-size: 22px;
  }
}
.p-page-content p + h4,
.p-page-content *[class*=wp-block-] + h4 {
  margin-top: 1.6em;
}
.p-page-content p {
  margin-bottom: 1.8em;
  line-height: 1.7;
}
.p-page-content .wp-block-image {
  margin-bottom: 1.8em;
}
.p-page-content ul.wp-block-list:not(*[class*=is-style-]) {
  list-style: none;
  margin-bottom: 1.8em;
}
.p-page-content ul.wp-block-list:not(*[class*=is-style-]) li {
  margin-top: 0.8em;
  padding-left: 1em;
  position: relative;
}
.p-page-content ul.wp-block-list:not(*[class*=is-style-]) li::before {
  content: "";
  display: block;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
}
.p-page-content ul.wp-block-list.is-style-fukuri {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
@media (min-width: 500px) {
  .p-page-content ul.wp-block-list.is-style-fukuri {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
  }
}
.p-page-content ul.wp-block-list.is-style-fukuri li {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 40px;
  display: flex;
  align-items: center;
  min-height: 80px;
  font-weight: 700;
  font-size: 18px;
  background: #eee;
  border-radius: 20px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 499px) {
  .p-page-content ul.wp-block-list.is-style-fukuri li {
    min-height: 55px;
  }
}
.p-page-content ul.wp-block-list.is-style-fukuri li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #ffec39;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}
.p-page-content ul.wp-block-list.is-style-anchor {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
@media (min-width: 500px) {
  .p-page-content ul.wp-block-list.is-style-anchor {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
  }
}
.p-page-content ul.wp-block-list.is-style-anchor a {
  display: block;
  padding: 0.8em 1em;
  text-align: center;
  text-decoration: none;
  color: #4c4948;
  border: 1px solid #4c4948;
  border-radius: 4em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-page-content ul.wp-block-list.is-style-anchor a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 8px;
  background: url(../img/icon_anchor.svg) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}
.p-page-content ul.wp-block-list.is-style-anchor a:hover {
  border-color: #ffec39;
}
.p-page-content ol.wp-block-list {
  list-style: none;
  margin-bottom: 1.8em;
  counter-reset: number;
}
.p-page-content ol.wp-block-list li {
  margin-top: 0.8em;
  padding-left: 1.2em;
  position: relative;
}
.p-page-content ol.wp-block-list li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0em;
  top: 0em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-page-content .wp-block-table {
  margin-bottom: 1.8em;
}
.p-page-content .wp-block-table th,
.p-page-content .wp-block-table td {
  padding: 1.2em 0.8em;
}
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group p,
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group figure {
  margin-bottom: 0;
}
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group .wp-block-group__inner-container > *:first-child {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  background: #ffec39;
  border-radius: 50%;
  transform: translateX(-50%);
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-page-content .wp-block-group.is-style-recruit-flow .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 800;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-page-content .wp-block-group.is-style-recruit-flow > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
}
@media (min-width: 992px) {
  .p-page-content .wp-block-group.is-style-recruit-flow > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
  }
}
.p-page-content .wp-block-group.is-style-recruit-flow > .wp-block-group__inner-container > * {
  position: relative;
  padding: 40px 15px 20px;
  background: #eee;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .p-page-content .wp-block-group.is-style-recruit-flow > .wp-block-group__inner-container > *::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url(../img/icon_arrow_right.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-page-content .wp-block-group.is-style-recruit-flow > .wp-block-group__inner-container > *:last-child::after {
  display: none;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group p,
.p-page-content .wp-block-group.is-style-about-number .wp-block-group figure {
  margin-bottom: 0;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group .wp-block-group__inner-container > *:last-child {
  min-height: 80px;
  margin-top: 20px;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group .wp-block-group__inner-container > *:last-child small {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 20px;
}
.p-page-content .wp-block-group.is-style-about-number .wp-block-group .wp-block-group__inner-container > *:last-child em {
  display: block;
  font-style: normal;
  font-size: 20px;
}
.p-page-content .wp-block-group.is-style-about-number > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
}
@media (min-width: 992px) {
  .p-page-content .wp-block-group.is-style-about-number > .wp-block-group__inner-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}
@media (min-width: 1330px) {
  .p-page-content .wp-block-group.is-style-about-number > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
  }
}
.p-page-content .wp-block-group.is-style-about-number > .wp-block-group__inner-container > * {
  position: relative;
  padding: 40px 15px 10px;
  background: #eee;
  border-radius: 20px;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-group p,
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-group figure {
  margin-bottom: 0;
  line-height: 1.6;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-group p {
  min-height: 3em;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.p-page-content .wp-block-group.is-style-iconboxgroup > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (min-width: 500px) {
  .p-page-content .wp-block-group.is-style-iconboxgroup > .wp-block-group__inner-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.p-page-content .wp-block-group.is-style-iconboxgroup > .wp-block-group__inner-container > * {
  position: relative;
  padding: 30px 15px 30px;
  border-radius: 20px;
  border: 1px solid #888;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-heading {
  margin: 0.8em 0;
  padding: 0;
  text-align: center;
  border: 0;
}
.p-page-content .wp-block-group.is-style-iconboxgroup .wp-block-heading::before {
  display: none;
}
.p-page-content__inner {
  max-width: 980px;
  margin-inline: auto;
}

.wp-block-ldoblocks-flow__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-block-ldoblocks-flow__items::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 78px;
}
@media (min-width: 500px) {
  .wp-block-ldoblocks-flow__items::before {
    left: 156px;
  }
}

.p-the-content .wp-block-ldoblocks-flow-item {
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 0;
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__time-wrap {
  flex-shrink: 0;
  width: 80px;
  position: relative;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 500px) {
  .p-the-content .wp-block-ldoblocks-flow-item .flow-item__time-wrap {
    width: 160px;
    font-size: 22px;
  }
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__time-wrap::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/block_flow_icon.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -12px;
  top: calc(50% - 12px);
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__content {
  padding: 15px;
  padding-left: 20px;
  font-size: 16px;
}
@media (min-width: 500px) {
  .p-the-content .wp-block-ldoblocks-flow-item .flow-item__content {
    padding-left: 2em;
    font-size: 18px;
  }
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__content p {
  margin-bottom: 0;
  line-height: 1.4;
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.p-the-content .wp-block-ldoblocks-flow-item .flow-item__content .wp-block-media-text__content {
  padding: 0;
}
.p-the-content .wp-block-ldoblocks-qa-item {
  margin-top: -1px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.p-the-content .wp-block-ldoblocks-qa-item .qa__q {
  position: relative;
  padding: 20px 30px 20px 30px;
  line-height: 1.6;
}
.p-the-content .wp-block-ldoblocks-qa-item .qa__q::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "Ｑ.";
  font-weight: 700;
  font-size: 18px;
}
.p-the-content .wp-block-ldoblocks-qa-item .qa__q::after {
  position: absolute;
  right: 0;
  top: 18px;
  content: "＋";
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-the-content .wp-block-ldoblocks-qa-item.is-open .qa__q::after {
  transform: rotate(45deg);
}
.p-the-content .wp-block-ldoblocks-qa-item .qa__answer {
  height: 0;
  position: relative;
  padding-left: 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p-the-content .wp-block-ldoblocks-qa-item .qa__answer::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "Ａ.";
  font-weight: 700;
  font-size: 18px;
}
.p-the-content .wp-block-ldoblocks-qa-item.is-open .qa__answer {
  opacity: 1;
  height: 100%;
}
.p-the-content .wp-block-ldoblocks-fukidashi {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 499px) {
  .p-the-content .wp-block-ldoblocks-fukidashi {
    gap: 5px;
  }
}
.p-the-content .wp-block-ldoblocks-fukidashi .fukidashi__avatar {
  max-width: 120px;
  background: #ffec39;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 499px) {
  .p-the-content .wp-block-ldoblocks-fukidashi .fukidashi__avatar {
    width: 80px;
    flex-shrink: 0;
  }
}
.p-the-content .wp-block-ldoblocks-fukidashi .fukidashi__bubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #eeeeee;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 500px) {
  .p-the-content .wp-block-ldoblocks-fukidashi .fukidashi__bubble {
    padding: 32px;
  }
}
.p-the-content .wp-block-ldoblocks-fukidashi .fukidashi__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
  translate: -100% -50%;
}

.wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 8px;
  background: url(../img/icon_link.svg) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}
.wp-block-button__link:hover {
  color: #ffec39;
}

.p-wp-pagenavi .wp-pagenavi {
  margin-top: 80px;
  margin-bottom: 80px;
  clear: both;
  text-align: center;
}
@media (max-width: 499px) {
  .p-wp-pagenavi .wp-pagenavi .pages, .p-wp-pagenavi .wp-pagenavi .last, .p-wp-pagenavi .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .p-wp-pagenavi .wp-pagenavi > * {
    display: none;
  }
  .p-wp-pagenavi .wp-pagenavi > .pages,
  .p-wp-pagenavi .wp-pagenavi > .previouspostslink,
  .p-wp-pagenavi .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}
.p-wp-pagenavi .wp-pagenavi a, .p-wp-pagenavi .wp-pagenavi > span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.p-wp-pagenavi .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.p-wp-pagenavi .wp-pagenavi span.current {
  color: #FFF;
  background-color: #75aad1;
  border-color: #75aad1;
  font-weight: bold;
}

.p-sc-facilities__items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 0px;
}
@media (min-width: 500px) {
  .p-sc-facilities__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
.p-sc-facilities__item {
  font-size: 18px;
}
.p-sc-facilities h2 {
  margin-top: 100px;
  text-align: center;
}
.p-sc-facilities h3 {
  margin-top: 18px;
  color: #000;
  font-weight: 400;
}
.p-sc-facilities h3 a {
  color: #000;
}
.p-sc-facilities h3 span {
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.4;
  background: #b4e4f0;
}
.p-sc-facilities h3 a:hover span {
  background: #def2f7;
}
.p-sc-facilities p {
  margin-top: 15px;
  line-height: 1.6;
}
.p-sc-facilities a:hover img {
  opacity: 0.8;
}

.wpcf7-form {
  display: block;
  margin-bottom: 45px;
  padding: 30px 20px 40px;
  background: #fff;
}
@media (max-width: 499px) {
  .wpcf7-form {
    padding: 30px 0px 40px;
  }
}
.wpcf7-form dl {
  display: flex;
  padding: 20px 0 15px;
  border-top: #ccc 1px solid;
}
@media (max-width: 991px) {
  .wpcf7-form dl {
    display: block;
  }
}
.wpcf7-form dt {
  box-sizing: border-box;
  width: 40%;
  padding: 11px 16px 11px 4px;
}
@media (max-width: 991px) {
  .wpcf7-form dt {
    width: 100%;
  }
}
.wpcf7-form dt p {
  font-weight: 600;
  color: #333;
}
.wpcf7-form dd {
  box-sizing: border-box;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.wpcf7-form .wpcf7-text {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-number {
  box-sizing: border-box;
  display: inline-block;
  max-width: 8em;
  height: 52px;
  margin-right: 0.5em;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-date {
  display: block;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form span[data-name=your-post] {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  max-width: 70%;
}
.wpcf7-form span[data-name=your-post]:before {
  content: "〒";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form span.wpcf7-list-item input {
  height: 20px;
  width: 20px;
  margin: 5px 5px 5px 0;
  accent-color: #242424;
}
.wpcf7-form .wpcf7-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form__required {
  padding: 3px 10px;
  margin-left: 15px;
  background-color: #aa965c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.wpcf7-form__submit-wrap {
  margin-top: 60px;
  text-align: center;
}
.wpcf7-form__submit-wrap .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form__submit {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpcf7-form__submit {
    margin-top: 20px;
  }
}
.wpcf7-form__submit input {
  padding: 15px 0;
  width: 30%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #75aad1;
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .wpcf7-form__submit input {
    width: 100%;
  }
}
.wpcf7-form__submit input:disabled {
  background: #ccc;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
}
.wpcf7-form p {
  margin-bottom: 0;
}

/* https://getbootstrap.jp/docs/5.3/utilities/display/ */
.u-d-none {
  display: none;
}

@media (min-width: 500px) {
  .u-d-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-d-md-block {
    display: block;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-block {
    display: block;
  }
}

@media (min-width: 500px) {
  .u-d-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-d-md-inline {
    display: inline;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-inline {
    display: inline;
  }
}

@media (min-width: 500px) {
  .u-d-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .u-d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-inline-block {
    display: inline-block;
  }
}

@media (min-width: 500px) {
  .u-d-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-d-md-none {
    display: none;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-none {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0;
}

/*-------------------
 * component
 -------------------*/
.c-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignwide .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.wp-block-group.alignwide .wp-block-group__inner-container > * {
  width: calc(100% - 30px);
}
@media (min-width: 1200px) {
  .c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .wp-block-group.alignwide .wp-block-group__inner-container > * {
    width: 1140px;
  }
}/*# sourceMappingURL=kyodo-fukushi.css.map */