@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  line-height: 1.75;
}

/* # =================================================================
# Common
# ================================================================= */
.sp-only,
.tab-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only,
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #111;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  background-image: url("../img/bg_all.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
    background-attachment: fixed;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.font-n {
  font-family: "Noto Sans JP", sans-serif;
}

@media (hover: hover) {
  a:not(.exception):hover {
    opacity: 0.5;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
}
/* # =================================================================
# Component
# ================================================================= */
/*-------- c-icon-arrow  --------*/
.c-icon-arrow {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/icon/icon_circle-arrow.pnr");
          mask-image: url("../img/icon/icon_circle-arrow.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

/*-------- c-pill-button  --------*/
.c-pill-button {
  display: block;
  border: 1px solid #3f3b3a;
  text-align: center;
  border-radius: 30px;
  padding: 22px 10px 20px;
}
.c-pill-button--orange {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.c-pill-button--blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.c-pill-button__text {
  font-size: 15px;
  color: #ffffff;
}
.error-page-text {
  text-align: center;
}
.error-page-button {
  width: 100%;
  max-width: 200px;
  margin: 30px auto 0;
}

/*-------- c-arrow-button  --------*/
.c-arrow-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 12px 10px 13px 25px;
}
.c-arrow-button--orange {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.c-arrow-button--blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.c-arrow-button__text {
  font-size: 15px;
  color: #ffffff;
}
.c-arrow-button__arrow {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  margin-left: 10px;
}

/*-------- c-tag  --------*/
.c-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  border-radius: 40px;
  padding: 1.5px 12px;
}
.c-tag--all {
  color: #eb5442;
  border: 2px solid #eb5442;
  padding: 0px 8px;
}
.c-tag--news {
  color: #ffffff;
  background-color: #eb5442;
}
.c-tag--club {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.c-tag--area {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}

/*-------- c-news-item  --------*/
.c-news-item {
  width: 100%;
  max-width: 975px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  border-bottom: 1px solid #e6dde3;
  margin: 0 auto;
}
.c-news-item__date {
  width: 80px;
  line-height: 1.5;
  padding: 20px 0 15px;
}
.c-news-item__tag .c-tag {
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.c-news-item__tag {
  width: 145px;
  line-height: 1.5;
  padding: 20px 0 15px;
}
.c-news-item__tag:has(.c-tag--news) + .c-news-item__title .c-news-item__link:hover span {
  color: #eb5442;
}
.c-news-item__tag:has(.c-tag--news) + .c-news-item__title .c-news-item__arrow {
  background-color: #eb5442;
}
.c-news-item__tag:has(.c-tag--club) + .c-news-item__title .c-news-item__link:hover span {
  color: #fd8200;
}
.c-news-item__tag:has(.c-tag--club) + .c-news-item__title .c-news-item__arrow {
  background-color: #fd8200;
}
.c-news-item__tag:has(.c-tag--area) + .c-news-item__title .c-news-item__link:hover span {
  color: #348ddf;
}
.c-news-item__tag:has(.c-tag--area) + .c-news-item__title .c-news-item__arrow {
  background-color: #348ddf;
}
.c-news-item__title {
  width: calc(100% - 305px);
}
.c-news-item__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 20px 0 15px;
}
.c-news-item__link span {
  width: calc(100% - 30px);
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-news-item__arrow {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .c-news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 20px;
  }
  .c-news-item__title {
    width: 100%;
  }
  .c-news-item__link {
    padding-top: 0px;
  }
}
/*-------- c-peage-heading  --------*/
.c-peage-heading {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
}

/*-------- c-breadcrumbs  --------*/
.c-breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.c-breadcrumbs::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon/icon_home.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.c-breadcrumbs__list {
  font-size: 10px;
}
.c-breadcrumbs__list a {
  color: #333333;
  opacity: 0.4;
}
.c-breadcrumbs__list + .c-breadcrumbs__list {
  border-left: 1px solid #000000;
  padding-left: 15px;
  margin-left: 15px;
}

/*-------- c-section-heading  --------*/
.c-section-heading {
  font-size: 38px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.c-section-heading--club {
  color: #fd8200;
}
.c-section-heading--area {
  color: #348ddf;
}

@media screen and (max-width: 500px) {
  .c-section-heading {
    font-size: 32px;
  }
}
/*-------- c-pagenation --------*/
.c-pagenation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 20px;
}

.c-pagenation .nav-links {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #eb5442;
  border: 2px solid #eb5442;
  border-radius: 10px;
}
.page-numbers.current {
  color: #fff;
  background-color: #eb5442;
} 


















/*-------- form  --------*/
/*-------- c-form  --------*/
.c-form {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 100px 70px 50px;
}
.c-form::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 1px, transparent 1px, transparent 11px);
  opacity: 0.3;
}
.c-form--club {
  background-color: rgba(255, 232, 214, 0.7568627451);
}
.c-form--club .c-form-item__file-inner {
  background-color: #f8ac72;
}
.c-form--club .c-form-sub {
  background-color: rgba(248, 172, 114, 0.3);
}
.c-form--area {
  background-color: rgba(225, 238, 250, 0.7568627451);
}
.c-form--area .c-form-item__file-inner {
  background-color: #94c2ee;
}
.c-form--area .c-form-sub {
  background-color: rgba(52, 141, 223, 0.2);
}
.c-form__heading {
  font-size: 38px;
  text-align: center;
}
.c-form__note {
  font-weight: 400;
  margin-top: 38px;
}
.c-form__contents {
  position: relative;
  z-index: 1;
  margin-top: 52px;
}

/*-------- c-form-item  --------*/
* + .c-form-item {
  margin-top: 40px;
}
.c-form-item input {
  cursor: pointer;
}
.c-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.c-form-item__label--required::after {
  content: "必須";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  color: #ffffff;
  background-color: #eb5442;
  border-radius: 5px;
  padding: 2px 4px;
}
.c-form-item__label + * {
  margin-top: 10px;
}
.c-form-item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}
.c-form-item__radio--colmun .c-form-item__radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form-item__radio--colmun .c-form-item__radio span {
  font-weight: 400;
}
.c-form-item__radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.c-form-item__radio-item input[type=radio] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #3f3b3a;
  border-radius: 50%;
  vertical-align: -2px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 5px;
}
.c-form-item__radio-item input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3f3b3a;
}
.c-form-item__radio label,
.c-form-item__radio label span{
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.c-form-item__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.c-form-sub .c-form-item__checkboxes {
  gap: 25px 0;
}

.c-form-item__checkbox {
  display: flex;
}

.c-form-item__checkbox,
.c-form-item__checkbox label,
.c-form-item__checkbox:has(input[name=consent]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.c-form-item__checkboxes input[type=checkbox],
.c-form-item__checkbox input[type=checkbox],
.c-form-item__checkboxes-inner .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 1px #a19695;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  padding: 0;
  margin-top: 1px;
}
.c-form-item__checkboxes input[type=checkbox]:checked,
.c-form-item__checkbox input[type=checkbox]:checked,
.c-form-item__checkboxes-inner .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
  border-color: #3f3b3a;
}
.c-form-item__checkboxes input[type=checkbox]::before,
.c-form-item__checkbox input[type=checkbox]::before,
.c-form-item__checkboxes-inner .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  display: block;
  border-right: 2px solid #3f3b3a;
  border-bottom: 2px solid #3f3b3a;
  width: 6px;
  height: 10px;
  opacity: 0;
}
.c-form-item__checkboxes input[type=checkbox]:checked::before,
.c-form-item__checkbox input[type=checkbox]:checked::before,
.c-form-item__checkboxes-inner .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked::before {
  opacity: 1;
}

.c-form-item__checkbox label {
  font-weight: 400;
/*  line-height: 1.5;*/
  cursor: pointer;
}
.c-form-item__text-input input,
.c-form-item__text-input textarea {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  line-height: 1.5;
  padding: 16px 20px;
}
.c-form-item__text-input input::-webkit-input-placeholder, .c-form-item__text-input textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__text-input input::-moz-placeholder, .c-form-item__text-input textarea::-moz-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__text-input input:-ms-input-placeholder, .c-form-item__text-input textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__text-input input::-ms-input-placeholder, .c-form-item__text-input textarea::-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__text-input input::placeholder,
.c-form-item__text-input textarea::placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__text-input .wpcf7-form-control-wrap {
  display: block;
}
.c-form-item__text-input:not(.c-form-item__text-input--tel) .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.c-form-item__text-input--full {
  width: 100%;
}
.c-form-item__text-input--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-form-item__text-input--address p:has(input[name=postcode]) {
  width: 115px;
}
.c-form-item__text-input--address p:has(input[name=address]) {
  width: calc(100% - 161px);
}
.c-form-item__text-input--birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--birth p.c-form-item__text {
  margin-left: 5px;
}
.c-form-item__text-input--birth p:has(input[name=birthYear]) {
  width: 30%;
  max-width: 140px;
}
.c-form-item__text-input--birth p:has(input[name=birthMonth]),
.c-form-item__text-input--birth p:has(input[name=birthDate]) {
  width: calc(70% - 93px);
  max-width: 80px;
  margin-left: 15px;
}
.c-form-item__text-input--birth input[name=birthMonth],
.c-form-item__text-input--birth input[name=birthDate] {
  text-align: center;
}
@media (hover: hover) {
  .c-form-item__text-input--birth input[name=birthMonth],
  .c-form-item__text-input--birth input[name=birthDate] {
    padding-right: 8px;
  }
}
.c-form-item__text-input--age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--age input {
  width: 80px;
  text-align: center;
}
@media (hover: hover) {
  .c-form-item__text-input--age input {
    padding-right: 8px;
  }
}
.c-form-item__text-input--age p {
  margin-left: 5px;
}
.c-form-item__text-input--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--price input {
  width: 160px;
}
@media (hover: hover) {
  .c-form-item__text-input--price input {
    padding-right: 8px;
  }
}
.c-form-item__text-input--price p {
  margin-left: 5px;
}

.c-form-item__text-input--teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  align-items: center;
  margin-top: 25px;
}
.c-form-item__text-input--teacher .c-form-item__checkbox {
  width: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-item__text-input--teacher .c-form-item__text-input {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--teacher .c-form-item__text-input p {
  margin: 0 5px;
}
.c-form-item__text-input--teacher .c-form-item__text-input p + input {
  margin-left: 15px;
}
.c-form-item__text-input--teacher .c-form-item__text-input p:has(input[name=teacherYear]) {
  max-width: 140px;
}
.c-form-item__text-input--teacher .c-form-item__text-input  p:has(input[name=teacherMonth]) {
  width: 80px;
  text-align: center;
}
@media (hover: hover) {
  .c-form-item__text-input--teacher .c-form-item__text-input  input[name=teacherMonth] {
    padding-right: 8px;
  }
}
.c-form-item__text-input--teacher .c-form-item__text-input  p:has(input[name=teacherSchool]) {
  width: 220px;
}
.c-form-item__text-input--term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--term p {
  margin-left: 5px;
}
.c-form-item__text-input--term p + input {
  margin-left: 15px;
}
.c-form-item__text-input--term input[name^=termStartYear],
.c-form-item__text-input--term input[name^=termEndYear] {
  width: 140px;
}
.c-form-item__text-input--term input[name^=termStartMonth],
.c-form-item__text-input--term input[name^=termEndMonth] {
  width: 80px;
  text-align: center;
}
@media (hover: hover) {
  .c-form-item__text-input--term input[name^=termStartMonth],
  .c-form-item__text-input--term input[name^=termEndMonth] {
    padding-right: 8px;
  }
}
.c-form-item__text-input--term .c-form-item__line {
  margin: 0 15px 20px 10px;
}
.c-form-item__text-input--coaching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 10px;
}
.c-form-item__text-input--coaching .c-form-item__text {
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-form-item__text-input--coaching .c-form-item__text-coaching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-form-item__text-input--coaching .c-form-item__text-coaching input[name=coaching] {
  width: 140px;
}
.c-form-item__text-input--coaching .c-form-item__text-coaching .c-form-item__text {
  margin-left: 5px;
}
.c-form-item__select-wrapper {
  position: relative;
  width: 100%;
}
.c-form-item__select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.c-form-item__select {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  line-height: 1.5;
  padding: 16px 20px;
  cursor: pointer;
}
.c-form-item__select::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__select::-moz-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__select:-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__select::-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__select::placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__file {
  margin-top: 10px;
}
.c-form-item__file input[name=file] {
  background-color: transparent;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.c-form-item__file input[name=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.c-form-item__file .c-form-item__text {
  font-size: 15px;
  font-weight: 400;
}
.c-form-item__file .c-form-item__checkbox {
  margin-top: 5px;
}
.c-form-item__file-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 40px;
  background-color: #f8ac72;
  border: solid 1px #333333;
  border-radius: 12px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.c-form-item__file-inner::before {
  content: "写真アップロード";
  position: absolute;
}
.c-form-item__file-inner:has(input[name=file]:hover) {
  opacity: 0.7;
}
.c-form-item__file-inner:has(input[name=file]:hover)::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__file-inner:has(input[name=file]:hover)::-moz-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__file-inner:has(input[name=file]:hover):-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__file-inner:has(input[name=file]:hover)::-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__file-inner:has(input[name=file]:hover)::placeholder {
  color: #333333;
  opacity: 0.4;
}
.c-form-item__button {
  width: 100%;
  max-width: 226px;
  margin: 30px auto 0;
}

/*-------- wpcf7-form  --------*/
.wpcf7-list-item input + * {
  cursor: pointer;
}
.wpcf7-list-item {
  margin-left: 0;
}
.c-form-item__radio .wpcf7-list-item input[type=radio]{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #3f3b3a;
  border-radius: 50%;
  vertical-align: -2px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 5px;
}
.c-form-item__radio .wpcf7-list-item input[type=radio]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3f3b3a;
}

.c-form-item__text-input--tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.c-form-item__text-input--tel .wpcf7-form-control-wrap {
  width: calc((100% - 20px) / 3);
  max-width: 125px;
}
.c-form-item__text-input--tel input + input {
  margin-top: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
  flex-direction: column;
}
.c-form-item__checkboxes-inner .wpcf7-checkbox {
  flex-direction: row;
}
.c-form-item__checkboxes-inner .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  column-gap: 10px;
}
.wpcf7-form-control-wrap[data-name="week"] .wpcf7-checkbox .wpcf7-list-item:nth-child(5) {
  margin-right: 90px;
}
.c-form-item__checkboxes .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}
@media screen and (max-width: 1032px) {
  .wpcf7-form-control-wrap[data-name="week"] .wpcf7-checkbox .wpcf7-list-item:nth-child(5) {
    margin-right: 0;
  }
}

.wpcf7-submit.c-form-item__button {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
}

.wpcf7-not-valid-tip {
  width: max-content;
  position: absolute;
  font-size: 0.8em;
  margin-top: 5px;
  z-index: 1;
}
.c-form-item__file-inner .wpcf7-not-valid-tip {
  top: 0;
  right: -100px;
}
.wpcf7-response-output {
  border-color: transparent!important;
  background-color: #eb5442;
  color: #fff;
  text-align: center;
}

/*-------- c-form-sub  --------*/
.c-form-sub {
  border-radius: 30px;
  padding: 35px 40px 40px;
}
* + .c-form-sub {
  margin-top: 30px;
}
.c-form-sub__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f3b3a;
}
.c-form-sub__heading--required::after {
  content: "必須";
  font-size: 12px;
  color: #ffffff;
  background-color: #eb5442;
  border-radius: 5px;
  padding: 2px 4px 3px;
}
.c-form-sub__content {
  margin-top: 30px;
}
.c-form-sub__content + .c-form-sub__content {
  margin-top: 100px;
}
.c-form-sub__close-button {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fd8200;
  font-size: 20px;
  margin-left: auto;
  margin-bottom: -40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-form-sub__close-button:hover {
  opacity: 0.7;
}
.c-form-sub__button {
  width: 100%;
  background-color: #f8ac72;
  border: 1px solid #3f3b3a;
  border-radius: 10px;
  padding: 12px 10px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.c-form-sub__button.is-disabled {
  background-color: #e6dde3;
  pointer-events: none;
}
.c-form-sub__button:hover {
  opacity: 0.7;
}
.c-form-sub__button .c-form-sub__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 400;
}
.c-form-sub__button .c-form-sub__text::after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.c-form-sub .c-form-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.c-form-consent {
  text-align: center;
  margin-top: 60px;
}
.c-form-consent .c-form-item__checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form-consent .c-form-item__checkbox + .c-form-item__checkbox {
  margin-top: 15px;
}
.c-form-consent .c-form-item__checkbox a {
  text-decoration: underline;
}

@media screen and (max-width: 880px) {
  .c-form-item__text-input.c-form-item__text-input--teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .c-form-item__text-input.c-form-item__text-input--teacher .c-form-item__text-input {
    width: 100%;
  }
  .c-form-item__text-input.c-form-item__text-input--term {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .c-form-item__text-input.c-form-item__text-input--term .c-form-item__line {
    width: 100%;
    margin: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-form-item__text-input.c-form-item__text-input--teacher .c-form-item__text-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .c-form-item__text-input.c-form-item__text-input--teacher p:has(input[name=teacherYear]),
  .c-form-item__text-input.c-form-item__text-input--teacher p:has(input[name=teacherMonth]) {
    width: calc(40% - 5px);
    max-width: 100%;
    text-align: left;
    margin-left: 0px;
  }
/*
  .c-form-item__text-input.c-form-item__text-input--teacher p {
    width: 60%;
  }
*/
  .c-form-item__text-input.c-form-item__text-input--teacher p:has(input[name=teacherSchool]) {
    width: calc(60% - 5px);
    max-width: 100%;
    margin-left: 0px;
  }
  .c-form-item__text-input.c-form-item__text-input--teacher input[name=teacherSchool] + p {
    width: 40%;
  }
}
@media screen and (max-width: 880px) {
  .c-form-item__radio.c-form-item__radio--gratuity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 20px;
  }
  .c-form-item__radio.c-form-item__radio--gratuity .c-form-item__text-input.c-form-item__text-input--price + .c-form-item__radio-item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .c-form-item__text-input.c-form-item__text-input--address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-form-item__text-input.c-form-item__text-input--address input[name=address] {
    width: 100%;
  }
  .c-form-item__text-input.c-form-item__text-input--birth {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .c-form-item__text-input.c-form-item__text-input--birth p:has(input[name=birthYear]),
  .c-form-item__text-input.c-form-item__text-input--birth p:has(input[name=birthMonth]),
  .c-form-item__text-input.c-form-item__text-input--birth p:has(input[name=birthDate]) {
    width: calc(50% - 5px);
    max-width: 100%;
    margin-left: 0px;
  }
  .c-form-item__text-input.c-form-item__text-input--birth input[name=birthYear],
  .c-form-item__text-input.c-form-item__text-input--birth input[name=birthMonth],
  .c-form-item__text-input.c-form-item__text-input--birth input[name=birthDate] {
    text-align: center;
    margin-left: 0px;
  }
  .c-form-item__text-input.c-form-item__text-input--birth p {
    width: 50%;
  }
  .c-form-item__text-input--term p + input {
    margin-left: 0;
  }
  .c-form-sub {
    padding: 35px 20px 40px;
  }
}
/*-------- c-status  --------*/
.c-status + .c-status {
  margin-top: 30px;
}
.c-status__contents {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-status__contents--colmun {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-status-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #3f3b3a;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.45);
  padding: 5px;
}
.c-status-item__check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #cccccc;
}
.c-status-item__text {
  line-height: 1.2;
  padding: 0 20px 0 10px;
  margin-bottom: 2px;
}
.c-status-item[data-checked=true] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.c-status-item[data-checked=true] .c-status-item__check {
  position: relative;
  background-color: #ffffff;
}
.c-status-item[data-checked=true] .c-status-item__check::before, .c-status-item[data-checked=true] .c-status-item__check::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 5px;
  background-color: #333333;
}
.c-status-item[data-checked=true] .c-status-item__check::before {
  top: 16px;
  left: 9px;
  width: 4px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-status-item[data-checked=true] .c-status-item__check::after {
  top: 6px;
  left: 19px;
  width: 4px;
  height: 25px;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}
.c-status-item[data-checked=true] .c-status-item__text {
  color: #ffffff;
}

/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  width: 100%;
  max-width: 1180px;
  padding: 100px 20px 10px;
  margin: 0 auto;
}

.l-page-tilte {
  padding: 120px 20px 0;
}
.l-page-tilte__heading {
  text-align: center;
}
.l-page-tilte__breadcrumbs {
  margin-top: 34px;
}

.l-main {
  overflow: hidden;
}

/* # =================================================================
# Header
# ================================================================= */
.header {
  width: 100%;
  max-width: 1265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: 30px auto;
}
.header__logo {
  width: 210px;
}
.header__sp-nav-button {
  display: none;
}
.header__nav {
  background-color: #ffffff;
  border-radius: 38px;
  padding: 24px 50px;
  margin-left: auto;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header__nav-item {
  display: block;
}
.header__nav-item a {
  position: relative;
}
.header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), color-stop(25%, rgb(255, 143, 67)), color-stop(75%, rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 25%, rgb(59, 168, 186) 75%, rgb(52, 141, 223) 100%);
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.header__nav-item a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__sp-nav-button {
    position: fixed;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    z-index: 15;
    -webkit-transition: top 0.3s 0s, right 0.3s 0s;
    transition: top 0.3s 0s, right 0.3s 0s;
  }
  .header__sp-nav-button span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), color-stop(25%, rgb(255, 143, 67)), color-stop(75%, rgb(59, 168, 186)), to(rgb(52, 141, 223)));
    background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 25%, rgb(59, 168, 186) 75%, rgb(52, 141, 223) 100%);
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, transform 0.3s, opacity 0.3s;
    transition: top 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .header__sp-nav-button span:nth-child(1) {
    top: 33%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__sp-nav-button span:nth-child(2) {
    opacity: 1;
    top: 48%;
  }
  .header__sp-nav-button span:nth-child(3) {
    top: 63%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__sp-nav-button.is-open span:nth-child(1) {
    top: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .header__sp-nav-button.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__sp-nav-button.is-open span:nth-child(3) {
    top: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  .header__nav {
    position: fixed;
    top: 60px;
    right: 60px;
    padding: 0;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    -webkit-box-shadow: 2px 3px 8px 0px #cccccc;
            box-shadow: 2px 3px 8px 0px #cccccc;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, padding 0.3s 0.8s;
    transition: opacity 0.3s 0s, padding 0.3s 0.8s;
  }
  .header__nav a {
    pointer-events: none;
  }
  .header__nav.is-open {
    visibility: visible;
    opacity: 1;
    padding: 50px 60px;
    -webkit-transition: opacity 0.3s 0.3s, padding 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, padding 0.3s 0.3s;
  }
  .header__nav.is-open a {
    pointer-events: all;
  }
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
}
/* # =================================================================
# Footer
# ================================================================= */
.footer {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px 135px;
  margin: 100px auto 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left {
  width: 100%;
  max-width: 350px;
}
.footer__logo {
  width: 100%;
  max-width: 255px;
}
.footer__logo a {
  display: block;
}
.footer__nav {
  margin-top: 90px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.footer__nav-item {
  width: 100%;
}
.footer__nav-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
}

.footer-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding-left: 25px;
}

.footer-item {
  position: relative;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px #a19695;
          box-shadow: 5px 5px #a19695;
}
.footer-item::before {
  position: absolute;
  top: -10px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #ffea49;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px #005871;
          box-shadow: 3px 3px #005871;
  z-index: 1;
}
.footer-item::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 10px solid #ffea49;
  border-top: 0;
  -webkit-transform: rotate(160deg);
  transform: rotate(130deg);
  -webkit-filter: drop-shadow(1px -4px 0px #005871);
          filter: drop-shadow(1px -4px 0px #005871);
  z-index: 1;
}
.footer-item__heading {
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #ddd;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.footer-item__contents {
  position: relative;
  border-radius: 0 0 30px 30px;
  padding: 15px 20px 20px;
}
.footer-item__contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 1px, transparent 1px, transparent 11px);
  opacity: 0.3;
}
.footer-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 4px;
}
.footer-item__button {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 10px;
  z-index: 1;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.footer-item__button span {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-item__button:hover {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.footer-item--club.footer-item::before {
  content: "学校";
}
.footer-item--club .footer-item__heading {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.footer-item--club .footer-item__contents {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 84, 66, 0.5)), to(rgba(255, 143, 67, 0.5)));
  background: linear-gradient(90deg, rgba(235, 84, 66, 0.5) 0%, rgba(255, 143, 67, 0.5) 100%);
}
.footer-item--club .footer-item__button {
  -webkit-box-shadow: 2px 3px #a8450c;
          box-shadow: 2px 3px #a8450c;
}
.footer-item--club .footer-item__button span {
  color: #fd8200;
}
.footer-item--club .footer-item__button:hover {
  background-color: #fd8200;
  -webkit-box-shadow: 0px 0px #a8450c;
          box-shadow: 0px 0px #a8450c;
}
.footer-item--club .footer-item__button:hover span {
  color: #ffffff;
}
.footer-item--area.footer-item::before {
  content: "地域";
}
.footer-item--area .footer-item__heading {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.footer-item--area .footer-item__contents {
  background: -webkit-gradient(linear, left top, right top, from(rgba(59, 168, 186, 0.5)), to(rgba(52, 141, 223, 0.5)));
  background: linear-gradient(90deg, rgba(59, 168, 186, 0.5) 0%, rgba(52, 141, 223, 0.5) 100%);
}
.footer-item--area .footer-item__button {
  width: calc(50% - 2px);
  -webkit-box-shadow: 2px 3px #0070d7;
          box-shadow: 2px 3px #0070d7;
}
.footer-item--area .footer-item__button span {
  color: #0070d7;
}
.footer-item--area .footer-item__button:hover {
  background-color: #0070d7;
  -webkit-box-shadow: 0px 0px #0c527d;
          box-shadow: 0px 0px #0c527d;
}
.footer-item--area .footer-item__button:hover span {
  color: #ffffff;
}

.footer-copyright {
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 60px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 70px;
  }
  .footer__left {
    width: 100%;
  }
  .footer__nav {
    margin-top: 30px;
  }
  .footer__right {
    width: 100%;
  }
  .footer-item {
    max-width: 500px;
    margin: 0 auto;
  }
}