@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP";
}

.hero {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    background: url(../img/hero-sp.jpg) no-repeat center/cover;
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .hero::after {
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(#1a78e9, transparent);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
}
.hero h1 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    position: absolute;
    top: 30px;
    left: 50%;
    translate: -50%;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hero h1 img {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 img {
    width: 100%;
  }
}

h2 {
  font-weight: 800;
}

.content {
  margin: 0 auto;
  overflow: hidden;
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1100px;
    width: calc(100% - 40px);
  }
}

.intro {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 120px 0 150px;
  }
}
.intro__content {
  margin: 0 auto;
  text-align: center;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .intro__content {
    gap: 20px 0;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__content {
    max-width: 800px;
    gap: 20px 0;
  }
}
.intro__content p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .intro__content p {
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .intro__content p {
    font-size: 1.05rem;
    line-height: 2;
  }
}
.intro__lead {
  color: #e60012;
  font-weight: 800;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .intro__lead {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__lead {
    font-size: 3.3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .floor-map {
    background: linear-gradient(#fff 50%, #e60012 50%);
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .floor-map {
    background: linear-gradient(#fff 50%, #fff5f5 50%);
  }
}
.floor-map__content {
  background-color: #fff5f5;
  left: 50%;
  translate: -50% 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .floor-map__content {
    border-radius: 50%;
    width: 120vw;
    padding: 80px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .floor-map__content {
    border-radius: 50% 50% 0 0;
    width: 130vw;
    padding: 110px 0 100px;
  }
}
.floor-map__head {
  color: #000;
  color: #e60012;
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  letter-spacing: 0.1rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .floor-map__head {
    top: 20px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .floor-map__head {
    font-size: 6rem;
    top: -30px;
  }
}
.floor-map__map {
  width: 100vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .floor-map__map {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .floor-map__map {
    width: calc(100vw - 30px);
    max-width: 1100px;
    background-color: #fff;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    background: #e60012;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    background: linear-gradient(#fff5f5 50%, #e60012 50%);
    padding-bottom: 100px;
  }
}
.topics__content {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topics__content {
    padding: 60px 0;
    border-radius: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__content {
    padding: 90px 0 80px;
    border-radius: 90px 0 90px 0;
  }
}
.topics__head {
  color: #e60012;
  text-align: center;
  background-color: #f8f7f6;
  border-radius: 99px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__head {
    font-size: 2.2rem;
    margin: 0 0 40px;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head {
    margin: 0 0 70px;
    font-size: 3.5rem;
    padding: 40px 0;
  }
}
.topics__head span {
  font-family: "Raleway";
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: block;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .topics__head span {
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head span {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.topics__head-pic img {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .topics__head-pic img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__head-pic.topics-head-pic-left img {
    bottom: -15px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head-pic.topics-head-pic-left img {
    bottom: -25px;
    left: 50%;
    transform: translateX(calc(-50% - 290px));
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__head-pic.topics-head-pic-right img {
    top: -35px;
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__head-pic.topics-head-pic-right img {
    top: -30px;
    left: 50%;
    transform: translateX(calc(-50% + 330px));
    width: 150px;
  }
}
.topics__nav {
  list-style: none;
  margin: 0 auto;
  padding: 10px 8px 8px;
  display: grid;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 5px #fff;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 50px;
    margin-bottom: 70px;
    gap: 10px;
  }
}
.topics__nav-item {
  border: 2px solid #e60012;
  background-color: #fff5f5;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics__nav-item {
    font-size: 0.7rem;
    padding: 0 5px;
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav-item {
    font-size: 1.05rem;
    line-height: 1;
    transition: 0.3s;
  }
  .topics__nav-item:hover {
    background: #e60012;
  }
  .topics__nav-item:hover a {
    color: #fff;
  }
}
.topics__nav-item a {
  color: #e60012;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .topics .nav-scrolled {
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .nav-scrolled .topics__nav-item {
    padding: 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .nav-scrolled .nav-s {
    font-size: 0.9rem;
  }
}
.topics__block {
  display: grid;
  position: relative;
  z-index: 0;
  border-top: 2px solid #ebeae9;
}
@media only screen and (max-width: 767px) {
  .topics__block {
    padding: 20px 20px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__block {
    align-items: flex-start;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 0 35px;
    padding: 50px 4%;
  }
}
.topics__block-head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__block-head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__block-head {
    background-color: #fff;
    border-radius: 0 0 20px 0;
    padding: 0 0 30px;
  }
}
.topics__genre {
  font-weight: 800;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__genre {
    background-color: #fff;
    font-size: 1.5rem;
    border-radius: 0 0 10px 0;
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__genre {
    font-size: 2.5rem;
  }
}
.topics__more {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e60012;
  background-color: #e60012;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__more {
    font-size: 0.8rem;
    min-width: 140px;
    height: 40px;
    padding: 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__more {
    margin-top: 30px;
    padding: 0 16px;
    min-width: 155px;
    height: 45px;
    font-size: 0.85rem;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
  .topics__more:hover {
    background-color: #fff;
    color: #e60012;
  }
  .topics__more:hover .topics__arrow {
    background-color: #e60012;
  }
  .topics__more:hover .topics__arrow::after {
    border-top: solid 2.5px #fff;
    border-right: solid 2.5px #fff;
  }
}
.topics__arrow {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .topics__arrow {
    width: 14px;
    height: 14px;
    right: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__arrow {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.topics__arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2.5px #e60012;
  border-right: solid 2.5px #e60012;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .topics__arrow::after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__arrow::after {
    right: 6px;
  }
}
.topics__list {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .topics__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 2000px) {
  .topics__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 2500px) {
  .topics__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .topics__item:nth-of-type(4), .topics__item:nth-of-type(5), .topics__item:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item:nth-of-type(4), .topics__item:nth-of-type(5), .topics__item:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .topics__item:nth-of-type(4) {
    display: block;
  }
  .topics__item:nth-of-type(5), .topics__item:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 2000px) {
  .topics__item:nth-of-type(4), .topics__item:nth-of-type(5) {
    display: block;
  }
  .topics__item:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (min-width: 2500px) {
  .topics__item:nth-of-type(4), .topics__item:nth-of-type(5), .topics__item:nth-of-type(6) {
    display: block;
  }
}
.topics__link {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 0 18px;
  }
}
.topics__link:hover .topics__pic img {
  scale: 1.2;
}
.topics__link:hover .topics__ttl {
  color: #e60012;
}
.topics__pic {
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    margin-bottom: 15px;
    height: 170px;
  }
}
.topics__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.topics__ttl {
  color: #000;
  margin: 0;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    font-size: 0.95rem;
    height: 70px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    font-size: 1.1rem;
    height: 83px;
    margin-bottom: 12px;
  }
}
.topics__date {
  color: #666;
  font-family: sans-serif;
  margin: 0;
  text-align: left;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__date {
    font-size: 0.85rem;
  }
}
.topics__soon {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 0;
  }
}

.access {
  background-color: #fff;
  color: #e60012;
}
@media only screen and (max-width: 767px) {
  .access {
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .access {
    margin-bottom: 40px;
    padding: 65px 25px;
  }
}
.access__content {
  position: relative;
}
.access__item {
  background-color: #fff;
  color: #e60012;
}
@media only screen and (min-width: 768px) {
  .access__item {
    padding: 30px;
  }
}
.access__ttl {
  font-family: "Raleway";
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .access__ttl {
    text-align: center;
    margin: 0 0 30px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .access__ttl {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.6rem;
    border-radius: 0 0 30px 0;
    padding: 30px 40px 40px 30px;
    box-shadow: 7px 7px 8px rgbfa(#000, 0.05);
  }
}
.access__ttl span {
  display: block;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .access__ttl span {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .access__ttl span {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.access__info {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .access__info {
    margin: 20px 0 25px;
    font-size: 0.85rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .access__info {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px 0 0 0;
    max-width: 400px;
    font-size: 0.95rem;
    box-shadow: -7px -7px 8px rgba(0, 0, 0, 0.05);
  }
}
.access__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px 0;
}
.access__info ul li {
  font-feature-settings: "palt";
  padding-left: 1.7rem;
  text-indent: -1.7rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.access__info ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.access__info ul li:nth-of-type(1)::before {
  content: "\f3c5";
}
.access__info ul li:nth-of-type(2)::before {
  content: "\f239";
}
.access__map iframe {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .access__map iframe {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .access__map iframe {
    height: 650px;
  }
}

.sns {
  background-color: #e60012;
  border-radius: 50% 50% 0 0;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns {
    width: 200vw;
    padding: 50px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    width: 130vw;
  }
}
.sns__content {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sns__content {
    padding: 60px 0 80px;
  }
}
.sns__ttl {
  font-family: "Raleway";
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sns__ttl {
    text-align: center;
    margin: 0 0 20px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__ttl {
    font-size: 4.5rem;
    margin: 0 0 40px;
  }
}
.sns__item {
  background-color: #cf0001;
  border: 2px solid #cf0001;
  width: 100%;
  text-align: left;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    max-width: 450px;
    margin: 0 auto;
    transition: 0.3s;
  }
  .sns__item:hover {
    border: 2px solid #fff;
  }
}
.sns__item a {
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sns__item a {
    padding: 20px 23px;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item a {
    padding: 30px;
    gap: 0 20px;
  }
}
.sns__icon::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  display: block;
  display: grid;
  place-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .sns__icon::before {
    font-size: 1.8rem;
    width: 58px;
    height: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon::before {
    font-size: 2rem;
    width: 70px;
    height: 70px;
    transition: 0.3s;
  }
}
.sns p {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sns p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns p {
    font-size: 1.4rem;
  }
}
.sns p span {
  display: block;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sns p span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns p span {
    font-size: 1rem;
    margin-top: 2px;
  }
}

.recruit {
  background-color: #f8f7f6;
  background-image: url(../img/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .recruit {
    padding: 60px 0 90px;
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  .recruit {
    padding: 90px 0 120px;
    background-position: top -50px center;
  }
}
.recruit::after {
  content: "";
  background: linear-gradient(to top, #f8f7f6, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit__ttl {
  font-family: "Raleway";
  font-weight: 800;
  color: #e60012;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit__ttl {
    text-align: center;
    margin: 0 0 20px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__ttl {
    font-size: 4.5rem;
    margin: 0 0 40px;
  }
}
.recruit__ttl span {
  display: block;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .recruit__ttl span {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__ttl span {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.recruit__txt {
  text-shadow: 0 0 15px white;
}
@media only screen and (max-width: 767px) {
  .recruit__txt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__txt {
    margin-bottom: 50px;
  }
}
.recruit__txt p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruit__txt p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__txt p {
    font-size: 1.1rem;
  }
}
.recruit__lead {
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit__lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__lead {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.recruit__link {
  border: 2px solid #e60012;
  background-color: #e60012;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruit__link {
    max-width: 330px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__link {
    max-width: 450px;
    height: 105px;
    transition: 0.3s;
  }
  .recruit__link:hover {
    background-color: #fff;
  }
  .recruit__link:hover a {
    color: #e60012;
  }
  .recruit__link:hover .recruit__arrow {
    background-color: #e60012;
  }
  .recruit__link:hover .recruit__arrow::after {
    border-top: solid 2.5px #fff;
    border-right: solid 2.5px #fff;
  }
}
.recruit__link a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .recruit__link a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__link a {
    font-size: 1.7rem;
  }
}
.recruit__arrow {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .recruit__arrow {
    width: 28px;
    height: 28px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__arrow {
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
.recruit__arrow::after {
  content: "";
  border-top: solid 3.5px #e60012;
  border-right: solid 3.5px #e60012;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .recruit__arrow::after {
    width: 9px;
    height: 9px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__arrow::after {
    width: 11px;
    height: 11px;
    right: 16px;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ece8e8;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll-to-top:hover {
    background-color: #f1f1f1;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top span {
  display: block;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(315deg);
}
@media only screen and (max-width: 767px) {
  .scroll-to-top span {
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll-to-top span {
    width: 11px;
    height: 11px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */