@charset "UTF-8";
/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  body.active {
    overflow: hidden;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.6;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

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

.wp-block-table td {
  border: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

table {
  display: block;
  border-collapse: collapse;
}
table tbody {
  display: block;
}
table tbody tr {
  display: flex;
}
table tbody tr th {
  text-align: left;
}
table tbody tr td {
  line-height: normal;
}
@media screen and (max-width: 768px) {
  table tr,
  table td,
  table th {
    display: block;
  }
}

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

textarea {
  resize: vertical;
}

.desc {
  line-height: 1.6;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}

.wpcf7-response-output {
  display: none !important;
}

.arrow {
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

button {
  display: block;
  border: none;
  cursor: pointer;
}

.noarticle {
  font-size: 16px;
}

/*****************/
/**** font   *****/
/*****************/
.eng {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*****************/
/**** animation   *****/
/*****************/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time14 {
  animation-delay: 1.4s;
}

.delay-time18 {
  animation-delay: 1.8s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time22 {
  animation-delay: 2.2s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*****************/
/****   parts   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .container.slim {
    max-width: 920px;
  }
  .section-ttl {
    display: flex;
    flex-direction: column;
    font-size: 32px;
  }
  .section-ttl.center {
    align-items: center;
  }
  .section-ttl span {
    font-size: 20px;
    color: #800000;
    margin-bottom: 12px;
  }
  .section-ttl::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #800000;
    margin-top: 24px;
  }
  .cta-button {
    background-color: #800000;
    height: 42px;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-button.line {
    position: relative;
  }
  .cta-button.line:before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .cta-button.line:after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #800000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .container.slim {
    max-width: 920px;
  }
  .section-ttl {
    display: flex;
    flex-direction: column;
    font-size: 24px;
  }
  .section-ttl.center {
    align-items: center;
  }
  .section-ttl span {
    font-size: 16px;
    color: #800000;
    margin-bottom: 8px;
  }
  .section-ttl::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #800000;
    margin-top: 16px;
  }
  .cta-button {
    background-color: #800000;
    height: 40px;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-button.line {
    position: relative;
  }
  .cta-button.line:before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .cta-button.line:after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #800000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
  }
}
/*****************/
/**** page  *****/
/*****************/
@media screen and (min-width: 769px) {
  .lower-page .page-header {
    padding-top: 80px;
  }
  .lower-page .page-header .breadcrumb-container {
    padding-left: 40px;
  }
  .lower-page .page-header .breadcrumb-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lower-page .page-header .breadcrumb-list__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
  }
  .lower-page .page-header .breadcrumb-list__item::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: 2px;
  }
  .lower-page .page-header .breadcrumb-list__item:last-child::after {
    display: none;
  }
  .lower-page .page-header .breadcrumb-list a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 12px 0;
  }
  .lower-page .page-header__ttl {
    margin-top: 80px;
  }
  .lower-page .page-content {
    margin-top: 64px;
    padding-bottom: 80px;
  }
  .lower-page .page-content .section-ttl {
    font-size: 24px;
    font-weight: 500;
  }
  .lower-page .page-content .section-ttl.ttl02 {
    margin-top: 64px;
  }
  .lower-page .page-content h2 {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 8px;
    border-left: 4px solid #800000;
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .lower-page .page-content h3 {
    font-size: 16px;
    color: #800000;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .lower-page .page-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .lower-page .page-content p.big {
    font-size: 18px;
    font-weight: 500;
  }
  .lower-page .page-content figure {
    margin-bottom: 24px;
  }
  .lower-page .page-content figure img {
    margin: 0 auto;
  }
  .lower-page .page-content ul {
    padding-left: 1.5em;
    margin-left: 0;
  }
  .lower-page .page-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: disc;
  }
  .lower-page .page-content ol {
    padding-left: 1.5em;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .lower-page .page-content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: decimal;
  }
}
@media screen and (max-width: 768px) {
  .lower-page .page-header {
    padding-top: 48px;
  }
  .lower-page .page-header .breadcrumb {
    display: none;
  }
  .lower-page .page-header .breadcrumb-container {
    padding-left: 40px;
  }
  .lower-page .page-header .breadcrumb-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lower-page .page-header .breadcrumb-list__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
  }
  .lower-page .page-header .breadcrumb-list__item::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: 2px;
  }
  .lower-page .page-header .breadcrumb-list__item:last-child::after {
    display: none;
  }
  .lower-page .page-header .breadcrumb-list a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 12px 0;
  }
  .lower-page .page-header__ttl {
    margin-top: 40px;
    line-height: 1.6;
    padding: 0 10px;
  }
  .lower-page .page-content {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .lower-page .page-content .section-ttl {
    font-size: 24px;
    font-weight: 500;
  }
  .lower-page .page-content .section-ttl.ttl02 {
    margin-top: 32px;
  }
  .lower-page .page-content h2 {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 8px;
    border-left: 4px solid #800000;
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .lower-page .page-content h3 {
    font-size: 16px;
    color: #800000;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .lower-page .page-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .lower-page .page-content p.big {
    font-size: 18px;
    font-weight: 500;
  }
  .lower-page .page-content figure {
    margin-bottom: 24px;
  }
  .lower-page .page-content figure img {
    margin: 0 auto;
  }
  .lower-page .page-content ul {
    padding-left: 1.5em;
    margin-left: 0;
  }
  .lower-page .page-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: disc;
  }
  .lower-page .page-content ol {
    padding-left: 1.5em;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .lower-page .page-content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: decimal;
  }
}
.page-content .wp-block-file a {
  font-size: 16px;
  text-decoration: underline;
}
.page-content .wp-block-file__button {
  display: none;
}
.page-content .fee-grid {
  display: grid;
  grid-template-columns: 200px repeat(5, 1fr);
  border: 0.5px solid black;
}
@media screen and (max-width: 768px) {
  .page-content .fee-grid {
    width: 840px;
  }
  .page-content .fee-grid__wrapper {
    overflow-x: scroll;
  }
}
.page-content .fee-grid > div {
  border: 0.5px solid black;
  font-size: 16px;
  padding: 8px 10px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
}
@media screen and (max-width: 768px) {
  .page-content .fee-grid > div {
    font-size: 14px;
    min-height: 56px;
  }
}
.page-content .fee-grid > div.head {
  min-height: auto;
}
.page-content {
  /* rowspan代替 */
}
.page-content .rowspan-2 {
  grid-row: span 2;
}
.page-content {
  /* デザイン */
}
.page-content .label {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-content .fee-table {
    margin-top: 40px;
    border-collapse: separate;
    border-spacing: 1px;
    border: 1px solid black;
    background-color: black;
  }
  .page-content .fee-table th,
  .page-content .fee-table td {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    background-color: white;
  }
  .page-content .fee-table thead {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 34px 34px;
    gap: 1px;
  }
  .page-content .fee-table thead tr {
    display: contents;
  }
  .page-content .fee-table thead tr:first-child th {
    grid-column: 1;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(3) {
    grid-column: 3/6;
    grid-row: 1;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(4) {
    grid-column: 6;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:last-child th,
  .page-content .fee-table thead tr:last-child td:nth-child(2),
  .page-content .fee-table thead tr:last-child td:nth-child(6) {
    display: none;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(5) {
    grid-column: 5;
    grid-row: 2;
  }
  .page-content .fee-table tbody {
    margin-top: 1px;
  }
  .page-content .fee-table tbody tr {
    min-height: 68px;
    gap: 1px;
    margin-bottom: 1px;
  }
  .page-content .fee-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .page-content .fee-table tbody tr th {
    text-align: center;
  }
  .page-content .fee-table tbody tr th.column {
    flex-direction: column;
  }
  .page-content .fee-table tbody tr th.column span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-content .fee-inner {
    overflow-x: scroll;
  }
  .page-content .fee-table {
    width: 840px;
    background-color: black;
    border: 1;
    margin-top: 40px;
    border-collapse: separate;
    border: 1px solid black;
  }
  .page-content .fee-table th,
  .page-content .fee-table td {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    background-color: white;
  }
  .page-content .fee-table thead {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 30px 30px;
    gap: 1px;
  }
  .page-content .fee-table thead tr {
    display: contents;
  }
  .page-content .fee-table thead tr:first-child th {
    grid-column: 1;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(3) {
    grid-column: 3/6;
    grid-row: 1;
  }
  .page-content .fee-table thead tr:first-child td:nth-child(4) {
    grid-column: 6;
    grid-row: 1/3;
  }
  .page-content .fee-table thead tr:last-child th,
  .page-content .fee-table thead tr:last-child td:nth-child(2),
  .page-content .fee-table thead tr:last-child td:nth-child(6) {
    display: none;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }
  .page-content .fee-table thead tr:last-child td:nth-child(5) {
    grid-column: 5;
    grid-row: 2;
  }
  .page-content .fee-table tbody {
    margin-top: 1px;
  }
  .page-content .fee-table tbody tr {
    min-height: 56px;
    gap: 1px;
    margin-bottom: 1px;
  }
  .page-content .fee-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .page-content .fee-table tbody tr th {
    text-align: center;
  }
  .page-content .fee-table tbody tr th.column {
    flex-direction: column;
  }
  .page-content .fee-table tbody tr th.column span {
    font-size: 14px;
  }
}

/*****************/
/*** hamburger-menu  ***/
/*****************/
@media screen and (min-width: 769px) {
  .hamburger-menu {
    display: block !important;
    width: 80px;
    height: 80px;
    position: fixed;
    appearance: none;
    padding: 0;
    cursor: pointer;
    top: 0x;
    right: 0;
    z-index: 1001;
    background-color: #800000;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 24px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 40px;
  }
  .hamburger-menu__bar:last-child {
    top: 56px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  /*****************/
  /*** sp-nav  ***/
  /*****************/
  .sp-nav {
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EFEFEF;
    padding: 56px 60px 63px;
    transform: translateY(-100%);
    transition: all 0.6s ease;
    display: flex;
    gap: 103px;
  }
}
@media screen and (min-width: 769px) and (max-width: 500px) {
  .sp-nav {
    overflow-y: scroll;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp-nav.active {
    transform: translateY(0);
  }
  .sp-nav__left {
    flex-shrink: 0;
    width: 400px;
  }
  .sp-nav__logo {
    width: 100%;
  }
  .sp-nav__sns {
    margin-top: 32px;
  }
  .sp-nav__sub {
    font-size: 16px;
  }
  .sp-nav__icons {
    margin-top: 12px;
    display: flex;
    gap: 16px;
  }
  .sp-nav__icon {
    flex-shrink: 0;
    width: 40px;
  }
  .sp-nav__right {
    max-width: 757px;
  }
  .sp-nav__heading {
    border-left: 2px solid #800000;
    padding-left: 24px;
  }
  .sp-nav__title {
    font-size: 20px;
    font-weight: bold;
    color: #800000;
  }
  .sp-nav__desc {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .sp-nav__list {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
  }
  .sp-nav__item {
    border: 1px solid #C3C3C3;
    flex-shrink: 0;
    width: 367px;
  }
  .sp-nav__link {
    padding: 16px 24px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp-nav__link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #800000;
    border-right: 2px solid #800000;
    transform: rotate(45deg);
  }
  .sp-nav__ttl {
    font-size: 16px;
    color: #333;
  }
  .sp-nav__ttl span {
    display: block;
    font-size: 24px;
    color: #800000;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block !important;
    width: 48px;
    height: 48px;
    position: absolute;
    appearance: none;
    padding: 0;
    cursor: pointer;
    top: 0x;
    right: 0;
    z-index: 1001;
    background-color: #800000;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 14px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 33px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  /*****************/
  /*** sp-nav  ***/
  /*****************/
  .sp-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #EFEFEF;
    padding: 56px 20px;
    transform: translateY(-100%);
    transition: all 0.6s ease;
    overflow-y: scroll;
    display: block;
  }
  .sp-nav.active {
    transform: translateY(0);
  }
  .sp-nav__left {
    display: none;
    flex-shrink: 0;
    width: 400px;
  }
  .sp-nav__logo {
    width: 100%;
  }
  .sp-nav__sns {
    margin-top: 40px;
  }
  .sp-nav__sub {
    font-size: 16px;
  }
  .sp-nav__icons {
    margin-top: 12px;
    display: flex;
    gap: 16px;
  }
  .sp-nav__icon {
    flex-shrink: 0;
    width: 40px;
  }
  .sp-nav__heading {
    border-left: 2px solid #800000;
    padding-left: 8px;
  }
  .sp-nav__title {
    font-size: 20px;
    font-weight: bold;
    color: #800000;
  }
  .sp-nav__desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
  }
  .sp-nav__list {
    margin-top: 40px;
  }
  .sp-nav__item {
    border: 1px solid #C3C3C3;
    flex-shrink: 0;
    margin-bottom: 12px;
  }
  .sp-nav__item:last-child {
    margin-bottom: 0;
  }
  .sp-nav__link {
    padding: 12px 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp-nav__link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #800000;
    border-right: 2px solid #800000;
    transform: rotate(45deg);
  }
  .sp-nav__ttl {
    font-size: 14px;
    color: #333;
  }
  .sp-nav__ttl span {
    display: block;
    font-size: 20px;
    color: #800000;
    margin-bottom: 8px;
  }
}
/*------------------------------------------
 * header
 *----------------------------------------*/
@media screen and (min-width: 769px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 144px;
  }
  #header .header-logo a {
    font-size: 24px;
    font-weight: bold;
    color: #800000;
  }
  #header .header-nav__list {
    display: flex;
    align-items: center;
    gap: 56px;
  }
  #header .header-nav__link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    height: 48px;
  }
  #header .header-logo a {
    font-size: 24px;
    font-weight: bold;
    color: #800000;
  }
  #header .header-nav {
    display: none;
  }
  #header .header-nav__list {
    display: flex;
    align-items: center;
    gap: 56px;
  }
  #header .header-nav__link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    height: 80px;
    display: flex;
    align-items: center;
  }
}

/*------------------------------------------
 * footer
 *----------------------------------------*/
@media screen and (min-width: 769px) {
  #footer {
    background-color: #EFEFEF;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #footer .footer-container {
    max-width: 1320px;
  }
  #footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-left {
    flex-shrink: 0;
    width: 500px;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-logo {
    flex-shrink: 0;
    width: 250px;
  }
  #footer .footer-info {
    flex-shrink: 0;
    width: 240px;
  }
  #footer .footer-info__name {
    font-size: 16px;
    font-weight: bold;
  }
  #footer .footer-info__desc {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
  }
  #footer .footer-right {
    margin-left: 1%;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  #footer .footer-column {
    flex-shrink: 0;
    width: 190px;
  }
  #footer .footer-column__ttl {
    font-size: 16px;
    color: #333;
    padding-bottom: 16px;
    border-bottom: 1px solid #C3C3C3;
  }
  #footer .footer-column__list.list03 {
    display: none;
  }
  #footer .footer-column__item {
    margin-top: 16px;
    line-height: 1.6;
  }
  #footer .footer-column__link {
    font-size: 14px;
    color: #333;
  }
  #footer .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #C3C3C3;
    padding-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #footer .footer-bottom__top {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #footer .footer-bottom__item {
    font-size: 14px;
    color: #333;
    font-weight: 400;
  }
  #footer .footer-bottom__copy {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    background-color: #EFEFEF;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #footer .footer-container {
    max-width: 1320px;
  }
  #footer .footer-logo {
    width: 160px;
  }
  #footer .footer-info {
    margin-top: 24px;
  }
  #footer .footer-info__name {
    font-size: 16px;
    font-weight: bold;
  }
  #footer .footer-info__desc {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
  }
  #footer .footer-right {
    margin-top: 40px;
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
  }
  #footer .footer-column {
    flex-shrink: 0;
    width: 152px;
  }
  #footer .footer-column__ttl {
    font-size: 16px;
    color: #333;
    padding-bottom: 16px;
    border-bottom: 1px solid #C3C3C3;
  }
  #footer .footer-column__list.list03 {
    display: none;
  }
  #footer .footer-column__item {
    margin-top: 16px;
    line-height: 1.6;
  }
  #footer .footer-column__link {
    font-size: 14px;
    color: #333;
  }
  #footer .footer-bottom {
    margin-top: 24px;
    border-top: 1px solid #C3C3C3;
    padding-top: 24px;
  }
  #footer .footer-bottom__item {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  #footer .footer-bottom__item:last-child {
    margin-bottom: 0;
  }
  #footer .footer-bottom__copy {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 400;
  }
}

/*------------------------------------------
 * event-wrap
 *----------------------------------------*/
@media screen and (min-width: 769px) {
  .event-wrap {
    overflow: hidden;
  }
  .event-wrap .event-heading {
    height: 400px;
    background-image: url(../image/event-heading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .event-wrap .event-ttl {
    margin-top: 120px;
  }
  .event-wrap .event-main {
    margin-top: -8px;
  }
  .event-wrap .event-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
  }
  .event-wrap .event-arrows__item {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .event-wrap .event-arrows__item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
  }
  .event-wrap .event-arrows__item.prev:after {
    border-left: 1px solid #333;
    transform: rotate(-45deg);
  }
  .event-wrap .event-arrows__item.next:after {
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  .event-wrap .event-wrapper {
    margin-top: 24px;
    position: relative;
    height: 447px;
  }
  .event-wrap .event-wrapper.project {
    height: 542px;
  }
  .event-wrap .event-slider {
    position: absolute;
    width: 100vw;
  }
  .event-wrap .event-slider__item {
    padding-right: 40px;
  }
  .event-wrap .event-slider__link {
    width: 337px;
    height: 447px;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    overflow: hidden;
  }
  .event-wrap .event-slider__link.project {
    height: 522px;
  }
  .event-wrap .event-slider__thumb {
    height: 224px;
  }
  .event-wrap .event-slider__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event-wrap .event-slider__inner {
    padding: 20px;
    overflow: hidden;
  }
  .event-wrap .event-slider__ttl {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .event-wrap .event-slider__kick {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
  .event-wrap .event-slider__excerpt {
    margin-top: 12px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
  }
  .event-wrap .event-slider__time {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .event-wrap .event-slider__locate {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .event-wrap .event-slider__button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: 0;
    width: 163px;
    height: 42px;
    background-color: #800000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
  }
  .event-wrap .event-cta {
    margin-top: 64px;
    margin-left: auto;
    margin-right: 0;
    width: 229px;
  }
}
@media screen and (max-width: 768px) {
  .event-wrap .event-heading {
    height: 240px;
    background-image: url(../image/event-heading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .event-wrap .event-ttl {
    margin-top: 40px;
  }
  .event-wrap .event-arrows {
    display: none;
    justify-content: flex-end;
    gap: 16px;
  }
  .event-wrap .event-arrows__item {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .event-wrap .event-arrows__item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
  }
  .event-wrap .event-arrows__item.prev:after {
    border-left: 1px solid #333;
    transform: rotate(-45deg);
  }
  .event-wrap .event-arrows__item.next:after {
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  .event-wrap .event-wrapper {
    margin-top: 40px;
    position: relative;
  }
  .event-wrap .event-slider__item {
    margin-bottom: 40px;
  }
  .event-wrap .event-slider__item:last-child {
    margin-bottom: 0;
  }
  .event-wrap .event-slider__link {
    margin: 0 auto;
    width: 337px;
    height: 447px;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    overflow: hidden;
  }
  .event-wrap .event-slider__link.project {
    height: 525px;
  }
  .event-wrap .event-slider__thumb {
    height: 224px;
  }
  .event-wrap .event-slider__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event-wrap .event-slider__inner {
    padding: 20px;
    overflow: hidden;
  }
  .event-wrap .event-slider__ttl {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .event-wrap .event-slider__kick {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
  .event-wrap .event-slider__excerpt {
    margin-top: 12px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
  }
  .event-wrap .event-slider__time {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .event-wrap .event-slider__locate {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .event-wrap .event-slider__button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: 0;
    width: 163px;
    height: 42px;
    background-color: #800000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
  }
  .event-wrap .event-cta {
    margin: 40px auto 0;
    width: 219px;
  }
}

/*------------------------------------------
 * introduce-wrap
 *----------------------------------------*/
@media screen and (min-width: 769px) {
  .introduce-wrap .introduce-list {
    margin-left: -13px;
    margin-right: -13px;
    display: flex;
    flex-wrap: wrap;
  }
  .introduce-wrap .introduce-list__item {
    width: 280px;
    flex-shrink: 0;
    margin: 0 13px 64px;
    border-radius: 8px;
    border: 1px solid #C3C3C3;
    overflow: hidden;
  }
  .introduce-wrap .introduce-list__thumb {
    height: 170px;
    background-color: #C3C3C3;
    display: flex;
  }
  .introduce-wrap .introduce-list__thumb img {
    width: 142px;
    margin: auto;
  }
  .introduce-wrap .introduce-list__content {
    padding: 20px;
  }
  .introduce-wrap .introduce-list__ttl {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    height: 72px;
  }
  .introduce-wrap .introduce-list__company {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.8;
  }
  .introduce-wrap .introduce-list__donate {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .introduce-wrap .introduce-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .introduce-wrap .introduce-list__item {
    width: 335px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #C3C3C3;
    overflow: hidden;
  }
  .introduce-wrap .introduce-list__thumb {
    height: 180px;
    background-color: #C3C3C3;
    display: flex;
  }
  .introduce-wrap .introduce-list__thumb img {
    width: 142px;
    margin: auto;
  }
  .introduce-wrap .introduce-list__content {
    padding: 16px;
  }
  .introduce-wrap .introduce-list__ttl {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  .introduce-wrap .introduce-list__company {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.8;
  }
  .introduce-wrap .introduce-list__donate {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/*------------------------------------------
 * wp-pagenavi
 *----------------------------------------*/
@media screen and (min-width: 769px) {
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 11px;
  }
  .wp-pagenavi .pages {
    display: none !important;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
  }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    background-color: #800000;
    color: white;
  }
  .wp-pagenavi .nextpostslink {
    color: transparent;
    position: relative;
  }
  .wp-pagenavi .nextpostslink::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 52%;
    left: 46%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .wp-pagenavi .previouspostslink {
    color: transparent;
    position: relative;
  }
  .wp-pagenavi .previouspostslink::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 46%;
    left: 52%;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .wp-pagenavi .pages {
    display: none !important;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
  }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    background-color: #800000;
    color: white;
  }
  .wp-pagenavi .nextpostslink {
    color: transparent;
    position: relative;
  }
  .wp-pagenavi .nextpostslink::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 52%;
    left: 46%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .wp-pagenavi .previouspostslink {
    color: transparent;
    position: relative;
  }
  .wp-pagenavi .previouspostslink::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 46%;
    left: 52%;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}

#front {
  /*------------------------------------------
  * hero
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #hero {
    height: 805px;
    background-image: url(../image/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front #hero .hero-catch {
    max-width: 1304px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 469px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #front #hero .hero-catch__main {
    background-color: white;
    display: inline-block;
    padding: 8px 16px;
    font-size: 48px;
  }
  #front #hero .hero-catch__main.desc02 {
    margin-top: 10px;
  }
  #front #hero .hero-catch__sub {
    margin-top: 30px;
    background-color: #800000;
    padding: 4px 12px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #front #hero {
    height: 600px;
    background-image: url(../image/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front #hero .hero-catch {
    max-width: 1304px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 29px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
  }
  #front #hero .hero-catch__main {
    background-color: white;
    display: inline-block;
    padding: 8px 16px;
    font-size: 26px;
  }
  #front #hero .hero-catch__main.desc02 {
    margin-top: 10px;
  }
  #front #hero .hero-catch__sub {
    margin-top: 16px;
    background-color: #800000;
    padding: 4px 12px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
  }
}
#front {
  /*------------------------------------------
  * news
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #news {
    background-color: #EFEFEF;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #front #news .news-wrapper {
    display: flex;
    gap: 15%;
  }
  #front #news .news-ttl span {
    font-size: 32px;
    margin-bottom: 0;
  }
  #front #news .news-list {
    width: 100%;
  }
  #front #news .news-list__item {
    margin-bottom: 12px;
    border-bottom: 1px solid #C3C3C3;
  }
  #front #news .news-list__item:last-child {
    margin-bottom: 0;
  }
  #front #news .news-list__link {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 12px;
    overflow: hidden;
  }
  #front #news .news-list__time {
    font-size: 12px;
    color: #333;
  }
  #front #news .news-list__cat {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #800000;
    font-size: 10px;
    color: white;
    line-height: 1.6;
  }
  #front #news .news-list__ttl {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  #front #news {
    background-color: #EFEFEF;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #front #news .news-ttl span {
    font-size: 24px;
    margin-bottom: 0;
  }
  #front #news .news-list {
    margin-top: 25px;
    width: 100%;
  }
  #front #news .news-list__item {
    margin-bottom: 8px;
    border-bottom: 1px solid #C3C3C3;
  }
  #front #news .news-list__item:last-child {
    margin-bottom: 0;
  }
  #front #news .news-list__link {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 8px;
    overflow: hidden;
  }
  #front #news .news-list__time {
    font-size: 12px;
    color: #333;
  }
  #front #news .news-list__cat {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #800000;
    font-size: 10px;
    color: white;
    line-height: 1.6;
  }
  #front #news .news-list__ttl {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
  }
}
#front {
  /*------------------------------------------
  * about
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #front #about .about-ttl span {
    font-size: 40px;
    margin-bottom: 0;
  }
  #front #about .about-list {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
  }
  #front #about .about-list__item {
    flex-shrink: 0;
    width: 320px;
  }
  #front #about .about-list__img {
    width: 100%;
    height: 270px;
  }
  #front #about .about-list__eng {
    margin-top: 16px;
    color: #800000;
    font-size: 28px;
    text-align: center;
  }
  #front #about .about-list__desc {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #333;
  }
  #front #about .about-cta {
    margin: 64px auto 0;
    width: 146px;
  }
}
@media screen and (max-width: 768px) {
  #front #about {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #front #about .about-ttl span {
    font-size: 32px;
    margin-bottom: 0;
  }
  #front #about .about-list {
    margin-top: 40px;
  }
  #front #about .about-list__item {
    margin: 0 auto;
    flex-shrink: 0;
    width: 320px;
    margin-bottom: 40px;
  }
  #front #about .about-list__item:last-child {
    margin-bottom: 0;
  }
  #front #about .about-list__img {
    margin: 0 auto;
    height: 232px;
  }
  #front #about .about-list__img.img01 {
    width: 275px;
  }
  #front #about .about-list__img.img02 {
    width: 300px;
  }
  #front #about .about-list__img.img03 {
    width: 223px;
  }
  #front #about .about-list__eng {
    margin-top: 16px;
    color: #800000;
    font-size: 28px;
    text-align: center;
  }
  #front #about .about-list__desc {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #333;
  }
  #front #about .about-cta {
    margin: 40px auto 0;
    width: 141px;
  }
}
#front {
  /*------------------------------------------
  * event
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #event {
    padding-bottom: 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #front #event {
    padding-bottom: 80px;
    overflow: hidden;
  }
}
#front {
  /*------------------------------------------
  * project
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #project {
    padding-bottom: 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #front #project {
    padding-bottom: 80px;
    overflow: hidden;
  }
}
#front {
  /*------------------------------------------
  * faq
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #front #faq .faq-wrapper {
    display: flex;
    gap: 10%;
  }
  #front #faq .faq-ttl {
    flex-shrink: 0;
    width: 205px;
  }
  #front #faq .faq-list {
    width: 100%;
    border-top: 1px solid #C3C3C3;
  }
  #front #faq .faq-list__item {
    padding: 16px;
    border-bottom: 1px solid #C3C3C3;
  }
  #front #faq .faq-list__question {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 24px;
    line-height: 1.6;
    cursor: pointer;
  }
  #front #faq .faq-list__question::after {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: 0;
    transition: all 0.6s ease;
  }
  #front #faq .faq-list__question.active::after {
    transform: rotate(-135deg);
  }
  #front #faq .faq-list__span {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front #faq .faq-list__span.question {
    background-color: #800000;
    color: white;
  }
  #front #faq .faq-list__span.answer {
    background-color: white;
    border: 1px solid #800000;
    color: #800000;
  }
  #front #faq .faq-list__answer {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 24px;
    padding-top: 18px;
    color: #666666;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #front #faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #front #faq .faq-ttl {
    align-items: center;
  }
  #front #faq .faq-list {
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid #C3C3C3;
  }
  #front #faq .faq-list__item {
    padding: 16px 0;
    border-bottom: 1px solid #C3C3C3;
  }
  #front #faq .faq-list__question {
    line-height: 1.6;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 16px;
    cursor: pointer;
  }
  #front #faq .faq-list__question::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: 0;
    transition: all 0.6s ease;
  }
  #front #faq .faq-list__question.active::after {
    transform: rotate(-135deg);
  }
  #front #faq .faq-list__span {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front #faq .faq-list__span.question {
    background-color: #800000;
    color: white;
  }
  #front #faq .faq-list__span.answer {
    background-color: white;
    border: 1px solid #800000;
    color: #800000;
  }
  #front #faq .faq-list__answer {
    line-height: 1.6;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 16px;
    padding-top: 16px;
    color: #666666;
  }
}
#front {
  /*------------------------------------------
  * access
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #front #access {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #front #access .access-container {
    max-width: 1320px;
  }
  #front #access .access-wrapper {
    display: flex;
  }
  #front #access .access-left {
    flex-shrink: 0;
    width: 400px;
    background-color: #333;
    padding: 87px 80px;
  }
  #front #access .access-ttl {
    color: white;
  }
  #front #access .access-ttl::after {
    background-color: white;
  }
  #front #access .access-ttl span {
    color: white;
  }
  #front #access .access-station {
    margin-top: 40px;
    font-size: 15px;
    color: white;
  }
  #front #access .access-address {
    margin-top: 24px;
    color: white;
    font-size: 15px;
  }
  #front #access .access-right {
    width: 100%;
  }
  #front #access .access-right iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #front #access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #front #access .access-container {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
  #front #access .access-left {
    background-color: #333;
    padding: 40px 20px 20px;
  }
  #front #access .access-ttl {
    color: white;
    align-items: center;
  }
  #front #access .access-ttl::after {
    background-color: white;
  }
  #front #access .access-ttl span {
    color: white;
  }
  #front #access .access-station {
    margin-top: 40px;
    font-size: 15px;
    color: white;
  }
  #front #access .access-address {
    margin-top: 16px;
    color: white;
    font-size: 15px;
  }
  #front #access .access-right {
    width: 100%;
    height: 311px;
  }
  #front #access .access-right iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  #page-privacy .privacy-content {
    margin-top: 64px;
    padding-bottom: 80px;
  }
  #page-privacy .privacy-content h2 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #800000;
    border-bottom: 1px solid #800000;
    margin-top: 56px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  #page-privacy .privacy-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
  }
  #page-privacy .privacy-content ul {
    padding-left: 1.5em;
    margin-left: 0;
  }
  #page-privacy .privacy-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: disc;
  }
  #page-privacy .privacy-content ol {
    padding-left: 1.5em;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }
  #page-privacy .privacy-content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: decimal;
  }
}
@media screen and (max-width: 768px) {
  #page-privacy .privacy-content {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #page-privacy .privacy-content h2 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #800000;
    border-bottom: 1px solid #800000;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  #page-privacy .privacy-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
  }
  #page-privacy .privacy-content ul {
    padding-left: 1.5em;
    margin-left: 0;
  }
  #page-privacy .privacy-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: disc;
  }
  #page-privacy .privacy-content ol {
    padding-left: 1.5em;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }
  #page-privacy .privacy-content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: decimal;
  }
}

#page-amanushi {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-amanushi .page-header h1 {
    font-size: inherit;
    font-weight: inherit;
  }
  #page-amanushi .page-header__ttl::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #page-amanushi .page-header h1 {
    font-size: inherit;
    font-weight: inherit;
  }
  #page-amanushi .page-header__ttl::after {
    display: none;
  }
}
#page-amanushi {
  /*------------------------------------------
  * intro
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-amanushi #intro {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  #page-amanushi #intro .intro-desc {
    max-width: 880px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-amanushi #intro .intro-cta {
    margin: 64px auto 0;
    width: 163px;
  }
  #page-amanushi #intro .intro-list {
    margin-top: 160px;
  }
  #page-amanushi #intro .intro-list__item {
    background-color: #EFEFEF;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    margin-bottom: 32px;
  }
  #page-amanushi #intro .intro-list__item:last-child {
    margin-bottom: 0;
  }
  #page-amanushi #intro .intro-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #page-amanushi #intro .intro-list__item {
    display: none;
  }
  #page-amanushi #intro .intro-list__item:first-child {
    display: flex;
  }
  #page-amanushi #intro .intro-list__img {
    width: 46%;
    height: 342px;
  }
  #page-amanushi #intro .intro-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-amanushi #intro .intro-list__main {
    width: 48%;
  }
  #page-amanushi #intro .intro-list__ttl {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 24px;
    font-weight: bold;
    color: #800000;
    padding-bottom: 24px;
    border-bottom: 1px solid #800000;
    line-height: 1.1;
  }
  #page-amanushi #intro .intro-list__ttl span {
    font-size: 40px;
  }
  #page-amanushi #intro .intro-list__desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  #page-amanushi #intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-amanushi #intro .intro-desc {
    max-width: 880px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-amanushi #intro .intro-cta {
    margin: 40px auto 0;
    width: 163px;
  }
  #page-amanushi #intro .intro-list {
    margin-top: 80px;
  }
  #page-amanushi #intro .intro-list__item {
    background-color: #EFEFEF;
    padding: 20px 16px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 8px;
    margin-bottom: 32px;
  }
  #page-amanushi #intro .intro-list__item:last-child {
    margin-bottom: 0;
  }
  #page-amanushi #intro .intro-list__item {
    display: none;
  }
  #page-amanushi #intro .intro-list__item:first-child {
    display: flex;
  }
  #page-amanushi #intro .intro-list__img {
    height: 240px;
    margin-top: 50px;
  }
  #page-amanushi #intro .intro-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-amanushi #intro .intro-list__ttl {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #800000;
    padding-bottom: 24px;
    border-bottom: 1px solid #800000;
    line-height: 1.1;
  }
  #page-amanushi #intro .intro-list__ttl span {
    font-size: 40px;
  }
  #page-amanushi #intro .intro-list__desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
}
#page-amanushi {
  /*------------------------------------------
  * introduce
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-amanushi #introduce {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  #page-amanushi #introduce .introduce-desc {
    margin: 64px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 880px;
  }
  #page-amanushi #introduce .introduce-form {
    margin-top: 64px;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
  }
  #page-amanushi #introduce .introduce-form__item {
    position: relative;
    width: 163px;
  }
  #page-amanushi #introduce .introduce-form__img {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 20px;
  }
  #page-amanushi #introduce .introduce-form span {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
  }
  #page-amanushi #introduce .introduce-form select {
    appearance: none;
    display: block;
    width: 100%;
    height: 37px;
    border-radius: 4px;
    border: 1px solid #C3C3C3;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 50px;
    padding-right: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #page-amanushi #introduce .introduce-form__submit {
    display: none;
  }
  #page-amanushi #introduce .introduce-list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #page-amanushi #introduce {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #page-amanushi #introduce .introduce-desc {
    margin: 40px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 880px;
  }
  #page-amanushi #introduce .introduce-form {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 17px;
  }
  #page-amanushi #introduce .introduce-form__item {
    position: relative;
    width: 163px;
  }
  #page-amanushi #introduce .introduce-form__img {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 20px;
  }
  #page-amanushi #introduce .introduce-form span {
    position: absolute;
    top: 48%;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
  }
  #page-amanushi #introduce .introduce-form select {
    appearance: none;
    display: block;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: 1px solid #C3C3C3;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 50px;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #page-amanushi #introduce .introduce-form__submit {
    display: none;
  }
  #page-amanushi #introduce .introduce-list {
    margin-top: 17px;
  }
}

#page-about {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about .page-header {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #page-about .page-header__inner {
    height: 220px;
    position: relative;
    width: 100%;
    min-width: 1440px;
    display: flex;
    justify-content: space-between;
  }
  #page-about .page-header__img.before {
    width: 674px;
    flex-shrink: 0;
  }
  #page-about .page-header__img.after {
    width: 663px;
    flex-shrink: 0;
  }
  #page-about .page-header__ttl {
    position: absolute;
    height: 220px;
    width: 100%;
    top: 142px;
    left: 0;
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }
  #page-about .page-header__ttl span {
    display: block;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  #page-about .page-header__ttl::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #page-about .page-header {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #page-about .page-header__inner {
    height: 120px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #page-about .page-header__img.before {
    width: 160px;
    flex-shrink: 0;
  }
  #page-about .page-header__img.after {
    width: 130px;
    flex-shrink: 0;
  }
  #page-about .page-header__ttl {
    position: absolute;
    height: 120px;
    width: 100%;
    top: 48px;
    left: 0;
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }
  #page-about .page-header__ttl span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  #page-about .page-header__ttl::after {
    display: none;
  }
}
#page-about {
  /*------------------------------------------
  * intro
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #intro {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #EFEFEF;
  }
  #page-about #intro .intro-list__item {
    margin-bottom: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 40px 70px;
    gap: 48px;
  }
  #page-about #intro .intro-list__item:last-child {
    margin-bottom: 0;
  }
  #page-about #intro .intro-list__item:nth-child(odd) {
    border-left: 6px solid #800000;
  }
  #page-about #intro .intro-list__item:nth-child(even) {
    border-right: 6px solid #800000;
    flex-direction: row-reverse;
  }
  #page-about #intro .intro-list__main {
    max-width: 696px;
    width: 100%;
  }
  #page-about #intro .intro-list__ttl {
    font-size: 15px;
  }
  #page-about #intro .intro-list__ttl span {
    margin-right: 12px;
    font-size: 28px;
    color: #800000;
  }
  #page-about #intro .intro-list__desc {
    margin-top: 64px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-about #intro .intro-list__img {
    flex-shrink: 0;
    width: 320px;
    height: 270px;
  }
  #page-about #intro .intro-cta {
    margin: 64px auto 0;
    width: 383px;
    height: 80px;
    font-size: 24px;
  }
  #page-about #intro .intro-cta span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-about #intro {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #EFEFEF;
  }
  #page-about #intro .intro-list__item {
    margin-bottom: 24px;
    background-color: white;
    padding: 34px 16px 24px;
  }
  #page-about #intro .intro-list__item:first-child {
    padding-bottom: 0;
  }
  #page-about #intro .intro-list__item:nth-child(2) {
    padding-bottom: 60px;
  }
  #page-about #intro .intro-list__item:last-child {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
  #page-about #intro .intro-list__ttl {
    font-size: 14px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
  }
  #page-about #intro .intro-list__ttl span {
    margin-right: 12px;
    font-size: 24px;
    color: #800000;
  }
  #page-about #intro .intro-list__desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-about #intro .intro-list__img {
    margin: 0 auto;
  }
  #page-about #intro .intro-list__img.img01 {
    width: 275px;
  }
  #page-about #intro .intro-list__img.img02 {
    width: 300px;
    margin-top: 40px;
  }
  #page-about #intro .intro-list__img.img03 {
    width: 223px;
  }
  #page-about #intro .intro-cta {
    margin: 40px auto 0;
    width: 310px;
    height: 72px;
    font-size: 20px;
  }
  #page-about #intro .intro-cta span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    margin-left: 24px;
  }
}
#page-about {
  /*------------------------------------------
  * member
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #member {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #page-about #member .member-list {
    margin-top: 64px;
    display: flex;
    gap: 48px;
  }
  #page-about #member .member-list__item {
    border-radius: 16px;
    background-color: #EFEFEF;
    padding: 40px;
    flex: 1;
    position: relative;
  }
  #page-about #member .member-list__ttl {
    font-size: 24px;
    line-height: 1.8;
    color: #800000;
    text-align: center;
  }
  #page-about #member .member-list__desc {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  #page-about #member .member-list__cta {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    width: 146px;
  }
  #page-about #member .member-cta {
    margin: 64px auto 0;
    width: 383px;
    height: 80px;
    font-size: 24px;
  }
  #page-about #member .member-cta span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-about #member {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-about #member .member-list {
    margin-top: 40px;
  }
  #page-about #member .member-list__item {
    border-radius: 8px;
    background-color: #EFEFEF;
    padding: 24px;
    flex: 1;
    margin-bottom: 24px;
  }
  #page-about #member .member-list__item:last-child {
    margin-bottom: 0;
  }
  #page-about #member .member-list__ttl {
    font-size: 24px;
    line-height: 1.8;
    color: #800000;
    text-align: center;
  }
  #page-about #member .member-list__desc {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
  }
  #page-about #member .member-list__desc.desc02 {
    margin-top: 24px;
  }
  #page-about #member .member-list__cta {
    margin: 40px auto 0;
    width: 160px;
  }
  #page-about #member .member-cta {
    margin: 40px auto 0;
    width: 310px;
    height: 72px;
    font-size: 20px;
  }
  #page-about #member .member-cta span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    margin-left: 24px;
  }
}
#page-about {
  /*------------------------------------------
  * project
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #project {
    padding-bottom: 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #page-about #project {
    padding-bottom: 40px;
  }
}
#page-about {
  /*------------------------------------------
  * introduce
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #introduce .introduce-list {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  #page-about #introduce {
    padding-top: 40px;
  }
  #page-about #introduce .introduce-list {
    margin-top: 40px;
  }
}
#page-about {
  /*------------------------------------------
  * org
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #org {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #page-about #org .org-wrap {
    border-radius: 16px;
    background-color: #FFF2F2;
    padding: 49px 0;
  }
  #page-about #org .org-ttl {
    color: #800000;
  }
  #page-about #org .org-img {
    margin: 64px auto 0;
    max-width: 574px;
    width: 95%;
    position: relative;
  }
  #page-about #org .org-img img {
    position: relative;
  }
  #page-about #org .org-img__link {
    width: 33%;
    aspect-ratio: 1/1;
    position: absolute;
  }
  #page-about #org .org-img__link.link01 {
    top: 0;
    left: 14%;
  }
  #page-about #org .org-img__link.link02 {
    top: 0;
    right: 14%;
  }
  #page-about #org .org-img__link.link03 {
    top: 39%;
    right: 0;
  }
  #page-about #org .org-img__link.link04 {
    bottom: 0;
    right: 34%;
  }
  #page-about #org .org-img__link.link05 {
    bottom: 23%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-about #org {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #page-about #org .org-wrap {
    border-radius: 8px;
    background-color: #FFF2F2;
    padding: 40px 16px;
  }
  #page-about #org .org-ttl {
    color: #800000;
  }
  #page-about #org .org-img {
    margin: 43px auto 0;
    width: 303px;
    position: relative;
  }
  #page-about #org .org-img img {
    position: relative;
  }
  #page-about #org .org-img__link {
    width: 33%;
    aspect-ratio: 1/1;
    position: absolute;
  }
  #page-about #org .org-img__link.link01 {
    top: 0;
    left: 14%;
  }
  #page-about #org .org-img__link.link02 {
    top: 0;
    right: 14%;
  }
  #page-about #org .org-img__link.link03 {
    top: 39%;
    right: 0;
  }
  #page-about #org .org-img__link.link04 {
    bottom: 0;
    right: 34%;
  }
  #page-about #org .org-img__link.link05 {
    bottom: 23%;
    left: 0;
  }
}
#page-about {
  /*------------------------------------------
  * about
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-about #about {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #page-about #about .about-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1%;
  }
  #page-about #about .about-main {
    max-width: 680px;
  }
  #page-about #about .about-ttl {
    font-size: 28px;
  }
  #page-about #about .about-catch {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
  }
  #page-about #about .about-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-about #about .about-img {
    flex-shrink: 0;
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #page-about #about {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #page-about #about .about-ttl {
    font-size: 24px;
    line-height: 1.2;
  }
  #page-about #about .about-catch {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
  #page-about #about .about-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-about #about .about-img {
    margin: 40px auto 0;
    width: 335px;
  }
}

#page-facility {
  /*------------------------------------------
  * parts
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility .section-h3 {
    font-size: 24px;
    line-height: 1.8;
    color: #800000;
    padding-left: 16px;
    border-left: 4px solid #800000;
  }
}
@media screen and (max-width: 768px) {
  #page-facility .section-h3 {
    font-size: 20px;
    line-height: 1.8;
    color: #800000;
    padding-left: 16px;
    border-left: 4px solid #800000;
  }
}
#page-facility {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility .page-header__main {
    height: 570px;
    background-image: url(../image/facility/facility-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  #page-facility .page-header__main {
    height: 480px;
    background-image: url(../image/facility/facility-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
}
#page-facility {
  /*------------------------------------------
  * intro
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility #intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-facility #intro .intro-desc {
    margin: 80px auto 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    max-width: 880px;
  }
  #page-facility #intro .intro-map {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    justify-content: center;
  }
  #page-facility #intro .intro-map__img {
    flex-shrink: 0;
    width: 510px;
  }
  #page-facility #intro .intro-list {
    margin-top: 80px;
    border-radius: 16px;
    background-color: #EFEFEF;
    padding: 80px;
  }
  #page-facility #intro .intro-list__item {
    margin-bottom: 80px;
  }
  #page-facility #intro .intro-list__item:last-child {
    margin-bottom: 0;
  }
  #page-facility #intro .intro-list__inner {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
  }
  #page-facility #intro .intro-list__img {
    flex-shrink: 0;
    width: 400px;
  }
  #page-facility #intro .intro-list__main {
    flex-shrink: 0;
    width: 560px;
  }
  #page-facility #intro .intro-list__desc {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #intro .intro-list__children {
    margin-top: 40px;
  }
  #page-facility #intro .intro-list__child {
    margin-bottom: 16px;
  }
  #page-facility #intro .intro-list__child:last-child {
    margin-bottom: 0;
  }
  #page-facility #intro .intro-list__child {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #intro .intro-list__child span {
    flex-shrink: 0;
    width: 76px;
    height: 27px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #page-facility #intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-facility #intro .intro-desc {
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    max-width: 880px;
  }
  #page-facility #intro .intro-map {
    margin-top: 40px;
  }
  #page-facility #intro .intro-map__img {
    margin: 0 auto;
    width: 510px;
    margin-bottom: 40px;
  }
  #page-facility #intro .intro-map__img:last-child {
    margin-bottom: 0;
  }
  #page-facility #intro .intro-list {
    margin-top: 40px;
    border-radius: 8px;
    background-color: #EFEFEF;
    padding: 24px 16px;
  }
  #page-facility #intro .intro-list__item {
    margin-bottom: 80px;
  }
  #page-facility #intro .intro-list__item:last-child {
    margin-bottom: 0;
  }
  #page-facility #intro .intro-list__inner {
    margin-top: 24px;
  }
  #page-facility #intro .intro-list__img {
    margin: 0 auto;
    max-width: 400px;
  }
  #page-facility #intro .intro-list__main {
    margin-top: 24px;
  }
  #page-facility #intro .intro-list__desc {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #intro .intro-list__children {
    margin-top: 24px;
  }
  #page-facility #intro .intro-list__child {
    margin-bottom: 12px;
  }
  #page-facility #intro .intro-list__child:last-child {
    margin-bottom: 0;
  }
  #page-facility #intro .intro-list__child {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #intro .intro-list__child span {
    flex-shrink: 0;
    width: 76px;
    height: 27px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
}
#page-facility {
  /*------------------------------------------
  * flow
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility #flow {
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  #page-facility #flow .flow-h3.one {
    margin-top: 64px;
  }
  #page-facility #flow .flow-h3.two {
    margin-top: 40px;
  }
  #page-facility #flow .flow-list {
    margin: 24px -33px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #page-facility #flow .flow-list__item {
    flex-shrink: 0;
    width: 250px;
    margin-left: 33px;
    margin-right: 33px;
    margin-bottom: 40px;
    position: relative;
  }
  #page-facility #flow .flow-list__item::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #800000;
    border-right: 3px solid #800000;
    position: absolute;
    top: 110px;
    right: -27px;
    transform: translateX(100%) rotate(45deg);
  }
  #page-facility #flow .flow-list__item:last-child::after {
    display: none;
  }
  #page-facility #flow .flow-list__img {
    margin: 0 auto;
  }
  #page-facility #flow .flow-list__step {
    margin: 24px auto 0;
    width: 68px;
    height: 25px;
    background-color: #800000;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-facility #flow .flow-list__ttl {
    display: none;
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
  }
  #page-facility #flow .flow-list__desc {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #flow .flow-desc {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  #page-facility #flow .flow-desc p {
    font-size: 16px;
    line-height: 1.8;
    background-color: #EFEFEF;
    padding: 4px 32px;
  }
  #page-facility #flow .flow-cta {
    margin: 40px auto 0;
    width: 226px;
  }
}
@media screen and (max-width: 768px) {
  #page-facility #flow {
    padding-top: 40px;
    padding-bottom: 29px;
  }
  #page-facility #flow .flow-h3.one {
    margin-top: 64px;
  }
  #page-facility #flow .flow-h3.two {
    margin-top: 69px;
  }
  #page-facility #flow .flow-list {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }
  #page-facility #flow .flow-list__item {
    flex-shrink: 0;
    width: calc(50% - 6.5px);
    margin-bottom: 11px;
    position: relative;
  }
  #page-facility #flow .flow-list__img {
    width: 140px;
    margin: 0 auto;
  }
  #page-facility #flow .flow-list__step {
    margin: 24px auto 0;
    width: 68px;
    height: 25px;
    background-color: #800000;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-facility #flow .flow-list__ttl {
    display: none;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }
  #page-facility #flow .flow-list__desc {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #flow .flow-desc {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  #page-facility #flow .flow-desc p {
    font-size: 16px;
    line-height: 1.8;
    background-color: #EFEFEF;
    padding: 4px;
    text-align: center;
  }
  #page-facility #flow .flow-cta {
    margin: 40px auto 0;
    width: 226px;
  }
}
#page-facility {
  /*------------------------------------------
  * fee
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility #fee {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-facility #fee .fee-table {
    margin-top: 40px;
    border-collapse: separate;
    border-spacing: 1px;
  }
  #page-facility #fee .fee-table th,
  #page-facility #fee .fee-table td {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  #page-facility #fee .fee-table th {
    background-color: #C3C3C3;
  }
  #page-facility #fee .fee-table thead {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 34px 34px;
    gap: 1px;
  }
  #page-facility #fee .fee-table thead tr {
    display: contents;
  }
  #page-facility #fee .fee-table thead tr:first-child th {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(3) {
    grid-column: 3/6;
    grid-row: 1;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(4) {
    grid-column: 6;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:last-child th,
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(2),
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(6) {
    display: none;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(5) {
    grid-column: 5;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead td {
    color: white;
  }
  #page-facility #fee .fee-table thead td.gray {
    background-color: #666666;
  }
  #page-facility #fee .fee-table thead td.red {
    background-color: #800000;
  }
  #page-facility #fee .fee-table thead td.black {
    background-color: #333;
  }
  #page-facility #fee .fee-table tbody {
    margin-top: 1px;
  }
  #page-facility #fee .fee-table tbody tr {
    min-height: 68px;
    gap: 1px;
    margin-bottom: 1px;
  }
  #page-facility #fee .fee-table tbody tr:last-child {
    margin-bottom: 0;
  }
  #page-facility #fee .fee-table tbody tr th {
    text-align: center;
  }
  #page-facility #fee .fee-table tbody tr th.column {
    flex-direction: column;
  }
  #page-facility #fee .fee-table tbody tr th.column span {
    font-size: 14px;
  }
  #page-facility #fee .fee-table tbody tr td.pink {
    background-color: #FFEBEB;
  }
  #page-facility #fee .fee-table tbody tr td.gray {
    background-color: #EFEFEF;
  }
}
@media screen and (max-width: 768px) {
  #page-facility #fee {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-facility #fee .fee-inner {
    overflow-x: scroll;
  }
  #page-facility #fee .fee-table {
    width: 840px;
    margin-top: 40px;
    border-collapse: separate;
    border-spacing: 1px;
  }
  #page-facility #fee .fee-table th,
  #page-facility #fee .fee-table td {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  #page-facility #fee .fee-table th {
    background-color: #C3C3C3;
  }
  #page-facility #fee .fee-table thead {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 30px 30px;
    gap: 1px;
  }
  #page-facility #fee .fee-table thead tr {
    display: contents;
  }
  #page-facility #fee .fee-table thead tr:first-child th {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(3) {
    grid-column: 3/6;
    grid-row: 1;
  }
  #page-facility #fee .fee-table thead tr:first-child td:nth-child(4) {
    grid-column: 6;
    grid-row: 1/3;
  }
  #page-facility #fee .fee-table thead tr:last-child th,
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(2),
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(6) {
    display: none;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead tr:last-child td:nth-child(5) {
    grid-column: 5;
    grid-row: 2;
  }
  #page-facility #fee .fee-table thead td {
    color: white;
  }
  #page-facility #fee .fee-table thead td.gray {
    background-color: #666666;
  }
  #page-facility #fee .fee-table thead td.red {
    background-color: #800000;
  }
  #page-facility #fee .fee-table thead td.black {
    background-color: #333;
  }
  #page-facility #fee .fee-table tbody {
    margin-top: 1px;
  }
  #page-facility #fee .fee-table tbody tr {
    min-height: 56px;
    gap: 1px;
    margin-bottom: 1px;
  }
  #page-facility #fee .fee-table tbody tr:last-child {
    margin-bottom: 0;
  }
  #page-facility #fee .fee-table tbody tr th {
    text-align: center;
  }
  #page-facility #fee .fee-table tbody tr th.column {
    flex-direction: column;
  }
  #page-facility #fee .fee-table tbody tr th.column span {
    font-size: 14px;
  }
  #page-facility #fee .fee-table tbody tr td.pink {
    background-color: #FFEBEB;
  }
  #page-facility #fee .fee-table tbody tr td.gray {
    background-color: #EFEFEF;
  }
}
#page-facility {
  /*------------------------------------------
  * fee
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-facility #access {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #page-facility #access .access-wrap {
    margin-top: 64px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #page-facility #access .access-main {
    flex: 1;
    min-width: 400px;
  }
  #page-facility #access .access-desc {
    display: flex;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    gap: 48px;
  }
  #page-facility #access .access-desc.desc02 {
    margin-top: 40px;
  }
  #page-facility #access .access-desc span {
    font-size: 18px;
    font-weight: bold;
    width: 75px;
    flex-shrink: 0;
  }
  #page-facility #access .access-map {
    flex: 1;
    min-width: 400px;
    height: 360px;
  }
  #page-facility #access .access-map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-facility #access {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #page-facility #access .access-wrap {
    margin-top: 40px;
  }
  #page-facility #access .access-desc {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-facility #access .access-desc.desc02 {
    margin-top: 16px;
  }
  #page-facility #access .access-desc span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 75px;
    flex-shrink: 0;
  }
  #page-facility #access .access-map {
    margin-top: 24px;
    height: 208px;
  }
  #page-facility #access .access-map iframe {
    width: 100%;
    height: 100%;
  }
}

#archive-project {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
#archive-project {
  /*------------------------------------------
  * archive
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #archive-project #archive {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  #archive-project #archive .archive-wrap {
    margin: 0 -22.5px;
  }
  #archive-project #archive .archive-list {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #archive-project #archive .archive-list__item {
    flex-shrink: 0;
    width: 370px;
    margin-left: 22.5px;
    margin-right: 22.5px;
    margin-bottom: 45px;
    padding-right: 0;
  }
  #archive-project #archive .archive-list__link {
    height: auto;
    width: 100%;
  }
  #archive-project #archive .wp-pagenavi {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #archive-project #archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #archive-project #archive .archive-list__item {
    margin-bottom: 24px;
  }
  #archive-project #archive .wp-pagenavi {
    margin-top: 40px;
  }
}

#archive-event {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
#archive-event {
  /*------------------------------------------
  * archive
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #archive-event #archive {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  #archive-event #archive .archive-wrap {
    margin: 0 -22.5px;
  }
  #archive-event #archive .archive-slider {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #archive-event #archive .archive-slider__item {
    flex-shrink: 0;
    width: 370px;
    margin-left: 22.5px;
    margin-right: 22.5px;
    margin-bottom: 80px;
    padding-right: 0;
  }
  #archive-event #archive .archive-slider__link {
    width: 100%;
  }
  #archive-event #archive .wp-pagenavi {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #archive-event #archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #archive-event #archive .archive-slider__item {
    margin-bottom: 40px;
  }
  #archive-event #archive .archive-slider__link {
    width: auto;
    max-width: 337px;
  }
  #archive-event #archive .wp-pagenavi {
    margin-top: 80px;
  }
}

#page-single {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
#page-single {
  /*------------------------------------------
  * content
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-single #content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-single #content .content-thumb {
    border-radius: 16px;
  }
  #page-single #content .content-ttl {
    margin-top: 64px;
    font-size: 24px;
    line-height: 1.8;
  }
  #page-single #content .content-time {
    margin-top: 17px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-single #content .content-time span {
    display: block;
    padding: 0 8px;
    background-color: #333;
    font-size: 15px;
    line-height: 1.8;
    margin-right: 16px;
    color: white;
  }
  #page-single #content .content-content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-single #content .content-cta {
    margin: 64px auto 0;
    width: 196px;
  }
}
@media screen and (max-width: 768px) {
  #page-single #content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-single #content .content-thumb {
    border-radius: 8px;
  }
  #page-single #content .content-ttl {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
  }
  #page-single #content .content-time {
    margin-top: 17px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-single #content .content-time span {
    display: block;
    padding: 0 8px;
    background-color: #333;
    font-size: 15px;
    line-height: 1.8;
    margin-right: 16px;
    color: white;
  }
  #page-single #content .content-content {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  #page-single #content .content-cta {
    margin: 40px auto 0;
    width: 188px;
  }
}

#page-contact {
  /*------------------------------------------
  * page-header
  *----------------------------------------*/
}
#page-contact {
  /*------------------------------------------
  * content
  *----------------------------------------*/
}
@media screen and (min-width: 769px) {
  #page-contact #content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-contact #content .content-container {
    max-width: 820px;
  }
  #page-contact #content .contact-form__row {
    margin-bottom: 40px;
  }
  #page-contact #content .contact-form__row > p {
    display: flex;
    align-items: flex-start;
  }
  #page-contact #content .contact-form__row > p br {
    display: none;
  }
  #page-contact #content .contact-form__row .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  #page-contact #content .contact-form__row input,
  #page-contact #content .contact-form__row textarea {
    width: 100%;
    background-color: #EFEFEF;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
  #page-contact #content .contact-form__row textarea {
    height: 200px;
  }
  #page-contact #content .contact-form__row.privacy {
    margin-top: 64px;
  }
  #page-contact #content .contact-form__row.privacy > p br {
    display: none;
  }
  #page-contact #content .contact-form__row.privacy > p {
    display: block;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label span {
    font-size: 16px;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label input {
    margin-right: 23px;
    width: 20px;
    height: 20px;
  }
  #page-contact #content .contact-form__row.privacy > p a {
    text-align: center;
    color: #800000;
    margin-top: 24px;
    font-size: 14px;
    text-decoration: underline;
  }
  #page-contact #content .contact-form__row.privacy .wpcf7-not-valid-tip {
    text-align: center;
  }
  #page-contact #content .contact-form__label {
    flex-shrink: 0;
    width: 240px;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 1.8;
    margin-top: 8px;
  }
  #page-contact #content .contact-form__label span {
    flex-shrink: 0;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    background-color: #666666;
    margin-left: 16px;
  }
  #page-contact #content .contact-form__label span.required {
    background-color: #800000;
  }
  #page-contact #content .contact-form__confirm {
    margin-top: 64px;
  }
  #page-contact #content .wpcf7-submit,
  #page-contact #content button {
    margin: 0 auto;
    width: 212px;
    height: 42px;
    background-color: #800000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
  }
  #page-contact #content .contact-confirm__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #page-contact #content .contact-confirm__row {
    display: flex;
    margin-bottom: 40px;
  }
  #page-contact #content .contact-confirm__label {
    font-size: 16px;
    flex-shrink: 0;
    width: 240px;
    display: flex;
  }
  #page-contact #content .contact-confirm__label span {
    flex-shrink: 0;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    background-color: #666666;
    margin-left: 16px;
  }
  #page-contact #content .contact-confirm__label span.required {
    background-color: #800000;
  }
  #page-contact #content .contact-confirm__value {
    font-size: 16px;
    line-height: 1.8;
  }
  #page-contact #content .contact-confirm__confirm {
    margin-top: 64px;
  }
  #page-contact #content .contact-confirm__confirm .submit-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-contact #content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-contact #content .content-container {
    max-width: 820px;
  }
  #page-contact #content .contact-form__row {
    margin-bottom: 16px;
  }
  #page-contact #content .contact-form__row > p br {
    display: none;
  }
  #page-contact #content .contact-form__row .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  #page-contact #content .contact-form__row input,
  #page-contact #content .contact-form__row textarea {
    margin-top: 4px;
    width: 100%;
    background-color: #EFEFEF;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
  #page-contact #content .contact-form__row textarea {
    height: 200px;
  }
  #page-contact #content .contact-form__row.privacy {
    margin-top: 24px;
  }
  #page-contact #content .contact-form__row.privacy > p br {
    display: none;
  }
  #page-contact #content .contact-form__row.privacy > p {
    display: block;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label span {
    font-size: 15px;
  }
  #page-contact #content .contact-form__row.privacy > p .wpcf7-list-item label input {
    margin-top: 0;
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
  #page-contact #content .contact-form__row.privacy > p a {
    text-align: center;
    color: #800000;
    margin-top: 16px;
    font-size: 14px;
    text-decoration: underline;
  }
  #page-contact #content .contact-form__label {
    flex-shrink: 0;
    width: 240px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 8px;
  }
  #page-contact #content .contact-form__label span {
    flex-shrink: 0;
    width: 45px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    background-color: #666666;
    margin-left: 16px;
  }
  #page-contact #content .contact-form__label span.required {
    background-color: #800000;
  }
  #page-contact #content .contact-form__confirm {
    margin-top: 24px;
  }
  #page-contact #content .wpcf7-submit,
  #page-contact #content button {
    margin: 0 auto;
    width: 202px;
    height: 40px;
    background-color: #800000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
  }
  #page-contact #content .contact-confirm__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #page-contact #content .contact-confirm__row {
    margin-bottom: 16px;
  }
  #page-contact #content .contact-confirm__label {
    font-size: 16px;
    flex-shrink: 0;
    width: 240px;
    display: flex;
  }
  #page-contact #content .contact-confirm__label span {
    flex-shrink: 0;
    width: 45px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    background-color: #666666;
    margin-left: 16px;
  }
  #page-contact #content .contact-confirm__label span.required {
    background-color: #800000;
  }
  #page-contact #content .contact-confirm__value {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.8;
  }
  #page-contact #content .contact-confirm__confirm {
    margin-top: 24px;
  }
  #page-contact #content .contact-confirm__confirm .submit-button {
    margin-top: 20px;
  }
}

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