@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #dcf0f5;
  line-height: 2;
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

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

header.pc {
  padding: 20px 30px;
}
@media (max-width: 850px) {
  header.pc {
    display: none;
  }
}
header.pc .upper {
  font-size: 14px;
}
header.pc .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
header.pc .inner .logo img {
  width: 120px;
}
header.pc .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
header.pc .inner ul li a {
  width: 120px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
header.pc .inner ul li a img {
  height: 40px;
}

main {
  padding: clamp(60px, 8vw, 100px) 15px;
}
main .page_title {
  text-align: center;
  font-size: clamp(28px, 3vw, 34px);
  margin-bottom: 2em;
}
main .page_title img.icon {
  width: 3em;
}
main .page_title .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
main .page_title .txt img {
  width: 0.6em;
}
main .page_title .txt h1 {
  color: #00afe5;
  font-weight: 500;
  font-size: 1em;
}
main .page_day ol.day_flow {
  max-width: 1200px;
  margin: 0 auto;
}
main .page_day ol.day_flow li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 800px) {
  main .page_day ol.day_flow li {
    flex-direction: column;
  }
}
main .page_day ol.day_flow li .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .page_day ol.day_flow li .time span {
  display: block;
  width: 7em;
  background: #00afe5;
  color: #fff;
  padding: 0.3em;
  border-radius: 10em;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 16px);
}
main .page_day ol.day_flow li .time::after {
  content: "";
  display: block;
  width: 2px;
  flex: 1;
  background: #00afe5;
}
main .page_day ol.day_flow li:last-child .time::after {
  display: none;
}
main .page_day ol.day_flow li .content {
  flex: 1;
  display: flex;
  padding-bottom: 60px;
  gap: 20px;
}
@media (max-width: 800px) {
  main .page_day ol.day_flow li .content {
    flex-direction: column;
  }
}
main .page_day ol.day_flow li .content .txt {
  flex: 1;
}
@media (max-width: 800px) {
  main .page_day ol.day_flow li .content .txt {
    width: 100%;
  }
}
main .page_day ol.day_flow li .content .txt h3 {
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  color: #1ea3d4;
  margin-bottom: 0.5em;
}
main .page_day ol.day_flow li .content .illust {
  width: 20%;
}
@media (max-width: 800px) {
  main .page_day ol.day_flow li .content .illust {
    width: 70%;
  }
}
main .page_day ol.day_flow li .content .illust img {
  width: 100%;
}
main .main_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(15px, 5vw, 80px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
main .main_inner h1 {
  text-align: center;
  color: #00afe5;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  margin-bottom: 1em;
}
main .main_inner .table {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #8bb9c7;
}
main .main_inner .table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
main .main_inner .table table tr {
  border-bottom: 1px solid #8bb9c7;
}
main .main_inner .table table tr:last-child {
  border-bottom: none;
}
main .main_inner .table table th,
main .main_inner .table table td {
  padding: 1em;
  text-align: left;
  line-height: 2;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  main .main_inner .table table th,
  main .main_inner .table table td {
    display: block;
    padding: 0.6em 1em;
  }
}
main .main_inner .table table th {
  max-width: 30%;
  width: 180px;
  background: #ddf8ff;
}
@media (max-width: 768px) {
  main .main_inner .table table th {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main .main_inner .table table td {
    background: #fff;
  }
}
main .main_inner .about {
  margin-bottom: 80px;
}
main .main_inner .about .introduction {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #ee7118;
}
main .main_inner .about p {
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 400;
}
main .main_inner .features {
  margin-bottom: 80px;
}
main .main_inner .features .item {
  margin-bottom: 40px;
}
main .main_inner .features .item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #00afe5;
  display: inline-block;
  padding: 0.3em 0.6em;
  border-radius: 5px;
  transform: rotate(-5deg);
}
main .main_inner .features .item p {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 400;
  padding: 10px clamp(10px, 3vw, 40px);
}
main .main_inner .program {
  margin-bottom: 80px;
}
main .main_inner .program .title {
  text-align: center;
  margin-bottom: 20px;
}
main .main_inner .program .title h2 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #ee7118;
}
main .main_inner .program .title p {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 400;
}
main .main_inner .program ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  main .main_inner .program ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .main_inner .program ul li {
  background: #fff9e1;
  border-radius: 10px;
  padding: 30px clamp(20px, 3vw, 40px);
}
main .main_inner .program ul li h3 {
  font-size: clamp(18px, 1.9vw, 20px);
  color: #ee7118;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
main .main_inner .program ul li p {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.6;
}
main .main_inner .device .title {
  margin-bottom: 20px;
}
main .main_inner .device .title h2 {
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #00afe5;
}
main .main_inner .device .title p {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 400;
}
main .main_inner .device ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  main .main_inner .device ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .main_inner .device ul li {
  border: 1px solid #00afe5;
  border-radius: 10px;
  padding: 30px clamp(20px, 3vw, 40px);
}
main .main_inner .device ul li h3 {
  font-size: clamp(18px, 1.9vw, 20px);
  color: #00afe5;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
main .main_inner .device ul li p {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.6;
}
main .main_inner .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 60px;
}
main .main_inner .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_top {
  padding: clamp(40px, 6vw, 80px) 20px;
}
.page_top .mainvisual .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 1em;
}
.page_top .mainvisual .title img {
  width: 0.8em;
}
.page_top .mainvisual .title h1 {
  font-size: 1em;
  color: #213453;
  font-weight: 600;
  text-align: center;
}
.page_top .mainvisual .inner {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 60px);
  justify-content: center;
}
.page_top .mainvisual .inner .logo {
  width: clamp(140px, 18vw, 220px);
}
.page_top .mainvisual .inner .logo img {
  width: 100%;
}
.page_top .mainvisual .inner .face {
  flex: 1;
  display: flex;
  gap: clamp(10px, 3vw, 60px);
}
.page_top .mainvisual .inner .face:first-child {
  justify-content: flex-end;
}
.page_top .mainvisual .inner .face:last-child {
  justify-content: flex-start;
}
.page_top .mainvisual .inner .face img {
  display: block;
  width: clamp(40px, 6vw, 100px);
}
.page_top nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 850px) {
  .page_top nav {
    display: none;
  }
}
@media (max-width: 1100px) {
  .page_top nav .tel {
    display: none;
  }
}
.page_top nav .tel a {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 2em;
  gap: 0.3em;
  background: #00afe5;
  color: #fff;
}
.page_top nav .tel a span:nth-child(1) {
  font-size: 18px;
}
.page_top nav .tel a span:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 0;
  gap: 0.2em;
}
.page_top nav .tel a span:nth-child(2) img {
  width: 1.2em;
}
.page_top nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page_top nav ul li a {
  width: 160px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  font-size: 17px;
}
.page_top nav ul li a img {
  height: 50px;
}
.page_top .about {
  text-align: center;
}
@media (max-width: 600px) {
  .page_top .about {
    text-align: left;
  }
}
.page_top .about .copy img {
  max-width: 700px;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.page_top .about .copy img.pc {
  display: inline-block;
}
.page_top .about .copy img.sp {
  display: none;
}
@media (max-width: 600px) {
  .page_top .about .copy img.pc {
    display: none;
  }
  .page_top .about .copy img.sp {
    display: inline-block;
    width: 90%;
  }
}
.page_top .about p {
  color: #1f3351;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 500;
}
@media (max-width: 600px) {
  .page_top .about p br {
    display: none;
  }
}
.page_top .about .photo img {
  max-width: 1000px;
  width: 100%;
}

.sp_header {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  z-index: 101;
}
@media (min-width: 850px) {
  .sp_header {
    display: none;
  }
}
.sp_header .logo img {
  width: auto;
  height: 50px;
}

.drawer_btn {
  font-size: 50px;
  width: 1em;
  height: 1em;
  background: #00afe5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.drawer_btn span,
.drawer_btn span:after,
.drawer_btn span:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 3px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
.drawer_btn span:before {
  bottom: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span:after {
  top: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span.active {
  background: rgba(255, 255, 255, 0);
}
.drawer_btn span.active:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
.drawer_btn span.active:after {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}

.drawer_content {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 100px 20px 20px;
  overflow: scroll;
  position: fixed;
  top: -100vh;
  right: 0;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.drawer_content.active {
  opacity: 1;
  top: 0;
}
.drawer_content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.drawer_content ul li a {
  border: 1px solid #213453;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  padding: 0.5em;
}
.drawer_content ul li a img {
  height: 50px;
}

@keyframes cloud {
  0%, 100% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(-30px);
  }
}
@keyframes cloud_right {
  0% {
    transform: translateX(60px) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes cloud_left {
  0% {
    transform: translateX(-60px) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
.cloud_pc {
  width: 100%;
  height: 30vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 800px) {
  .cloud_pc {
    display: none;
  }
}
.cloud_pc .center .cloud_m {
  width: 14vw;
  top: 7vw;
  left: 50vw;
  animation: cloud_left 1.8s 0.8s both;
}
.cloud_pc .center .cloud_m img {
  animation: cloud 20s both infinite reverse;
}
.cloud_pc .center .cloud_s {
  width: 8vw;
  top: 14vw;
  left: 32vw;
  animation: cloud_right 1.6s 0.6s both;
}
.cloud_pc .center .cloud_s img {
  animation: cloud 30s both infinite;
}
.cloud_pc .right .cloud_l {
  width: 42vw;
  top: -3vw;
  right: -12vw;
  animation: cloud_right 1.6s 0.6s both;
}
.cloud_pc .right .cloud_l img {
  animation: cloud 20s both infinite;
}
.cloud_pc .right .cloud_m {
  width: 17vw;
  top: 15vw;
  right: 17vw;
  animation: cloud_right 1.4s 0.4s both;
}
.cloud_pc .right .cloud_m img {
  animation: cloud 30s both infinite reverse;
}
.cloud_pc .right .cloud_s {
  width: 10vw;
  top: 20vw;
  right: 2vw;
  animation: cloud_right 1.2s 0.2s both;
}
.cloud_pc .right .cloud_s img {
  animation: cloud 50s both infinite;
}
.cloud_pc .left .cloud_l {
  width: 42vw;
  top: 7vw;
  left: -16vw;
  animation: cloud_left 1.7s 0.7s both;
}
.cloud_pc .left .cloud_l img {
  animation: cloud 30s both infinite reverse;
}
.cloud_pc .left .cloud_m {
  width: 16vw;
  top: 3vw;
  left: 18vw;
  animation: cloud_left 1.5s 0.5s both;
}
.cloud_pc .left .cloud_m img {
  animation: cloud 40s both infinite;
}
.cloud_pc .left .cloud_s {
  width: 9vw;
  top: 2vw;
  left: 3vw;
  animation: cloud_left 1.3s 0.3s both;
}
.cloud_pc .left .cloud_s img {
  animation: cloud 50s both infinite reverse;
}
.cloud_pc span {
  position: absolute;
}
.cloud_pc span img {
  display: block;
  width: 100%;
}

.page_recruit .introduction {
  margin-bottom: 40px;
}
.page_recruit .introduction p {
  margin-bottom: 0.5em;
  font-size: clamp(15px, 1.6vw, 17px);
}
.page_recruit table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.page_recruit table tr {
  border-top: 1px solid #00afe5;
}
.page_recruit table tr:last-child {
  border-bottom: 1px solid #00afe5;
}
.page_recruit table tr th,
.page_recruit table tr td {
  font-size: clamp(14px, 1.5vw, 16px);
  padding: 1.2em 1em;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .page_recruit table tr th,
  .page_recruit table tr td {
    display: block;
    width: 100%;
  }
}
.page_recruit table tr th a,
.page_recruit table tr td a {
  color: #ee7118;
  text-decoration: underline;
}
.page_recruit table tr th {
  width: 20%;
  color: #00afe5;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 600px) {
  .page_recruit table tr th {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page_recruit table tr td {
    padding-top: 0;
  }
}

#spotlight {
  background: rgba(255, 255, 255, 0.8);
}
#spotlight .spl-next,
#spotlight .spl-prev {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#spotlight .spl-next::before,
#spotlight .spl-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  transform: rotate(-45deg);
}
#spotlight .spl-next {
  transform: translateX(0) scaleX(-1);
  right: 10px;
}
#spotlight .spl-prev {
  transform: translateX(0) scaleX(1);
  left: 10px;
}
#spotlight .spl-footer {
  text-align: center;
  background: rgba(255, 255, 255, 0);
}
#spotlight .spl-footer .spl-title {
  font-size: 14px;
  color: #000;
}
#spotlight .spl-header {
  background: rgba(255, 255, 255, 0);
  transform: translateY(0px);
}
#spotlight .spl-header .spl-zoom-in,
#spotlight .spl-header .spl-zoom-out,
#spotlight .spl-header .spl-autofit,
#spotlight .spl-header .spl-fullscreen {
  display: none;
}
#spotlight .spl-header .spl-page {
  color: #000;
  padding-left: 10px;
}
#spotlight .spl-header .spl-close {
  position: relative;
  opacity: 1;
}
#spotlight .spl-header .spl-close::before, #spotlight .spl-header .spl-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#spotlight .spl-header .spl-close::after {
  transform: rotate(-45deg);
}
#spotlight .spl-track .spl-pane img {
  max-width: 75%;
  max-height: 80%;
  border-radius: 5px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  line-height: 0;
}
@media (max-width: 800px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.footer_illust {
  position: relative;
  width: 100%;
  background: #ddd;
  z-index: -1;
}
.footer_illust .left,
.footer_illust .right {
  width: 45%;
  position: absolute;
  bottom: 0;
}
.footer_illust .left img,
.footer_illust .right img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.footer_illust .left {
  left: 0;
}
.footer_illust.animate .left .ground {
  animation: slideFromBottom 0.5s ease-in-out forwards;
}
.footer_illust.animate .left .tree {
  animation: slideFromBottom 0.8s ease-in-out forwards;
}
.footer_illust.animate .left .mountain {
  animation: slideFromBottom 1.5s ease-in-out forwards;
}
.footer_illust.animate .left .cloud {
  animation: slideFromBottom 2.5s ease-in-out forwards;
}
.footer_illust .right {
  right: 0;
}
.footer_illust.animate .right .ground {
  animation: slideFromBottom 0.5s ease-in-out forwards;
}
.footer_illust.animate .right .tree {
  animation: slideFromBottom 0.8s ease-in-out forwards;
}
.footer_illust.animate .right .mountain {
  animation: slideFromBottom 1.5s ease-in-out forwards;
}
.footer_illust.animate .right .cloud {
  animation: slideFromBottom 2.5s ease-in-out forwards;
}
.footer_illust .ground_foot {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer_illust .ground_foot img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

footer {
  padding: 20px;
  background: #5faa8a;
}
footer .phone_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer .phone_btn a {
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
footer .phone_btn a img {
  width: 200px;
}
footer .phone_btn a .txt {
  text-align: center;
}
footer .phone_btn a .txt span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
footer .phone_btn a .txt span:nth-child(1) {
  font-size: clamp(16px, 1.7vw, 20px);
}
footer .phone_btn a .txt span:nth-child(2) {
  font-size: clamp(32px, 3.6vw, 46px);
  color: #ee7118;
  font-weight: 700;
}
footer .phone_btn a .txt span:nth-child(3) {
  font-size: clamp(15px, 1.5vw, 18px);
}
footer .inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 800px) {
  footer .inner {
    justify-content: center;
  }
}
footer .inner .recruit_btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: clamp(14px, 1.5vw, 16px);
}
footer .inner .recruit_btn a img {
  width: 4em;
}
footer .inner .recruit_btn a span {
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
}
footer .inner .recruit_btn a i {
  display: block;
  width: 0.8em;
  aspect-ratio: 1/1;
  transform: rotate(135deg);
  position: relative;
  margin-left: clamp(10px, 2vw, 30px);
}
footer .inner .recruit_btn a i::before, footer .inner .recruit_btn a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10em;
  position: absolute;
  top: 0;
  left: 0;
}
footer .inner .recruit_btn a i::before {
  height: 3px;
}
footer .inner .recruit_btn a i::after {
  width: 3px;
}
footer .inner nav {
  color: #fff;
}
footer .inner nav .company {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  footer .inner nav .company {
    text-align: center;
  }
}
footer .inner nav .company span {
  display: block;
}
footer .inner nav .company span:first-child {
  font-size: 22px;
  font-weight: 500;
}
footer .inner nav .company span:last-child {
  font-size: 18px;
}
footer .inner nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  footer .inner nav ul {
    flex-direction: column;
    align-items: center;
  }
}
footer .inner nav ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.8em;
  color: #fff;
}
@media (max-width: 800px) {
  footer .inner nav ul li:not(:last-child)::after {
    display: none;
  }
}
footer .inner nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2em 0 1em;
  border-top: solid 1px #fff;
}/*# sourceMappingURL=style.css.map */