@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #555;
}

a[href^="tel:"] {
  cursor: default;
}

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

@media screen and (max-width:480px) {
  body {
    font-size: 0.9375rem;
  }
}
.lum-close-button {
  opacity: 0.7;
}

.lum-lightbox {
  z-index: 1000;
}

.lum-lightbox-inner img {
  max-width: 80%;
  max-height: 90%;
}

.lum-lightbox-inner .lum-lightbox-caption {
  padding: 0.625rem 0 0;
}

@media screen and (max-width:480px) {
  .lum-gallery-button {
    width: 35px;
    height: 55px;
  }
  .lum-gallery-button:after {
    width: 20px;
    height: 20px;
  }
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  transition: 0.3s;
}
.l-header.is-scroll {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.l-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header__sp-bar {
  width: 300px;
}
.l-header__logo {
  font-size: 1.375rem;
  font-weight: bold;
}
.l-header__logo > a {
  display: inline-block;
  transition: opacity 0.2s;
}
.l-header__logo > a:hover {
  opacity: 0.7;
}

.l-header-trigger {
  display: none;
}

.l-header-nav {
  display: flex;
}
.l-header-nav__list {
  display: flex;
}
.l-header-nav__item {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-header-nav__item a {
  position: relative;
  display: block;
  padding: 1.5625rem;
  color: #555;
  transition: opacity 0.2s, color 0.2s;
}
.l-header-nav__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #888;
  opacity: 0;
  transition: 0.2s;
}
.l-header-nav__item a:hover, .l-header-nav__item a:focus {
  color: #aaa;
}
.l-header-nav__item a:hover::before, .l-header-nav__item a:focus::before {
  opacity: 1;
}
.l-header-nav__item.is-current a::before {
  opacity: 1;
}

.l-header-sns {
  display: flex;
  align-items: center;
  margin: 0 0 0 2.8125rem;
}
.l-header-sns__item + .l-header-sns__item {
  margin-left: 1.25rem;
}
.l-header-sns__item i {
  transition: 0.2s;
}
.l-header-sns__item a:hover i {
  color: #aaa;
}
.l-header-sns__item--ig i {
  font-size: 1.875rem;
}
.l-header-sns__item--fb i {
  font-size: 1.75rem;
}
.l-header-sns__item--tw i {
  font-size: 1.75rem;
}

@media screen and (max-width:1024px) {
  .l-header {
    position: fixed;
    width: 100%;
  }
  .l-header__in {
    display: block;
    padding: 0;
  }
  .l-header__sp-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.4375rem;
    padding: 0 0.625rem;
  }
  .l-header__logo-image {
    max-height: 3.5rem;
  }
  .l-header-trigger {
    position: relative;
    display: block;
    width: 2.5rem;
    margin-top: -0.625rem;
    font-family: "Roboto";
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .l-header-trigger .txt-menu,
  .l-header-trigger .txt-close {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: opacity 0.2s;
  }
  .l-header-trigger .txt-close {
    opacity: 0;
  }
  .l-header-trigger__ico {
    position: relative;
    display: block;
    width: 1.875rem;
    height: 1.3125rem;
    margin: 0 auto 0.3125rem;
  }
  .l-header-trigger__ico span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: #555;
    border-radius: 0.3125rem;
    transition: 0.2s;
  }
  .l-header-trigger__ico span:nth-of-type(1) {
    top: 0;
  }
  .l-header-trigger__ico span:nth-of-type(2) {
    top: 0.5625rem;
  }
  .l-header-trigger__ico span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-trigger.is-active .l-header-trigger__ico span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .l-header-trigger.is-active .l-header-trigger__ico span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-trigger.is-active .l-header-trigger__ico span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .l-header-nav-wrap {
    display: none;
  }
  .l-header-nav {
    display: block;
    background: #eee;
  }
  .l-header-nav__list {
    display: block;
    font-weight: bold;
    text-align: center;
  }
  .l-header-nav__item {
    padding: 0.3125rem 0.625rem;
  }
  .l-header-nav__item:nth-child(odd) {
    background: #ccc;
  }
  .l-header-nav__item a {
    padding: 0.625rem 0;
  }
  .l-header-nav__item a::before {
    display: none;
  }
  .l-header-sns {
    justify-content: center;
    padding: 1.25rem;
    margin-left: 0;
    border-top: 1px solid #ccc;
  }
  .l-header-sns__item + .l-header-sns__item {
    margin-left: 1.5625rem;
  }
}
@media screen and (max-width:480px) {
  .l-header-nav__item {
    font-size: 1rem;
  }
}
.l-footer {
  padding: 5rem 0 2.1875rem;
  color: #fff;
  background: url("../img/bg_footer_01.jpg") no-repeat center;
  background-size: cover;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 73.75rem;
  padding: 0 20px;
  margin: 0 auto;
}
.l-footer__copyright {
  width: 100%;
  margin: 2.8125rem 0 0;
  font-family: "Roboto";
  font-size: 0.75rem;
  color: #999;
  text-align: right;
}
.l-footer__copyright small {
  font-size: 100%;
}

.l-footer-info {
  width: 42.11%;
}
.l-footer-info__name {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
}
.l-footer-info__address-wrap {
  padding: 0 1.25rem 0 0;
  margin: 0 0 0.75rem;
  line-height: 1.6;
  word-wrap: break-word;
}
.l-footer-info__address::after {
  content: "　";
}
.l-footer-info__gmap-button {
  display: inline-block;
  max-width: 9.0625rem;
  padding: 0.125rem 1.875rem 0.125rem 0.625rem;
  margin: 0.625rem 0 0;
  font-family: Roboto;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 9999px;
  transition: 0.2s;
}
.l-footer-info__gmap-button::before {
  display: inline-block;
  margin: 0 1.25rem 0 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
}
.l-footer-info__gmap-button:hover {
  color: #555;
  background: #fff;
}

.l-footer-number__item {
  display: inline-block;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.l-footer-number__item:first-child {
  margin-right: 0.9375rem;
}
.l-footer-number__item i {
  margin: 0 8px 0 0;
  font-size: 0.9375rem;
}
.l-footer-number__item > a {
  color: #fff;
  text-decoration: none;
}

.l-footer-sns {
  padding: 2.8125rem 0 0;
  margin: 2.8125rem 0 0;
  border-top: 1px solid #fff;
}
.l-footer-sns__item {
  display: inline-block;
  vertical-align: middle;
}
.l-footer-sns__item + .l-footer-sns__item {
  margin-left: 0.9375rem;
}
.l-footer-sns__item i {
  transition: 0.2s;
}
.l-footer-sns__item a:hover i {
  opacity: 0.5;
}
.l-footer-sns__item--ig {
  font-size: 1.875rem;
}
.l-footer-sns__item--fb {
  font-size: 1.75rem;
}
.l-footer-sns__item--tw {
  font-size: 1.875rem;
}

.l-footer-map {
  position: relative;
  width: 50%;
  padding-top: 35%;
}
.l-footer-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
  .l-footer {
    padding: 2.8125rem 0 0.9375rem;
  }
  .l-footer-info {
    width: 48%;
  }
  .l-footer-info__address-wrap {
    margin-bottom: 1.25rem;
  }
  .l-footer-info__address {
    display: block;
    margin: 0 0 0.625rem;
  }
  .l-footer-info__gmap-button {
    margin-top: 0;
  }
  .l-footer-number__item {
    display: block;
  }
  .l-footer-number__item:first-child {
    margin: 0 0 0.625rem;
  }
  .l-footer-sns {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .l-footer {
    padding: 1.5625rem 0 0.9375rem;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer__copyright {
    margin-top: 1.25rem;
    text-align: center;
  }
  .l-footer-info {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .l-footer-info__name {
    font-size: 1.375rem;
  }
  .l-footer-info__address-wrap {
    padding-right: 0;
  }
  .l-footer-info__gmap-button {
    width: 100%;
    max-width: none;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  .l-footer-number {
    text-align: center;
  }
  .l-footer-number__item {
    display: block;
  }
  .l-footer-number__item > a {
    text-decoration: underline;
  }
  .l-footer-number__item:first-child {
    margin: 0 0 0.625rem;
  }
  .l-footer-sns {
    margin-top: 1.875rem;
    text-align: center;
    border-color: #777;
  }
  .l-footer-map {
    display: none;
  }
}
.l-container {
  margin: auto;
  width: calc(100% - 30px);
  max-width: 71.25rem;
}

.l-container-small {
  margin: auto;
  width: calc(100% - 30px);
  max-width: 62.5rem;
}

.c-title-page {
  font-size: 2.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}

.c-title-top {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.c-title-p01 {
  padding: 0.625em 0.42em 0.625em 1em;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
  background: #eee;
}

.c-title-p02 {
  padding: 0.3em 0.45em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
  border-left: 0.375rem solid #ceb795;
}

@media screen and (max-width:1024px) {
  .c-title-page {
    font-size: 1.875rem;
  }
  .c-title-top {
    font-size: 1.875rem;
  }
  .c-title-p01 {
    font-size: 1.375rem;
  }
  .c-title-p02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .c-title-page {
    font-size: 1.625rem;
  }
  .c-title-top {
    font-size: 1.625rem;
  }
  .c-title-p01 {
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 1.25rem;
  }
  .c-title-p02 {
    font-size: 1.125rem;
  }
}
.c-button-basic {
  display: block;
  position: relative;
  padding: 1.15em 2.1875rem 1.15em 1.25rem;
  background: #555;
  border: 1px solid #555;
  border-radius: 9999px;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  transition: background 0.2s;
}
.c-button-basic::after {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.25rem;
  font-size: 0.9375rem;
  top: 0;
  bottom: 0;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: 0.2s;
}
.c-button-basic:hover, .c-button-basic:focus {
  background: #fff;
  border: 1px solid #555;
  color: #555;
}
.c-button-basic:hover::after, .c-button-basic:focus::after {
  right: 1.125rem;
}

.c-article {
  padding: 1.5625rem 0.9375rem;
  border-bottom: 1px solid #ccc;
}
.c-article:first-child {
  border-top: 1px solid #ccc;
}
.c-article__date {
  margin: 0 0 0.625rem;
  font-size: 0.9375rem;
}
.c-article__title {
  margin: 0 0 0.9375rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-article__text {
  line-height: 1.8;
}
.c-article__text p + p {
  margin-top: 1em;
}
.c-article__text p a {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
.c-article__text p a:hover {
  opacity: 0.7;
}
.c-article__text .wp-block-heading {
  margin: 1.875rem 0 0.9375rem;
}
.c-article__text h1.wp-block-heading,
.c-article__text h2.wp-block-heading {
  padding: 0 0 0 15px;
  font-size: 1.25rem;
  font-weight: bold;
  border-left: 5px solid #ccc;
}
.c-article__text h3.wp-block-heading,
.c-article__text h4.wp-block-heading,
.c-article__text h5.wp-block-heading,
.c-article__text h6.wp-block-heading {
  padding: 0 0 0 15px;
  font-size: 1rem;
  font-weight: bold;
  border-left: 5px solid #ccc;
}
.c-article__text ul.wp-block-list,
.c-article__text ol.wp-block-list {
  margin: 0.9375rem 0;
}
.c-article__text ul.wp-block-list li {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0 12px;
}
.c-article__text ul.wp-block-list li::before {
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0.75rem 0 0 0.125rem;
  content: "";
  background: #666;
}
.c-article__text ol.wp-block-list {
  counter-reset: number 0;
}
.c-article__text ol.wp-block-list li {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0 5px;
}
.c-article__text ol.wp-block-list li::before {
  font-weight: bold;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-article__text .wp-block-table {
  min-width: 37.5rem;
}
.c-article__text .wp-block-table thead,
.c-article__text .wp-block-table tfoot {
  border-width: 1px;
}
.c-article__text .wp-block-table thead {
  background: #eee;
}
.c-article__text .wp-block-table td, .c-article__text .wp-block-table th {
  padding: 0.5em 0.7em;
}
.c-article__text .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-article__text .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:480px) {
  .c-article {
    padding: 1.25rem 0.9375rem 0.9375rem;
    border: 1px solid #ccc;
    border-radius: 0.625rem;
  }
  .c-article + .c-article {
    margin-top: 1.25rem;
  }
  .c-article__title {
    font-size: 1.125rem;
  }
  .c-article__text {
    line-height: 1.8;
  }
  .c-article__text h1.wp-block-heading,
  .c-article__text h2.wp-block-heading {
    font-size: 1.125rem;
  }
  .c-article__text h3.wp-block-heading,
  .c-article__text h4.wp-block-heading,
  .c-article__text h5.wp-block-heading,
  .c-article__text h6.wp-block-heading {
    font-size: 0.9375rem;
  }
  .c-article__text :where(.wp-block-columns.is-layout-flex) {
    gap: 1.5em;
  }
}
.c-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table__th, .c-table__td {
  border: 1px solid #ccc;
  line-height: 1.7;
}
.c-table__th {
  width: 13.4375rem;
  background: #f8f8f8;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.c-table__td {
  padding: 1.125rem 1.875rem;
  word-wrap: break-word;
}

@media screen and (max-width:1024px) {
  .c-table__th {
    width: 9.375rem;
    font-size: 0.9375rem;
  }
  .c-table__td {
    padding: 0.75rem 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .c-table {
    border-bottom: 1px solid #ccc;
  }
  .c-table__tbody .c-table__th, .c-table__td {
    display: block;
  }
  .c-table__th, .c-table__td {
    border-bottom: none;
  }
  .c-table__th {
    width: 100%;
    padding: 0.625rem;
    text-align: left;
  }
  .c-table__td {
    padding: 0.625rem 0.625rem 0.9375rem;
  }
}
.c-table-stripe {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.c-table-stripe__tr:nth-child(odd) {
  background: #f8f8f8;
}
.c-table-stripe__th {
  width: 11.5625rem;
  padding: 1.25rem 0.625rem;
  vertical-align: top;
  text-align: center;
}
.c-table-stripe__td {
  padding: 1.25rem 0;
  word-break: break-all;
}
.c-table-stripe__td-in {
  display: block;
  padding: 0 0.625rem 0 2.8125rem;
  border-left: 1px solid #ccc;
}

@media screen and (max-width:1024px) {
  .c-table-stripe__th, .c-table-stripe__td {
    padding: 12px 0;
  }
  .c-table-stripe__th {
    width: 9.375rem;
  }
}
@media screen and (max-width:480px) {
  .c-table-stripe__tr + .c-table-stripe__tr {
    border-top: 1px solid #ccc;
  }
  .c-table-stripe__tr, .c-table-stripe__th, .c-table-stripe__td {
    display: block;
  }
  .c-table-stripe__th {
    width: 100%;
    padding: 0.9375rem 0.625rem 0;
    text-align: left;
  }
  .c-table-stripe__td {
    padding: 0.3125rem 0.625rem 0.9375rem;
  }
  .c-table-stripe__td-in {
    padding: 0;
    border-left: none;
  }
}
.c-card {
  background: #ffb9b9;
}
.c-card__image img {
  width: 100%;
}
.c-card__title {
  padding: 0 0.3125rem;
  margin: 0.75rem 0 0.3125rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}
.c-card__text {
  padding: 0 0.3125rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  word-wrap: break-word;
}

@media screen and (max-width:1024px) {
  .c-card__title {
    font-size: 1.125rem;
  }
  .c-card__text {
    line-height: 1.7;
  }
}
@media screen and (max-width:480px) {
  .c-card__text {
    font-size: 0.875rem;
  }
}
.c-menu__title {
  position: relative;
  margin: 0 0 0.9375rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-family: "Roboto";
  letter-spacing: 0.1em;
}
.c-menu__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 0.125rem;
  background: #ccc;
}
.c-menu__table {
  width: 100%;
  font-size: 0.9375rem;
}
.c-menu__th, .c-menu__td {
  padding: 0 0 0.375rem;
  line-height: 1.4;
}
.c-menu__th {
  font-weight: normal;
}
.c-menu__td {
  text-align: right;
}

@media screen and (max-width:1024px) {
  .c-menu__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .c-menu__title {
    margin-bottom: 0.625rem;
  }
}
.c-thumbnail {
  overflow: hidden;
  border: 1px solid #ccc;
}
.c-thumbnail__a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c-thumbnail__a:hover .c-thumbnail__image, .c-thumbnail__a:focus .c-thumbnail__image {
  transform: scale(1.05);
}
.c-thumbnail__a:hover .c-thumbnail__title, .c-thumbnail__a:focus .c-thumbnail__title {
  opacity: 1;
}
.c-thumbnail__image {
  width: 100%;
  transition: transform 0.3s;
}
.c-thumbnail__title {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: 0.2s;
}
.c-thumbnail__title-in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-thumbnail__title-in > span {
  display: block;
  position: relative;
  padding: 0 0 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: #fff;
}
.c-thumbnail__title-in > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 2.8125rem;
  height: 1px;
  background: #fff;
}

@media screen and (max-width:1024px) {
  .c-thumbnail__title-in > span {
    font-size: 1rem;
  }
}
.c-profile__text {
  line-height: 1.7;
}
.c-profile__list-wrap {
  margin: 1.5625rem 0 0;
}

.c-profile-title {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5625rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #ccc;
}
.c-profile-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 0.125rem;
  background: #ccc;
}
.c-profile-title__name {
  margin: 0 1.25rem 0 0;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-profile-title__spell {
  margin: 0.1875rem 0.625rem 0 0;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: bold;
  color: #ceb795;
  letter-spacing: 0.1em;
}
.c-profile-title__title {
  flex: 1;
  margin: 0 0 0 auto;
  font-size: 0.9375rem;
  text-align: right;
}

.c-profile-list + .c-profile-list {
  margin-top: 0.9375rem;
}
.c-profile-list__title, .c-profile-list__text {
  display: inline;
  line-height: 1.7;
  overflow-wrap: break-word;
}
.c-profile-list__title {
  font-weight: bold;
}
.c-profile-list--no-break .c-profile-list__title::after {
  content: " : ";
}
@media screen and (max-width:1024px) {
  .c-profile__text {
    font-size: 0.9375rem;
  }
  .c-profile-title__name {
    font-size: 1.375rem;
  }
  .c-profile-list__title, .c-profile-list__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .c-profile-title {
    flex-wrap: wrap;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-profile-title__title {
    margin: 10px 0 0;
    padding: 10px 0 0;
    flex: none;
    width: 100%;
    font-size: 12px;
    text-align: left;
    border-top: 1px dashed #ccc;
  }
}
.c-question {
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  outline: 1px solid #fff;
  outline-offset: -2px;
  transition: 0.2s;
}
.c-question:hover {
  outline: 1px solid #ccc;
  outline-offset: -2px;
}

.c-question.is-open .c-question-q__button::after {
  transform: rotate(180deg);
}
.c-question.is-open .c-question-a {
  opacity: 1;
}
.c-question.is-open .c-question-a::after {
  opacity: 1;
}

.c-question-q {
  position: relative;
}
.c-question-q__button {
  width: 100%;
  padding: 0.9375rem 4.375rem 0.9375rem 4.375rem;
  line-height: 1.7;
}
.c-question-q__button::before, .c-question-q__button::after {
  content: "";
  position: absolute;
  display: block;
}
.c-question-q__button::before {
  top: 0.8em;
  left: 1.25rem;
  width: 1.4375rem;
  height: 2rem;
  background-image: url(/assets/img/q-and-a/ico_letter_q.svg);
}
.c-question-q__button::after {
  right: 20px;
  top: 1em;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  background-image: url(/assets/img/q-and-a/ico_arrow_01.svg);
  transition: transform 0.3s;
}

.c-question-a {
  display: none;
  opacity: 0;
  position: relative;
  padding: 1.25rem 1.25rem 1.25rem 4.375rem;
  transition: opacity 0.3s;
}
.c-question-a::before, .c-question-a::after {
  content: "";
  display: block;
}
.c-question-a::before {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 1.625rem;
  height: 1.75rem;
  background-image: url(/assets/img/q-and-a/ico_letter_a.svg);
}
.c-question-a::after {
  opacity: 0;
  position: absolute;
  width: calc(100% - 2.5rem);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ccc;
  transition: 0.5s;
}
.c-question-a__text {
  min-height: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.7;
}

@media screen and (max-width:480px) {
  .c-question-q__button {
    padding: 0.9375rem 2.5rem 0.9375rem 2.8125rem;
    line-height: 1.5;
    font-size: 0.9375rem;
  }
  .c-question-q__button::before {
    width: 1.1875rem;
    height: 1.6875rem;
    left: 0.625rem;
  }
  .c-question-q__button::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.625rem;
  }
  .c-question-a {
    padding: 0.75rem 1.25rem 0.75rem 2.8125rem;
  }
  .c-question-a::before {
    top: 0.9375rem;
    width: 1.3125rem;
    height: 1.375rem;
    left: 0.625rem;
  }
  .c-question-a::after {
    width: calc(100% - 1.25rem);
  }
  .c-question-a__text {
    line-height: 1.5;
    font-size: 0.9375rem;
  }
}
.c-pagetop {
  right: 30px;
  z-index: 1;
}
.c-pagetop__a {
  position: relative;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
  color: #555;
  transition: background 0.2s, color 0.2s;
}
.c-pagetop__a:hover {
  background: #555;
  color: #fff;
}
.c-pagetop__i, .c-pagetop__span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
.c-pagetop__i {
  top: 0.3125rem;
  font-size: 1.8125rem;
}
.c-pagetop__span {
  top: 2.1875rem;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.6875rem;
}

@media screen and (max-width:480px) {
  .c-pagetop {
    right: 15px;
  }
  .c-pagetop__a {
    width: 3.125rem;
    height: 3.125rem;
  }
  .c-pagetop__i {
    font-size: 1.375rem;
  }
  .c-pagetop__span {
    top: 1.6875rem;
  }
}
.c-breadcrumb {
  padding: 0.9375rem 0;
  font-size: 0.8125rem;
  line-height: 1.2;
  background: #eee;
}
.c-breadcrumb__in {
  max-width: 73.75rem;
  padding: 0 20px;
  margin: 0 auto;
}
.c-breadcrumb a {
  color: #888;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.c-breadcrumb a:hover, .c-breadcrumb a:focus {
  opacity: 0.6;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__list-item {
  font-size: 0.8125rem;
}
.c-breadcrumb__list-item:first-child::before, .c-breadcrumb__cms:first-child::before {
  display: inline-block;
  margin: 0 0.625rem 0 0;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  vertical-align: middle;
  content: "\f015";
}
.c-breadcrumb__list-item + li::before, .c-breadcrumb__cms > span + span::before {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0.625rem 0 0.625rem;
  vertical-align: middle;
  content: "";
  background: url("../img/ico_arrow_01.svg") center center no-repeat;
  transform: rotate(180deg);
}

.c-breadcrumb--pages {
  margin-bottom: 3.4375rem;
}

@media screen and (max-width:480px) {
  .c-breadcrumb {
    padding: 0.625rem 0;
  }
  .c-breadcrumb__in {
    padding: 0 15px;
  }
  .c-breadcrumb--pages {
    margin-bottom: 1.875rem;
  }
}
.c-mailform-w100 {
  width: 100%;
}

.c-mailform-input,
.c-mailform-textarea {
  margin: 0 0 0.3125rem;
  padding: 0.8em;
  border: 2px solid #ccc;
  border-radius: 0.375rem;
  line-height: 1.3;
}
.c-mailform-input:focus,
.c-mailform-textarea:focus {
  background: #eee;
}
.c-mailform-input.problem,
.c-mailform-textarea.problem {
  background: #fde0e0;
  border-color: #f9a2a2;
}

.c-mailform-textarea {
  resize: none;
}
.c-mailform-textarea--h5 {
  height: 5em;
}
.c-mailform-textarea--h10 {
  height: 10em;
}
.c-mailform-textarea--h15 {
  height: 15em;
}
.c-mailform-textarea--h20 {
  height: 20em;
}

.c-mailform-select {
  display: inline-block;
  position: relative;
  margin: 0 0 0.3125rem;
}
.c-mailform-select select {
  width: 100%;
}
.c-mailform-select select:focus {
  background: #eee;
}
.c-mailform-select select.problem {
  background: #fde0e0;
  border-color: #f9a2a2;
}
.c-mailform-select:after {
  content: "\f13a";
  color: #777;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  width: 1em;
  height: 1em;
  font-size: 1.25rem;
  top: 0.6em;
  right: 0.9375rem;
  pointer-events: none;
}
.c-mailform-select__in {
  padding: 0.8em 3em 0.8em 0.8em;
  border: 2px solid #ccc;
  border-radius: 0.375rem;
}

.c-mailform-checkbox {
  display: inline-block;
  position: relative;
  margin: 0 0 0.3125rem;
}
.c-mailform-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox]:focus ~ .c-mailform-checkbox__in::before {
  border-color: #777;
}
.c-mailform-checkbox__in {
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}
.c-mailform-checkbox__in::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  border: 2px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  transition: background 0.2s;
}
.c-mailform-checkbox__in::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.4375rem;
  height: 0.6875rem;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  transform: rotate(45deg);
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 1;
}
.c-mailform-checkbox.mfp_checked .c-mailform-checkbox__in::before {
  background: #5c95ff;
  border-color: #5c95ff;
}
.c-mailform-checkbox.mfp_checked .c-mailform-checkbox__in::after {
  opacity: 1;
}

.c-mailform-radio {
  display: inline-block;
}
.c-mailform-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio]:focus ~ .c-mailform-radio__in::before {
  border-color: #777;
}
.c-mailform-radio__in {
  display: inline-block;
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}
.c-mailform-radio__in::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.c-mailform-radio__in::after {
  content: "";
  background: #5c95ff;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 1;
}
.c-mailform-radio.mfp_checked .c-mailform-radio__in::before {
  border-color: #5c95ff;
}
.c-mailform-radio.mfp_checked .c-mailform-radio__in::after {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .c-mailform-input,
  .c-mailform-textarea {
    padding: 0.5em;
  }
  .c-mailform-select {
    display: block;
  }
  .c-mailform-select__in {
    padding: 0.5em 2.5em 0.5em 0.5em;
  }
  .c-mailform-select:after {
    top: 0.35em;
    right: 0.5em;
  }
}
.c-news-list {
  border-top: 1px solid #ccc;
  line-height: 1.5;
}
.c-news-list__a {
  padding: 1.5625rem 0;
  width: 100%;
  display: flex;
  color: #555;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.c-news-list__a:hover, .c-news-list__a:focus {
  background: #f8f8f8;
  color: #777;
}
.c-news-list__date {
  width: 11.5625rem;
  text-align: center;
}
.c-news-list__title {
  flex: 1;
  padding: 0 1.875rem 0 3.125rem;
  border-left: 1px solid #ccc;
  word-wrap: break-word;
  min-width: 100px;
}

@media screen and (max-width:1024px) {
  .c-news-list__a {
    padding: 1.25rem 0;
  }
  .c-news-list__date {
    width: 7.5rem;
  }
  .c-news-list__title {
    padding-left: 1.5625rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .c-news-list {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
  }
  .c-news-list__a {
    padding: 0.75rem 0.625rem;
    display: block;
  }
  .c-news-list__a:hover, .c-news-list__a a:focus {
    background: #fff;
  }
  .c-news-list__date {
    width: 100%;
    margin-bottom: 0.3125rem;
    font-weight: bold;
    text-align: left;
  }
  .c-news-list__title {
    padding: 0;
    border-left: none;
    font-size: 0.875rem;
  }
}
.c-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: 0.3125rem 0;
  font-size: 0.9375rem;
  color: #555;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: 0.2s;
}
.c-pagination .page-numbers + .page-numbers {
  margin-left: 8px;
}
.c-pagination .page-numbers.current {
  font-weight: bold;
  color: #fff;
  background: #555;
  border-color: #555;
}
.c-pagination .page-numbers.dots {
  display: flex;
  align-items: flex-end;
  width: auto;
  padding: 0 0.1875rem;
  border: none;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: auto;
  height: 100%;
  font-size: 0.9375rem;
  border: none;
  border-radius: 0;
}
.c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.prev:focus, .c-pagination .page-numbers.next:hover, .c-pagination .page-numbers.next:focus {
  background: none;
  opacity: 0.6;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.next::after {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin: 0 10px;
  content: "";
  background: url("../img/ico_arrow_01.svg") center center no-repeat;
}
.c-pagination .page-numbers.prev {
  margin-right: 0.75rem;
}
.c-pagination .page-numbers.next {
  margin-left: 0.75rem;
}
.c-pagination .page-numbers.next::after {
  transform: rotate(180deg);
}
.c-pagination a.page-numbers:hover, .c-pagination a.page-numbers:focus {
  background: #eee;
}

.c-pagination-single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.9375rem;
}
.c-pagination-single__prev, .c-pagination-single__next {
  width: 35%;
  line-height: 1.4;
}
.c-pagination-single__prev a, .c-pagination-single__next a {
  position: relative;
  display: inline-block;
  color: #555;
  transition: opacity 0.2s;
}
.c-pagination-single__prev a:hover, .c-pagination-single__prev a:focus, .c-pagination-single__next a:hover, .c-pagination-single__next a:focus {
  opacity: 0.6;
}
.c-pagination-single__prev a::before, .c-pagination-single__next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  width: 0.4375rem;
  height: 0.875rem;
  background: url(/assets/img/ico_arrow_01.svg) center center no-repeat;
}
.c-pagination-single__prev {
  order: 1;
  padding-right: 0.9375rem;
}
.c-pagination-single__prev a {
  padding-left: 1.5em;
}
.c-pagination-single__prev a::before {
  left: 0;
}
.c-pagination-single__next {
  order: 3;
  padding-left: 0.9375rem;
  text-align: right;
}
.c-pagination-single__next a {
  padding-right: 1.5em;
}
.c-pagination-single__next a::after {
  right: 0;
  transform: rotate(180deg);
}
.c-pagination-single__back {
  order: 2;
  width: 24.5%;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .c-pagination-single__prev, .c-pagination-single__next {
    margin-bottom: 1.875rem;
    padding-top: 0;
    width: 50%;
  }
  .c-pagination-single__prev + .c-pagination-single__next {
    border-left: 1px solid #ccc;
  }
  .c-pagination-single__back {
    order: 3;
    width: 100%;
  }
  .c-pagination-single__back a {
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
@media screen and (max-width:480px) {
  .c-pagination-single__prev, .c-pagination-single__next {
    width: 48%;
    text-align: center;
  }
  .c-pagination-single__prev a, .c-pagination-single__next a {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    font-size: 14px;
  }
  .c-pagination-single__prev a::before, .c-pagination-single__next a::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-pagination-single__prev + .c-pagination-single__next {
    border-left: none;
  }
  .c-pagination-single__prev {
    padding-right: 0;
  }
  .c-pagination-single__prev a {
    padding: 10px 10px 10px 30px;
  }
  .c-pagination-single__prev a::before {
    left: 15px;
  }
  .c-pagination-single__next {
    padding-left: 0;
  }
  .c-pagination-single__next a {
    padding: 10px 30px 10px 10px;
  }
  .c-pagination-single__next a::after {
    right: 15px;
  }
}
.p-slider__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
.p-slider .swiper-pagination {
  padding-right: 3.125rem;
  text-align: right;
  bottom: 30px !important;
}
.p-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  transition: 0.2s;
}
.p-slider .swiper-pagination-bullet:hover, .p-slider .swiper-pagination-bullet:focus {
  background: rgba(255, 255, 255, 0.5);
}
.p-slider .swiper-pagination-bullet-active, .p-slider .swiper-pagination-bullet-active:hover, .p-slider .swiper-pagination-bullet-active:focus {
  background: #fff;
}
.p-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

@media screen and (max-width:1024px) {
  .p-slider__text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width:480px) {
  .p-slider__text {
    font-size: 1.25rem;
  }
  .p-slider .swiper-pagination {
    bottom: 15px !important;
    padding-right: 0;
    text-align: center;
  }
  .p-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.p-card-list--col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-card-list--col3 .c-card {
  width: 31.58%;
  margin: 0 0 4.375rem;
}

@media screen and (max-width:1024px) {
  .p-card-list--col3 .c-card {
    width: 48%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width:480px) {
  .p-card-list--col3 .c-card {
    width: 100%;
    margin-bottom: 0;
  }
  .p-card-list--col3 .c-card + .c-card {
    margin-top: 1.5625rem;
  }
}
.p-concept {
  display: flex;
  align-items: flex-start;
}
.p-concept__image, .p-concept__content {
  width: 50%;
}
.p-concept__content {
  max-width: 48.125rem;
  padding: 1.875rem 1.25rem 0;
  margin: 0 0 0 auto;
}
.p-concept__title {
  margin: 0 0 0.9375rem;
  font-family: Roboto;
  font-size: 1.375rem;
  font-weight: bold;
  color: #ceb795;
  letter-spacing: 0.08em;
}
.p-concept__lead {
  margin: 0 0 1.875rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.p-concept__text {
  line-height: 1.8;
}
.p-concept__text + .p-concept__text {
  margin-top: 1.7em;
}

@media screen and (max-width:1024px) {
  .p-concept {
    display: block;
  }
  .p-concept__image, .p-concept__content {
    width: 100%;
  }
  .p-concept__content {
    max-width: none;
    padding: 0 1.25rem;
    margin-bottom: 3.125rem;
  }
  .p-concept__title, .p-concept__lead {
    text-align: center;
  }
  .p-concept__lead {
    font-size: 1.625rem;
  }
}
@media screen and (max-width:480px) {
  .p-concept__title, .p-concept__lead {
    font-size: 1.25rem;
  }
}
.p-menu {
  display: flex;
  justify-content: space-between;
}
.p-menu__box {
  width: 46.49%;
}
.p-menu__box section + section {
  margin-top: 1.875rem;
}

@media screen and (max-width:768px) {
  .p-menu {
    flex-direction: column;
  }
  .p-menu__box {
    width: 100%;
  }
  .p-menu__box--left {
    margin-bottom: 1.875rem;
  }
}
.p-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-gallery::before, .p-gallery::after {
  content: "";
  display: block;
  width: 24.21%;
}
.p-gallery::before {
  order: 1;
}
.p-gallery .c-thumbnail {
  margin: 0 0 1.05%;
  width: 24.21%;
}

@media screen and (max-width:480px) {
  .p-gallery .c-thumbnail {
    width: 49%;
    margin-bottom: 2%;
  }
}
.p-staff {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-staff__image {
  width: 44%;
}
.p-staff .c-profile {
  padding: 0 20px;
  width: 49.1%;
}
.p-staff--inverse .p-staff__image {
  order: 1;
}

@media screen and (max-width:1024px) {
  .p-staff .c-profile {
    width: 52%;
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .p-staff {
    justify-content: center;
  }
  .p-staff .c-profile {
    width: 100%;
    padding: 0 0.625rem;
  }
  .p-staff__image {
    width: 100%;
    max-width: 25rem;
    margin-bottom: 1.875rem;
    border-radius: 0.3125rem;
  }
  .p-staff--inverse .p-staff__image {
    order: 0;
  }
}
@media screen and (max-width:480px) {
  .p-staff__image {
    margin-bottom: 1.25rem;
  }
}
.p-question .c-question + .c-question {
  margin-top: 0.9375rem;
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

#mfp_hidden input {
  margin: 10px;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10000;
}

#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}
#mfp_overlay_inner h4 {
  margin: 0 0 0.9375rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  background: #eee;
  border-radius: 0.375rem;
}
#mfp_overlay_inner #mfp_confirm_table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}
#mfp_overlay_inner #mfp_confirm_table tbody,
#mfp_overlay_inner #mfp_confirm_table tr,
#mfp_overlay_inner #mfp_confirm_table th,
#mfp_overlay_inner #mfp_confirm_table td {
  display: block;
}
#mfp_overlay_inner #mfp_confirm_table th {
  padding: 0.9375rem 0.3125rem 0.3125rem;
}
#mfp_overlay_inner #mfp_confirm_table td {
  padding: 0 0.3125rem 0.9375rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.9375rem;
  line-height: 1.5;
}
#mfp_overlay_inner .mfp_buttons {
  margin: 1.25rem 0 0.625rem;
  text-align: center;
}
#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  width: 100%;
  max-width: 12.5rem;
  display: inline-block;
  position: relative;
  margin: 0.5rem 0.625rem;
  padding: 1.15em 2.5rem 1.15em 1.25rem;
  border-radius: 9999px;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  transition: background 0.2s;
}
#mfp_overlay_inner .mfp_buttons .mfp_element_button::after {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.25rem;
  font-size: 0.9375rem;
  top: 0;
  bottom: 0;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: 0.2s;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_send {
  background: #555;
  border: 1px solid #555;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #999;
  border: 1px solid #999;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_send:hover,
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel:hover {
  color: #555;
  background: #fff;
  border-color: #555;
}

#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  border: 4px solid #666;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mfp_warning {
  text-align: center;
  color: #fb4545;
}

.p-mailform__item {
  display: flex;
}
.p-mailform__item:last-child {
  margin-bottom: 3.125rem;
}
.p-mailform__item + .p-mailform__item {
  margin-top: 1.25rem;
}
.p-mailform__item-title {
  width: 12.5rem;
}
.p-mailform__item-title .must {
  color: #fb4545;
}
.p-mailform__item-title--space {
  padding-top: 0.9375rem;
}
.p-mailform__item-content {
  flex: 1;
}
.p-mailform__item-content .mfp_err {
  padding: 0 0 0 1.2em;
  color: #fb4545;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(/assets/img/ico_caution_01.svg) left top no-repeat;
  background-size: 1em;
}
.p-mailform__memo {
  margin: 0 0 0.9375rem;
  text-align: right;
  font-size: 0.875rem;
}
.p-mailform__memo .must {
  color: #fb4545;
}
.p-mailform__list li {
  margin: 0 0 0.3125rem;
}
.p-mailform__submit {
  width: 100%;
  max-width: 21.875rem;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #mfp_overlay_inner h4 {
    font-size: 1.125rem;
  }
  .p-mailform__item {
    display: block;
  }
  .p-mailform__item + .p-mailform__item {
    margin-top: 1.875rem;
  }
  .p-mailform__item-title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.9375rem;
    background: #eee;
  }
  .p-mailform__item-title--space {
    padding-top: 0.9375rem;
  }
  .p-mailform__list li {
    margin: 0.9375rem 0;
  }
}
.p-news-list .c-news-list:last-child {
  border-bottom: 1px solid #ccc;
}
.p-news-list__not-found {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width:480px) {
  .p-news-list .c-news-list + .c-news-list {
    margin-top: 0.9375rem;
  }
}
.p-news-single {
  border-top: 1px solid #ccc;
}
.p-news-single__in {
  max-width: 57.5rem;
  padding: 2.8125rem 0.625rem;
  margin: 0 auto;
}
.p-news-single__date {
  margin: 0 0 0.625rem;
  font-size: 0.9375rem;
}
.p-news-single__title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-news-single__content a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
.p-news-single__content a:hover {
  opacity: 0.7;
}
.p-news-single__content p {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p-news-single__content img {
  margin: 0.9375rem 0;
}
.p-news-single__content ul, .p-news-single__content ol {
  padding-left: 1.3em;
  margin: 1em 0;
}
.p-news-single__content ul li, .p-news-single__content ol li {
  line-height: 1.3;
}
.p-news-single__content ul li + li, .p-news-single__content ol li + li {
  margin-top: 0.3em;
}
.p-news-single__content ul {
  list-style-type: square;
}
.p-news-single__content ol {
  list-style-type: decimal;
}
.p-news-single__content blockquote {
  padding: 15px 15px 15px 30px;
  color: #555;
  background: #eee;
  border-left: 3px solid #ccc;
}
.p-news-single__pagination {
  padding-top: 1.875rem;
  border-top: 1px solid #ccc;
}

@media screen and (max-width:1024px) {
  .p-news-single__title {
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width:480px) {
  .p-news-single__in {
    padding: 1.5625rem 0;
  }
  .p-news-single__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
/* 1025px以上 */
@media screen and (min-width: 1025px) {
  .u-hidden-xl {
    display: none;
  }
}
/* 769px～1024px */
@media screen and (min-width:769px) and (max-width:1024px) {
  .u-hidden-lg {
    display: none;
  }
}
/* 481px～768px */
@media screen and (min-width:481px) and (max-width:768px) {
  .u-hidden-md {
    display: none;
  }
}
/* 480px以下 */
@media screen and (max-width:480px) {
  .u-hidden-sm {
    display: none;
  }
}
.u-mt0 {
  margin-top: 0rem;
}

.u-mt5 {
  margin-top: 0.3125rem;
}

.u-mt10 {
  margin-top: 0.625rem;
}

.u-mt15 {
  margin-top: 0.9375rem;
}

.u-mt20 {
  margin-top: 1.25rem;
}

.u-mt25 {
  margin-top: 1.5625rem;
}

.u-mt30 {
  margin-top: 1.875rem;
}

.u-mt35 {
  margin-top: 2.1875rem;
}

.u-mt40 {
  margin-top: 2.5rem;
}

.u-mt45 {
  margin-top: 2.8125rem;
}

.u-mt50 {
  margin-top: 3.125rem;
}

.u-mt55 {
  margin-top: 3.4375rem;
}

.u-mt60 {
  margin-top: 3.75rem;
}

.u-mt65 {
  margin-top: 4.0625rem;
}

.u-mt70 {
  margin-top: 4.375rem;
}

.u-mt75 {
  margin-top: 4.6875rem;
}

.u-mt80 {
  margin-top: 5rem;
}

.u-mt85 {
  margin-top: 5.3125rem;
}

.u-mt90 {
  margin-top: 5.625rem;
}

.u-mt95 {
  margin-top: 5.9375rem;
}

.u-mt100 {
  margin-top: 6.25rem;
}

.u-mb0 {
  margin-bottom: 0rem;
}

.u-mb5 {
  margin-bottom: 0.3125rem;
}

.u-mb10 {
  margin-bottom: 0.625rem;
}

.u-mb15 {
  margin-bottom: 0.9375rem;
}

.u-mb20 {
  margin-bottom: 1.25rem;
}

.u-mb25 {
  margin-bottom: 1.5625rem;
}

.u-mb30 {
  margin-bottom: 1.875rem;
}

.u-mb35 {
  margin-bottom: 2.1875rem;
}

.u-mb40 {
  margin-bottom: 2.5rem;
}

.u-mb45 {
  margin-bottom: 2.8125rem;
}

.u-mb50 {
  margin-bottom: 3.125rem;
}

.u-mb55 {
  margin-bottom: 3.4375rem;
}

.u-mb60 {
  margin-bottom: 3.75rem;
}

.u-mb65 {
  margin-bottom: 4.0625rem;
}

.u-mb70 {
  margin-bottom: 4.375rem;
}

.u-mb75 {
  margin-bottom: 4.6875rem;
}

.u-mb80 {
  margin-bottom: 5rem;
}

.u-mb85 {
  margin-bottom: 5.3125rem;
}

.u-mb90 {
  margin-bottom: 5.625rem;
}

.u-mb95 {
  margin-bottom: 5.9375rem;
}

.u-mb100 {
  margin-bottom: 6.25rem;
}

.u-fs-xs {
  font-size: 0.75rem;
}

.u-fs-sm {
  font-size: 0.875rem;
}

.u-fs-base {
  font-size: 1rem;
}

.u-fs-lg {
  font-size: 1.125rem;
}

.u-fs-xl {
  font-size: 1.25rem;
}

.u-fs-2xl {
  font-size: 1.375rem;
}

.u-fs-3xl {
  font-size: 1.5rem;
}

.u-fs-4xl {
  font-size: 1.75rem;
}

.u-fs-5xl {
  font-size: 1.875rem;
}

.u-fs-6xl {
  font-size: 2rem;
}

.u-fs-7xl {
  font-size: 2.125rem;
}

.u-fs-8xl {
  font-size: 2.25rem;
}

.u-fc-red {
  color: #fb4545;
}

.u-fc-blue {
  color: #5c95ff;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fl-under {
  text-decoration: underline;
}

.u-fl-through {
  text-decoration: line-through;
}

.top-slider {
  max-width: 1920px;
  margin: 0 auto;
}

.top-news {
  padding: 6.25rem 0 9.375rem;
}

.top-news__title {
  margin: 0 0 3.125rem;
  text-align: center;
}

.top-news__list {
  margin: 0 0 3.125rem;
}

.top-news__notfound {
  line-height: 1.8;
  text-align: center;
}

.top-news__button {
  max-width: 18.75rem;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .top-news {
    padding: 3.125rem 0;
  }
  .top-news__title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width:480px) {
  .top-news__btn {
    margin: 3.125rem auto 0.625rem;
  }
}
.top-concept {
  padding: 0 0 3.125rem;
}
.top-concept .p-concept__content {
  padding: 0 1.25rem;
}
.top-concept .p-concept__text {
  text-align: justify;
}
.top-concept .c-button-basic {
  max-width: 400px;
  margin: 1.875rem 0 0;
}

@media screen and (max-width:1024px) {
  .top-concept {
    padding: 2.5rem 0;
  }
}
.top-gallery {
  padding: 2.5rem 0 9.375rem;
}
.top-gallery__title {
  margin-bottom: 3.75rem;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .top-gallery {
    padding: 1.875rem 0;
  }
  .top-gallery__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width:480px) {
  .top-gallery {
    padding: 1.25rem 0 6.25rem;
  }
}
.top-overview {
  padding: 0 0 6.25rem;
}
.top-overview__title {
  margin-bottom: 3.125rem;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .top-overview {
    padding: 2.5rem 0;
  }
  .top-overview__title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .top-overview {
    padding: 1.5625rem 0;
  }
}
.top-info {
  padding: 4.375rem 0 0;
}
.top-info__title {
  margin-bottom: 3.125rem;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .top-info {
    padding: 2.5rem 0;
  }
  .top-info__title {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width:480px) {
  .top-info {
    padding: 1.5625rem 0;
  }
}
.top-menu {
  padding: 2.5rem 0 4.375rem;
}
.top-menu__title {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .top-menu__title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .top-menu {
    padding: 1.5625rem 0;
  }
}
.top-staff {
  padding: 2.5rem 0 4.375rem;
}
.top-staff__title {
  margin-bottom: 3.75rem;
  text-align: center;
}
.top-staff .p-staff + .p-staff {
  margin-top: 5.9375rem;
}

@media screen and (max-width:1024px) {
  .top-staff {
    padding: 2.5rem 0;
  }
  .top-staff .p-staff + .p-staff {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width:480px) {
  .top-staff {
    padding: 1.5625rem 0;
  }
  .top-staff__title {
    margin-bottom: 1.5625rem;
  }
  .top-staff .p-staff + .p-staff {
    margin-top: 2.1875rem;
  }
}
.top-table {
  padding: 0 0 9.375rem;
}
.top-table__title {
  margin-bottom: 3.125rem;
  text-align: center;
}

.c-table-stripe__th {
  vertical-align: middle;
}
.c-table-stripe__td a {
  color: #065FD4;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width:1024px) {
  .top-table__title {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width:480px) {
  .top-table {
    padding: 0 0 6.25rem;
  }
}
.top-qa {
  padding: 2.5rem 0 9.375rem;
}

@media screen and (max-width:480px) {
  .top-qa {
    padding: 1.5625rem 0 6.25rem;
  }
}
.top-member {
  margin: 0 0 9.375rem;
}

.top-member__title {
  margin: 0 0 4.375rem;
  text-align: center;
}

.top-member__title-sub {
  position: relative;
  padding: 0 0 0.625rem 0;
  margin: 0 0 2.5rem;
  font-size: 1.625rem;
  font-weight: 500;
}

.top-member__title-sub::after {
  position: absolute;
  inset: auto 0 -0.3125rem 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}

.top-member__title-sub span {
  display: block;
  padding-left: 0.625rem;
  border-left: 5px solid #ccc;
}

.top-member__sec01 {
  margin: 0 0 4.375rem;
}

.top-member__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.875rem;
}

.top-member-card__image {
  width: 100%;
}

.top-member-card__title {
  margin: 1.125rem 0 0.3125rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.top-member-card__address {
  margin: 0 0 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  word-wrap: break-word;
}

.top-member-card__link a {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  max-width: max-content;
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: #555;
  border: 1px solid #555;
  border-radius: 100vmax;
  transition: 0.2s;
}

.top-member-card__link a::before {
  display: flex;
  align-self: center;
  margin-top: 0.125rem;
  font-family: "Font Awesome 6 Free";
  font-size: 0.8125rem;
  font-weight: 900;
  content: "\f08e";
}

@media (any-hover: hover) {
  .top-member-card__link a:hover {
    color: #555;
    background: #fff;
  }
}
.top-member-supporting {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}

.top-member-supporting__item {
  font-size: 1.125rem;
  font-weight: 500;
}

.top-member-supporting__item::after {
  display: inline-block;
  margin: 0 0.625rem;
  content: "／";
}

.top-member-supporting__item:last-child::after {
  content: "";
}

.top-member-supporting__item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}

@media (any-hover: hover) {
  .top-member-supporting__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width:1024px) {
  .top-member__title-sub {
    font-size: 1.75rem;
  }
  .top-member__grid {
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 2.5rem 1.875rem;
  }
}
@media screen and (max-width:768px) {
  .top-member-supporting {
    display: flex;
    flex-direction: column;
  }
  .top-member-supporting__item::after {
    content: "";
  }
}
@media screen and (max-width:480px) {
  .top-member__title-sub {
    font-size: 1.375rem;
  }
  .top-member-card__title {
    font-size: 1.125rem;
  }
  .top-member-supporting__item {
    font-size: 1rem;
  }
}
.contact-form {
  margin-bottom: 9.375rem;
}
.contact-form__title {
  margin-bottom: 3.125rem;
}
.contact-form .p-mailform {
  margin: 0 auto;
  max-width: 50rem;
}

.contact-thanks {
  margin-bottom: 9.375rem;
}
.contact-thanks__title {
  margin-bottom: 3.125rem;
}
.contact-thanks__text {
  text-align: center;
  line-height: 1.7;
}
.contact-thanks__text + .contact-thanks__text {
  margin-top: 1em;
}
.contact-thanks__button {
  margin: 3.125rem auto 0;
  max-width: 18.75rem;
}

@media screen and (max-width:480px) {
  .contact-thanks__title {
    margin-bottom: 1.5625rem;
  }
  .contact-thanks__text {
    text-align: left;
  }
}
.overview-all__title {
  margin-bottom: 4.375rem;
}
.overview-all__table {
  margin-bottom: 6.25rem;
}

@media screen and (max-width:480px) {
  .overview-all__title {
    margin-bottom: 1.875rem;
  }
}
.information-all {
  margin-bottom: 6.25rem;
}
.information-all__title {
  margin-bottom: 4.375rem;
}

@media screen and (max-width:480px) {
  .information-all__title {
    margin-bottom: 1.875rem;
  }
}
.recruit-all {
  padding-bottom: 8.125rem;
}
.recruit-all__title {
  margin-bottom: 4.375rem;
}

@media screen and (max-width:480px) {
  .recruit-all__title {
    margin-bottom: 1.875rem;
  }
}
.recruit-description {
  margin-bottom: 8.125rem;
}
.recruit-description__title {
  margin-bottom: 1.875rem;
}
.recruit-description__box + .recruit-description__box {
  margin-top: 5rem;
}
.recruit-description__box-title {
  margin-bottom: 0.625rem;
}

.recruit-voice__title {
  margin-bottom: 3.75rem;
}
.recruit-voice .p-staff + .p-staff {
  margin-top: 5.9375rem;
}

.news-archive__title {
  margin-bottom: 3.125rem;
  text-align: center;
}
.news-archive .p-news-list {
  margin-bottom: 5rem;
}
.news-archive .c-pagination {
  margin-bottom: 6.25rem;
}

@media screen and (max-width:480px) {
  .news-archive__title {
    margin-bottom: 1.875rem;
  }
}
.news-single {
  margin-bottom: 6.25rem;
}
.news-single__title {
  margin-bottom: 3.125rem;
}

@media screen and (max-width:1024px) {
  .news-single__title {
    margin-bottom: 1.875rem;
  }
}
.error-all {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.error-all__title {
  margin-bottom: 3.125rem;
  text-align: center;
}
.error-all__text {
  margin-bottom: 3.125rem;
  line-height: 1.8;
  text-align: center;
}
.error-all__button {
  max-width: 18.75rem;
  margin: 0 auto;
}

@media screen and (max-width:480px) {
  .error-all__title {
    margin-bottom: 1.875rem;
  }
  .error-all__text {
    text-align: left;
  }
}

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