@charset "UTF-8";
.bottom main {
  padding-top: 90px;
}
.bottom main section .inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}
.bottom main h2 {
  font-size: 3.6rem;
  text-align: left;
}
@media (max-width: 960px) {
  .bottom main h2 {
    font-size: 3rem;
  }
}
@media (max-width: 430px) {
  .bottom main h2 {
    font-size: 2.4rem;
  }
}
.bottom main h3.h3-bluegreen {
  background: #e5fcf6;
  padding: 14px 20px;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .bottom main h3.h3-bluegreen {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.bottom main h3.h3-blue {
  background: #e1fbfc;
  padding: 14px 20px;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .bottom main h3.h3-blue {
    font-size: 1.4rem;
    margin-bottom: 14px;
    padding: 8px 10px;
  }
}
.bottom main h3.h3-green {
  background: #e9feee;
  padding: 14px 20px;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .bottom main h3.h3-green {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.bottom main .red {
  color: red;
  font-weight: 500;
}
.bottom main button {
  background: var(--bg-gradation-vivid);
  display: block;
  padding: 20px;
  width: 50%;
  margin: auto;
  border-radius: 60px;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
}
@media (max-width: 960px) {
  .bottom main button {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .bottom main button {
    font-size: 1.6rem;
    width: 90%;
  }
}
.bottom main button::after {
  content: "＞";
  position: absolute;
  right: 30px;
}
@media (max-width: 430px) {
  .bottom main button::after {
    right: 20px;
  }
}
.bottom main .page-title {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 430px) {
  .bottom main .page-title {
    height: 220px;
    background-position: bottom;
  }
}
.bottom main .page-title::after {
  content: "";
  width: 100%;
  height: 20px;
  background: var(--bg-gradation-pastel);
  position: absolute;
  bottom: 0;
  display: block;
}
.bottom main .page-title .h1-box {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .bottom main .page-title .h1-box {
    padding-left: 20px;
  }
}
.bottom main .page-title .h1-box h1.h1-title {
  font-size: 4rem;
  position: relative;
  display: inline-block;
  top: 70px;
  padding: 10px 80px 10px 0;
  background-color: #fff;
  line-height: 1.4;
  z-index: 0;
  border-radius: 0 60px 60px 0;
}
@media (max-width: 430px) {
  .bottom main .page-title .h1-box h1.h1-title {
    font-size: 2rem;
    top: 110px;
  }
}
.bottom main .page-title .h1-box h1.h1-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: -1;
  left: calc(-1 * (50vw - 50%));
  width: calc(50vw - 50% + 100%);
  border-radius: 60px;
  -webkit-box-shadow: 6px 6px rgba(221, 254, 231, 0.6);
          box-shadow: 6px 6px rgba(221, 254, 231, 0.6);
}
.bottom main .page-title .h1-box h1.h1-title span {
  font-size: 1.6rem;
  color: var(--vivid-green);
  display: block;
  margin-top: 5px;
}
@media (max-width: 430px) {
  .bottom main .page-title .h1-box h1.h1-title span {
    font-size: 1.2rem;
    margin-top: -4px;
  }
}
.bottom main .page-title img {
  aspect-ratio: 96/25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: auto;
}
@media (max-width: 430px) {
  .bottom main .page-title img {
    aspect-ratio: 96/54;
  }
}
.bottom main .intro {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}
.bottom main .contact {
  padding: 30px;
  gap: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 430px) {
  .bottom main .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .bottom main .contact-title {
    font-size: 2rem;
  }
}
.bottom main .box-white {
  background: #fff;
  padding: 90px;
  border-radius: 15px;
}
@media (max-width: 430px) {
  .bottom main .box-white {
    padding: 50px 20px;
  }
}
.bottom main table {
  width: 100%;
}
.bottom main table tr th {
  background-color: var(--pastel-lightgreen);
  width: 30%;
  padding: 20px;
  font-size: 2rem;
  font-weight: initial;
  border-top: 1px solid var(--line);
}
@media (max-width: 430px) {
  .bottom main table tr th {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.bottom main table tr td {
  border-top: 1px solid var(--line);
  padding: 20px;
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .bottom main table tr td {
    display: inline-block;
    width: 100%;
    padding: 30px 10px 50px;
    font-size: 1.4rem;
  }
}
.bottom main table tr td table tr th {
  text-align: center;
  width: auto;
}
@media (max-width: 430px) {
  .bottom main table tr td table tr th {
    font-size: 1rem;
  }
}
.bottom main table tr td table tr td {
  text-align: center;
}
@media (max-width: 430px) {
  .bottom main table tr td table tr td {
    font-size: 1.2rem;
    width: auto;
  }
}
.bottom main table tr td table tr th,
.bottom main table tr td table tr td {
  border: 1px solid var(--line);
}
@media (max-width: 430px) {
  .bottom main table tr td table tr th,
.bottom main table tr td table tr td {
    display: table-cell;
    padding: 5px;
  }
}
@media (max-width: 430px) {
  .bottom main table tr .inner-table {
    padding: 30px 0 50px;
  }
}

.bottom {
  /* ---------------------------------
  WEB見学
  ---------------------------------*/
  /* ---------------------------------
  旭リハの1日
  ---------------------------------*/
  /* ---------------------------------
  教育体制
  ---------------------------------*/
  /* ---------------------------------
  福利厚生
  ---------------------------------*/
  /* ---------------------------------
  新卒採用・中途採用
  ---------------------------------*/
  /* ---------------------------------
  Q&A
  ---------------------------------*/
  /* ---------------------------------
  交通アクセス
  ---------------------------------*/
  /* ---------------------------------
  お問い合わせフォーム
  ---------------------------------*/
  /* ---------------------------------
  データで見る旭リハ
  ---------------------------------*/
  /* ---------------------------------
  職員の声index
  ---------------------------------*/
  /* ---------------------------------
  職員の声
  ---------------------------------*/
}
.bottom .contact .page-title {
  background-image: url(../img/contact/page-title.png);
}
@media (max-width: 430px) {
  .bottom .contact .page-title {
    background-image: url(../img/contact/page-title-sp.png);
  }
}
.bottom .entry .page-title {
  background-image: url(../img/entry/page-title.png);
}
@media (max-width: 430px) {
  .bottom .entry .page-title {
    background-image: url(../img/entry/page-title-sp.png);
  }
}
.bottom .web-field .page-title {
  background-image: url(../img/web-field/page-title.png);
}
@media (max-width: 430px) {
  .bottom .web-field .page-title {
    background-image: url(../img/web-field/page-title-sp.png);
  }
}
.bottom .oneday .page-title {
  background-image: url(../img/oneday/page-title.png);
}
@media (max-width: 430px) {
  .bottom .oneday .page-title {
    background-image: url(../img/oneday/page-title-sp.png);
  }
}
.bottom .education .page-title {
  background-image: url(../img/education/page-title.png);
}
@media (max-width: 430px) {
  .bottom .education .page-title {
    background-position: right !important;
    background-image: url(../img/education/page-title-sp.png);
  }
}
.bottom .benefit .page-title {
  background-image: url(../img/benefit/page-title.png);
}
@media (max-width: 430px) {
  .bottom .benefit .page-title {
    background-image: url(../img/benefit/page-title-sp.png);
  }
}
.bottom .recruit .page-title {
  background-image: url(../img/recruit/page-title.png);
}
@media (max-width: 430px) {
  .bottom .recruit .page-title {
    background-image: url(../img/recruit/page-title-sp.png);
  }
}
.bottom .mid-career .page-title {
  background-image: url(../img/mid-career/page-title.png);
}
@media (max-width: 430px) {
  .bottom .mid-career .page-title {
    background-image: url(../img/mid-career/page-title-sp.png);
  }
}
.bottom .faq .page-title {
  background-image: url(../img/faq/page-title.png);
}
@media (max-width: 430px) {
  .bottom .faq .page-title {
    background-image: url(../img/faq/page-title-sp.png);
  }
}
.bottom .access .page-title {
  background-image: url(../img/access/page-title.png);
}
@media (max-width: 430px) {
  .bottom .access .page-title {
    background-image: url(../img/access/page-title-sp.png);
  }
}
.bottom .data .page-title {
  background-image: url(../img/data/page-title.png);
}
@media (max-width: 430px) {
  .bottom .data .page-title {
    background-image: url(../img/data/page-title-sp.png);
  }
}
.bottom .voice-index .page-title {
  background-image: url(../img/voice/page-title.png);
}
@media (max-width: 430px) {
  .bottom .voice-index .page-title {
    background-image: url(../img/voice/page-title-sp.png);
  }
}
.bottom .voice01 .page-title {
  background-image: url(../img/voice/page-title-voice01.png);
}
@media (max-width: 430px) {
  .bottom .voice01 .page-title {
    background-image: url(../img/voice/page-title-voice01-sp.png);
  }
}
.bottom .voice02 .page-title {
  background-image: url(../img/voice/page-title-voice02.png);
}
@media (max-width: 430px) {
  .bottom .voice02 .page-title {
    background-image: url(../img/voice/page-title-voice02-sp.png);
  }
}
.bottom .voice03 .page-title {
  background-image: url(../img/voice/page-title-voice03.png);
}
@media (max-width: 430px) {
  .bottom .voice03 .page-title {
    background-image: url(../img/voice/page-title-voice03-sp.png);
  }
}
.bottom .tour-intern .page-title {
  background-image: url(../img/intern/page-title.png);
}
@media (max-width: 430px) {
  .bottom .tour-intern .page-title {
    background-image: url(../img/intern/page-title-sp.png);
  }
}
.bottom .h3-box {
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .bottom .h3-box {
    margin-bottom: 30px;
  }
}
.bottom .h3-box h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
@media (max-width: 430px) {
  .bottom .h3-box h3 {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
}
.bottom .h3-box p {
  padding-left: 20px;
}
.bottom main.web-field .movie {
  position: relative;
  margin-top: 140px;
}
.bottom main.web-field .movie .inner .movie-contents .movie-frame {
  max-width: 768px;
  margin: auto;
  position: relative;
}
@media (max-width: 430px) {
  .bottom main.web-field .movie .inner .movie-contents .movie-frame {
    width: 100%;
  }
}
.bottom main.web-field .movie .inner .movie-contents .movie-frame::before {
  content: "Movie";
  font-size: 3.6rem;
  position: absolute;
  left: -150px;
  top: 60px;
}
@media (max-width: 430px) {
  .bottom main.web-field .movie .inner .movie-contents .movie-frame::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -70px;
  }
}
.bottom main.web-field .movie::before {
  content: "";
  position: absolute;
  top: -70px;
  bottom: 0;
  right: 0;
  width: calc(100vw - (100vw - 1280px) / 2);
  height: 60%;
  background: var(--bg-gradation-pastel);
  border-radius: 500px 0 0 500px;
  z-index: -99;
}
@media (max-width: 430px) {
  .bottom main.web-field .movie::before {
    top: -90px;
    width: 120%;
    height: 113%;
  }
}
.bottom main.web-field section.floor {
  position: relative;
}
.bottom main.web-field section.floor .inner {
  position: relative;
}
.bottom main.web-field section.floor .inner .floor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list {
    padding-right: 10px;
    margin-bottom: 40px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box {
  width: calc(50% - 20px);
  position: relative;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box {
    width: 100%;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box .h3-box {
  position: absolute;
  top: 26px;
  left: 26px;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box .h3-box {
    left: 0;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box .h3-box h3 {
  background-color: #fff;
  border-radius: 30px;
  padding: 6px 30px;
  font-size: 2.2rem;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box .h3-box h3 {
    font-size: 1.6rem;
    border-radius: 0 30px 30px 0;
    padding: 6px 20px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box .image img {
  aspect-ratio: 366/239;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box p {
  padding-left: 50px;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box p {
    font-size: 1.4rem;
    padding-left: 34px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(odd) {
  margin-bottom: 160px;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(odd) {
    margin-bottom: 30px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(even) {
  margin-top: 160px;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(even) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box::after {
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  border-radius: 15px;
  left: 20px;
  top: 110px;
  z-index: -1;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .floor-list .floor-box::after {
    height: 68%;
    left: 13px;
  }
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(1)::after {
  background-color: #e2fbfa;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(2)::after {
  background-color: #e2fbfa;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(3)::after {
  background-color: #e0fefc;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(4)::after {
  background-color: #e0fefc;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(5)::after {
  background-color: #e4fefa;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(6)::after {
  background-color: #e4fefa;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(7)::after {
  background-color: #ebfff3;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(8)::after {
  background-color: #ebfff3;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(9)::after {
  background-color: #f2ffee;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(10)::after {
  background-color: #f2ffee;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(11)::after {
  background-color: #f5ffea;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(12)::after {
  background-color: #f5ffea;
}
.bottom main.web-field section.floor .inner .floor-list .floor-box:nth-of-type(13)::after {
  background-color: #fcffe5;
}
.bottom main.web-field section.floor .inner .treat {
  width: 400px;
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor .inner .treat {
    width: 60%;
    margin: auto;
    position: initial;
  }
}
.bottom main.web-field section.floor::before {
  content: "";
  position: absolute;
  bottom: 170px;
  right: 0;
  width: 40vw;
  height: 286px;
  background: var(--bg-gradation-pastel);
  border-radius: 500px 0 0 500px;
  z-index: -99;
}
@media (max-width: 430px) {
  .bottom main.web-field section.floor::before {
    width: 95vw;
    height: 160px;
    bottom: 100px;
  }
}
.bottom main.oneday .page-title img {
  -o-object-position: center;
     object-position: center;
}
.bottom main.oneday .day {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 430px) {
  .bottom main.oneday .day {
    padding-bottom: 70px;
  }
}
@media (max-width: 430px) {
  .bottom main.oneday .day::after {
    content: "";
    width: 90%;
    height: 91%;
    position: absolute;
    top: 298px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4fffa), to(#e0fafc));
    background: -webkit-linear-gradient(top, #e4fffa, #e0fafc);
    background: linear-gradient(to bottom, #e4fffa, #e0fafc);
    border-radius: 0 0 330px 330px;
  }
}
.bottom main.oneday .day .inner {
  position: relative;
}
.bottom main.oneday .day .inner h2 {
  padding-top: 100px;
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner h2 {
    font-size: 2.4rem;
    padding-top: 50px;
  }
}
.bottom main.oneday .day .inner .day-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  width: auto;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .day-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
}
.bottom main.oneday .day .inner .day-list .day-box {
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  width: 25%;
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .day-list .day-box {
    width: 90%;
    margin: auto;
  }
}
.bottom main.oneday .day .inner .day-list .day-box-h3-box {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .day-list .day-box-h3-box {
    padding-top: 20px;
  }
}
.bottom main.oneday .day .inner .day-list .day-box-h3-box .number {
  font-size: 5.4rem;
  display: block;
  font-weight: 500;
}
@media (max-width: 960px) {
  .bottom main.oneday .day .inner .day-list .day-box-h3-box .number {
    font-size: 3rem;
  }
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .day-list .day-box-h3-box .number {
    font-size: 4rem;
  }
}
.bottom main.oneday .day .inner .day-list .day-box-h3-box .day-box-h3-box-container h3 {
  font-size: 2.2rem;
}
@media (max-width: 960px) {
  .bottom main.oneday .day .inner .day-list .day-box-h3-box .day-box-h3-box-container h3 {
    font-size: 2rem;
  }
}
.bottom main.oneday .day .inner .day-list .day-box-description {
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  .bottom main.oneday .day .inner .day-list .day-box-description {
    font-size: 1.4rem;
  }
}
.bottom main.oneday .day .inner .day-list::after {
  content: "";
  width: 100vw;
  height: 267px;
  position: absolute;
  left: 50%;
  top: 27%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .day-list::after {
    display: none;
  }
}
.bottom main.oneday .day .inner .day-list_third {
  margin-bottom: 0;
}
.bottom main.oneday .day .inner .day-list_first::after {
  background: -webkit-gradient(linear, left top, right top, from(#e6fff8), to(#e1fafb));
  background: -webkit-linear-gradient(left, #e6fff8, #e1fafb);
  background: linear-gradient(to right, #e6fff8, #e1fafb);
}
.bottom main.oneday .day .inner .day-list_second::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0fff1), to(#e3fcf3));
  background: -webkit-linear-gradient(left, #f0fff1, #e3fcf3);
  background: linear-gradient(to right, #f0fff1, #e3fcf3);
}
.bottom main.oneday .day .inner .day-list_third::after {
  background: -webkit-gradient(linear, left top, right top, from(#f8ffe9), to(#e6feeb));
  background: -webkit-linear-gradient(left, #f8ffe9, #e6feeb);
  background: linear-gradient(to right, #f8ffe9, #e6feeb);
  width: 120vw;
  border-radius: 0 134px 134px 0;
  left: 20vw;
}
.bottom main.oneday .day .inner .treat {
  position: absolute;
  right: -60px;
  bottom: -110px;
  width: 364px;
}
@media (max-width: 960px) {
  .bottom main.oneday .day .inner .treat {
    right: 50px;
    width: 170px;
  }
}
@media (max-width: 430px) {
  .bottom main.oneday .day .inner .treat {
    position: initial;
    width: 69%;
    margin: 0 auto 50px;
  }
}
.bottom main.education .page-title img {
  -o-object-position: center;
     object-position: center;
  -o-object-position: 0% 74%;
     object-position: 0% 74%;
}
.bottom main.education .intro {
  padding-bottom: 100px;
}
.bottom main.education .goal {
  background: var(--bg-gradation-pastel);
  padding-top: 50px;
  margin-bottom: 100px;
}
.bottom main.education .goal .inner .goal-list {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  display: grid;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list {
    padding: 20px;
  }
}
.bottom main.education .goal .inner .goal-list ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
}
.bottom main.education .goal .inner .goal-list ol .goal1 {
  grid-area: 1/1/2/2;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal1 {
    grid-area: 1/1/2/2;
  }
}
.bottom main.education .goal .inner .goal-list ol .goal2 {
  grid-area: 2/1/3/2;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal2 {
    grid-area: 2/1/3/2;
  }
}
.bottom main.education .goal .inner .goal-list ol .goal3 {
  grid-area: 3/1/4/2;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal3 {
    grid-area: 3/1/4/2;
  }
}
.bottom main.education .goal .inner .goal-list ol .goal4 {
  grid-area: 1/2/2/3;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal4 {
    grid-area: 4/1/5/2;
  }
}
.bottom main.education .goal .inner .goal-list ol .goal5 {
  grid-area: 2/2/3/3;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal5 {
    grid-area: 5/1/6/2;
  }
}
.bottom main.education .goal .inner .goal-list ol .goal6 {
  grid-area: 3/2/4/3;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol .goal6 {
    grid-area: 6/1/7/2;
  }
}
.bottom main.education .goal .inner .goal-list ol li {
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.8rem;
}
@media (max-width: 960px) {
  .bottom main.education .goal .inner .goal-list ol li {
    font-size: 1.6rem;
  }
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol li {
    padding: 20px 0;
    font-size: 1.4rem;
    gap: 14px;
  }
}
.bottom main.education .goal .inner .goal-list ol li span {
  display: block;
  padding: 16px 14px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 430px) {
  .bottom main.education .goal .inner .goal-list ol li span {
    padding: 8px 10px;
  }
}
.bottom main.education .goal .inner .goal-list ol li p {
  width: 90%;
}
.bottom main.education .goal .inner .goal-list ol li:first-child span, .bottom main.education .goal .inner .goal-list ol li:nth-child(4) span {
  background-color: #cbfded;
}
.bottom main.education .goal .inner .goal-list ol li:nth-child(2) span, .bottom main.education .goal .inner .goal-list ol li:nth-child(5) span {
  background-color: #d7fde1;
}
.bottom main.education .goal .inner .goal-list ol li:nth-child(3) span, .bottom main.education .goal .inner .goal-list ol li:nth-child(6) span {
  background-color: #e2fed6;
}
.bottom main.education .gradation-box {
  background: var(--bg-gradation-pastel);
  padding: 50px;
  border-radius: 15px;
}
@media (max-width: 430px) {
  .bottom main.education .gradation-box {
    padding: 20px;
  }
}
.bottom main.education .gradation-box .text {
  width: 61%;
}
@media (max-width: 430px) {
  .bottom main.education .gradation-box .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bottom main.education .gradation-box .text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 430px) {
  .bottom main.education .gradation-box .text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.bottom main.education .gradation-box .text dl dt {
  width: 160px;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media (max-width: 430px) {
  .bottom main.education .gradation-box .text dl dt {
    font-size: 1.4rem;
    width: 80px;
    padding: 5px 0;
  }
}
.bottom main.education .gradation-box button {
  width: 34%;
  margin-bottom: initial;
  background: #fff;
  font-size: 1.6rem;
}
@media (max-width: 430px) {
  .bottom main.education .gradation-box button {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.bottom main.education .gradation-box button::after {
  content: none;
}
.bottom main.education .program .gradation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media (max-width: 960px) {
  .bottom main.education .program .gradation-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}
.bottom main.education .careerup .gradation-box .text {
  width: 100%;
}
.bottom main.education .careerup .gradation-box .text .point01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .bottom main.education .careerup .gradation-box .text .point01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 960px) {
  .bottom main.education .careerup .gradation-box .text .point01 dl {
    margin-bottom: 20px;
  }
}
.bottom main.education .schedule {
  background: var(--bg-gradation-pastel);
  padding: 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .bottom main.education .schedule {
    padding: 40px 0;
  }
}
.bottom main.education .schedule .box-white {
  padding: 50px 80px;
}
@media (max-width: 430px) {
  .bottom main.education .schedule .box-white {
    padding: 20px;
  }
}
.bottom main.education .qualification .large {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media (max-width: 430px) {
  .bottom main.education .qualification .large {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.bottom .benefit .support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 430px) {
  .bottom .benefit .support-list {
    grid-template-columns: 1fr;
  }
}
.bottom .benefit .support-list .support-box1 {
  grid-area: 1/1/2/2;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box1 {
    grid-area: 1/1/2/2;
  }
}
.bottom .benefit .support-list .support-box2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box2 {
    grid-area: 1/2/2/3;
  }
}
.bottom .benefit .support-list .support-box3 {
  grid-area: 1/3/2/4;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box3 {
    grid-area: 2/1/3/2;
  }
}
.bottom .benefit .support-list .support-box4 {
  grid-area: 2/1/3/2;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box4 {
    grid-area: 2/2/3/3;
  }
}
.bottom .benefit .support-list .support-box5 {
  grid-area: 2/2/3/3;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box5 {
    grid-area: 3/1/4/2;
  }
}
.bottom .benefit .support-list .support-box6 {
  grid-area: 2/3/3/4;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box6 {
    grid-area: 3/2/4/3;
  }
}
.bottom .benefit .support-list .support-box7 {
  grid-area: 3/1/4/2;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box7 {
    grid-area: 4/1/5/2;
  }
}
.bottom .benefit .support-list .support-box8 {
  grid-area: 3/2/4/4;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box8 {
    grid-area: 4/1/6/3;
  }
}
.bottom .benefit .support-list .support-box {
  background: var(--bg-gradation-pastel);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 30px;
  border-radius: 15px;
}
@media (max-width: 430px) {
  .bottom .benefit .support-list .support-box {
    grid-area: unset;
  }
}
.bottom .benefit .support-list .support-box h3 {
  font-size: 3rem;
}
@media (max-width: 960px) {
  .bottom .benefit .support-list .support-box h3 {
    font-size: 2rem;
  }
}
.bottom .benefit .support-list .support-box .icon {
  background: #fff;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 430px) {
  .bottom .benefit .support-list .support-box .icon {
    max-width: 140px;
  }
}
.bottom .benefit .support-list .support-box .icon img {
  width: 60%;
  height: auto;
}
.bottom .benefit .support-list .domitory {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  padding-top: 0;
}
@media (max-width: 640px) {
  .bottom .benefit .support-list .domitory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}
.bottom .benefit .support-list .domitory .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50;
  padding-right: 20px;
  gap: 10px;
}
@media (max-width: 430px) {
  .bottom .benefit .support-list .domitory .left {
    width: 100%;
  }
}
.bottom .benefit .support-list .domitory .image {
  width: 33.3333333333;
}
@media (max-width: 430px) {
  .bottom .benefit .support-list .domitory .image {
    width: 100%;
  }
}
.bottom .benefit .join {
  background: var(--bg-gradation-pastel);
  padding: 120px 0;
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .bottom .benefit .join {
    padding: 60px 0;
  }
}
.bottom .benefit .join .inner .box-white {
  background: #fff;
  padding: 90px;
  border-radius: 15px;
}
@media (max-width: 430px) {
  .bottom .benefit .join .inner .box-white {
    padding: 60px 20px;
  }
}
.bottom .benefit .join .inner .box-white .intro {
  margin-bottom: 50px;
}
.bottom .benefit .join .inner .box-white .join-box {
  margin-bottom: 50px;
}
.bottom .benefit .join .inner .box-white .join-box p {
  padding-left: 20px;
}
.bottom .benefit .event .event-bg {
  background: var(--bg-gradation-pastel);
  padding: 80px;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .bottom .benefit .event .event-bg {
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .bottom .benefit .event .event-bg {
    padding: 60px 20px;
  }
}
.bottom .benefit .event .event-bg .intro {
  margin-bottom: 40px;
  padding: 0;
}
.bottom .benefit .event .event-bg .event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
@media (max-width: 740px) {
  .bottom .benefit .event .event-bg .event-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 430px) {
  .bottom .benefit .event .event-bg .event-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bottom .benefit .event .event-bg .event-list .event-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.bottom .benefit .event .event-bg .event-list .event-box-title .month {
  background-color: #fab4c9;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 50px;
}
@media (max-width: 430px) {
  .bottom .benefit .event .event-bg .event-list .event-box-title .month {
    font-size: 1.2rem;
    max-width: 50px;
    height: auto;
    padding-top: 6px;
  }
}
.bottom .benefit .event .event-bg .event-list .event-box-title .month span {
  font-size: 2.6rem;
}
@media (max-width: 430px) {
  .bottom .benefit .event .event-bg .event-list .event-box-title .month span {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .bottom .benefit .event .event-bg .event-list .event-box .image {
    margin-bottom: 10px;
  }
}
.bottom .benefit .event .event-bg .event-list .event-box .image img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom .recruit .flow .inner .h2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .h2-box {
    gap: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bottom .recruit .flow .inner .h2-box h2 {
  padding-bottom: 0;
}
.bottom .recruit .flow .inner .h2-box button {
  width: 230px;
  font-size: 2.2rem;
  border-radius: 5px;
  padding: 6px 20px;
  margin: initial;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .h2-box button {
    font-size: 1.4rem;
    width: auto;
  }
}
.bottom .recruit .flow .inner .h2-box button::after {
  content: none;
}
.bottom .recruit .flow .inner .support-list {
  background: var(--bg-gradation-pastel);
  padding: 80px;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .support-list {
    padding: 40px 20px;
  }
}
.bottom .recruit .flow .inner .support-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: listnum;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .support-list dl {
    display: initial;
  }
}
.bottom .recruit .flow .inner .support-list dl dt,
.bottom .recruit .flow .inner .support-list dl dd {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .bottom .recruit .flow .inner .support-list dl dt,
.bottom .recruit .flow .inner .support-list dl dd {
    padding: 20px;
  }
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .support-list dl dt,
.bottom .recruit .flow .inner .support-list dl dd {
    padding: 10px;
  }
}
.bottom .recruit .flow .inner .support-list dl dt {
  width: 30%;
  margin-right: 2%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-weight: initial;
  font-size: 2.2rem;
}
@media (max-width: 960px) {
  .bottom .recruit .flow .inner .support-list dl dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .support-list dl dt {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.bottom .recruit .flow .inner .support-list dl dt::before {
  counter-increment: listnum;
  content: counter(listnum);
  width: 40px;
  height: 40px;
  background-color: var(--vivid-green);
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom .recruit .flow .inner .support-list dl dd {
  width: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .support-list dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bottom .recruit .flow .inner .detail {
  margin-bottom: 50px;
}
@media (max-width: 430px) {
  .bottom .recruit .flow .inner .detail {
    text-align: left;
  }
}
.bottom .recruit .bg-gradation {
  background: var(--bg-gradation-pastel);
  margin-bottom: 120px;
}
.bottom .recruit .bg-gradation .inner {
  padding-top: 120px;
}
@media (max-width: 960px) {
  .bottom .recruit .bg-gradation .inner {
    padding-top: 60px;
  }
}
.bottom .recruit .bg-gradation .inner .intro {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .bottom .recruit .bg-gradation .inner .intro {
    margin-bottom: 20px;
  }
}
.bottom .recruit .graduate h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--bg-gradation-pastel);
  margin-top: 10px;
}
.bottom .recruit .requirements .requirements-box {
  margin-bottom: 120px;
}
@media (max-width: 960px) {
  .bottom .recruit .requirements .inner {
    padding: 0px 80px;
  }
  .bottom .recruit .requirements .requirements-box {
    margin-bottom: 0;
  }
  .bottom .recruit .requirements .requirements-box .js-accordion_btn {
    display: block;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
  }
  .bottom .recruit .requirements .requirements-box .js-accordion_btn::after {
    content: "";
    width: 35px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 34%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url(../../common/img/icon-open.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bottom .recruit .requirements .requirements-box .js-accordion_btn.is-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bottom .recruit .requirements .requirements-box .js-accordion_contents {
    max-height: 0;
    position: relative;
    line-height: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom .recruit .requirements .requirements-box .js-accordion_contents.is-open {
    max-height: 3000px;
    line-height: 1.5;
    opacity: 1;
  }
  .bottom .recruit .requirements .requirements-box:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  .bottom .recruit .requirements .inner {
    padding: 0px 20px;
  }
}
.bottom .faq .question-box {
  margin-bottom: 100px;
}
.bottom .faq .question-box dl .question-contents {
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents {
    margin-bottom: 0;
  }
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn,
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents {
  width: 100%;
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}
@media (max-width: 960px) {
  .bottom .faq .question-box dl .question-contents dt.js-accordion_btn,
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dt.js-accordion_btn,
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents {
    font-size: 1.6rem;
    gap: 22px;
  }
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn {
  background: var(--bg-gradation-pastel);
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  padding-right: 60px;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dt.js-accordion_btn {
    padding: 10px;
    padding-left: 20px;
    padding-right: 30px;
  }
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn::before {
  content: "Q";
  font-size: 4.2rem;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dt.js-accordion_btn::before {
    font-size: 2.2rem;
  }
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../common/img/icon-plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dt.js-accordion_btn::after {
    width: 24px;
    height: 24px;
    top: 14px;
  }
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn.is-open {
  margin-bottom: 0;
}
.bottom .faq .question-box dl .question-contents dt.js-accordion_btn.is-open::after {
  background: url(../../common/img/icon-minus.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents {
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dd.js-accordion_contents {
    padding: 10px 20px;
  }
}
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents::before {
  content: "A";
  font-size: 4.2rem;
}
@media (max-width: 430px) {
  .bottom .faq .question-box dl .question-contents dd.js-accordion_contents::before {
    font-size: 2.2rem;
  }
}
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents a {
  display: contents;
  text-decoration: underline;
}
.bottom .faq .question-box dl .question-contents dd.js-accordion_contents.is-open {
  max-height: 200px;
  opacity: 1;
  pointer-events: auto;
}
.bottom .access .route .address {
  margin: initial;
  margin-bottom: 20px;
}
.bottom .access .route iframe {
  aspect-ratio: 1520/557;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 430px) {
  .bottom .access .route iframe {
    aspect-ratio: 660/400;
  }
}
.bottom .access .route .route-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 960px) {
  .bottom .access .route .route-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.bottom .access .route .route-contents .route-box h3 {
  background: var(--bg-gradation-pastel);
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .route-box h3 {
    font-size: 1.8rem;
  }
}
.bottom .access .route .route-contents .route-box .h4-box {
  margin-bottom: 20px;
}
.bottom .access .route .route-contents .route-box .h4-box h4 {
  font-size: 2.2rem;
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .route-box .h4-box h4 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.bottom .access .route .route-contents .route-box .h4-box::after {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--bg-gradation-pastel);
  display: block;
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .route-box .h4-box::after {
    margin-top: 15px;
  }
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .route-box ul {
    padding: 0 20px;
  }
}
.bottom .access .route .route-contents .route-box ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.bottom .access .route .route-contents .route-box ul li::before {
  content: "●";
}
.bottom .access .route .route-contents .train {
  width: 30%;
}
@media (max-width: 960px) {
  .bottom .access .route .route-contents .train {
    width: 100%;
  }
}
.bottom .access .route .route-contents .car {
  width: 28%;
}
@media (max-width: 960px) {
  .bottom .access .route .route-contents .car {
    width: 100%;
  }
}
.bottom .access .route .route-contents .car ul {
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .car ul {
    margin-bottom: 30px;
  }
}
.bottom .access .route .route-contents .car h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 430px) {
  .bottom .access .route .route-contents .car h4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bottom .access .route .route-contents .car h4::before {
  content: "";
  background-image: url(../img/access/icon-parking.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.bottom .access .route .route-contents .car .parking {
  padding: 0 20px;
}
.bottom .access .route .route-contents .route-image {
  width: 42%;
}
@media (max-width: 960px) {
  .bottom .access .route .route-contents .route-image {
    width: 100%;
  }
}
.bottom .access .bg-gradation {
  background: var(--bg-gradation-pastel);
  padding: 140px 0;
}
@media (max-width: 430px) {
  .bottom .access .bg-gradation {
    padding: 70px 0;
  }
}
.bottom .contact .page-title {
  margin-bottom: 0 !important;
}
.bottom .contact .form {
  background: var(--bg-gradation-pastel);
  padding: 130px 0;
}
@media (max-width: 430px) {
  .bottom .contact .form {
    padding: 60px 20px;
  }
}
.bottom .contact .form .inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 0;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner {
    padding: 40px 0;
  }
}
.bottom .contact .form .inner form {
  width: 80%;
  margin: auto;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form {
    width: 100%;
  }
}
.bottom .contact .form .inner form table {
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table {
    margin-bottom: 40px;
  }
}
.bottom .contact .form .inner form table tr th,
.bottom .contact .form .inner form table tr td {
  border: none;
  background: none;
  width: auto;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr th,
.bottom .contact .form .inner form table tr td {
    width: 100%;
  }
}
.bottom .contact .form .inner form table tr th {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-size: 2.2rem;
}
@media (max-width: 960px) {
  .bottom .contact .form .inner form table tr th {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr th {
    text-align: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1.4rem;
  }
}
.bottom .contact .form .inner form table tr th .require {
  background-color: #e27575;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr th .require {
    font-size: 1rem;
  }
}
.bottom .contact .form .inner form table tr th .any {
  background-color: #d1d4d8;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr th .any {
    font-size: 1rem;
  }
}
.bottom .contact .form .inner form table tr td {
  font-size: 2.2rem;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td {
    padding: 0 10px 30px;
    font-size: 1.4rem;
  }
}
.bottom .contact .form .inner form table tr td input[type=text],
.bottom .contact .form .inner form table tr td select,
.bottom .contact .form .inner form table tr td input[type=date] {
  background: #f8f8f8;
  border: 1px solid #e8eaec;
  border-radius: 8px;
  padding: 10px;
  margin-right: 10px;
  font-size: 2rem;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td input[type=text],
.bottom .contact .form .inner form table tr td select,
.bottom .contact .form .inner form table tr td input[type=date] {
    font-size: 1.4rem;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td input.tel[type=text] {
    width: 80px;
  }
}
.bottom .contact .form .inner form table tr td select {
  width: 300px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td select {
    width: 100%;
  }
}
.bottom .contact .form .inner form table tr td .mail,
.bottom .contact .form .inner form table tr td .w100 {
  width: 100%;
}
.bottom .contact .form .inner form table tr td textarea {
  width: 100%;
  height: 400px;
  border: 1px solid #bbbfc0;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td textarea {
    height: 280px;
  }
}
.bottom .contact .form .inner form table tr td input[type=checkbox],
.bottom .contact .form .inner form table tr td input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #bbbfc0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.bottom .contact .form .inner form table tr td label {
  font-size: 2.4rem;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td label {
    font-size: 1.4rem;
  }
}
.bottom .contact .form .inner form table tr td .notice {
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr td .notice {
    font-size: 1.2rem;
  }
}
.bottom .contact .form .inner form table tr td .small {
  font-size: 1.8rem;
}
.bottom .contact .form .inner form table tr .date-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr .date-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom .contact .form .inner form table tr .date-flex div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form table tr .date-flex div {
    width: 100%;
  }
}
.bottom .contact .form .inner form button {
  font-size: 3rem;
}
@media (max-width: 960px) {
  .bottom .contact .form .inner form button {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .bottom .contact .form .inner form button {
    font-size: 1.6rem;
  }
}
.bottom .contact .h2-confirm {
  margin-top: 80px;
}
.bottom .contact .thanks .inner {
  padding: 20px;
}
.bottom .data .figure .date {
  text-align: right;
  margin-bottom: 30px;
}
.bottom .data .figure-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 430px) {
  .bottom .data .figure-list {
    grid-template-columns: 1fr;
  }
}
.bottom .data .figure-list .access {
  position: relative;
}
.bottom .data .figure-list .access::after {
  content: "";
  width: 160px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/data/access-comment.png);
  position: absolute;
  left: -20px;
  bottom: 120px;
}
@media (max-width: 960px) {
  .bottom .data .figure-list .access::after {
    bottom: 90px;
  }
}
@media (max-width: 430px) {
  .bottom .data .figure-list .access::after {
    width: 120px;
    height: 40px;
    left: -10px;
  }
}
.bottom main.voice-index .intro {
  padding-bottom: 80px;
}
.bottom .voice-index {
  overflow: hidden;
}
.bottom .voice-index .voice-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  gap: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 30px;
    font-size: 1.8rem;
  }
}
.bottom .voice-index .voice-box-title .order {
  width: 200px;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-title .order {
    width: 130px;
  }
}
.bottom .voice-index .voice-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 90%;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.bottom .voice-index .voice-box-container .movie {
  width: 70%;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container .movie {
    width: 100%;
    height: 190px;
  }
}
.bottom .voice-index .voice-box-container .movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container .movie iframe {
    border-radius: 10px;
  }
}
.bottom .voice-index .voice-box-container .profile {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container .profile {
    width: 80%;
    margin: auto;
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container .profile .image {
    width: 150px;
    margin: auto;
  }
}
.bottom .voice-index .voice-box-container .profile .name {
  text-align: center;
  font-size: 2rem;
}
.bottom .voice-index .voice-box-container .profile button {
  background: none;
  width: 100%;
  border: 1px solid #3b4043;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box-container .profile button {
    margin-top: 0;
  }
}
.bottom .voice-index .voice-box-container .profile button::after {
  content: none;
}
.bottom .voice-index .voice-box:first-of-type {
  position: relative;
}
.bottom .voice-index .voice-box:first-of-type::before {
  content: "";
  width: 80vw;
  height: 700px;
  position: absolute;
  left: 0;
  top: 38%;
  border-radius: 0 500px 500px 0;
  z-index: -1;
  background: var(--bg-gradation-pastel);
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box:first-of-type::before {
    width: 120vw;
    height: 360px;
    top: 25%;
  }
}
.bottom .voice-index .voice-box:nth-of-type(3) {
  position: relative;
}
.bottom .voice-index .voice-box:nth-of-type(3)::before {
  content: "";
  width: 80vw;
  height: 700px;
  position: absolute;
  right: 0;
  top: 38%;
  border-radius: 500px 0 0 500px;
  z-index: -1;
  background: var(--bg-gradation-pastel);
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box:nth-of-type(3)::before {
    width: 120vw;
    height: 360px;
    top: -74%;
  }
}
.bottom .voice-index .voice-box:nth-of-type(even) .voice-box-title {
  width: 90%;
  margin-left: auto;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box:nth-of-type(even) .voice-box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: initial;
  }
}
.bottom .voice-index .voice-box:nth-of-type(even) .voice-box-container {
  margin-left: auto;
}
@media (max-width: 430px) {
  .bottom .voice-index .voice-box:nth-of-type(even) .voice-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: initial;
  }
}
.bottom .comment {
  position: relative;
}
.bottom .comment::before {
  content: "";
  width: 40vw;
  height: 700px;
  position: absolute;
  left: 0;
  top: 38%;
  border-radius: 0 500px 500px 0;
  z-index: -1;
  background: var(--bg-gradation-pastel);
}
@media (max-width: 430px) {
  .bottom .comment::before {
    width: 120vw;
    height: 360px;
    top: -67%;
  }
}
@media (max-width: 430px) {
  .bottom .voice {
    position: relative;
  }
}
@media (max-width: 430px) {
  .bottom .voice::after {
    content: "";
    width: 100vw;
    height: 84%;
    position: absolute;
    top: 14%;
    border-radius: 180px;
    z-index: -1;
    background: var(--bg-gradation-pastel);
  }
}
.bottom .voice-faq-title {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}
.bottom .voice-faq-title img {
  width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .bottom .voice-faq-title img {
    width: 130px;
  }
}
.bottom .voice-faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.bottom .voice-faq-container-text .profile {
  margin-bottom: 80px;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container-text .profile {
    margin-bottom: 40px;
  }
}
.bottom .voice-faq-container-text .profile .copy {
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container-text .profile .copy {
    font-size: 2rem;
    text-align: center;
  }
}
.bottom .voice-faq-container-text .profile .name {
  font-size: 2rem;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container-text .profile .name {
    font-size: 1.4rem;
    text-align: center;
  }
}
.bottom .voice-faq-container-text h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container-text h2 {
    font-size: 2rem;
  }
}
.bottom .voice-faq-container-text h2 span {
  font-size: 4rem;
}
@media (max-width: 430px) {
  .bottom .voice-faq-container-text h2 span {
    font-size: 3.6rem;
  }
}
.bottom .voice-faq-top {
  position: relative;
}
.bottom .voice-faq-top-image {
  width: 42%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-top-image {
    width: 260px;
    margin: auto;
  }
}
.bottom .voice-faq-top .text {
  width: 62%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-top .text {
    width: 100%;
  }
}
.bottom .voice-faq-top::after {
  content: "";
  width: 80vw;
  height: 750px;
  position: absolute;
  right: 0;
  bottom: -21%;
  border-radius: 500px 0 0 500px;
  z-index: -1;
  background: var(--bg-gradation-pastel);
}
@media (max-width: 430px) {
  .bottom .voice-faq-top::after {
    content: none;
  }
}
@media (max-width: 430px) {
  .bottom .voice-faq-second .voice-faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bottom .voice-faq-second-image {
  width: 38%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-second-image {
    width: 100%;
  }
}
.bottom .voice-faq-second .text {
  width: 60%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-second .text {
    width: 100%;
  }
}
.bottom .voice-faq-third-image {
  width: 42%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-third-image {
    width: 100%;
  }
}
.bottom .voice-faq-third .text {
  width: 57%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-third .text {
    width: 100%;
  }
}
.bottom .voice-faq-fourth {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 430px) {
  .bottom .voice-faq-fourth .voice-faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bottom .voice-faq-fourth-image {
  width: 30%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-fourth-image {
    width: 80%;
    margin: auto;
  }
}
.bottom .voice-faq-fourth .text {
  width: 67%;
}
@media (max-width: 430px) {
  .bottom .voice-faq-fourth .text {
    width: 100%;
  }
}
.bottom .voice-faq-fourth::after {
  content: "";
  width: 80vw;
  height: 750px;
  position: absolute;
  left: 0;
  bottom: 5%;
  border-radius: 0 500px 500px 0;
  z-index: -1;
  background: var(--bg-gradation-pastel);
}
@media (max-width: 430px) {
  .bottom .voice-faq-fourth::after {
    content: none;
  }
}
.bottom .voice .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .bottom .voice .pager {
    gap: 24px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.bottom .voice .pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.bottom .voice .pager ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #707070;
}
@media (max-width: 430px) {
  .bottom .voice .pager ul li {
    width: 37px;
    height: 37px;
  }
}
.bottom .voice .pager ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom .voice .pager ul li.active {
  background-color: #3B4043;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom .voice .pager .before,
.bottom .voice .pager .next {
  width: 30px;
}
@media (max-width: 430px) {
  .bottom .voice .pager .before,
.bottom .voice .pager .next {
    width: 16px;
  }
}

/* ---------------------------------
見学会・インターン情報
---------------------------------*/
.tour-intern .schedule .calendar {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 40px 80px;
}
@media (max-width: 960px) {
  .tour-intern .schedule .calendar {
    padding: 40px 20px;
  }
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar {
    border: none;
    padding: 0;
  }
}
.tour-intern .schedule .calendar .splide__arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.tour-intern .schedule .calendar .splide__arrow--prev {
  left: -80px;
  top: 30px;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar .splide__arrow--prev {
    top: 10px;
  }
}
.tour-intern .schedule .calendar .splide__arrow--next {
  right: -80px;
  top: -16px;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar .splide__arrow--next {
    top: -29px;
  }
}
.tour-intern .schedule .calendar button {
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tour-intern .schedule .calendar button::after {
  content: none;
}
.tour-intern .schedule .calendar .month {
  position: relative;
  text-align: center;
  font-size: 6rem;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar .month {
    font-size: 3rem;
  }
}
.tour-intern .schedule .calendar .month span {
  font-size: 4rem;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar .month span {
    font-size: 2rem;
  }
}
.tour-intern .schedule .calendar .month .year {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 3rem;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar .month .year {
    font-size: 2rem;
    top: 12px;
  }
}
.tour-intern .schedule .calendar table {
  table-layout: fixed;
}
.tour-intern .schedule .calendar table tr th {
  width: auto;
  background: #e9fdf2;
  text-align: center;
  border: 1px solid var(--line);
  padding: 5px;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar table tr th {
    display: table-cell;
  }
}
.tour-intern .schedule .calendar table tr td {
  text-align: center;
  border: 1px solid var(--line);
  padding: 10px;
  height: 130px;
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar table tr td {
    display: table-cell;
    padding: 0;
    font-size: 1.2rem;
    height: 60px;
  }
}
.tour-intern .schedule .calendar table tr td .tour,
.tour-intern .schedule .calendar table tr td .intern {
  color: #fff;
  border-radius: 4px;
  max-width: 120px;
  margin: 5px auto;
}
@media (max-width: 1120px) {
  .tour-intern .schedule .calendar table tr td .tour,
.tour-intern .schedule .calendar table tr td .intern {
    font-size: 1.4rem;
  }
}
@media (max-width: 430px) {
  .tour-intern .schedule .calendar table tr td .tour,
.tour-intern .schedule .calendar table tr td .intern {
    max-width: 40px;
    font-size: 0.7rem;
  }
}
.tour-intern .schedule .calendar table tr td .tour {
  background-color: #e296d9;
}
.tour-intern .schedule .calendar table tr td .intern {
  background-color: #679ce2;
}
.tour-intern .gradation-box {
  background: var(--bg-gradation-pastel);
  padding-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 430px) {
  .tour-intern .gradation-box {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}
.tour-intern .gradation-box .contact {
  margin-bottom: 60px;
}
@media (max-width: 430px) {
  .tour-intern .gradation-box .contact {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.tour-intern .backnumber {
  margin-bottom: 120px;
}
@media (max-width: 430px) {
  .tour-intern .backnumber {
    margin-bottom: 0;
  }
}
.tour-intern .backnumber ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 430px) {
  .tour-intern .backnumber ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
}
.tour-intern .backnumber ul li {
  aspect-ratio: 471/360;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #eceef0;
  border-radius: 15px;
}
.tour-intern .backnumber ul li img {
  border-radius: 15px;
}/*# sourceMappingURL=bottom.css.map */