@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

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

p {
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h4 {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
  .display-sp {
    display: none;
  }
}

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

.bg {
  min-height: 350px;
  height: 500px;
}

.terms-link {
  text-align: right;
}

.terms-link--center {
  text-align: center;
}

.sample-title {
  text-align: center;
  color: #325A35;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0;
}

.cover {
  display: none;
  position: fixed;
  height: 100vh;
  bottom: 0;
  margin: auto;
  background: rgba(53, 65, 80, 0.7);
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 641px) {
  .cover {
    background: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.about__tag li {
  background: white;
  border: 1px solid black;
  padding: 10px;
  margin: 5px;
  border-radius: 100vh;
  width: 30%;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .about__tag li {
    width: 130px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:link.button,
a:visited.button,
a:hover.button {
  display: inline-block;
  padding: 15px 20px;
  margin: 5px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1137254902);
  background-color: #0AB15C;
  border: 3px solid #0AB15C;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
a:link.button--line,
a:visited.button--line,
a:hover.button--line {
  border: 3px solid #0AB15C;
  color: #0AB15C;
  background: #fff;
}

@media screen and (min-width: 641px) {
  a:link.button--header,
  a:visited.button--header,
  a:hover.button--header {
    width: 235px;
  }
}

.button__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .button__area {
    width: 400px;
  }
}

.button__copy {
  font-weight: bold;
  padding: 20px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.button__copy::before {
  content: "＼";
  margin-right: 5px;
}
.button__copy::after {
  content: "／";
  margin-right: 5px;
}

.card {
  position: relative;
  background: white;
  border-radius: 15px;
  width: 90%;
  margin-inline: auto;
  padding: 30px 20px;
}
@media screen and (min-width: 641px) {
  .card {
    width: 100%;
    padding: 30px;
  }
}
.card--flat {
  padding: 0;
}

.card__textarea {
  padding: 20px 20px 28px;
}
@media screen and (min-width: 641px) {
  .card__textarea {
    padding: 12px 20px 20px;
  }
}

.card__text {
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}

.card__heading {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 15px 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) {
  .card__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.card__heading--orange {
  color: #F78705;
  margin: 5px 0 10px 0;
}

.card__illust {
  width: 80%;
  margin-inline: auto;
}
.card__illust img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .card__illust--number01 {
    width: 220px;
  }
}
.card__illust--number01::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45px;
  height: 45px;
  background-image: url(/images/top/num01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .card__illust--number01::before {
    width: 60px;
    height: 60px;
    left: -5%;
  }
}
@media screen and (min-width: 641px) {
  .card__illust--number02 {
    width: 225px;
  }
}
.card__illust--number02::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45px;
  height: 45px;
  background-image: url(/images/top/num02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .card__illust--number02::before {
    width: 60px;
    height: 60px;
    left: -5%;
  }
}
@media screen and (min-width: 641px) {
  .card__illust--number03 {
    width: 157px;
  }
}
.card__illust--number03::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45px;
  height: 45px;
  background-image: url(/images/top/num03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .card__illust--number03::before {
    width: 60px;
    height: 60px;
    left: -5%;
  }
}
@media screen and (min-width: 641px) {
  .card__illust--number03 {
    width: 180px;
  }
}
.card__illust--number03::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45px;
  height: 45px;
  background-image: url(/images/top/num03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .card__illust--number03::before {
    width: 60px;
    height: 60px;
    left: -5%;
  }
}
.card__illust--number04 {
  width: 68%;
}
@media screen and (min-width: 641px) {
  .card__illust--number04 {
    width: 200px;
    margin-top: 20px;
  }
}
.card__illust--number04::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -2%;
  width: 45px;
  height: 45px;
  background-image: url(/images/top/num04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .card__illust--number04::before {
    width: 60px;
    height: 60px;
    left: -5%;
  }
}

.card__photo img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.content {
  width: 100%;
  background: #ffffff;
}
.content__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .content__inner {
    width: 880px;
  }
}
.content__heading {
  display: inline-block;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 4px solid #0AB15C;
  font-size: 31px;
  font-size: 1.9375rem;
}
.content__heading--middle {
  margin-top: 65px;
}

.content__text {
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
.content__text span {
  font-size: 20px;
  font-size: 1.25rem;
}
.content__text--gift {
  margin-inline: auto;
  background: #008843;
  color: white;
  padding: 10px;
}
@media screen and (min-width: 641px) {
  .content__text--gift {
    width: 750px;
  }
}
.content__text strong {
  color: #faff24;
  font-size: 20px;
  font-size: 1.25rem;
}

.content__bg {
  padding: 50px 0;
  text-align: center;
}
.content__bg--yellow {
  background-color: #FAF5D8;
}
.content__bg--mossgreen {
  background-color: #DBEADE;
}
.content__bg--bottom {
  padding: 50px 0 90px;
}
@media screen and (min-width: 641px) {
  .content__bg--bottom {
    padding: 50px 0 0;
  }
}

.content__list {
  position: relative;
  text-align: left;
  line-height: 2em;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) {
  .content__list {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0 50px 220px;
  }
}
.content__list:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/images/top/illust01.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .content__list:after {
    width: 112px;
    height: 115px;
    top: 97%;
    right: 0;
  }
}
.content__list li {
  position: relative;
  margin: 10px 0 10px 20px;
}
.content__list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/images/top/check.png) no-repeat;
  background-size: contain;
  left: -9%;
  top: 20%;
}
@media screen and (min-width: 641px) {
  .content__list li::before {
    left: -5%;
  }
}

.content__list--job {
  position: relative;
}
@media screen and (min-width: 641px) {
  .content__list--job {
    padding: 0;
  }
}
.content__list--job:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/images/top/illust02.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 84%;
  right: 0;
}
@media screen and (max-width: 639px) {
  .content__list--job:after {
    width: 83px;
    height: 106px;
    top: 99%;
    left: 78%;
  }
}

.content__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 10px 0 20px;
}
.content__sns img {
  width: 100%;
}
.content__sns--facebook {
  width: 40px;
}
.content__sns--x {
  width: 30px;
}

.content__note {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.company {
  display: none;
}
.company a:link,
.company a:visited,
.company a:hover {
  display: block;
  text-decoration: none;
}
.company.show {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 641px) {
  .company.show {
    width: 270px;
  }
}

#company__search {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (min-width: 641px) {
  #company__search {
    justify-content: space-between;
  }
}

.company__list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 0;
  position: relative;
}

.company__item {
  width: 90%;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 10px;
}
@media screen and (min-width: 641px) {
  .company__item {
    width: 250px;
  }
}

.company__heading {
  font-weight: bold;
  color: #FF7612;
  font-size: 16px;
  font-size: 1rem;
}

.company__table {
  width: 100%;
  border-spacing: 0px 5px;
  margin-top: 10px;
}

.company__table-heading {
  width: 32%;
  background-color: #dedede;
  border-radius: 30px;
  padding: 5px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  color: #191919;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .company__table-heading {
    width: 90px;
  }
}

.company__table-body {
  color: #191919;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.company__thumbnails img {
  width: 100%;
}

.company__textarea {
  margin: 20px 0;
  color: #000000;
}

a:link.company__link,
a:visited.company__link,
a:hover.company__link {
  color: #FF7612;
  font-weight: bold;
}

.company__button {
  width: 30%;
  background: white;
  border: 1px solid black;
  border-radius: 100vh;
  cursor: pointer;
  text-align: center;
  padding: 12px 0;
  margin: 3px;
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .company__button {
    width: 15%;
  }
}
.company__button.onActive {
  background: #DBEADE;
  color: #000000;
  font-weight: bold;
  pointer-events: none;
  border-radius: 100vh;
}

.faq__acc {
  text-align: left;
}
.faq__acc .faq__question {
  position: relative;
  padding: 20px 0 10px 0px;
  margin: 10px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  border-top: 1px solid gray;
  font-size: 16px;
  font-size: 1rem;
}
.faq__acc .faq__question:first-of-type {
  border-top: none;
}
.faq__acc .faq__question:before, .faq__acc .faq__question:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
.faq__acc .faq__question:after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.faq__acc .faq__question.active::after {
  transform: rotate(0deg);
}
.faq__acc .faq__question span:before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  color: #0AB15C;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .faq__acc .faq__question span {
    width: 90%;
  }
}
.faq__acc .faq__answer {
  padding: 12px 20px 10px;
  font-size: 16px;
  font-size: 1rem;
}
.faq__acc .faq__answer span:before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #ff8484;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
}
.faq__acc .faq__question span,
.faq__acc .faq__answer span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  letter-spacing: 0.03rem;
  line-height: 1.3;
}

.flow {
  margin: 20px 0;
  position: relative;
}
@media screen and (min-width: 641px) {
  .flow {
    display: flex;
    justify-content: center;
  }
}
.flow::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/images/top/illust03.png) no-repeat;
  background-size: contain;
  width: 18%;
  height: 20%;
  top: 96%;
  right: 2%;
}
@media screen and (min-width: 641px) {
  .flow::after {
    width: 100px;
    height: 200px;
    top: 85%;
    right: 0;
  }
}

.flow__item {
  position: relative;
  background: white;
  width: 100%;
  padding: 25px 20px 30px;
  margin: 10px 0;
}
@media screen and (min-width: 641px) {
  .flow__item {
    width: 30%;
    margin: 0;
  }
}
.flow__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/images/top/arrow.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 26px;
  top: 170px;
  right: 43%;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  .flow__item::after {
    top: 43%;
    left: 90%;
    transform: rotate(-90deg);
  }
}
.flow__item:last-child::after {
  display: none;
}

.flow__img {
  width: 58px;
  margin: 10px auto;
}
@media screen and (min-width: 641px) {
  .flow__img {
    margin: 26px auto;
  }
}
.flow__img--step03 {
  width: 39px;
}

.flow__number {
  font-weight: bold;
  color: #FF7612;
  font-size: 18px;
  font-size: 1.125rem;
}

.flow__text {
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}

.footer {
  background: #031c10;
  position: sticky;
  top: 100vh;
}

.footer__inner {
  display: flex;
  justify-content: space-around;
  padding: 20px 15px 15px;
  color: white;
}
@media screen and (min-width: 641px) {
  .footer__inner {
    width: 420px;
    margin: 0 auto;
    padding: 27px 0;
  }
}
.footer__inner a:link.footer__link,
.footer__inner a:visited.footer__link,
.footer__inner a:hover.footer__link {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer__copyright {
  color: #ffffff;
  text-align: center;
  padding: 7px 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.grid {
  display: grid;
  gap: 10px;
}
.grid--center {
  justify-content: center;
  align-items: center;
}
.grid--2x2 {
  display: grid;
  grid-template-columns: 1fr;
  margin: 30px 0;
  gap: 30px;
}
@media screen and (min-width: 641px) {
  .grid--2x2 {
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0;
  }
}
.grid--3x3 {
  display: grid;
  grid-template-columns: 1fr;
  margin: 30px 0;
  gap: 20px;
}
@media screen and (min-width: 641px) {
  .grid--3x3 {
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0;
  }
}

.header {
  padding: 10px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__function {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .header__function {
    display: none;
  }
}

.header__logo {
  width: 30%;
}
@media screen and (min-width: 641px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo img {
  width: 100%;
}

.nav {
  border-bottom: 1px solid gray;
}

@media screen and (min-width: 641px) {
  .nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__list--vertical {
  padding: 70px 10px 0;
}
.nav__list--vertical li {
  border-bottom: solid 1px #636363;
}
.nav__list--vertical li a:link,
.nav__list--vertical li a:visited,
.nav__list--vertical li a:active {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
  padding: 25px 15px 25px 0;
  position: relative;
}
.nav__list .nav__item {
  position: relative;
  margin: 0 20px;
  letter-spacing: 0.1rem;
}
.nav__list .nav__item a:link,
.nav__list .nav__item a:visited,
.nav__list .nav__item a:active {
  line-height: 60px;
  text-decoration: none;
  color: black;
}
.nav__list .nav__item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #0AB15C;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.nav__list .nav__item a:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.nav__menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background-color: #e6ff94;
  color: #333;
  transition: right 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  .nav__menu {
    display: none;
  }
}
.nav__menu.open {
  right: 0;
}
.nav__menu .nav__hamburger {
  background: white;
  position: fixed;
  top: 36px;
  right: 20px;
  width: 42px;
  cursor: pointer;
  z-index: 20;
  padding: 7px;
  border-radius: 23px;
}
.nav__menu .nav__hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.nav__menu .nav__hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav__menu .nav__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav__menu .nav__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.seminar {
  margin: 10px auto;
}
.seminar__heading {
  font-size: 20px;
  font-size: 1.25rem;
}
.seminar__title {
  font-weight: bold;
  margin: 12px 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.seminar__textarea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .seminar__textarea {
    width: 650px;
  }
}
.seminar__text {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1rem;
}
.seminar__text span {
  font-size: 20px;
  font-size: 1.25rem;
}
.seminar__inner {
  width: 100%;
  margin: 20px auto;
  padding: 15px;
}
@media screen and (min-width: 641px) {
  .seminar__inner {
    width: 800px;
  }
}
.seminar__inner p {
  font-size: 15px;
  font-size: 0.9375rem;
}
.seminar__inner h4 {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.seminar__inner ul {
  margin: 32px 0;
}
@media screen and (min-width: 641px) {
  .seminar__inner ul {
    display: flex;
    justify-content: center;
  }
}

.seminar__item {
  text-align: center;
  margin: 44px auto;
}
@media screen and (min-width: 641px) {
  .seminar__item--top {
    margin: 20px;
  }
}

.seminar__thumbnail {
  width: 265px;
  height: 190px;
  margin: 0 auto;
}

.seminar__date {
  font-size: 12px;
  font-size: 0.75rem;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 70px;
  width: 70px;
  opacity: 0.7;
}

.slick-next,
.slick-next:hover {
  background: url(/images/slider-next.svg) no-repeat center center;
  background-size: contain;
  width: 6%;
  top: 50%;
  right: -3.5%;
}
@media screen and (min-width: 641px) {
  .slick-next,
  .slick-next:hover {
    width: 35px;
  }
}

.slick-prev,
.slick-prev:hover {
  background: url(/images/slider-back.svg) no-repeat center center;
  background-size: contain;
  width: 6%;
  top: 50%;
  left: -3.5%;
}
@media screen and (min-width: 641px) {
  .slick-prev,
  .slick-prev:hover {
    width: 35px;
  }
}

@media screen and (max-width: 639px) {
  .slick-dots {
    bottom: -14px;
  }
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li button:before {
  top: 6px;
  font-size: 18px;
  font-size: 1.125rem;
}

.sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsor__thumb {
  width: 40%;
  margin: 14px;
}
@media screen and (min-width: 641px) {
  .sponsor__thumb {
    width: 180px;
    margin: 20px;
  }
}
.sponsor__thumb img {
  width: 100%;
}

.table {
  background: white;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #000000;
  border-collapse: collapse;
}
@media screen and (min-width: 641px) {
  .table {
    width: 750px;
  }
}
.table__heading {
  width: 26%;
}
@media screen and (min-width: 641px) {
  .table__heading {
    width: 110px;
  }
}
.table__heading--info {
  width: 125px;
  background: #CCE08A;
}
.table__heading, .table__body {
  line-height: 1.5;
  padding: 13px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 15px;
  font-size: 0.9375rem;
}
.table__body {
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .table__body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.table__body--info {
  font-size: 14px;
  font-size: 0.875rem;
}
.table__body span {
  font-weight: bold;
}
.table__body .attention {
  vertical-align: super;
  margin-left: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

.table__price {
  padding: 13px;
  color: #f93300;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  font-size: 1.125rem;
}

.welcome {
  width: 100%;
  background: url(/images/top/welcome-sp.jpg) top center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  .welcome {
    height: 580px;
    background: url(/images/top/welcome.jpg) center center no-repeat;
    background-size: contain;
    margin: 20px auto;
  }
}
.welcome__inner {
  position: relative;
  margin-inline: auto;
  height: 515px;
}
@media screen and (min-width: 641px) {
  .welcome__inner {
    width: 1000px;
    height: 580px;
  }
}
.welcome__illust {
  width: 90%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 641px) {
  .welcome__illust {
    top: 60%;
    width: 470px;
  }
}
.welcome__box {
  position: absolute;
  background-color: white;
  border-radius: 10px 10px 0 0;
  width: 850px;
  height: 167px;
  padding: 15px 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .welcome__box {
    width: 100%;
    height: 280px;
    top: 46%;
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
  }
}
.welcome__box-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .welcome__box-info {
    flex-direction: column;
  }
}
.welcome__box-event {
  background: #fff487;
  margin: 0 0 10px;
  padding: 9px 3px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .welcome__box-event {
    margin: 5px auto;
    width: 90%;
  }
}
.welcome__box p {
  font-weight: bold;
  padding: 7px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.welcome__box span {
  position: relative;
  padding-left: 13px;
  margin: 10px;
  line-height: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
.welcome__box span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #0AB15C;
  border-radius: 50%;
}

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