@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

:where(a) {
  color: inherit;
}
main :where(a):hover, main :where(a):focus {
  text-decoration: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: 100%;
}

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

:where(button, input, optgroup, select, textarea) {
  color: inherit;
  font: inherit;
  margin: 0;
}

:where(input) {
  vertical-align: baseline;
  box-sizing: border-box;
}
:where(input)[type=text], :where(input)[type=tel], :where(input)[type=email], :where(input)[type=date], :where(input)[type=password], :where(input)[type=number] {
  min-height: 30px;
  border: 1px solid #d2d2d2;
  padding: 9.5px 10px;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  :where(input)[type=text], :where(input)[type=tel], :where(input)[type=email], :where(input)[type=date], :where(input)[type=password], :where(input)[type=number] {
    appearance: none;
    font-size: 1.6rem;
  }
}
:where(input)[type=submit] {
  min-height: 30px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  padding: 20px 0;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  :where(input)[type=submit] {
    appearance: none;
  }
}
:where(input)[type=submit]:disabled {
  background: #555;
}
:where(input)::placeholder {
  color: #bbb;
}

:where(select) {
  border: 1px solid #d2d2d2;
  padding: 9.5px 45px 9.5px 10px;
  border-radius: 4px;
  vertical-align: middle;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  appearance: none;
  background: white inline-svg('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path d="M.12,1.27l5.6,5.6a.38.38,0,0,0,.55,0l5.6-5.6a.38.38,0,0,0,0-.55l-.6-.6a.38.38,0,0,0-.55,0L6,4.85,1.27.12a.38.38,0,0,0-.55,0l-.6.6a.38.38,0,0,0,0,.55Z"/></svg>') no-repeat calc(100% - 10px) center/10px 5px;
}

:where(button) {
  padding: 0;
  border: 1px solid;
  background: none;
  display: inline-block;
}

:where(button, select) {
  text-transform: none;
}

:where(button, input[type=reset], input[type=submit]) {
  -webkit-appearance: button;
  cursor: pointer;
}

:where(button:disabled, input:disabled) {
  cursor: default;
}

:where(textarea) {
  overflow: auto;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
  padding: 1em;
}
:where(textarea)::placeholder {
  color: #bbb;
}

:where(label) {
  cursor: pointer;
}

:where(input[readonly]) {
  background-color: #ddd;
  color: #555;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
  font-weight: normal;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  font-family: m-plus-rounded-1c, sans-serif;
  transform: rotateZ(0.03deg);
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.l-header {
  position: relative;
  z-index: 0;
  padding: min(5vw, 40px) 5vw min(5vw, 80px) 5vw;
}
@media screen and (max-width:767px) {
  .l-header {
    overflow: hidden;
  }
}
.l-header::before, .l-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60vh;
}
.l-header::before {
  z-index: -1;
  background: url(../img/bg_slash.jpg) repeat left top;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
}
.l-header::after {
  z-index: -2;
  background: url(../img/bg_slash_light.jpg) repeat left top;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
}
.l-header__frame {
  max-width: 1000px;
  margin-inline: auto;
  background-color: white;
  padding: 10px;
}
.l-header__inner {
  border: 10px solid #26be9a;
  padding: min(5vw, 40px) 20px min(5vw, 25px) 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.l-header__inner::before, .l-header__inner::after {
  content: "";
  position: absolute;
}
.l-header__inner::before {
  background: url(../img/img_illust_robot.svg) no-repeat left top/contain;
  aspect-ratio: 132/139;
}
@media not screen and (max-width:767px) {
  .l-header__inner::before {
    width: min(12vw, 132px);
    left: 15px;
    bottom: -47px;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner::before {
    left: -6vw;
    bottom: -9vw;
    width: min(20vw, 132px);
  }
}
.l-header__inner::after {
  background: url(../img/img_illust_robot2.svg) no-repeat left top/contain;
  aspect-ratio: 116/129;
}
@media not screen and (max-width:767px) {
  .l-header__inner::after {
    width: min(12vw, 116px);
    right: 15px;
    bottom: -47px;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner::after {
    width: min(18.2vw, 116px);
    right: -4vw;
    bottom: -9vw;
  }
}
.l-header__title {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  align-items: center;
  font-weight: 700;
  color: #e94b4b;
  line-height: 1.1;
  font-size: clamp(3rem, 7vw, 8.4rem);
  text-align: center;
}
.l-header__title__sub {
  font-size: 66%;
}
@media screen and (max-width:767px) {
  .l-header__title__main > span {
    display: inline-block;
  }
}
@media not screen and (max-width:767px) {
  .l-header__supple {
    position: absolute;
    right: -52px;
    top: -42px;
    width: min(24vw, 244px);
  }
}
@media screen and (max-width:767px) {
  .l-header__supple {
    width: min(22vw, 150px);
    position: absolute;
    right: -9vw;
    top: -9vw;
  }
}
.l-header__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #26be9a;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}
.l-header__date__small {
  font-size: 68%;
}
.l-header__target {
  display: flex;
  justify-content: center;
  font-size: clamp(1.4rem, 3.5vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
  color: #26be9a;
}
.l-header__target__label {
  flex-shrink: 0;
}
.l-header__target__label::after {
  content: "：";
}
.l-header__host {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  line-height: 1.2;
  font-size: clamp(1.6rem, 3vw, 3rem);
  margin-top: 10px;
}
.l-header__host__label {
  flex-shrink: 0;
  font-weight: 700;
}
.l-header__host__label::after {
  content: "：";
}
@media screen and (max-width:767px) {
  .l-header__host__value {
    width: 47%;
  }
}

.cta-area {
  max-width: 600px;
  margin-inline: auto;
  margin-top: min(10vw, 60px);
}
.cta-area__button {
  background-color: #e94b4b;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  border-radius: 99em;
  text-decoration: none;
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: min(4.5vw, 14px) 20px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.cta-area__button:not(.cta-area__button--disabled):is(:hover, :focus) {
  box-shadow: none;
  transform: translateY(5px);
}
.cta-area__button__label {
  font-size: clamp(2.5rem, 3vw, 4.5rem);
}
.cta-area__button__limit {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
.cta-area__button--disabled {
  background-color: #666;
}
.cta-area svg {
  fill: currentColor;
  height: 0.8em;
  width: auto;
}
.cta-area__caution {
  color: #666;
  margin-top: 25px;
  line-height: 1.5;
}

.main {
  padding-bottom: 150px;
  background: url(../img/img_illust_robot.svg) no-repeat calc(50% - 70px) bottom/132px 139px, url(../img/img_illust_robot2.svg) no-repeat calc(50% + 80px) bottom/116px 129px;
}

.section {
  padding: min(5vw, 45px) 5vw;
}
.section--bg-slash {
  position: relative;
  z-index: 0;
  padding-block: min(15vw, 200px);
}
.section--bg-slash::before, .section--bg-slash::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section--bg-slash::before {
  background: url(../img/bg_slash.jpg);
}
@media not screen and (max-width:767px) {
  .section--bg-slash::before {
    clip-path: polygon(0 min(3%, 160px), 100% 0, 100% min(97%, 100% - 160px), 0 100%);
  }
}
@media screen and (max-width:767px) {
  .section--bg-slash::before {
    clip-path: polygon(0 min(0.5%, 160px), 100% 0, 100% min(99.5%, 100% - 80px), 0 100%);
  }
}
.section--bg-slash::after {
  background: url(../img/bg_slash_light.jpg);
}
@media not screen and (max-width:767px) {
  .section--bg-slash::after {
    clip-path: polygon(0 0, 100% min(3%, 160px), 100% 100%, 0 min(97%, 100% - 160px));
  }
}
@media screen and (max-width:767px) {
  .section--bg-slash::after {
    clip-path: polygon(0 0, 100% min(0.5%, 160px), 100% 100%, 0 min(99.5%, 100% - 80px));
  }
}
.section--bg-slash2 {
  background: url(../img/bg_slash_light.jpg);
}

.section-title {
  line-height: 1.4;
  font-size: clamp(2.4rem, 6.5vw, 4.2rem);
  color: #666;
  text-align: center;
  position: relative;
  padding-bottom: 0.72em;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 10px;
  background-color: #26be9a;
  border-radius: 4px;
  transform: translateX(-50%);
}

.section-subtitle {
  line-height: 1.4;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #666;
  text-align: center;
  position: relative;
}

.outline__wrap {
  max-width: 1000px;
  margin-inline: auto;
  background: url(../img/bg_slash_light.jpg);
  margin-top: 35px;
  color: #666;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.5;
  position: relative;
}
@media not screen and (max-width:767px) {
  .outline__wrap {
    padding: 35px;
  }
}
@media screen and (max-width:767px) {
  .outline__wrap {
    padding: 18vw 5vw 5vw;
  }
}
.outline__wrap::after {
  content: "";
  position: absolute;
  background: url(../img/img_illust_robot4.svg) no-repeat left top/contain;
  width: min(30vw, 264px);
  aspect-ratio: 264/196;
}
@media not screen and (max-width:767px) {
  .outline__wrap::after {
    right: 0;
    top: -10px;
  }
}
@media screen and (max-width:767px) {
  .outline__wrap::after {
    left: 50%;
    top: -8vw;
    transform: translateX(-50%);
  }
}
.outline__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.outline__item {
  position: relative;
  padding-left: 2em;
}
.outline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.5em;
  aspect-ratio: 38/35;
  background: url(../img/icon_checkbox.svg) no-repeat left top/contain;
}
.outline__large {
  font-size: 120%;
}
.outline__underline {
  background: linear-gradient(to top, transparent 20%, #fffe1d 20%, #fffe1d 40%, transparent 40%);
}

.schedule {
  padding-top: min(2vw, 30px);
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .schedule__table-wrap {
    overflow: auto;
    white-space: nowrap;
  }
}
.schedule__table {
  background-color: white;
  margin-top: 15px;
  border: 5px solid #ccc;
  color: #666;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}
@media not screen and (max-width:767px) {
  .schedule__table {
    table-layout: fixed;
  }
}
.schedule__table thead th {
  border: 5px solid #ccc;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.4;
  background-color: #999;
  color: white;
  padding: 0.5em;
}
.schedule__table thead th:first-child {
  width: 4em;
}
.schedule__table tbody tr:nth-child(even) {
  background-color: #efefef;
}
.schedule__table tbody tr:nth-child(1) th {
  color: #e94b4b;
}
.schedule__table tbody tr:nth-child(2) th {
  color: #ff6600;
}
.schedule__table tbody tr:nth-child(3) th {
  color: #26be9a;
}
.schedule__table tbody tr:nth-child(4) th {
  color: #0087e6;
}
.schedule__table tbody tr:nth-child(5) th {
  color: #6460cb;
}
.schedule__table tbody th {
  border-right: 5px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1em 0.2em;
}
.schedule__table tbody td {
  border-right: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1em 0.2em;
}
.schedule__table tbody td p:not(:first-child) {
  margin-top: 0.3em;
}
.schedule__time-cel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule__delim {
  width: 2px;
  height: 0.9em;
  background-color: currentColor;
}
.schedule__small {
  font-size: 1.1rem;
}
.schedule__smallest {
  font-size: 1rem;
}
.schedule__caution {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
  line-height: 1.4;
  color: #666;
}
@media not screen and (max-width:767px) {
  .schedule__caution {
    text-align: right;
  }
}

.school__wrap {
  margin-top: 30px;
  max-width: 1000px;
  margin-inline: auto;
}
.school__button {
  margin-top: 20px;
  width: min(100%, 370px);
  margin-inline: auto;
  border-radius: 99em;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  background-color: #e94b4b;
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  min-height: 50px;
  line-height: 1.2;
  font-family: m-plus-rounded-1c, sans-serif;
  transform: rotateZ(0.03deg);
  font-size: clamp(1.8rem, 3vw, 2rem);
  border: 1px solid #e94b4b;
  transition: background-color 0.3s, color 0.3s;
}
.school__button:is(:hover, :focus) {
  background-color: white;
  color: #e94b4b;
}
.school__button svg {
  fill: currentColor;
  width: 1.2em;
  height: auto;
}
.school__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.school__list[aria-busy=true]::after {
  content: "読み込み中…";
  text-align: center;
}
.school__item {
  background-color: white;
  border: 5px solid #ccc;
  padding: min(10vw, 30px) min(5vw, 30px) min(5vw, 30px);
  display: flex;
  flex-direction: column;
  color: #666;
  position: relative;
}
.school__name {
  font-weight: 400;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 20px;
}
.school__time {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.school__time__item {
  padding: 0.2em 1em;
}
.school__time__item--orange {
  background-color: #e94b4b;
}
.school__time__item--orange2 {
  background-color: #ff6600;
}
.school__time__item--green {
  background-color: #26be9a;
}
.school__time__item--blue {
  background-color: #0087e6;
}
.school__time__item--purple {
  background-color: #6460cb;
}
.school__campus {
  font-size: 86%;
}
.school__department {
  line-height: 1.4;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.school__active {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.school__active__value {
  margin-top: 5px;
}
.school__active-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 640px;
}
.school__active-list__item {
  color: white;
  border-radius: 3px;
  padding-inline: 8px;
}
.school__active-list__item:not([aria-hidden=true]) {
  background-color: #26be9a;
}
.school__active-list__item[aria-hidden=true] {
  background-color: #ccc;
}
.school__description {
  padding-top: 17px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.join__wrap {
  margin-top: 30px;
  max-width: 1000px;
  margin-inline: auto;
}
.join__list {
  list-style: none;
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.join__item {
  counter-increment: num;
  border: 5px solid #ccc;
  display: grid;
  padding: min(4vw, 20px) min(4vw, 26px);
  position: relative;
}
@media not screen and (max-width:767px) {
  .join__item:first-child {
    grid-template-columns: 1fr auto 90px;
    grid-template-rows: auto auto 1fr;
    gap: 0px 10px;
    grid-template-areas: "headline illust date" "description illust date" "button button button";
  }
  .join__item:not(:first-child) {
    grid-template-columns: 1fr auto 90px;
    grid-template-rows: auto 1fr;
    gap: 0px 10px;
    grid-template-areas: "headline illust date" "description illust date";
  }
  .join__item:last-child {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0px 10px;
    grid-template-areas: "headline illust" "description illust";
  }
}
@media screen and (max-width:767px) {
  .join__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    gap: 10px 0px;
    grid-template-areas: "date" "headline" "description" "button" "illust";
  }
}
.join__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  bottom: -20px;
  aspect-ratio: 19/16;
  width: 19px;
  background-color: #ccc;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.join__headline {
  grid-area: headline;
  font-weight: 400;
  color: #e94b4b;
  line-height: 1.3;
  font-size: clamp(2.2rem, 3vw, 3rem);
  display: flex;
  flex-wrap: wrap;
}
.join__headline::before {
  content: counter(num, decimal-leading-zero) ".";
}
.join__date {
  grid-area: date;
  justify-self: flex-end;
  background-color: #26be9a;
  color: white;
  padding: 1px 10px;
  font-weight: 700;
  align-self: flex-start;
}
@media not screen and (max-width:767px) {
  .join__date {
    aspect-ratio: 1;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .join__date__label::after {
    content: "：";
  }
}
.join__description {
  grid-area: description;
  color: #666;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.join__button {
  grid-area: button;
  width: min(100%, 300px);
  justify-self: center;
  text-align: center;
}
.join__illust {
  grid-area: illust;
  margin-top: auto;
  max-width: 90%;
  justify-self: center;
}

.target__wrap {
  margin-top: 30px;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  gap: 20px 55px;
}
@media screen and (max-width:767px) {
  .target__wrap {
    flex-direction: column;
  }
}
.target__list {
  line-height: 1.4;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.target__item > span {
  font-size: 120%;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.support__intro {
  margin-block: 30px;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.6;
  color: #666;
}
@media not screen and (max-width:767px) {
  .support__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.support__image {
  text-align: center;
}

.faq {
  max-width: 1000px;
  margin-inline: auto;
}
.faq__list {
  margin-top: 35px;
}
.faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.faq__question {
  cursor: pointer;
  border-radius: 99em;
  color: white;
  font-size: 1.8rem;
  line-height: 1.4;
  min-height: 55px;
  padding: 0.8em 2em 0.8em 1em;
  background-size: auto auto;
  background-color: #26be9a;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, rgb(81, 203, 174) 25px, rgb(81, 203, 174) 50px);
  display: flex;
  align-items: baseline;
  letter-spacing: 0.05em;
  position: relative;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::before {
  content: "Q.";
  flex-shrink: 0;
}
.faq__question::after {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 50%;
  transform: translateY(-55%);
  font-weight: 700;
  font-size: 200%;
  line-height: 1;
}
.faq__item:not([open]) .faq__question::after {
  content: "+";
}
.faq__item[open] .faq__question::after {
  content: "-";
}
.faq__answer {
  color: #666;
  padding: 1em 2em 0 2.8em;
  position: relative;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  left: 1em;
  top: 1em;
  color: #e94b4b;
  font-size: 2rem;
  line-height: 1;
}

.cautions {
  background-color: #f7f3f0;
  padding: min(5vw, 60px) 5vw;
}
.cautions__wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.cautions__list {
  list-style: none;
  margin-top: min(10vw, 60px);
  font-family: heisei-maru-gothic-std, sans-serif;
  color: #666;
}
.cautions__item {
  text-indent: -1.2em;
  margin-left: 1.2em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.cautions__item::before {
  content: "※";
}
.cautions__tools {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  text-indent: 0;
  gap: 20px 40px;
  margin-block: 15px;
}
@media screen and (max-width:767px) {
  .cautions__tools {
    width: 100%;
  }
}
.cautions__tools__item {
  display: flex;
  gap: 0 12px;
}
@media not screen and (max-width:767px) {
  .cautions__tools__item {
    align-items: flex-end;
  }
}
@media screen and (max-width:767px) {
  .cautions__tools__item {
    flex-direction: column;
    width: 100%;
  }
}
.cautions__tools__label::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: currentColor;
}
.cautions__tools__values {
  display: flex;
  gap: 5px;
}
.cautions__tools a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
}
.cautions__tools__button {
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  line-height: 1;
  min-height: 48px;
  justify-content: center;
}
@media not screen and (max-width:767px) {
  .cautions__tools__button {
    width: min(50vw, 340px);
  }
}
@media screen and (max-width:767px) {
  .cautions__tools__button {
    width: 100%;
  }
}

.fixed-banner {
  position: sticky;
  left: 0;
  bottom: 0;
  background-size: auto auto;
  background-color: #26be9a;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, rgb(81, 203, 174) 25px, rgb(81, 203, 174) 50px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 4px 35px;
  padding: min(2vw, 14px) 5vw;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.4rem, 3vw, 2.8rem);
}
.fixed-banner__copies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.fixed-banner__row {
  display: flex;
  align-items: baseline;
}
.fixed-banner__button {
  text-decoration: none;
  background-color: #e94b4b;
  border-radius: 99em;
  border: 3px solid white;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
}
.fixed-banner__button--disabled {
  background-color: #666;
}
@media not screen and (max-width:767px) {
  .fixed-banner__button {
    padding: 0.1em 1.5em;
  }
}
@media screen and (max-width:767px) {
  .fixed-banner__button {
    width: 100%;
    padding: 0.4em 1.5em;
    font-size: 160%;
  }
}
.fixed-banner__button[href]:is(:hover, :focus) {
  background-color: white;
  color: #e94b4b;
}
.fixed-banner__button svg {
  fill: currentColor;
  width: 0.7em;
  height: auto;
}
@media screen and (max-width:767px) {
  .fixed-banner__copy--middle-txt {
    text-align: center;
  }
}

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

.l-footer {
  background-color: #26be9a;
  color: white;
  padding: min(5vw, 75px) 5vw min(5vw, 35px) 5vw;
  font-family: heisei-maru-gothic-std, sans-serif;
}
.l-footer__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 45px;
  position: relative;
}
@media not screen and (max-width:767px) {
  .l-footer__contacts::after {
    content: "";
    width: 1px;
    transform: translateX(-50%);
    background-color: white;
    order: 2;
  }
}
.l-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
@media not screen and (max-width:767px) {
  .l-footer__contact {
    width: 283px;
    order: 1;
  }
}
.l-footer__contact__label {
  font-size: 1.5rem;
}
@media not screen and (max-width:767px) {
  .l-footer__info {
    order: 3;
  }
}
.l-footer__row {
  display: flex;
}
.l-footer__row__label {
  width: 4em;
  text-align: right;
  flex-shrink: 0;
}
.l-footer__row__label::after {
  content: "：";
}

.copyright {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: keep-all;
  margin-top: min(10vw, 60px);
}

.c-red {
  color: #ff0000;
}

.opacity {
  transition: opacity 0.3s;
}
.opacity:is(:hover, :focus) {
  opacity: 0.7;
}

.caution-text {
  text-indent: -1em;
  margin-left: 1em;
}

.fz12 {
  font-size: 1.2rem;
}

.round-button {
  border-radius: 99em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e94b4b;
  text-decoration: none;
  color: white;
  min-height: 50px;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  gap: 0 5px;
  border: 2px solid #e94b4b;
  transition: background-color 0.3s, color 0.3s;
}
.round-button:not(.round-button--disabled):is(:hover, :focus) {
  background-color: white;
  color: #e94b4b;
}
.round-button--disabled {
  background-color: #666;
  border-color: #666;
}
.round-button > svg {
  width: auto;
  height: 0.8em;
  fill: currentColor;
}

.pagetop {
  position: fixed;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #e94b4b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #e94b4b;
}
.pagetop:is(:hover, :focus) {
  background-color: white;
  color: #e94b4b;
}
@media not screen and (max-width:767px) {
  .pagetop {
    bottom: 5%;
    right: 10%;
    width: 48px;
  }
}
@media screen and (max-width:767px) {
  .pagetop {
    bottom: 12%;
    right: 3%;
    width: 38px;
  }
}
.pagetop svg {
  width: 40%;
  fill: currentColor;
}

.standby-txt {
  font-size: 28px;
  margin: 30px 0;
  text-align: center;
  color: #666;
}
@media screen and (max-width:767px) {
  .standby-txt {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin: 15px 0 30px;
  }
}