﻿
* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --ink: #1a1a1a;
  --white: #fff;
  --blue: #007bc7;
  --blue2: #0162a3;
  --blue3: #0b466f;
  --blue4: #e0f1fe;
  --blue5: #065486;
  --blue6: #f0f8ff;
  --gray: #f2f2f2;
  --gray2: #666;
  --gray3: #f3f3f3;
  --gray4: #ebe9e5;
  --gray5: #7f7f7f;
  --gray6: #999;
  --gray7: #4d4d4d;
  --gray8: #ccc;
  --gray8: #ccc;
  --bgblue: #e0f1fe;
  --bglightblue: #f0f8ff;
  --border: #ccc;
  --border2: #999;
  --focus: #d3a02d;
  --arrow: #7f7f7f;
  --red: #dc1c78;
  --error: #ec0000;
  --red2: #c51162;
  --red3: #bf2f0f;
  --green: #3d8336;
  --black: #08121a;
  --max: 1440px;
  --contmax: 1120px;
  --secmax: 1280px;
  --z-index--contents: 1;
  --z-index--bg: -1;
  --z-index--header: 200;
  --z-index--modal: 100;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: var(--ink);
  margin: 0 !important;
}

body {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--white);
}
body._blue {
  background: #f3f8fc;
}

.preload *,
.preload *:before,
.preload *:after {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
a:focus-visible {
  outline: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  display: block;
}

textarea {
  resize: vertical;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--ink);
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--ink);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--ink);
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: var(--ink);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--ink);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: var(--ink);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: var(--ink);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}

option {
  height: 1.8em;
}

.customize-support {
  isolation: isolate;
}

.c-ttl-1 {
  font-size: 2.4em;
  line-height: 1.7;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .c-ttl-1 {
    font-size: 1.8em;
  }
}

.c-ttl-2 {
  font-size: 1.8em;
  line-height: 1.6;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .c-ttl-2 {
    font-size: 1.6em;
  }
}

.c-ttl-3 {
  font-size: 2em;
  line-height: 1.5;
  color: var(--blue);
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ttl-3 {
    font-size: 1.8em;
    line-height: 1.5;
  }
}
.c-ttl-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.c-ttl-4 {
  color: var(--ink);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
.c-ttl-4::before {
  content: "";
  width: 6px;
  height: 46px;
  background: var(--blue);
  border-radius: 9999px;
}

.c-ttl-4--arrow {
  position: relative;
}
.c-ttl-4--arrow::after {
  content: "";
  width: 8.8px;
  height: 8.8px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .c-ttl-4--arrow::after {
    display: none;
  }
}

.c-ttl-5 {
  font-size: 2.8em;
  line-height: 1.5;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .c-ttl-5 {
    font-size: 1.8em;
  }
}

.c-ttl-6 {
  color: var(--white);
  font-size: 1.6em;
  font-weight: 700;
  padding: 12px 24px;
  vertical-align: middle;
}
.c-ttl-6--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-ttl-7 {
  background: var(--gray);
  font-size: 2.4em;
  font-weight: 700;
  padding: 24px;
  vertical-align: middle;
}

.c-ttl-8 {
  font-size: 2.4em;
  line-height: 1.5;
  background: var(--gray3);
  padding: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-ttl-8 {
    font-size: 2em;
  }
}

.c-ttl-9 {
  font-size: 1.8em;
  line-height: 1.5;
  padding: 0 8px 16px 8px;
  border-bottom: 2px solid var(--gray8);
  position: relative;
  font-weight: bold;
}
.c-ttl-9:before {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-9 {
    font-size: 1.8em;
  }
}

.c-ttl-10 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 23px;
  position: relative;
  text-align: center;
}
.c-ttl-10:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 55px;
  height: 6px;
  background: #007bc7;
  border-radius: 999px;
}

.c-mv {
  background: var(--bglightblue);
  padding: 40px 0;
}
.c-mv__ttl {
  color: var(--blue2);
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.4;
  max-width: var(--contmax);
}
@media screen and (max-width: 768px) {
  .c-mv__ttl {
    font-size: 2.4em;
    line-height: 1.5;
  }
}

.c-table {
  border: 1px solid var(--border);
  border-collapse: collapse;
  width: 100%;
}
.c-table__head {
  border: 1px solid var(--border);
  border-collapse: collapse;
  width: 120px;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  background: var(--gray);
  padding: 16px 10px 16px 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table__head {
    display: block;
    width: 100%;
  }
}
.c-table__data {
  border: 1px solid var(--border);
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  padding: 16px 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table__data {
    display: block;
    width: 100%;
  }
}
.c-table__data a {
  color: var(--blue2);
  text-decoration: underline;
}
.c-table__data a:hover {
  text-decoration: none;
}
.c-table__data p + p > img {
  margin: 20px 0 0;
}
.c-table__img {
  margin-top: 8px;
  padding: 16px;
  width: 532px;
}
@media screen and (max-width: 768px) {
  .c-table__img {
    width: 100%;
  }
}
.c-table__img > img {
  width: 100%;
}
.c-table__link {
  color: var(--blue);
  text-decoration: underline;
}
.c-table__link:hover {
  opacity: 1;
  text-decoration: none;
}

.c-table_2 {
  border-collapse: collapse;
  width: 100%;
}
.c-table_2__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-table_2__head {
  border-collapse: collapse;
  width: 160px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  vertical-align: middle;
}
.c-table_2__data {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: middle;
}
.c-table_2__img {
  margin-top: 8px;
  padding: 16px;
  width: 532px;
}
@media screen and (max-width: 768px) {
  .c-table_2__img {
    width: 100%;
  }
}
.c-table_2__img > img {
  width: 100%;
}
.c-table_2__dot {
  margin-right: 8px;
}

.c-btn {
  color: var(--white) !important;
  background: var(--blue);
  font-weight: 700;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5px;
}
.c-btn__txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.c-btn:hover {
  text-decoration: underline;
  opacity: 1;
  background: var(--blue3);
}
.c-btn:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-btn:focus-visible {
  text-decoration: underline;
}
.c-btn:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-btn--icon__icon > img {
  display: block;
}

.c-btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: var(--gray6);
  color: var(--gray8) !important;
}

.c-btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--blue);
  color: white;
  padding: 12px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn_2 {
    width: 100%;
    font-size: 1.6em;
  }
}
.c-btn_2:hover {
  text-decoration: underline;
  opacity: 1;
  background: var(--blue3);
}
.c-btn_2:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-btn_2:focus-visible {
  text-decoration: underline;
}
.c-btn_2:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.c-btn_2._disabled {
  background: var(--gray6);
  pointer-events: none;
}
.c-btn_2._disabled:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-btn_2._disabled:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}

.c-btn_3 {
  padding: 10px 15px;
  background: var(--blue);
  color: var(--white);
  border-radius: 8px;
  position: relative;
  font-weight: 700;
}
.c-btn_3:hover {
  text-decoration: underline;
  opacity: 1;
  background: var(--blue3);
}
.c-btn_3:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-btn_3:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-btn_4 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 16px 0 16px 24px;
  background: var(--blue);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn_4 {
    padding: 14px 0 14px 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn_4._disabled {
  pointer-events: none;
  cursor: initial;
  background: #949494;
}
.c-btn_4._disabled:hover {
  background: #949494;
}
.c-btn_4 span {
  position: relative;
  padding: 0 40px 0 0;
}
.c-btn_4 span:before {
  content: url(../image/blank_w.svg);
  position: absolute;
  top: 59%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn_4:hover {
  opacity: 1;
  background: var(--blue3);
}
.c-btn_4:hover:focus-visible {
  top: initial;
  left: initial;
  border: none;
}
.c-btn_4:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-btn_5 {
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn_5 {
    width: 100%;
  }
}
.c-btn_5__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn_5__txt {
  font-size: 16px;
  line-height: 1.5;
}
.c-btn_5:hover {
  text-decoration: underline;
  opacity: 1;
  background: var(--blue3);
}
.c-btn_5:focus-visible {
  text-decoration: underline;
  background: var(--blue);
}
.c-btn_5:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-btn_6 {
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn_6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn_6__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5px;
}
.c-btn_6__txt {
  font-size: 16px;
  line-height: 1.5;
}
.c-btn_6:hover {
  text-decoration: underline;
  opacity: 1;
  background: var(--blue3);
}
.c-btn_6:focus-visible {
  text-decoration: underline;
  background: var(--blue);
}
.c-btn_6:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-btn_6--disabled {
  background: var(--gray6);
  color: var(--gray8);
  text-decoration: none;
  pointer-events: none;
}
.c-btn_6--disabled:hover {
  background: var(--gray6);
  color: var(--gray8);
}

.c-submitbtn {
  background: var(--blue);
  border-radius: 8px;
  padding: 16px 35px;
  font-size: 1.6em;
  color: var(--white);
  font-weight: bold;
  position: relative;
}
.c-submitbtn:hover {
  opacity: 1;
  text-decoration: none;
}
.c-submitbtn:hover:focus-visible {
  top: initial;
  left: initial;
  border: none;
}
.c-submitbtn:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-arrow::after {
  content: "";
  width: 8.8px;
  height: 8.8px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-blueTag {
  border: 1px solid var(--blue2);
  padding: 2px 12px;
  color: var(--blue2);
  border-radius: 9999px;
  display: inline-block;
}
.c-blueTag__txt {
  font-size: 14px;
  line-height: 1.7;
}

.c-redTag {
  padding: 4px 8px;
  background: var(--red);
  color: var(--white);
  border-radius: 4px;
  display: inline-block;
  font-family: Montserrat;
}
.c-redTag__txt {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-redTag__txt {
    font-size: 10px;
  }
}

.c-tag_1 {
  padding: 5px 10px;
  background: #000;
  color: var(--white);
  font-size: 14px;
  border-radius: 999px;
  font-weight: bold;
}
.c-tag_1.public {
  background: #c51162;
}
.c-tag_1.school {
  background: #3d8336;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
}
.c-card-point {
  background: var(--bglightblue);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px;
  border-radius: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-card-point {
    padding: 32px 16px 40px;
    min-width: 100%;
  }
}
.c-card-point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-card-point-number {
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
}
.c-card-point-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 8px;
}
.c-card-point-txt {
  line-height: 1.7;
  letter-spacing: 0.64px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 24px;
}

.c-card_1 {
  width: calc(50% - 12px);
  border-radius: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-card_1 {
    width: 100%;
  }
}
.c-card_1:hover {
  opacity: 1;
  outline: 2px solid var(--blue);
}
.c-card_1:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-card_1:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 16px;
}
.c-card_1 .new {
  position: absolute;
  top: -4px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #dc1c78;
  color: var(--white);
  padding: 20px 30px 5px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-card_1 .c-card_img {
  max-width: 100%;
}
.c-card_1 .c-card_wrap {
  display: block;
  padding: 24px 16px;
}
.c-card_1 .c-card_date {
  display: block;
  margin: 24px 0 8px;
}
.c-card_1 .c-card_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.c-card_1 .c-card_term {
  color: var(--gray2);
}

.c-link-box-1 {
  padding: 37px 45px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 2.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-link-box-1 {
    padding: 16px 30px 16px 16px;
    border-radius: 1.6em;
  }
}
.c-link-box-1:hover {
  opacity: 1;
  background: var(--bgblue);
  border: 1px solid var(--blue);
}
.c-link-box-1:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-link-box-1:focus-visible::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 2.4em;
}

@media screen and (max-width: 768px) {
  .c-link-box-1--arrow::after {
    content: "";
    width: 8.8px;
    height: 8.8px;
    border-top: 1px solid var(--ink);
    border-right: 1px solid var(--ink);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    display: block;
  }
}

.c-list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 35px;
}
@media screen and (max-width: 1090px) {
  .c-list_1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-list_1 .c-list_item {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list_1 .c-list_link {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  position: relative;
}
.c-list_1 .c-list_link:hover {
  opacity: 1;
  outline: 2px solid var(--blue);
}
.c-list_1 .c-list_link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-list_1 .c-list_link:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 16px;
}
.c-list_1 .c-list_imgbox {
  padding: 16px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--border);
}
.c-list_1 .c-list_imgbox img {
  max-height: 172px;
}
.c-list_1 .c-list_imgbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, var(--border) 3px, var(--border) 4px);
}
.c-list_1 .c-list_imgbox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: var(--border);
}
.c-list_1 .c-list_tags {
  position: absolute;
  top: 8px;
  left: 8px;
}
.c-list_1 .c-list_tag {
  display: block;
}
.c-list_1 .c-list_tag + .c-list_tag {
  margin: 8px 0 0;
}
.c-list_1 .c-list_tag .c-icon_1 {
  display: inline-block;
}
.c-list_1 .c-list_txtbox {
  display: block;
  padding: 24px 16px;
}
.c-list_1 .c-list_ttl {
  display: block;
}
.c-list_1 .c-list_txt {
  display: block;
  margin: 16px 0 0;
}

.c-icon_1 {
  background: #3d8336;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 9999px;
}
.c-icon_1.public {
  background: #c51162;
}

.c-pager_num__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager_num__numList {
  margin: 0 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-pager_num__numList + img {
    width: 12px;
  }
}
.c-pager_num__link {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 50%;
  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;
  font-size: 1.6em;
  color: var(--blue);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pager_num__link {
    width: 30px;
    height: 30px;
  }
}
.c-pager_num__link:hover {
  opacity: 1;
  border: 1px solid transparent;
  outline: 2px solid var(--blue);
}
.c-pager_num__link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-pager_num__link:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 50%;
}
.c-pager_num__link--current {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}
.c-pager_num__link--current:hover {
  outline: 2px solid transparent;
}
.c-pager_num__arr {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid var(--border);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pager_num__arr {
    width: 30px;
    height: 30px;
  }
}
.c-pager_num__arr:hover {
  opacity: 1;
  border: 1px solid transparent;
  outline: 2px solid var(--blue);
}
.c-pager_num__arr:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-pager_num__arr:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 50%;
}
.c-pager_num__arr img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .c-pager_num__arr img {
    width: 12px;
  }
}
.c-pager_num__arr--next {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .c-pager_num__arr--next {
    margin: 0 6px;
  }
}
.c-pager_num__arr--prev + img {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .c-pager_num__arr--prev + img {
    width: 12px;
    margin: 0 6px;
  }
}
.c-pager_num__arr--prev--first {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 768px) {
  .c-pager_num__arr--prev--first {
    margin: 0 6px 0 0;
  }
}

.c-post {
  border-bottom: 1px solid var(--border);
  list-style: none;
  position: relative;
}
.c-post::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: var(--z-index--contents);
}
.c-post__link {
  position: relative;
  padding: 24px 48px 24px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-post__link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.c-post__link:hover {
  background: var(--blue6);
}
.c-post__link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-post__link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 5px);
  position: absolute;
  top: 0px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.c-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-post__date {
  font-size: 14px;
  line-height: 1.7;
}
.c-post__ttl {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-post__ttl {
    font-size: 1.4em;
    line-height: 1.5;
  }
}
.c-post__ttl--blue {
  color: var(--blue);
}

.c-block_materials {
  display: none;
}
.c-block_materials._admin {
  display: block;
}
.c-block_materials_ttl {
  background: transparent;
  position: relative;
  padding: 17px 30px 17px 52px;
  text-align: left;
  border: none;
  font-weight: bold;
  border-bottom: 1px solid #1a1a1a;
  cursor: pointer;
}
.c-block_materials_ttl:before {
  content: url(../image/ico-kyozai.svg);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-block_materials_ttl:after {
  position: absolute;
  top: 40%;
  right: 17px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-block_materials_ttl:not(:first-of-type) {
  margin: 16px 0 0;
}
.c-block_materials_ttl._open:after {
  top: 46%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-block_materials_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 30px 17px 50px;
  position: relative;
  border-bottom: 1px solid #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  text-decoration: none;
}
.c-block_materials_link:before {
  position: absolute;
  content: "";
  top: 59%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-block_materials_link:after {
  position: absolute;
  content: url(../image/blank_b.svg);
  top: 59%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-block_materials_link.pdf:before {
  content: url(../image/ico-pdf.svg);
}
.c-block_materials_link.link:before {
  content: url(../image/ico-link.svg);
}
.c-block_materials_link.mp4:before {
  content: url(../image/ico-mp4.svg);
}
.c-block_materials_link.ppt:before {
  content: url(../image/ico-ppt.svg);
}
.c-block_materials_link.youtube:before {
  left: 9px;
  content: url(../image/ico-youtube.svg);
}
.c-block_materials_wrap {
  display: none;
}
.c-block_materials_wrap._open {
  display: block;
}

.c-label {
  padding: 0 0 0 40px;
  position: relative;
  outline: none;
}
.c-label.search-input {
  padding: 0;
}
.c-label:hover.focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-label.focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}
.c-label input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.c-label input:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-label input:checked:before {
  background: var(--blue);
  border: 1px solid var(--blue);
}
.c-label input:checked:after {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  position: absolute;
  top: 36%;
  left: 3px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-dropdownOuter {
  position: relative;
  max-width: 329px;
}
.c-dropdownOuter::before {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: 1px solid var(--gray7);
  border-right: 1px solid var(--gray7);
  position: absolute;
  top: 25px;
  right: 19px;
  z-index: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.c-dropdown {
  position: relative;
  height: 56px;
  width: 100%;
  max-width: 329px;
  border: 1px solid var(--gray5);
  border-radius: 8px;
}
.c-dropdown select:focus-visible {
  outline: 2px solid var(--focus);
  border-radius: 8px;
}
.c-dropdown__select {
  padding: 14.5px 16px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
.c-dropdown__select:hover {
  cursor: pointer;
}

.c-dropdown--icon::before {
  position: absolute;
  top: 18px;
  left: 16px;
}
.c-dropdown--icon .c-dropdown__select {
  padding: 14.5px 16px 14.5px 48px;
}

.c-dropdown--dateIcon::before {
  content: url("../image/date.svg");
}

.c-dropdown--pointIcon::before {
  content: url("../image/point.svg");
}

.c-eventCard {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-eventCard--first {
    grid-column: span 2;
  }
}
.c-eventCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-eventCard__link {
    gap: 8px;
    padding-bottom: 49px;
  }
}
.c-eventCard__link:hover {
  opacity: 1;
}
.c-eventCard__link:hover:focus-visible:before {
  top: initial;
  left: initial;
  border: none;
}
.c-eventCard__link:hover .c-eventCard__thumb {
  border-color: var(--blue);
}
.c-eventCard__link:focus-visible::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 0px);
  position: absolute;
  top: 0px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.c-eventCard__thumb {
  border-radius: 8px;
  border: 2px solid transparent;
}
.c-eventCard__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 352/198;
  border-radius: 8px;
}
.c-eventCard__categoriesOuter {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-eventCard--first .c-eventCard__categoriesOuter {
    top: 8px;
    left: 8px;
  }
}
.c-eventCard__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.c-eventCard__category {
  display: inline-block;
  padding: 2px 12px 4px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  font-weight: 700;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .c-eventCard--first .c-eventCard__category {
    font-size: 14px;
  }
}
.c-eventCard__category--public {
  background: var(--red2);
}
.c-eventCard__category--educators {
  background: var(--green);
}
.c-eventCard__category--business {
  background: var(--blue5);
}
@media screen and (max-width: 768px) {
  .c-eventCard__category--single {
    font-size: 14px;
  }
}
.c-eventCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-eventCard__tag {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
}
.c-eventCard__tag--blue {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.c-eventCard__tag--gray {
  border: 1px solid var(--gray5);
  color: var(--gray2);
}
.c-eventCard__tag--red {
  border: 1px solid var(--red3);
  color: var(--white);
  background: var(--red3);
}
.c-eventCard__tagTxt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-eventCard__tagTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}
.c-eventCard__ttl {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-eventCard__ttl {
    font-size: 16px;
    line-height: 1.7;
  }
}
.c-eventCard__info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-eventCard__infoDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-eventCard__infoTxt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-eventCard__infoTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}
.c-eventCard__infoTtl {
  font-weight: 700;
}

.c-form-wrapper {
  position: relative;
  display: inline-block;
}
.c-form-label {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-form-required {
  color: var(--error);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
}
.c-form-annotation {
  color: rgba(8, 18, 26, 0.7411764706);
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4;
}
.c-form-box {
  border: 1px solid var(--arrow);
  border-radius: 8px;
  height: 51px;
  font-size: 1.6em;
  padding: 12px 16px;
}
.c-form-arrow {
  width: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-label {
  padding: 0 0 0 40px;
  position: relative;
  outline: none;
}
.c-label.search-input {
  padding: 0;
}
.c-label:hover.focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.c-label.focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}
.c-label input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.c-label input:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-label input:checked:before {
  background: var(--blue);
  border: 1px solid var(--blue);
}
.c-label input:checked:after {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  position: absolute;
  top: 36%;
  left: 3px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-search-photo-url > img {
  border-radius: 8px;
  width: 198px;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-search-photo-url > img {
    width: 80px;
    height: 80px;
  }
}
.c-search-is-coupon {
  font-weight: 700;
  letter-spacing: 0.56px;
  color: var(--white);
  background: var(--red);
  padding-inline: 8px;
  padding-block: 2px;
  width: 132px;
  white-space: nowrap;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-search-is-coupon {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 116px;
  }
}
.c-search-name {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-size: 2em;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-search-name {
    font-size: 1.8em;
  }
}
.c-search-location {
  font-weight: 400;
  color: var(--ink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-search-location {
    font-size: 1.2em;
  }
}
.c-search-location-icon {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-search-location-icon {
    width: 16px;
  }
}
.c-search-message {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
}
.c-search-detail {
  background: var(--gray);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-search-detail {
    padding: 16px;
  }
}
.c-search-detail-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-search-detail-title {
    margin-right: auto;
  }
}

.c-releaseTxt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 200%;
}
.c-releaseTxt::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../image/ico-info.svg");
}

a.gs-title {
  position: relative;
}
a.gs-title:focus-visible:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}

.c-block_materials_ttl {
  width: 100%;
}

.c-block_contest_ttl {
  width: 100%;
}

.c-block_materials {
  display: none;
}
.c-block_materials._admin {
  display: block;
}
.c-block_materials_ttl {
  background: transparent;
  position: relative;
  padding: 17px 30px 17px 52px;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  font-size: 1.6em;
}
.c-block_materials_ttl:before {
  content: url(../image/ico-kyozai.svg);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-block_materials_ttl:after {
  position: absolute;
  top: 40%;
  right: 17px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-block_materials_ttl:not(:first-of-type) {
  margin: 16px 0 0;
}
.c-block_materials_ttl._open:after {
  top: 46%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-block_materials_ttl:hover {
  opacity: 1;
  text-decoration: none;
}
.c-block_materials_ttl:hover:focus-visible .focus {
  display: none;
}
.c-block_materials_ttl:focus-visible .focus {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.c-block_materials_link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 24px 30px 17px 50px !important;
  position: relative;
  border-bottom: 1px solid var(--ink);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  text-decoration: none;
}
.c-block_materials_link:before {
  position: absolute !important;
  content: "" !important;
  top: 59% !important;
  left: 12px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.c-block_materials_link:after {
  position: absolute;
  content: url(../image/blank_b.svg);
  top: 59%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-block_materials_link:hover {
  opacity: 1;
  text-decoration: none;
}
.c-block_materials_link:hover .focus {
  top: initial;
  left: initial;
  border: none;
}
.c-block_materials_link:focus-visible .focus {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.c-block_materials_link:focus-visible:after {
  position: absolute;
  content: url(../image/blank_b.svg) !important;
  top: 59% !important;
  right: 12px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  left: initial !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
}
.c-block_materials_link.pdf:before {
  content: url(../image/ico-pdf.svg) !important;
}
.c-block_materials_link.link:before {
  content: url(../image/ico-link.svg) !important;
}
.c-block_materials_link.mp4:before {
  content: url(../image/ico-mp4.svg) !important;
}
.c-block_materials_link.ppt:before {
  content: url(../image/ico-ppt.svg) !important;
}
.c-block_materials_link.youtube:before {
  left: 9px;
  content: url(../image/ico-youtube.svg) !important;
}
.c-block_materials_wrap {
  display: none;
}
.c-block_materials_wrap._open {
  display: block;
}

.c-block_contest {
  display: none;
}
.c-block_contest._admin {
  display: block;
}
.c-block_contest_ttl {
  background: transparent;
  position: relative;
  padding: 17px 30px 17px 2px;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.c-block_contest_ttl:after {
  position: absolute;
  top: 40%;
  right: 17px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-block_contest_ttl:not(:first-of-type) {
  margin: 16px 0 0;
}
.c-block_contest_ttl._open:after {
  top: 46%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-block_contest_ttl:hover {
  opacity: 1;
  text-decoration: none;
}
.c-block_contest_ttl:hover:focus-visible .focus {
  display: none;
}
.c-block_contest_wrap {
  display: none;
}
.c-block_contest_wrap._open {
  display: block;
}
.c-block_contest_textarea {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-top: 24px;
}
.c-block_contest_textarea._admin {
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-top: 24px;
}

.is-style-ttl-quote {
  padding: 64px 0 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .is-style-ttl-quote {
    font-size: 20px;
  }
}
.is-style-ttl-quote:before {
  content: url(../image/ttl-icon-quote.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.block-editor-block-list__block.wp-block.wp-block-columns.block-editor-block-list__layout {
  margin: 0 auto;
}
.block-editor-block-list__block.wp-block.wp-block-columns.block-editor-block-list__layout.block-editor-block-list__block.wp-block.wp-block-columns.block-editor-block-list__layout {
  margin: 8px auto 0;
}

.wp-block.block-core-columns .block-editor-block-list__block.wp-block.wp-block-buttons.block-editor-block-list__layout {
  margin: 0;
}
.wp-block.block-core-columns .block-editor-block-list__block.wp-block.wp-block-buttons.block-editor-block-list__layout + .block-editor-block-list__block.wp-block.wp-block-buttons.block-editor-block-list__layout {
  margin: 0;
}

.is-style-btn-arrow1 {
  width: 100%;
}
.is-style-btn-arrow1 .wp-block-button__link {
  width: 100%;
  background: var(--white) !important;
  color: var(--ink) !important;
  border: 1px solid var(--border);
  border-radius: 8px !important;
  position: relative;
  padding: 16px !important;
  font-size: 16px !important;
}
.is-style-btn-arrow1 .wp-block-button__link:hover {
  opacity: 1;
  border-color: var(--blue);
  background: var(--blue6) !important;
}
.is-style-btn-arrow1 .wp-block-button__link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.is-style-btn-arrow1 .wp-block-button__link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.is-style-btn-arrow1 .wp-block-button__link:before {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.is-style-btn-blue .wp-block-button__link {
  width: 100%;
  background: var(--blue) !important;
  color: var(--white) !important;
  border: 1px solid var(--blue);
  border-radius: 8px !important;
  position: relative;
  padding: 16px !important;
  font-size: 16px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.is-style-btn-blue .wp-block-button__link:hover {
  opacity: 1;
  background: var(--blue3) !important;
  text-decoration: underline;
  border-color: var(--blue) !important;
}
.is-style-btn-blue .wp-block-button__link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}

.is-style-btn-blue-contest {
  margin: auto !important;
}
.is-style-btn-blue-contest .wp-block-button__link {
  width: 100%;
  background: var(--blue) !important;
  color: var(--white) !important;
  border: 1px solid var(--blue);
  border-radius: 8px !important;
  position: relative;
  padding: 16px !important;
  font-size: 16px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 700;
  text-decoration: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 4px;
}
.is-style-btn-blue-contest .wp-block-button__link::before {
  content: url(../image/blank_w.svg);
  width: 20px;
  height: 20px;
  font-weight: 700;
}
.is-style-btn-blue-contest .wp-block-button__link:hover {
  opacity: 1 !important;
  background: var(--blue3) !important;
  border-color: var(--blue3) !important;
  text-decoration: underline !important;
}
.is-style-btn-blue-contest .wp-block-button__link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.is-style-btn-blue-contest .wp-block-button__link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}

.l-content {
  width: 100%;
}

.l-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 164px 0 120px;
}
@media screen and (max-width: 768px) {
  .l-main {
    max-width: 100%;
    padding: 80px 4.6875% 60px;
  }
}
.l-main__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin: 0 0 0 calc((-100vw + var(--max)) / 2);
}
@media (max-width: 1440px) {
  .l-main__mv {
    margin: 0;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__mv {
    margin: 0 0 0 -4.6875vw;
    padding: 24px 4.6875%;
  }
}
.l-main__mv-inner {
  background: var(--bglightblue);
  width: 66.6666666667vw;
  min-width: 340px;
  height: auto;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 14.0972222222vw;
  padding-block: 49.5px 49.5px;
}
@media screen and (min-width: 1025px) {
  .l-main__mv-inner {
    margin-left: 11.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main__mv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    width: 100%;
    height: 288px;
    margin-inline: auto;
    padding-block: 49.5px 0;
  }
}
.l-main__mv_max {
  min-width: var(--contmax);
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .l-main__mv_max {
    min-width: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main__mv_max {
    min-width: 100%;
  }
}
.l-main__mv-ttl {
  color: var(--ink);
  font-size: 2.5vw;
  font-weight: 700;
  background: var(--white);
  border-radius: 2.2222222222vw;
  width: 33.75vw;
  height: 9.0277777778vw;
  padding-inline: 16px 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-main__mv-ttl {
    margin-left: -22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main__mv-ttl {
    position: relative;
    font-size: 2.8em;
    width: 83.5897435897vw;
    height: 124px;
    padding: 24px 16px 16px 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: auto;
    border-radius: 0px 32px 0px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .l-main__mv-image {
    padding-right: 96px;
  }
}
@media screen and (max-width: 1320px) {
  .l-main__mv-image {
    padding-right: 76px;
  }
}
@media screen and (max-width: 1024px) {
  .l-main__mv-image {
    padding-right: 63px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__mv-image {
    padding-right: 0;
  }
}

.l-breadcrumbs_inner {
  padding: 17px 40px;
  font-size: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs_inner {
    padding: 17px 0;
    width: 100vw;
    margin: 0 0 0 -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs_inner #breadcrumbs {
    padding: 0 4.6875vw;
  }
}
.l-breadcrumbs_inner #breadcrumbs span {
  word-break: keep-all;
}
.l-breadcrumbs_inner a {
  color: var(--blue);
  text-decoration: underline;
  position: relative;
}
.l-breadcrumbs_inner a:hover:after {
  top: initial;
  left: initial;
  border: none;
}
.l-breadcrumbs_inner a:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  background: var(--white);
}
.l-header-inner {
  max-width: var(--max);
  padding: 12px 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .l-header-inner {
    padding: 12px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    padding: 0;
  }
}
.l-header-select {
  position: relative;
  margin: 0;
}
.l-header-select select {
  font-size: 14px;
  padding: 5px 15px 5px 5px;
  line-height: 1.5;
}
.l-header-select select:focus-visible {
  outline: 2px solid var(--focus);
}
.l-header-select .select_txt {
  opacity: 0;
  display: none;
}
.l-header-select:before {
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header-search {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-search-link {
  display: inline-block;
  padding: 0 18px 0 0;
  position: relative;
}
.l-header-search-link:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header-search-link img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 0;
}
.l-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header-box-link {
  display: inline-block;
  position: relative;
}
.l-header-box-link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header-box-link:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.l-header-box-menu {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header-box-menu {
    display: none;
  }
}
.l-header-box-menu-txt {
  height: 100%;
  padding: 0 35px 0 20px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-box-menu-txt._active {
  color: var(--blue);
  position: relative;
}
.l-header-box-menu-txt._active:after {
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 20px;
}
.l-header-box-menu-txt._active:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 23px;
}
.l-header-box-menu-txt:focus-visible:after {
  background: transparent;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 10px;
}
.l-header-box-menu-txt:hover {
  background: var(--bglightblue);
  border-radius: 10px;
  opacity: 1;
}
.l-header-box-menu-txt:hover:after {
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 20px;
}
.l-header-box-menu-txt:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header-box-menu-txt:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header-box-menu-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  position: relative;
}
.l-header-box-menu-link:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.l-header-box-menu-link:hover {
  background: var(--bglightblue);
  border-radius: 10px;
  opacity: 1;
}
.l-header-box-menu-link:hover:before {
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 20px;
}
.l-header-box-menu-link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header-box-menu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 195px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-header-box-logo {
    width: 160px;
    height: 80px;
    padding: 10px;
  }
}
.l-header-box-logo a {
  width: 100%;
}
.l-header-box-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-mega {
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  display: none;
  background: var(--white);
  z-index: 1;
}
.l-header-mega-menu {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 0 40px 40px;
  position: relative;
}
.l-header-menubtn {
  display: none;
  position: absolute;
  top: 50%;
  right: 4.6875%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-menubtn:hover:focus-visible {
  top: initial;
  left: initial;
  border: none;
}
.l-header-menubtn:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .l-header-menubtn {
    display: block;
  }
}
.l-header-menubtn__border {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background: var(--ink);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.l-header-menubtn__border1 {
  top: 7px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header-menubtn__border1.show {
  top: 18px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  right: 6px;
}
.l-header-menubtn__border2 {
  top: calc(50% - 2.5px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header-menubtn__border2.show {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  right: 6px;
}
.l-header-menubtn__border3 {
  top: 28px;
  display: block;
}
.l-header-menubtn__border3.show {
  display: none;
}
.l-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0f1fe;
  padding: 8px 16px;
  border-radius: 51px;
}
.l-header-sns .ico-x {
  max-height: 22px;
}
.l-header-sns .ico-youtube {
  max-height: 18px;
}
.l-header-sns .ico-Instagram {
  max-height: 22px;
}
.l-header .megamenu-ttl-link {
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
}
.l-header .megamenu-ttl-link:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header .megamenu-ttl-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-header .megamenu-ttl-link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header .megamenu-ttl-link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 12px;
}
.l-header .megamenu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}
.l-header .megamenu-flex-img {
  max-width: 364px;
  min-width: 364px;
}
.l-header .megamenu-flex-img img {
  max-width: 100%;
  border-radius: 16px;
}
.l-header .megamenu-flex-box, .l-header .megamenu-flex-box2 {
  width: 420px;
}
.l-header .megamenu-flex-box {
  margin: 0 0 0 40px;
}
.l-header .megamenu-flex-box_flex {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 0 0 40px;
  max-width: 852px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header .megamenu-flex-box_flex .megamenu-btn {
  width: calc(50% - 6px);
  margin: 0 0 10px;
}
.l-header .megamenu-flex-box2 {
  margin: 0 0 0 12px;
}
.l-header .megamenu-btn {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border);
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}
.l-header .megamenu-btn:hover {
  background: var(--bglightblue);
  border-color: var(--blue);
  opacity: 1;
}
.l-header .megamenu-btn:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header .megamenu-btn:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 19px;
}
.l-header .megamenu-btn:before {
  position: absolute;
  top: 33px;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header .megamenu-btn img {
  margin: 0 12px 0 16px;
}
.l-header .megamenu-lists {
  margin: 10px 0;
}
.l-header .megamenu-list {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .megamenu-lists2 {
  max-width: 852px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-header .megamenu-lists2 .megamenu-list {
  width: calc(50% - 6px);
}
.l-header .megamenu-link {
  padding: 0 16px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
}
.l-header .megamenu-link:hover {
  opacity: 1;
  background: var(--gray);
  text-decoration: underline;
}
.l-header .megamenu-link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-header .megamenu-link:before {
  position: absolute;
  top: 27px;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header .megamenu-link:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 5px;
}
.l-header .megamenu-link._out:before {
  display: none;
}
.l-header .megamenu-link.new-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .megamenu-close {
  position: absolute;
  top: 25px;
  right: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  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;
}
.l-header .megamenu-close:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.l-header .megamenu-close:hover {
  opacity: 0.7;
}
.l-header table.gsc-search-box td.gsc-input {
  padding: 0;
}

.l-spmenu_scroll table.gsc-search-box {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .l-spmenu_scroll table.gsc-search-box {
    width: 100%;
  }
}
.l-spmenu_scroll .gsc-control-cse {
  padding: 24px 0 24px !important;
}
@media screen and (max-width: 768px) {
  .l-spmenu_scroll .gsc-control-cse {
    padding: 10px 0 0 !important;
  }
}

form.gsc-search-box table.gsc-search-box td.gsc-input {
  padding: 0;
}
form.gsc-search-box .gsc-search-button .gsc-search-button-v2 {
  padding: 19px 29px;
  position: relative;
  border-radius: 0 4px 4px 0;
  margin: 0 !important;
  background-color: #007bc7 !important;
}
form.gsc-search-box .gsc-search-button .gsc-search-button-v2:hover {
  background: var(--blue3) !important;
}
form.gsc-search-box .gsc-search-button .gsc-search-button-v2:before {
  content: "検索";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: var(--white);
}
form.gsc-search-box .gsc-search-button .gsc-search-button-v2 svg {
  display: none;
}

.gsc-selected-option-container {
  white-space: nowrap;
}

input.gsc-input {
  width: 212px !important;
  background: none !important;
}

.gsc-input-box {
  border: 1px solid var(--gray6) !important;
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    padding: 0 !important;
  }
}
.gsc-input-box .gsib_a {
  padding: 0 !important;
}
.gsc-input-box .gsib_a input {
  height: 38px !important;
  padding: 0 10px !important;
}

table.gsc-search-box td.gsc-input .gsc-search-button {
  margin: 0;
}
table.gsc-search-box td.gsc-input .gsc-search-button .gsc-search-button-v2 {
  margin: 0;
  padding: 9px 10px 8px;
  border: none;
  background-color: #007bc7 !important;
}
table.gsc-search-box td.gsc-input .gsc-search-button .gsc-search-button-v2:hover {
  background: var(--blue3) !important;
}

.l-spmenu {
  opacity: 0;
  border-top: 1px solid var(--border);
  position: fixed;
  width: 100vw;
  height: calc(100vh - 80px);
  top: 80px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  visibility: hidden;
}
.l-spmenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.l-spmenu_inner {
  background: var(--white);
}
.l-spmenu_scroll {
  padding: 0 4.6875vw 60px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}
.l-spmenu_box {
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.l-spmenu_box.first {
  padding: 0 0 40px;
}
.l-spmenu_toplink {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  border-radius: 3px;
}
.l-spmenu_toplink:hover {
  opacity: 1;
}
.l-spmenu_toplink:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-spmenu_toplink:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 5%;
}
.l-spmenu_toplink:before {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-spmenu_toplink + .l-footer_toplink {
  margin: 10px 0;
}
.l-spmenu_item {
  width: calc(25% - 9px);
}
@media screen and (max-width: 768px) {
  .l-spmenu_item {
    width: 100%;
  }
}
.l-spmenu_listlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 15px 9px 0;
  position: relative;
}
.l-spmenu_listlink:before {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-spmenu_listlink:hover {
  text-decoration: underline;
  opacity: 1;
}
.l-spmenu_listlink:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-spmenu_listlink._blank:before {
  display: none;
}
.l-spmenu_listlink.new-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-right: 6px;
}
.l-spmenu_listlink.new-window > img {
  padding-top: 4px;
}
.l-spmenu_listlink:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 5%;
}
.l-spmenu_lang {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px 0 0;
  position: relative;
  margin: 30px 0 0;
}
.l-spmenu_lang:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-spmenu_lang label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-spmenu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  background-color: #e0f1fe;
}
.l-spmenu_sns .ico-x {
  max-height: 22px;
}
.l-spmenu_sns .ico-youtube {
  max-height: 18px;
}
.l-spmenu_sns .ico-Instagram {
  max-height: 22px;
}

.l-footer .ico-x {
  width: 26px;
}
.l-footer .ico-youtube {
  width: 33px;
}
.l-footer .ico-Instagram {
  width: 33px;
}
.l-footer_lead {
  color: var(--blue2);
  background: var(--bgblue);
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_lead > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer_lead > div {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer_lead > div .u-fz_1 {
    width: 100%;
    margin: 0 0 10px;
  }
}
.l-footer_lead a {
  margin: 0 0 0 10px;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  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;
}
@media screen and (max-width: 768px) {
  .l-footer_lead a {
    margin: 0;
  }
  .l-footer_lead a + a {
    margin: 0 0 0 10px;
  }
  .l-footer_lead a:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.l-footer_lead a:hover:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.l-footer_lead a:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-footer_lead a:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 50%;
}
.l-footer_lead a:first-of-type img {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.l-footer_menubox {
  padding: 65px 15px 0;
}
@media screen and (max-width: 768px) {
  .l-footer_menubox {
    padding: 24px 4.6875% 0;
  }
}
.l-footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer_logo > a {
  position: relative;
}
.l-footer_logo > a:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-footer_logo > a:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 10px;
}
.l-footer_logo > a img {
  width: 200px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .l-footer_logo > a img {
    width: 160px;
    height: 80px;
  }
}
.l-footer_menuwrap {
  max-width: var(--contmax);
  margin: 65px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer_menuwrap {
    margin: 24px 0 0;
    width: 100%;
  }
}
.l-footer_toplink {
  height: 40px;
  background: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue2);
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  border-radius: 3px;
}
.l-footer_toplink:hover {
  opacity: 1;
  background: var(--bgblue);
  outline: 1px solid var(--blue);
}
.l-footer_toplink:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-footer_toplink:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 5%;
}
.l-footer_toplink:before {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--blue2);
  border-right: 1px solid var(--blue2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-footer_toplink + .l-footer_toplink {
  margin: 15px 0;
}
.l-footer_lists {
  margin: 10px 0 25px;
}
@media screen and (max-width: 768px) {
  .l-footer_lists {
    margin: 15px 0 25px;
  }
}
.l-footer_list span img {
  display: inline-block;
  margin: 0 0 0 2px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .l-footer_list + .l-footer_list {
    margin: 10px 0 0;
  }
}
.l-footer_item {
  width: calc(25% - 9px);
}
@media screen and (max-width: 768px) {
  .l-footer_item {
    width: 100%;
  }
  .l-footer_item.sp {
    margin: 10px 0 0;
  }
}
.l-footer_listlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 25px 9px 10px;
  position: relative;
}
.l-footer_listlink:before {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--arrow);
  border-right: 1px solid var(--arrow);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-footer_listlink:hover {
  text-decoration: underline;
  opacity: 1;
}
.l-footer_listlink:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-footer_listlink:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 5%;
}
.l-footer_listlink.blank:before {
  display: none;
}
.l-footer_listlink.new-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-right: 6px;
}
.l-footer_listlink.new-window > img {
  padding-top: 4px;
}
.l-footer_under {
  width: var(--contmax);
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto 0;
  border-top: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .l-footer_under {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px 0;
    padding: 30px 0 40px;
    margin: 0;
    border: none;
  }
}
.l-footer_under_link {
  color: var(--blue2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px 0 0;
  position: relative;
}
.l-footer_under_link:hover {
  text-decoration: underline;
}
.l-footer_under_link:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-footer_under_link:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}
.l-footer_under--info {
  color: var(--white);
}
.l-footer_copy {
  background: var(--blue);
  padding: 16px 0;
  width: 100vw;
  margin: 0 0 0 -16px;
}
@media screen and (max-width: 768px) {
  .l-footer_copy {
    margin: 0 0 0 -4.6875vw;
  }
}
.l-footer_copy_inner {
  width: var(--contmax);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer_copy_inner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer_copy_txt1 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer_copy_txt1 {
    width: 100%;
  }
}
.l-footer_copy_txt1, .l-footer_copy_txt2, .l-footer_copy_txt3, .l-footer_copy_txt4 {
  color: var(--white);
}
.l-footer_copy_txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-footer_copy_txt3 {
  color: var(--white);
  margin-top: 16px;
}
.l-footer_copy_txt3 a {
  text-decoration: underline;
}
.l-footer_copy_info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .l-footer_copy_info1 {
    -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: start;
    margin: 16px 16px 40px 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_copy_info2 {
    margin: 16px 16px 40px 16px;
  }
}

.l-mainvisual_imglay_inner {
  max-width: var(--contmax);
  margin: 0 auto;
  position: relative;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-mainvisual_imglay_inner {
    width: 100%;
    height: auto;
    display: block;
  }
}
.l-mainvisual_imglay_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .l-mainvisual_imglay_img {
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    right: initial;
    border-radius: 16px;
  }
}
.l-mainvisual_imglay_txt {
  background: #fff;
  padding: 40px 40px 40px 16px;
  font-size: 3.6em;
  position: relative;
  z-index: 1;
  font-weight: bold;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .l-mainvisual_imglay_txt {
    width: 90%;
    position: absolute;
    border-radius: 0 32px 0 0;
    bottom: 0;
    left: 0;
    font-size: 2.8em;
    font-weight: bold;
  }
}

.l-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-materials-popup {
  background: var(--white);
  width: 840px;
  margin: 0 auto;
  padding: 40px 32px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-materials-popup {
    width: 100%;
    padding: 30px 4.6875% 30px;
    border-radius: 0;
  }
}
.l-materials-popup .mfp-close {
  position: absolute;
  top: 40px;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .mfp-close {
    top: 20px;
    right: 4.6875%;
  }
}
.l-materials-popup_ttl {
  margin: 0 0 40px;
}
.l-materials-popup .inputwrap {
  margin: 8px 0 24px;
  position: relative;
}
.l-materials-popup .inputwrap:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-materials-popup .inputwrap:focus-visible:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}
.l-materials-popup input[type=text] {
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 100%;
  height: 56px;
  padding: 12px 16px;
}
.l-materials-popup .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px 0 24px;
  gap: 16px 0;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .check {
    gap: 0;
  }
}
.l-materials-popup .check_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .check_wrap {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
}
.l-materials-popup_message {
  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;
}
.l-materials-popup_message .no-results-message {
  display: none;
  color: var(--error);
  position: relative;
  padding: 0 0 0 25px;
}
.l-materials-popup_message .no-results-message:before {
  content: url(../image/error-ico.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.l-materials-popup_message .no-results-message_result.l-materials-popup_result_txt.error {
  color: var(--error);
}
.l-materials-popup .l-materials-popup_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .l-materials-popup_result {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-materials-popup .l-materials-popup_result_txt {
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .l-materials-popup_result_txt {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-materials-popup .l-materials-popup_result_txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-materials-popup .l-materials-popup_result .c-submitbtn {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .l-materials-popup_result .c-submitbtn {
    margin: 20px 0 0;
    width: 90.25%;
    text-align: center;
  }
}
.l-materials-popup .l-materials-popup_result .c-submitbtn.disabled {
  background: #999999;
  color: var(--gray8);
}
.l-materials-popup .mfp-close {
  display: none;
}
.l-materials-popup .mfp-close#customCloseButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40px;
  right: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-materials-popup .mfp-close#customCloseButton {
    top: 25px;
    right: 4.6875%;
  }
}
.l-materials-popup .mfp-close#customCloseButton:hover {
  text-decoration: underline;
}
.l-materials-popup .mfp-close#customCloseButton:hover:focus-visible:after {
  top: initial;
  left: initial;
  border: none;
}
.l-materials-popup .mfp-close#customCloseButton:focus-visible:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 4px;
}
.l-materials-popup .mfp-close#customCloseButton .arrow {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
}
.l-materials-popup .mfp-close#customCloseButton .arrow .border {
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: var(--ink);
  top: 12px;
  left: 46%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-materials-popup .mfp-close#customCloseButton .arrow .border.border_1 {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.l-materials-popup .mfp-close#customCloseButton .arrow .border.border_2 {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-materials-popup .mfp-close#customCloseButton .close-txt {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  display: block;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-sp_ib {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp_ib {
    display: inline-block;
  }
}

.u-table-pc {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .u-table-pc {
    display: none;
  }
}

.u-fz_1 {
  font-size: 1.6em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .u-fz_1 {
    font-size: 1.4em;
  }
}

.u-fz_2 {
  font-size: 1.6em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-fz_2 {
    font-size: 1.4em;
  }
}

.u-fz_3 {
  font-size: 1.4em;
  line-height: 1.6;
}

.u-fz_4 {
  font-size: 1.6em;
  line-height: 1.5;
}

.u-fz_5 {
  font-size: 1.8em;
  line-height: 1.5;
}

.u-fz_6 {
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-fz_6 {
    font-size: 1.8em;
  }
}

.u-fz_7 {
  font-size: 2em;
  line-height: 1.5;
}

.u-fz_8 {
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-fz_8 {
    font-size: 1.6em;
  }
}

.u-fz_9 {
  font-size: 1.2em;
  line-height: 1.5;
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-lh_1 {
  line-height: 1;
}

.u-fw_semibold {
  font-weight: 600;
}

.u-fw_bold {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .u-ta_lcc {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .u-ta_llc {
    text-align: center;
  }
}

.u-parag + .u-parag {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt105 {
  margin-top: 10.5rem;
}

.u-mt110 {
  margin-top: 11rem;
}

.u-mt115 {
  margin-top: 11.5rem;
}

.u-mt120 {
  margin-top: 12rem;
}

.u-mt125 {
  margin-top: 12.5rem;
}

.u-mt130 {
  margin-top: 13rem;
}

.u-mt135 {
  margin-top: 13.5rem;
}

.u-mt140 {
  margin-top: 14rem;
}

.u-mt145 {
  margin-top: 14.5rem;
}

.u-mt150 {
  margin-top: 15rem;
}

.u-mt155 {
  margin-top: 15.5rem;
}

.u-mt160 {
  margin-top: 16rem;
}

.u-mt165 {
  margin-top: 16.5rem;
}

.u-mt170 {
  margin-top: 17rem;
}

.u-mt175 {
  margin-top: 17.5rem;
}

.u-mt180 {
  margin-top: 18rem;
}

.u-mt185 {
  margin-top: 18.5rem;
}

.u-mt190 {
  margin-top: 19rem;
}

.u-mt195 {
  margin-top: 19.5rem;
}

.u-mt200 {
  margin-top: 20rem;
}

.is-hover {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */