@charset "UTF-8";

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
}

html {
  font-size: 1rem;
}

/*介護リリース直後の問い合わせ系を一時的に調整*/
main {
  padding-bottom: 50px;
}

@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3559322034vw;
  }
}

@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }
}

.bold {
  font-weight: bold;
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

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

  .pc-only {
    display: block !important;
  }
}

.breadcrumb {
  padding: 1rem 1.875rem 0;
  font-size: 0.875rem;
}

.breadcrumb ul {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  padding: 0.5rem 0;
}

.breadcrumb ul>li:not(:last-child)::after {
  padding: 0 0.5rem;
  content: ">";
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
  }
}

section {
  overflow-x: hidden;
  padding: 5rem 0 0;
}

section.recruit {
  padding: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  section {
    padding: 7.375rem 0 0;
  }

  section.recruit {
    padding: 3.375rem 0 0;
  }
}

html.fixed {
  overflow: hidden;
}

.top-main {
  max-width: 34.375rem;
  margin: 2.375rem auto 0;
}

@media screen and (min-width: 768px) {
  .top-main {
    max-width: initial;
    margin-top: 3.25rem;
  }
}

header {
  background-color: #fff;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  header {
    padding: 1rem 0.5rem 1.5rem;
    height: 5rem;
  }
}

@media screen and (min-width: 768px) {
  header {
    height: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .header-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}

.header-logo {
  margin-left: 0.3125rem;
  width: 13rem;
}

@media screen and (min-width: 768px) {
  .header-logo {
    margin-left: 0;
    width: 100%;
    max-width: 11.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-logo {
    max-width: 15.125rem;
  }
}

.header-detail {
  font-size: 0.5rem;
  line-height: 1.375;
}

@media screen and (min-width: 768px) {
  .header-detail {
    line-height: 1.4166666667;
    font-size: 0.5rem;
    margin-left: 0.3125rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-detail {
    font-size: 0.5625rem;
  }
}

footer {
  padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}

.footer-top {
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .footer-top {
    padding: 7.5rem 0;
  }
}

#contact .footer-top,
#thunks .footer-top {
  display: none;
}

.footer-top .inner {
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer-top .inner {
    flex-direction: row;
  }
}

.footer-top__block {
  width: 100%;
  max-width: 25rem;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer-top__block {
    width: 100%;
    max-width: 20rem;
    width: calc(100% - 10rem);
    margin: 0;
  }
}

.top-only {
  display: none;
}

#top-page .top-only {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  #top-page .top-only {
    margin-bottom: initial;
    padding-bottom: initial;
    border-bottom: initial;
    padding-right: 2.5rem;
    margin-right: 2.5rem;
    border-right: 1px solid #707070;
    width: calc(100% - 5rem);
    max-width: 22.5rem;
  }
}

.footer-top__block:nth-child(n+3) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .footer-top__block:nth-child(n+3) {
    margin-top: initial;
    padding-top: initial;
    border-top: initial;
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    border-left: 1px solid #707070;
    width: calc(100% - 5rem);
    max-width: 22.5rem;
  }
}

.footer-top__title h3 {
  font-weight: 900;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .footer-top__title h3 {
    font-size: 1.375rem;
  }
}

.footer-btn__area {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer-btn__area {
    margin-top: 2.5rem;
  }
}

.footer-btn {
  width: 100%;
  border-radius: 36px;
}

.footer-btn:nth-child(n+2) {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-btn:nth-child(n+2) {
    margin-top: 2.125rem;
  }
}

.footer-btn p {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .footer-btn p {
    padding: 0.8125rem 0;
    font-size: 1.125rem;
  }
}

.footer-btn.contact {
  color: #007AFF;
  border: 2px solid #007AFF;
}

.footer-btn.line {
  color: #fff;
  background-color: #06C755;
}

.footer-main {
  background-color: #F2F2F1;
  padding: 3.75rem 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .footer-main {
    padding: 3.5rem 0 3.5rem;
  }
}

.footer-menu {
  padding: 2rem 0;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .footer-menu {
    margin-bottom: 3.5rem;
    padding: 0 0 3.5rem;
  }

  .footer-menu .menu-footermenu-container {
    display: flex;
    justify-content: center;
  }

  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    justify-content: center;
  }
}

.footer-menu li {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .footer-menu li {
    font-size: 1rem;
  }
}

.footer-menu li:nth-child(n+2) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer-menu li:nth-child(n+2) {
    margin-top: 0;
  }
}

.footer-menu li a {
  padding: 0.3125rem 0;
}

@media screen and (min-width: 768px) {
  .footer-menu li a {
    padding: 0.3125rem;
  }
}

.footer-company {
  padding: 2rem 0 0rem;
}

@media screen and (min-width: 768px) {
  .footer-company {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

.footer-logo {
  max-width: 15rem;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 15rem;
    float: left;
    margin-bottom: 10px;
  }
}

.footer-company__texts,
.footer-permit-number,
.footer-trademark {
  margin-top: 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .footer-company__texts {
    margin-top: 0;
    font-size: 1rem;
    float: right;
  }

  .footer-permit-number {
    margin-top: 0;
    font-size: 1rem;
    float: left;
    clear: left;
  }

  .footer-trademark {
    font-size: 1rem;
    float: left;
    clear: left;
  }
}

.footer-company__texts p:nth-child(n+2) {
  margin-top: 0.5rem;
}

.copylight {
  padding: 0.5rem 0;
  font-size: 0.5rem;
  text-align: center;
}

.inner {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1180px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.header-hamberger {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

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

.hamberger {
  padding: 0.3125rem;
  position: relative;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  width: 1.5rem;
  height: 0.875rem;
}

.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .header-nav {
    width: 100%;
    height: initial;
    position: initial;
    overflow-y: initial;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 1rem;
    width: calc(100% - 23.75rem);
  }
}

@media screen and (min-width: 1024px) {
  .header-nav {
    width: calc(100% - 26.25rem);
    max-width: 59.375rem;
  }
}

.header-nav .header-logo {
  max-width: 9.6875rem;
  margin: 1.25rem 0 0 1.875rem;
}

.menu-headermenu-container {
  width: 100%;
}

.header-nav__items {
  margin-top: 1.5rem;
  padding: 0rem 1.875rem 2rem;
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    width: 100%;
    margin-top: 0;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: right;
    justify-content: space-between;
    max-width: 56.25rem;
    margin-left: auto;
  }
}

.header-nav__items li {
  border-top: 1px solid #000000;
  padding: 0.6875rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .header-nav__items li {
    border: initial;
    padding: 0;
    text-align: center;
    height: 1.25rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav__items li {
    font-size: 0.875rem;
  }
}

.header-nav__items li a {
  padding: 0.3125rem 0rem;
}

@media screen and (min-width: 768px) {
  .header-nav__items li a {
    padding: 0.1875rem 0.3125rem;
    width: 100%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items li::after {
    content: "";
    display: block;
    width: inherit;
    height: 0.25rem;
    background-color: #FFD700;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav__items li::after {
    height: 0.375rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items li.current_page_item::after {
    transform: scaleX(1);
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items li:hover::after {
    transform: scaleX(1);
  }
}

.header-nav__items li:last-child {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 768px) {
  .header-nav__items li:last-child {
    border-bottom: initial;
  }
}

.contact-btn__area {
  background-color: #000;
  padding: 1rem 1.875rem;
  width: 100%;
  height: 10rem;
}

@media screen and (min-width: 768px) {
  .contact-btn__area {
    background-color: initial;
    padding: 0 0 0 0.75rem;
    position: initial;
    max-width: 10rem;
    height: initial;
    margin-left: auto;
  }
}

.contact-btn {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 36px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .contact-btn {
    border: initial;
    margin: 0;
    color: #fff;
  }
}

.contact-btn.line {
  border: initial;
  margin-top: 1rem;
}

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

  .contact-btn.line {
    display: block;
    margin-top: 0;
  }
}

.contact-btn p {
  background-color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .contact-btn p {
    background-color: #007AFF;
    padding: 0.625rem 0 0.5625rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .contact-btn p {
    padding: 0.625rem 0 0.5625rem;
    font-size: 0.8125rem;
  }
}

.contact-btn.line p {
  background-color: #06C755;
  color: #fff;
}

.section-title {
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-titletexts {
  display: inline-block;
}

.section-title h2 {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.3571428571;
}

@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 2.1875rem;
    line-height: 1.4571428571;
  }
}

.section-title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FFD700;
  border-radius: 15px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .section-title h2::after {
    margin-top: 0.25rem;
  }
}

.card-slider__item {
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .card-slider__item {
    width: calc(100% - 6rem);
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
}

@media screen and (min-width: 768px) {
  .card-slider__item:nth-child(n+2) {
    margin-left: 2rem;
  }
}

.slider-img img {
  aspect-ratio: 198/135;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slider-img img {
    aspect-ratio: 256/200;
  }
}

.slider-title {
  padding: 0.75rem 0;
  min-height: 4.375rem;
}

@media screen and (min-width: 768px) {
  .slider-title {
    padding: 1rem 0;
    min-height: 5.25rem;
  }
}

.slider-title h3 {
  font-weight: 900;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .slider-title h3 {
    font-size: 1rem;
  }
}

.slider-texts {
  font-size: 0.875rem;

}

@media screen and (min-width: 768px) {
  .slider-texts {
    font-size: 1rem;
  }
}

.slider-category-1,
.slider-category-2,
.slider-detail {
  padding: 0.75rem 0;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {

  .slider-category-1,
  .slider-category-2,
  .slider-detail {
    padding: 0.5rem 0;
  }
}

.slider-detail {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slider-detail {}
}

.example-slider .slider-title {
  height: 6.75rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-title {
    height: 6.875rem;
  }
}

@media screen and (min-width: 768px) {

  .example-slider .slider-category-1,
  .example-slider .slider-category-2 {
    padding: 1rem 0;
  }
}

.example-slider .slider-category-1 {
  font-weight: 700;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-category-1 {
    font-size: 1rem;
    padding: 1rem 0;
  }
}

.example-slider .slider-category-1 span {
  font-weight: 400;
  color: #707070;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-category-1 span {
    font-size: 1rem;
  }
}

.example-slider .slider-category-1 .slider-category__l p,
.example-slider .slider-category-1 .slider-category__r span {
  white-space: nowrap;
}

.example-slider .slider-category-1 .slider-category__r p {
  align-items: flex-end;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-category-1 .slider-category__r p {
    gap: 0.625rem;
  }
}

.example-slider .slider-category-2 .slider-category__block {
  font-size: 0.875rem;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-category-2 .slider-category__block {
    font-size: 1rem;
    gap: 0.625rem;
  }
}

.example-slider .slider-category-2 .slider-category__block:nth-child(n+2) {
  margin-top: 0.5rem;
}

.example-slider .slider-category-2 .slider-category__l {
  width: 2.875rem;
  height: 1.3125rem;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .example-slider .slider-category-2 .slider-category__l {
    width: 3.125rem;
    height: 1.5rem;
  }
}

.example-slider .slider-category-2 .slider-category__r {
  width: calc(100% - 3.375rem);
}

.btn {
  width: 86%;
  background-color: #007AFF;
  border-radius: 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  max-width: 30rem;
  margin: 0rem auto 0;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .btn {
    width: 100%;
    margin: 0rem auto 0;
    font-size: 1rem;
  }
}

.btn p {
  padding: 1.125rem;
}

@media screen and (min-width: 768px) {
  .btn p {
    padding: 1rem;
  }
}

.top-btn {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .top-btn {
    width: 100%;
    margin-top: 3.5rem;
  }
}

.page-top {
  margin-top: 5rem;
  background-color: #F2F2F1;
  padding: 2.75rem 1.75rem;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .page-top {
    margin-top: 7.5rem;
    padding: 5rem 0 5rem 10rem;
  }
}

.page-top__title h1,
.page-top__title h2 {
  font-weight: 900;
  line-height: 1.4666666667;
  font-size: 1.875rem;
  display: flex;
}

@media screen and (min-width: 768px) {

  .page-top__title h1,
  .page-top__title h2 {
    font-size: 3.25rem;
  }
}

.page-top__title h1::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: inherit;
  background-color: #FFD700;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .page-top__title h1::before {
    width: 1.5rem;
    margin-right: 1rem;
  }
}

.page-top__subtitle {
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: 0.875rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .page-top__subtitle {
    font-size: 1.25rem;
    margin-top: 1.625rem;
  }
}

.page-top__engtitle {
  z-index: -1;
  bottom: 0;
  left: 0.5rem;
  font-weight: 900;
  font-size: 2.1875rem;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .page-top__engtitle {
    font-size: 6.875rem;
    left: 5rem;
  }
}

.topsection-texts {
  margin: 2.5rem auto 0;
  max-width: 34.375rem;
}

@media screen and (min-width: 768px) {
  .topsection-texts {
    max-width: initial;
    margin-top: 3.5rem;
  }
}

.topsection-subtitle {
  font-weight: 900;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .topsection-subtitle {
    font-size: 1.3125rem;
  }
}

.topsection-text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .topsection-text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.test {
  font-size: 1rem;
  color: red;
  margin-top: 200px;
}

@media screen and (min-width: 768px) {
  .test {
    font-size: 3.125rem;
    color: blue;
  }
}

.fv {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 6.25rem;
  }
}

.fv-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 375/211;
}

.fv-img.ambassador-img {
  aspect-ratio: auto;
  background: linear-gradient(to right, #f83803 48%, #f86004 52%);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fv-img {
    aspect-ratio: 1222/687;
  }

  .fv-img.ambassador-img {
    aspect-ratio: auto;
  }
}

.fv-img video {
  width: inherit;
  height: inherit;
}

.fv-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.fv-title {
  top: 40%;
  left: 1.875rem;
}

@media screen and (min-width: 768px) {
  .fv-title {
    top: 47.5%;
    left: 11%;
  }
}

.fv-title h1 {
  color: #fff;
  font-weight: 900;
  font-size: 2.125rem;
  line-height: 1.4411764706;
}

@media screen and (min-width: 768px) {
  .fv-title h1 {
    font-size: 4.8125rem;
    line-height: 1.4415584416;
  }
}

.fv-logo-area {
  padding: 1.75rem 0 2.25rem;
  background-color: rgba(242, 242, 241, 0.5);
}

.logo-slider li {
  padding: 0 0.5rem;
  aspect-ratio: 136/48;
}

.logo-slider li img {
  height: 100%;
}

.area-search {
  margin-top: 5rem;
  padding: 0;
  background: #f3f3f3;
}

@media (min-width: 768px) {
  .area-search {
    margin-top: 7.375rem;
  }
}

.fv+.area-search {
  margin-top: 0;
}

.area-search .inner {
  padding: 1.875rem;
}

.area-search .inner h2 {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0 0 3.2rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.area-search .inner h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6rem;
  aspect-ratio: 66/58;
  background: url('../img/icon_area.png') no-repeat center center / contain;
  content: "";
}

@media (min-width: 768px) {
  .area-search .inner h2 {
    padding: 0 0 0 5rem;
    font-size: 2.1875rem;
  }

  .area-search .inner h2::before {
    width: 4rem;
  }
}

.area-search .inner .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.area-search .inner .area-list>a {
  display: flex;
  justify-content: center;
  width: calc((100% - 1rem) / 2);
  padding: 0.7rem 0.5rem 1rem;
  background: #fff;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .area-search .inner .area-list>a {
    width: calc((100% - 3rem) / 4);
  }
}

.area-search .inner .area-list>a:hover {
  opacity: 1;
}

.area-search .inner .area-list>a .text-wrap {
  transition: 0.3s;
}

.area-search .inner .area-list>a:hover .text-wrap {
  opacity: 0.7;
}

.area-search .inner .area-list>a.nationwide {
  align-items: center;
}

.area-search .inner .area-list>a .area {
  text-align: center;
  font-size: 1.2rem;
  color: #f83803;
}

@media (min-width: 768px) {
  .area-search .inner .area-list>a .area {
    font-size: 1.6rem;
  }
}

.area-search .inner .area-list>a .pref {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.area-search .inner .area-list>a .pref span {
  white-space: nowrap;
}

.ambassador-section {
  overflow: visible;
}

.ambassador-section .ambassador-top {
  padding: 3.3467rem 1.4417rem 10.36rem;
  background-color: #f3f3f3;
  background-image: url("../img/bg_ambassador.png");
  background-repeat: no-repeat;
  background-position: center top 0.5rem;
  background-size: 95% auto;
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-top {
    padding: 8vw 9vw 23vw;
    background-position: center top;
    background-size: 100% auto;
  }
}

@media (min-width: 1501px) {
  .ambassador-section .ambassador-top {
    padding: 6.375rem 9rem 15rem;
    background-size: 1500px 638px;
  }
}

.ambassador-section .ambassador-top .ambassador-text {
  display: table;
  margin: 0 auto;
}

.ambassador-section .ambassador-top .ambassador-text img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.ambassador-section .ambassador-top .ambassador-text h2 {
  margin: 0 0 3.6625rem;
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-top .ambassador-text h2 {
    margin: 0 0 5.0625rem;
  }
}

.ambassador-section .ambassador-bottom {
  position: relative;
  max-width: 1163px;
  width: 96%;
  margin: -5rem auto 0;
  padding: 3vw 3vw 20vw;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom {
    padding: 4vw;
  }
}

@media (min-width: 1200px) {
  .ambassador-section .ambassador-bottom {
    margin: -117px auto 0;
    padding: 56px;
  }
}

.ambassador-section .ambassador-bottom::before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65vw;
  aspect-ratio: 494/876;
  background: url(../img/img_ambassador_sp.png) no-repeat 100% 100% / contain;
  content: "";
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom::before {
    right: 6px;
    aspect-ratio: 552/897;
    background: url(../img/img_ambassador.png) no-repeat 100% 100% / contain;
    width: 45.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .ambassador-section .ambassador-bottom::before {
    width: 552px;
  }
}

.ambassador-section .ambassador-bottom::after {
  display: block;
  position: absolute;
  bottom: 3vw;
  right: 28vw;
  width: 38vw;
  aspect-ratio: 272/126;
  background: url(../img/txt_ambassador_sign_sp.png) no-repeat 100% 100% / contain;
  content: "";
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom::after {
    width: 24.5vw;
    bottom: 3.5vw;
    right: 23vw;
    aspect-ratio: 296/135;
    background: url(../img/txt_ambassador_sign.png) no-repeat 100% 100% / contain;
  }
}

@media screen and (min-width: 1200px) {
  .ambassador-section .ambassador-bottom::after {
    width: 296px;
    bottom: 44px;
    right: 278px;
  }
}

.ambassador-section .ambassador-bottom h3 {
  position: absolute;
  left: 50%;
  top: -4rem;
  padding: 0 0 0 1.4rem;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom h3 {
    top: -6vw;
    padding: 0 0 0 3.6vw;
  }
}

@media (min-width: 1501px) {
  .ambassador-section .ambassador-bottom h3 {
    top: -68px;
    padding: 0 0 0 38px;
  }
}

.ambassador-section .ambassador-bottom h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  aspect-ratio: 27/91;
  background: url(../img/ico_ambassador_arrow.png) no-repeat 0 0 / contain;
  content: "";
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom h3::before {
    width: 2.4vw;
  }
}

@media (min-width: 1501px) {
  .ambassador-section .ambassador-bottom h3::before {
    width: 27px;
  }
}

.ambassador-section .ambassador-bottom h3>span {
  display: block;
  padding: 0.3rem 0.6rem;
  background: linear-gradient(to right, #a0a0a0, #242424);
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom h3>span {
    padding: 0.5vw 1.2vw;
    font-size: 2vw;
  }
}

@media (min-width: 1501px) {
  .ambassador-section .ambassador-bottom h3>span {
    padding: 6px 20px;
    font-size: 24px;
  }
}

.ambassador-section .ambassador-bottom h3>span>span {
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  .ambassador-section .ambassador-bottom h3>span>span {
    font-size: 1.6vw;
  }
}

@media (min-width: 1501px) {
  .ambassador-section .ambassador-bottom h3>span>span {
    font-size: 16px;
  }
}

.ambassador-section .ambassador-bottom img {
  position: relative;
  max-width: 100%;
  width: 58vw;
  height: auto;
}

@media screen and (min-width: 768px) {
  .ambassador-section .ambassador-bottom img {
    width: 40vw;
  }
}

@media screen and (min-width: 1200px) {
  .ambassador-section .ambassador-bottom img {
    width: auto;
  }
}


@media screen and (min-width: 768px) {
  .top-about .about-main {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.about-movie {
  width: 100%;
  aspect-ratio: 320/180;
  background-color: #F2F2F1;
}

@media screen and (min-width: 768px) {
  .about-movie {
    aspect-ratio: 480/270;
    max-width: 30rem;
    margin-left: 4rem;
  }
}

.about-content {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .about-content {
    margin-top: 0;
    max-width: 36rem;
  }
}

.about-maintext {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .about-maintext {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.about-images {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .about-images {
    margin-top: 2.625rem;
  }
}

.about-image__item {
  width: calc((100% - 2rem) / 3);
  position: relative;
}

@media screen and (min-width: 768px) {
  .about-image__item {
    width: calc((100% - 6rem) / 3);
  }
}

.about-image__item:nth-child(n+2) {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .about-image__item:nth-child(n+2) {
    margin-left: 3rem;
  }
}

.about-image__item:nth-child(n+2)::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8%;
  background-image: url("../img/triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20%;
  left: -0.75rem;
}

@media screen and (min-width: 768px) {
  .about-image__item:nth-child(n+2)::before {
    width: 10%;
    top: 25%;
    left: -1.875rem;
  }
}

.about-image__img {
  width: 100%;
}

.about-image__text {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  background-color: #F2F2F1;
  width: 100%;
  height: 3.5rem;
}

@media screen and (min-width: 768px) {
  .about-image__text {
    font-size: 1rem;
    line-height: 1.5;
    height: 3.5rem;
  }
}

.cta-btn.float-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}

.cta-btn .white {
  text-align: center;
  font-size: max(10px, 5.3333333333vw);
  padding: 12vw 0 2.6666666667vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cta-btn .white {
    font-size: 1.6rem;
    padding: 60px 0 10px;
  }
}

.cta-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #22BA4F;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 90.6666666667vw;
  height: 17.6vw;
  max-width: 100%;
  padding: 0 17.3333333333vw 0 3.4666666667vw;
  font-size: max(10px, 5.8666666667vw);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cta-btn a {
    width: 100%;
    height: 112px;
    max-width: 578px;
    padding: 0 80px 0 25px;
    font-size: 2.2rem;
  }
}

.cta-btn.float-line a {
  height: auto;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  padding: 1.6vw 17.3333333333vw 1.6vw 3.4666666667vw;
}

@media screen and (min-width: 768px) {
  .cta-btn.float-line a {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 10px 80px 10px 25px;
  }
}

.cta-btn a img {
  width: 15.2vw;
}

@media screen and (min-width: 768px) {
  .cta-btn a img {
    width: 98px;
  }
}

.cta-btn.float-line a img {
  width: 12.5333333333vw;
}

@media screen and (min-width: 768px) {
  .cta-btn.float-line a img {
    width: 80px;
  }
}

.cta-btn a p {
  text-align: center;
  line-height: 1.4545454545;
  color: #fff;
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .cta-btn a p {
    line-height: 1.4473684211;
  }
}

.cta-btn a span {
  display: block;
  font-size: max(10px, 4.2666666667vw);
  line-height: 1;
  color: #FCF70D;
}

@media screen and (min-width: 768px) {
  .cta-btn a span {
    font-size: 1.6rem;
  }
}

.top-concept .top-main {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .top-concept .top-main {
    margin-top: 3rem;
  }
}

.concept-main__top h3 {
  font-weight: 900;
  font-size: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .concept-main__top h3 {
    font-size: 1.3125rem;
    text-align: center;
  }
}

.concept-main__contents {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .concept-main__contents {
    justify-content: center;
    margin-top: 2rem;
  }
}

.concept-main__content {
  width: 86%;
  max-width: 17.5rem;
  margin: 2.75rem auto 0;
}

@media screen and (min-width: 768px) {
  .concept-main__content {
    width: 100%;
    max-width: 25rem;
    margin: 2.75rem 0 0;
  }
}

.concept-main__point {
  align-items: center;
}

.concept-main__point:nth-child(n+2) {
  margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
  .concept-main__point:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

.concept-point__title {
  align-items: center;
  background-color: #FFD700;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 0rem 0.625rem 0.375rem 0.875rem;
}

@media screen and (min-width: 768px) {
  .concept-point__title {
    padding: 0.375rem 0.875rem;
  }
}

.concept-point__title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .concept-point__title p {
    font-size: 1.75rem;
  }
}

.concept-point__title p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .concept-point__title p span {
    font-size: 2.125rem;
  }
}

.concept-point__text {
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .concept-point__text {
    font-size: 1.25rem;
    margin-left: 1rem;
  }
}

.concept-point__text span {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .concept-point__text span {
    font-size: 1.5625rem;
    line-height: 1.44;
  }
}

.concept-main__img {
  margin: 2.6875rem auto 1.625rem;
  width: 100%;
  max-width: 30rem;
}

@media screen and (min-width: 768px) {
  .concept-main__img {
    margin: 0 0 0 6.875rem;
    max-width: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .license-toptext {
    max-width: 46.25rem;
    margin: 0 auto;
  }
}

.license-toptext h3 {
  font-weight: 400;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .license-toptext h3 {
    font-size: 1rem;
  }
}

.license-imgs {
  margin-top: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

@media screen and (min-width: 768px) {
  .license-imgs {
    margin-top: 2rem;
    gap: 2.5rem;
  }
}

.license-main__img {
  width: 8.3125rem;
}

@media screen and (min-width: 768px) {
  .license-main__img {
    width: 13.9375rem;
  }
}

.license-btm {
  margin-top: 1.5rem;
  background-color: rgba(242, 242, 241, 0.5);
}

@media screen and (min-width: 768px) {
  .license-btm {
    margin-top: 2.5rem;
  }
}

.license-attention {
  background-color: #FFD700;
  padding: 0.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .license-attention {
    padding: 1rem 4rem;
  }
}

.license-attention img {
  width: 100%;
  max-width: 1.5rem;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .license-attention img {
    max-width: 2rem;
    margin: 0;
  }
}

.license-attention p {
  text-align: center;
  font-weight: 900;
  font-size: 1.1875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .license-attention p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.license-btm__text {
  padding: 1.5rem;
  z-index: 0;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .license-btm__text {
    padding: 1.375rem 4rem;
    font-size: 1rem;
  }
}

.license-btm__img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5625rem;
}

.top-reason .top-main {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .top-reason .top-main {
    flex-direction: row;
  }
}

.reason-card {
  background-color: rgba(242, 242, 241, 0.5);
  padding: 2rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .reason-card {
    padding: 2.625rem 2.5rem;
    width: calc((100% - 2rem) / 2);
    height: 35rem;
  }
}

.reason-card__title {
  align-items: center;
  font-weight: 900;
}

.reason-card__title .num {
  background-color: #FFD700;
  border: 3px solid #000;
  border-radius: 14px;
  padding: 0.25rem 0.4375rem;
  font-size: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .reason-card__title .num {
    padding: 0.1875rem 0.4375rem;
    font-size: 2.1875rem;
  }
}

.reason-card__title h3 {
  font-size: 1.125rem;
  line-height: 1.3529411765;
  margin-left: 0.25rem;
}

@media screen and (min-width: 768px) {
  .reason-card__title h3 {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-left: 1rem;
  }
}

.reason-card__img {
  margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
  .reason-card__img {
    margin-top: 1.5rem;
    height: 12.5rem;
  }
}

.reason-card__img img {
  height: inherit;
  object-fit: contain;
}

.reason-card__text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .reason-card__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.top-support .section-titletexts span::before {
  content: "ソク";
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: -0.1875rem;
  padding-left: 0.125rem;
}

@media screen and (min-width: 768px) {
  .top-support .section-titletexts span::before {
    font-weight: 900;
    font-size: 0.8125rem;
    padding-left: 0.25rem;
    margin-bottom: -0.3125rem;
  }
}

.top-support .top-main {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .top-support .top-main {
    flex-direction: row;
  }
}

.support-card {
  width: 86%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .support-card {
    width: calc((100% - 6rem) / 4);
  }
}

.support-card__top {
  max-width: 8.125rem;
  border: 3px solid #000;
  border-radius: 33px;
  background-color: #FFD700;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.support-card__top p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.support-card__top p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6875rem;
  line-height: 1.4444444444;
  margin-left: 0.125rem;
}

@media screen and (min-width: 768px) {
  .support-card__top p span {
    line-height: 1.2;
  }
}

.support-card__img {
  margin-top: 1rem;
  background-color: #F2F2F1;
  height: 9.875rem;
  padding: 0.9375rem 0;
}

@media screen and (min-width: 768px) {
  .support-card__img {
    height: 8.875rem;
  }
}

.support-card__img img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .support-card__title {
    height: 3.125rem;
  }
}

.support-card__title h3 {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 1rem;
}

.support-card__text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .support-card__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.top-example .top-main {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .top-example .top-main {
    margin-top: 3.25rem;
  }
}

.top-news__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-news__list {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}

.news-list__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .news-list__item {
    font-size: 1rem;
  }
}

.news-list__item:nth-child(n+2) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .top-news__list .news-list__top {
    align-items: center;
  }
}

.news-list__top .category {
  background-color: #007AFF;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.75rem;
}

@media screen and (min-width: 768px) {
  .news-list__top .category {
    margin-left: 1rem;
  }
}

.top-news__list .news-list__title {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .top-news__list .news-list__title {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.top-news__list .news-list__title h3 {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .top-news__list .news-list__title h3 {
    font-size: 1rem;
  }
}

.top-news .top-news-btn {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .top-news .top-news-btn {
    width: 100%;
    margin-top: 3.5rem;
  }
}

.top-madia .inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .top-madia .inner {
    padding: 0 30px;
  }
}

.madia-item__img {
  background-color: #F2F2F1;
  aspect-ratio: 256/200;
}

.madia-item__img img {
  height: 100%;
}

.madia-item__texts .day {
  margin-top: 0.5rem;
  color: #707070;
  font-size: 0.875rem;
}

.madia-item__texts .title {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
}

.top-madia .card-slider__item {
  border-bottom: initial;
  padding: 0 0.625rem;
}

@media screen and (min-width: 768px) {
  .top-madia .card-slider__item {
    padding: 0;
  }
}

.top-company {
  overflow-x: initial;
}

@media screen and (min-width: 768px) {
  .top-company {
    margin-top: 7.5rem;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 36.5rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .top-company__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.top-company__bg img {
  width: 100%;
  aspect-ratio: 375/256;
  object-position: bottom;
}

@media screen and (min-width: 768px) {
  .top-company__bg img {
    aspect-ratio: 1440/584;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top-company .inner {
    width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
}

.top-company__main {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: -7.625rem auto 0;
  padding: 1.625rem 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-company__main {
    margin: 0;
    padding: 3.5rem 4rem;
    max-width: 40rem;
  }
}

.company-main__title h2 {
  font-weight: 900;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .company-main__title h2 {
    font-size: 1.625rem;
  }
}

.company-main__text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .company-main__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.top-company__btn {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .top-company__btn {
    margin-top: 5rem;
    max-width: 32rem;
  }
}

.suport-main {
  margin: 2rem auto 0;
  max-width: 31.25rem;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .suport-main {
    margin-top: 1.5rem;
    max-width: initial;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .suport-main .reason-card {
    padding: 2.5rem 2rem;
    width: calc((100% - 4rem) / 3);
    height: 30.625rem;
  }
}

.work-manga__list {
  width: 100%;
  margin: 2.5rem auto 0;
  max-width: 22.5rem;
}

@media screen and (min-width: 768px) {
  .work-manga__list {
    max-width: initial;
    margin: 3.5rem auto 0;
    flex-wrap: wrap;
  }
}

.work-manga__item {
  border: 4px solid black;
  padding: 1.875rem 1.25rem 0;
  width: 100%;
  height: 17rem;
}

@media screen and (min-width: 768px) {
  .work-manga__item {
    width: calc((100% - 1.5rem) / 2);
    height: 17.1875rem;
  }
}

.work-manga__item:nth-child(n+2) {
  margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
  .work-manga__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .work-manga__item:nth-child(2n) {
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .work-manga__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}

.work-manga__text {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .work-manga__text {
    font-size: 1rem;
  }
}

.manga1 {
  background-image: url("../img/manga-bg1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .manga1 {
    display: flex;
  }
}

.manga1 .work-manga__text {
  white-space: nowrap;
}

.manga1 .work-manga__img {
  max-width: 10.125rem;
  aspect-ratio: 162/152;
  margin: -0.125rem -0.5rem 0 auto;
}

@media screen and (min-width: 768px) {
  .manga1 .work-manga__img {
    max-width: 13.75rem;
    margin: 1.25rem -1rem 0 -0.9375rem;
  }
}

.manga2 {
  background-image: url("../img/manga-bg2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .manga2 .work-manga__text {
    text-align: center;
  }
}

.manga2 .logo {
  max-width: 14.0625rem;
  margin: -0.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .manga2 .logo {
    max-width: 10.3125rem;
    margin: 0 auto;
  }
}

.manga2 .work-manga__img {
  max-width: 9.5rem;
  margin: -0.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .manga2 .work-manga__img {
    max-width: 19rem;
    margin: -0.5rem auto 0;
  }
}

.manga3 {
  background-image: url("../img/manga-bg3.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .manga3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1.5625rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .manga3 .work-manga__text {
    width: 18rem;
  }
}

.manga3 .work-manga__img {
  max-width: 6.875rem;
  margin: 0.75rem auto 0;
}

@media screen and (min-width: 768px) {
  .manga3 .work-manga__img {
    max-width: 9.375rem;
    margin: 0;
  }
}

.manga4 {
  background-image: url("../img/manga-bg4.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .manga4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3.0625rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .manga4 .work-manga__text {
    width: 15.625rem;
  }
}

.manga4 .work-manga__img {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .manga4 .work-manga__img {
    max-width: 8.75rem;
    margin: 0;
  }
}

.manga5 {
  background-image: url("../img/manga-bg5.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .manga5 {
    display: flex;
    gap: 0.375rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .manga5 .work-manga__text {
    width: 12.75rem;
  }
}

.manga5 .work-manga__img {
  max-width: 14rem;
  margin: -0.375rem 0 0 15%;
}

@media screen and (min-width: 768px) {
  .manga5 .work-manga__img {
    max-width: 17.5rem;
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.manga6 {
  background-image: url("../img/manga-bg2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.manga6 .work-manga__img {
  max-width: 10rem;
  margin: 0.5625rem auto 0;
}

@media screen and (min-width: 768px) {
  .manga6 .work-manga__img {
    max-width: 12.5rem;
    margin: -0.625rem auto 0;
  }
}

.recruit-contents {
  max-width: 34.375rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .recruit-contents {
    max-width: initial;
    padding-bottom: 0rem;
  }
}

.recruit-content {
  border: 1px solid #000;
  border-top: 0.5rem solid #FFD700;
  padding: 1.5rem 1.5625rem 2.125rem;
}

@media screen and (min-width: 768px) {
  .recruit-content {
    padding: 2rem 2.5rem 2.5rem;
  }
}

.recruit-content:nth-child(n+2) {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruit-content:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

.recruit-name h3 {
  font-weight: 900;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .recruit-name h3 {
    font-size: 1.3125rem;
  }
}

.recruit-name h3 a {
  color: #0056B3;
}

@media screen and (min-width: 768px) {
  .recruit-content__main {
    margin-top: 1.625rem;
    gap: 2.5rem;
  }
}

.recruit-img {
  margin-top: 1rem;
  /*aspect-ratio: 272/192;*/
}

@media screen and (min-width: 768px) {
  .recruit-img {
    margin-top: 0;
    max-width: 26.25rem;
    /*max-height: 340px;*/
  }
}

.recruit-img img {
  /*height: 100%;*/
  height: auto;
  aspect-ratio: 272/192;
}

@media screen and (min-width: 768px) {
  .recruit-img img {}
}

.jobtype-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.jobtype-list>li {
  padding: 0.5rem 0.75rem;
  background-color: #0966AC;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .jobtype-list {
    margin-top: 1.5rem;
  }

  .jobtype-list>li {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}

.recruit-texts {
  border-top: 1px solid #707070;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recruit-texts {
    margin-top: 0;
    max-width: 36.25rem;
  }
}

.recruit-texts div {
  padding: 0.75rem 0;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .recruit-texts div {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit-texts .recruit-area {
    padding: 0.5rem 0;
  }
}

.recruit-texts .posted-company-information {
  margin: 3em 0 0;
  padding: 0;
  border-bottom: none;
}

.recruit-texts .posted-company-information h4 {
  margin: 0 0 1em;
  padding: 0.25em 0.5em;
  border-left: solid 5px #FFD700;
  background: transparent;
  font-size: 125%;
  font-weight: 700;
  color: #000;
}

.recruit-texts .posted-company-information div:first-of-type {
  border-top: 1px solid #707070;
}

.recruit-category {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.recruit-category p {
  padding: 0 0.5rem;
  background-color: #0966AC;
  display: inline-block;
  color: #fff;
}

.recruit-texts .recruit-btn {
  text-align: center;
  border: initial;
  max-width: 20rem;
  margin: 1.5rem auto 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .recruit-texts .recruit-btn {
    margin-top: 1rem;
  }
}

.recruit-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.recruit-btn-wrap .detail,
.recruit-btn-wrap .line {
  width: 100%;
  max-width: 20rem;
  padding: 1rem;
  text-align: center;
  background: #007AFF;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 100vh;
}

.recruit-btn-wrap .line {
  background: #06C755;
}

.recruit-btn-wrap:has(.line):not(:has(.detail)) .line {
  max-width: 30rem;
}

@media screen and (min-width: 768px) {
  .recruit-btn-wrap {
    gap: 1.5rem;
  }

  .recruit-btn-wrap .detail,
  .recruit-btn-wrap .line {
    padding: 0.8125rem 0;
    font-size: 1.125rem;
  }
}

#voice .voice-main {
  max-width: 28.125rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #voice .voice-main {
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  #voice .voice-main ul {
    flex-wrap: wrap;
    gap: 2.5rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  #voice .card-slider__item {
    width: calc((100% - 4rem) / 3);
  }
}

#voice .card-slider__item:nth-child(n+2) {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  #voice .card-slider__item:nth-child(n+2) {
    margin: 0;
  }
}

#voice .card-slider__item {
  border: 1px solid #707070;
  padding: 0;
}

#voice .slider-texts {
  border-bottom: initial;
  padding: 0 1rem 2rem;
}

@media screen and (min-width: 768px) {
  #voice .slider-texts {
    padding: 0 1.5rem 1.5rem;
  }
}

#voice .slider-title {
  height: 5.625rem;
}

@media screen and (min-width: 768px) {
  #voice .slider-title {
    padding: 1.5rem 0 1rem;
    height: 7.375rem;
  }
}

#voice .slider-category-2 {
  border-bottom: 1px solid #707070;
}

#voice .top-btn {
  width: 100%;
  margin-top: 1.5rem;
}

.voice-btm__title {
  text-align: center;
  font-weight: 900;
  font-size: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .voice-btm__title {
    font-size: 1.375rem;
  }
}

.voice-btm__slider {
  max-width: 34.375rem;
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .voice-btm__slider {
    max-width: 56.25rem;
    margin: 2.75rem auto 0;
  }
}

.voice-btm__thumneile {
  padding: 0 1.875rem;
  aspect-ratio: 220/136;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .voice-btm__thumneile {
    padding: 0 1rem;
  }
}

.voice-btm__thumneile img {
  height: 100%;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*矢印の色*/
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: -5%;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .slick-next {
    right: -5%;
  }
}

.single-voice-main {
  margin: 2.5rem auto 0;
  max-width: 28.125rem;
}

@media screen and (min-width: 768px) {
  .single-voice-main {
    max-width: 61.875rem;
    margin: 3.5rem auto 0;
  }
}

#single-voice .card-slider__item {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #single-voice .slider-img {
    max-width: 30rem;
  }
}

#single-voice .slider-texts {
  border-bottom: initial;
}

@media screen and (min-width: 768px) {
  #single-voice .slider-texts {
    width: calc(100% - 30rem);
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #single-voice .slider-title {
    height: 4.375rem;
  }
}

.single-text {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .single-text {
    font-size: 1rem;
  }
}

#single-voice .single-text {
  border-top: 1px solid #707070;
  padding-top: 1rem;
}

.interview-main {
  max-width: 28.125rem;
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .interview-main {
    max-width: initial;
    margin: 3.5rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .interview-block {
    gap: 2rem;
  }
}

.interview-block:nth-child(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .interview-block:nth-child(n+2) {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-block:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.interview-img {
  aspect-ratio: 320/208;
}

@media screen and (min-width: 768px) {
  .interview-img {
    aspect-ratio: 416/264;
    width: 26rem;
  }
}

.interview-texts {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .interview-texts {
    margin-top: 0;
    width: calc(100% - 26rem);
  }
}

.interview-title h3 {
  font-weight: 900;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .interview-title h3 {
    font-size: 1.3125rem;
  }
}

.interview-text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .interview-text {
    font-size: 1rem;
  }
}

.topics__title {
  text-align: center;
  font-weight: 900;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .topics__title {
    font-size: 2.25rem;
  }
}

.topics__title::before {
  content: "";
  display: block;
  background-image: url("../img/triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  aspect-ratio: 1/1;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .topics__title::before {
    margin-right: 1rem;
  }
}

.category-area {
  width: 90%;
  margin: 1.5rem auto 0;
  max-width: 34.375rem;
}

@media screen and (min-width: 768px) {
  .category-area {
    margin: 2.625rem auto 0;
    width: 100%;
  }
}

.category-area .recruit-category {
  justify-content: center;
  gap: 1rem;
}

.topics-main {
  max-width: 28.125rem;
  margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
  .topics-main {
    max-width: initial;
    margin: 0 auto 0;
    flex-wrap: wrap;
    gap: 2.5rem 2rem;
  }
}

.topics-card {
  border: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .topics-card {
    width: calc((100% - 4rem) / 3);
  }
}

.topics-card:nth-child(n+2) {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .topics-card:nth-child(n+2) {
    margin-top: 0;
  }
}

.topics-img {
  background-color: #CBCBCB;
}

.topics-img img {
  width: 100%;
  height: auto;
}

.topics-category {
  width: 90%;
  bottom: 0;
  right: 0;
}

.topics-category .recruit-category {
  justify-content: right;
}

.topics-texts {
  padding: 1.5rem;
}

.topics-day {
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .topics-day {
    font-size: 1rem;
  }
}

.topics-title h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
}

.topics-card .btn {
  width: 100%;
  margin-top: 1.5rem;
}

.single-topics__main {
  /*max-width: 28.125rem;*/
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .single-topics__main {
    max-width: 70rem;
    margin: 0;
  }
}

.single-topics__top {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-topics__top {
    padding-bottom: 2rem;
  }
}

.single-topics__day {
  font-size: 1rem;
}

.single-topics__title h1 {
  font-weight: 900;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.single-topics__category {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .single-topics__category {
    margin-top: 1.5rem;
  }
}

.single-topics__btm {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-topics__btm {
    margin-top: 2rem;
  }
}

.single-topics__img {
  aspect-ratio: 320/226;
}

@media screen and (min-width: 768px) {
  .single-topics__img {
    aspect-ratio: 544/385;
    max-width: 34rem;
  }
}

.single-topics__img img {
  height: 100%;
}

.single-topics__main figure {
  aspect-ratio: 320/226;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .single-topics__main figure {
    aspect-ratio: 544/385;
    max-width: 34rem;
  }
}

.single-text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .single-text {
    font-size: 1rem;
  }
}

#single-topics .voice-btm {
  overflow: initial;
}

.topics-btm__slider {
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .topics-btm__slider {
    max-width: 62.5rem;
    margin: 3.5rem auto 0;
  }
}

#single-topics .topics-card {
  margin: 0 1.875rem;
}

@media screen and (min-width: 768px) {
  #single-topics .topics-card {
    margin: 0 0.75rem;
  }
}

#single-topics .topics-texts {
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #single-topics .topics-texts {
    padding: 1.375rem;
  }
}

#single-topics .topics-day {
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  #single-topics .topics-day {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}

#single-topics .topics-title h3 {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  #single-topics .topics-title h3 {
    font-size: 1rem;
  }
}

#single-topics .topics-card .btn {
  width: 100%;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  #single-topics .topics-card .btn {
    margin-top: 1rem;
  }
}

.single-btn__area {
  width: 100%;
  margin: 0 auto 2.5rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 4.5rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .single-btn__area {
    margin: 0 auto 0rem;
    height: 5rem;
  }
}

.back {
  width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .back {
    width: 23.4375rem;
  }
}

.back p {
  font-weight: 600;
  font-size: 0.875rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .back p {
    font-size: 1rem;
    height: 5rem;
  }
}

.back p::after {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-image: url("../img/btn-accsent.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #007AFF;
  border-radius: 50%;
  margin-left: 0.5rem;
  transition: 0.3s;
}

.back:hover p::after {
  background-color: #cbcbcb;
}

.preview,
.next {
  width: calc((100% - 12.5rem) / 2);
  max-width: 9.375rem;
}

@media screen and (min-width: 768px) {

  .preview,
  .next {
    width: calc((100% - 23.4375rem) / 2);
    max-width: initial;
  }
}

.preview {
  border-right: 1px solid #707070;
}

.next {
  border-left: 1px solid #707070;
}

.preview a,
.next a {
  width: 5.625rem;
}

@media screen and (min-width: 768px) {

  .preview a,
  .next a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.preview .arrowimg,
.next .arrowimg {
  width: 2rem;
  height: 2rem;
  margin: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cbcbcb;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {

  .preview .arrowimg,
  .next .arrowimg {
    margin: 1.375rem 0;
  }
}

.preview .arrowimg2,
.next .arrowimg2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  transition: 0.3s;
}

.preview:hover .arrowimg1,
.next:hover .arrowimg1 {
  opacity: 0;
}

.preview:hover .arrowimg2,
.next:hover .arrowimg2 {
  opacity: 1;
}

.preview .arrowimg {
  margin-left: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .preview .arrowimg {
    margin-left: 0;
  }
}

.next .arrowimg {
  margin-left: auto;
  margin-right: 2.1875rem;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .next .arrowimg {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

.preview p,
.next p {
  display: none;
}

@media screen and (min-width: 768px) {

  .preview p,
  .next p {
    display: block;
    margin-left: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
  }
}

.company-main {
  max-width: 28.125rem;
  margin: 0 auto;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .company-main {
    max-width: 50rem;
  }
}

.company-block {
  border-bottom: 1px solid #707070;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .company-block {
    font-size: 1rem;
  }
}

.company-block__l {
  padding: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .company-block__l {
    padding: 1rem;
  }
}

.company-block__r {
  padding: 1.5rem 1rem;
}

.company-block__r a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .company-block__r {
    padding: 1rem;
  }
}

.company-block__l {
  background-color: #F2F2F1;
}

@media screen and (min-width: 768px) {
  .company-block__l {
    width: 10.1875rem;
  }
}

section.contact {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  section.contact {
    padding-top: 7.375rem;
  }
}

.contact-main {
  margin: 0 auto;
  max-width: 28.125rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .contact-main {
    max-width: 46.5625rem;
    padding-bottom: 7.5rem;
  }
}

form {
  width: 100%;
}

.form-block {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form-block {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.form-block:nth-child(n+3) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .label-block {
    width: 11rem;
    text-align: right;
  }
}

.input-block {
  width: 100%;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .input-block {
    margin-top: 0;
  }
}

.input-block.tac {
  text-align: center;
}

.input-block input,
.input-block textarea,
.input-block select {
  width: 100%;
  padding: 0.375rem 0.625rem;
  border: 1px solid #707070;
}

.input-block select {
  font-size: 0.8rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {

  .input-block input,
  .input-block textarea
  .input-block select {
    /*width: 36.875rem;*/
    padding: 0.5rem 0.75rem;
  }
}

.input-block input[type="checkbox"] {
  width: auto;
}

.input-block textarea {
  height: 15.625rem;
}

.input-block a {
  color: #00f;
}

.recaptcha-text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.recaptcha-text a {
  color: #00f;
}

.form-btn {
  width: 16.875rem;
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .form-btn {
    margin-top: 3.5rem;
    width: 18.75rem;
  }
}

form .btn {
  width: 16.875rem;
  padding: 1.125rem 0;
}

@media screen and (min-width: 768px) {
  form .btn {
    width: 18.75rem;
    padding: 1rem 0;
  }
}

form .btn:disabled {
  background-color: #ccc;
}

.btn__ara {
  width: 100%;
}

.thunks-main {
  padding: 12.75rem 0rem;
  text-align: center;
}

.thunks-img {
  width: 5rem;
  margin: 0 auto;
}

.thunks-title {
  font-weight: 900;
  font-size: 1.75rem;
  margin-top: 2.875rem;
}

@media screen and (min-width: 768px) {
  .thunks-title {
    font-size: 2.25rem;
  }
}

.thunks-text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .thunks-text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

#contact .footer-top,
#thunks .footer-top {
  display: none;
}

.media-main .media-appearances-list>li {
  position: relative;
  margin: 0 0 2em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.media-main .media-appearances-list>li .name-wrap {
  position: relative;
  margin: 0 0 15px;
}

.media-main .media-appearances-list>li .name-wrap::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #999;
  content: "";
  z-index: -1;
}

.media-main .media-appearances-list>li .name-wrap .name {
  display: inline-block;
  padding: 8px 15px;
  background: #FFD700;
  border: 3px solid #000;
  border-radius: 100vh;
  font-weight: bold;
}

.media-main .media-appearances-list>li .text {
  margin: 5px 0 0;
  font-size: 0.9rem;
}

.media-main .media-appearances-list>li .text a {
  color: #1b84e6;
}

.media-main .media-appearances-list>li .url {
  margin: 5px 0 0;
}

.media-main .media-appearances-list>li .url a {
  font-size: 0.85rem;
  color: #999;
}

.media-main .media-appearances-list>li a:hover {
  text-decoration: underline;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

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

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
}

.white-text {
  color: #fff;
}

.yerrow-text {
  color: #FFD700;
}

.bg-yerrow {
  background-color: #FFD700;
}

.bg-gray {
  background-color: #CBCBCB;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20.5vw 0 0;
  gap: 7.6vw 9vw;
}

.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 9.7vw;
  min-height: 9.7vw;
  border: 1px solid transparent;
  color: #007AFF;
}

.nav-links .page-numbers.current {
  color: #000;
  font-weight: bold;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-color: #007AFF;
}

.nav-links .page-numbers.prev::before,
.nav-links .page-numbers.next::before {
  position: absolute;
  top: 50%;
  width: 2vw;
  height: 2vw;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.nav-links .page-numbers.prev::before {
  left: calc(50% - 2px);
  border-left: 1px solid #007AFF;
  border-bottom: 1px solid #007AFF;
}

.nav-links .page-numbers.next::before {
  right: calc(50% - 2px);
  border-top: 1px solid #007AFF;
  border-right: 1px solid #007AFF;
}

.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
  background: #007AFF;
}

.nav-links .page-numbers.prev:hover::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nav-links .page-numbers.next:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .nav-links {
    margin: 80px 0 0;
    gap: 0 40px;
  }

  .nav-links .page-numbers {
    min-width: 38px;
    min-height: 38px;
  }

  .nav-links .page-numbers.prev::before,
  .nav-links .page-numbers.next::before {
    width: 8px;
    height: 8px;
  }
}

/* page-privacy */
#privacy .page-top__title h1,
#privacy .page-top__title h2 {
  font-size: 1.675rem;
}

@media screen and (min-width: 768px) {

  #privacy .page-top__title h1,
  #privacy .page-top__title h2 {
    font-size: 2.05rem;
  }
}

#privacy .page-top__engtitle {
  font-size: 2.1875rem;
}

@media screen and (min-width: 768px) {
  #privacy .page-top__engtitle {
    font-size: 4.875rem;
  }
}

.privacy-section:not(:last-child) {
  margin: 0 0 3.75rem;
}

.privacy-section .bold {
  font-weight: bold;
}

.privacy-section .group {
  margin: 2rem 0 0;
}

.privacy-section h2 {
  display: inline-block;
  margin: 0 0 1.25rem;
  font-size: 1.2rem;
}

.privacy-section h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFD700;
  border-radius: 15px;
  margin-top: 0.5rem;
}

.privacy-section .table-type1 th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
}

.privacy-section .table-type2 {
  margin: 0.5em 0 1.5em;
  table-layout: fixed;
  border-collapse: collapse;
}

.privacy-section .table-type2 th,
.privacy-section .table-type2 td {
  border: 1px solid #999;
  padding: 5px 10px;
  vertical-align: top;
}

.privacy-section .head-list>li::after {
  display: block;
  clear: both;
  content: "";
}

.privacy-section .head-list>li .head {
  display: block;
  float: left;
}

.privacy-section .head-list>li .text {
  display: block;
  overflow: hidden;
}

/* エリアから求人を探す */
.region-area {
  margin: 0 0 2rem;
}

.region-area:last-child {
  margin-top: 3rem;
  margin-bottom: 0;
}

.region-area .title {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0 0 3.2rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.region-area .title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6rem;
  aspect-ratio: 66 / 58;
  background: url(../img/icon_area.png) no-repeat center center / contain;
  content: "";
}

.region-area .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.region-area .area-list>a {
  display: flex;
  justify-content: center;
  width: calc((100% - 1rem) / 2);
  padding: 0.7rem 0.5rem 1rem;
  border: 2px solid #cecece;
  background: #fff;
  border-radius: 0.3rem;
}

.region-area .area-list>a:hover {
  opacity: 1;
}

.region-area .area-list>a .text-wrap {
  transition: 0.3s;
}

.region-area .area-list>a:hover .text-wrap {
  opacity: 0.7;
}

.region-area .area-list>a.nationwide {
  align-items: center;
}

.region-area .area-list>a .area {
  text-align: center;
  font-size: 1.2rem;
  color: #f83803;
}

.region-area .area-list>a .pref {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.region-area .area-list>a .pref span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .region-area {
    margin: 0 0 4rem;
  }

  .region-area .title {
    padding: 0 0 0 5rem;
    font-size: 2.1875rem;
  }

  .region-area .title::before {
    width: 4rem;
  }

  .region-area .area-list>a {
    width: calc((100% - 3rem) / 4);
  }

  .region-area .area-list>a .area {
    font-size: 1.6rem;
  }
}

/* 都道府県から求人を探す */
.pref-area {
  margin: 0 0 2rem;
}

.pref-area .title {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0 0 3.2rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.pref-area .title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6rem;
  aspect-ratio: 66 / 58;
  background: url(../img/icon_area.png) no-repeat center center / contain;
  content: "";
}

.pref-area .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
}

.pref-area .area-list>a {
  display: flex;
  justify-content: center;
  width: calc((100% - 1rem) / 3);
  padding: 0.5rem;
  border: 2px solid #cecece;
  background: #fff;
  border-radius: 0.3rem;
}

.pref-area .area-list>a:hover {
  opacity: 1;
}

.pref-area .area-list>a .text-wrap {
  transition: 0.3s;
}

.pref-area .area-list>a:hover .text-wrap {
  opacity: 0.7;
}

.pref-area .area-list>a .area {
  text-align: center;
  font-size: 1rem;
  color: #f83803;
}

@media (min-width: 768px) {
  .pref-area {
    margin: 0 0 4rem;
  }

  .pref-area .title {
    padding: 0 0 0 5rem;
    font-size: 2.1875rem;
  }

  .pref-area .title::before {
    width: 4rem;
  }

  .pref-area .area-list {
    gap: 1rem 1rem;
  }

  .pref-area .area-list>a {
    width: calc((100% - 4rem) / 5);
  }

  .pref-area .area-list>a .area {
    font-size: 1.2rem;
  }
}

/* 求人検索フィルター */
.search-filter {
  margin: 0 0 1.5rem;
  border: #000 solid 1px;
  border-top: #FFD700 solid 0.5rem;
  background: #fff;
}

.search-filter .search-filter-title {
  position: relative;
  padding: 1rem 1.5625rem;
  font-weight: bold;
  font-size: 1rem;
}

.search-filter .search-filter-title::before {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-left: #000 solid 0.15rem;
  border-bottom: #000 solid 0.15rem;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  transition: all 0.2s;
}

.search-filter .search-filter-title.open::before {
  margin-top: 0.1rem;
  transform: translateY(-50%) rotate(135deg);
}

.search-filter .search-filter-content {
  padding: 0 1.5625rem 2.125rem;
}

.search-filter .search-filter-content .item-group {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px dashed #ccc;
}

.search-filter .search-filter-content .item-group:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}

.search-filter .search-filter-content .item-group .item-title {
  min-width: 14%;
  margin: 0 0 1rem;
}

.search-filter .search-filter-content .item-group .item-title h3 {
  width: 100%;
  padding: calc(0.2rem + 1px);
  background: #FFD700;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
}

.search-filter .search-filter-content .item-group .item-content .select-item {
  position: relative;
  width: 100%;
}

.search-filter .search-filter-content .item-group .item-content .select-item::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  right: 0.8rem;
  top: 50%;
  margin-top: 1px;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  transform: translateY(-50%);
  z-index: 2;
}

.search-filter .search-filter-content .item-group .item-content .select-item select {
  width: 100%;
  padding: 0.2rem 2rem 0.2rem 1rem;
  border: 1px solid #999;
  border-radius: 100vh;
  overflow: hidden;
  font-size: 1rem;
}

.search-filter .search-filter-content .item-group .item-content .select-item select:not(:has(option[value=""]:checked)) {
  border: 1px solid #000;
  background: #fffdc9;
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item label input {
  display: none;
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item label span {
  display: block;
  position: relative;
  padding: 0.2rem 1rem 0.2rem 2rem;
  border: 1px solid #999;
  border-radius: 100vh;
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item label span::before {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -1px;
  width: 0.7rem;
  height: 0.5rem;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: transparent transparent #999 #999;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item label input:checked+span {
  border: 1px solid #000;
  background: #fffdc9;
}

.search-filter .search-filter-content .item-group .item-content .checkbox-item label input:checked+span::before {
  border-color: transparent transparent #c00 #c00;
}

.search-filter .search-filter-content .search-btn-wrap {
  display: flex;
  gap: 0.5rem;
  margin: 2rem auto 0;
}

.search-filter .search-filter-content .search-btn {
  display: block;
  width: 100%;
  background-color: #007AFF;
  border-radius: 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  max-width: 30rem;
  transition: 0.3s;
  padding: 1.125rem;
}

.search-filter .search-filter-content .clear-btn {
  white-space: nowrap;
  display: block;
  background-color: #ebebeb;
  border-radius: 36px;
  color: #757575;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  max-width: 30rem;
  transition: 0.3s;
  padding: 1.125rem;
}

.empty-text {
  text-align: center;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .search-filter {
    margin: 0 0 3rem;
  }

  .search-filter .search-filter-title {
    padding: 1rem 2.5rem;
    cursor: pointer;
  }

  .search-filter .search-filter-content {
    padding: 1rem 2.5rem 2.5rem;
  }

  .search-filter .search-filter-content .item-group {
    display: flex;
    gap: 2rem;
  }

  .search-filter .search-filter-content .item-group .item-title {
    margin: 0;
  }

  .search-filter .search-filter-content .search-btn-wrap {
    justify-content: center;
  }

  .search-filter .search-filter-content .search-btn {
    padding: 1rem;
    font-size: 1rem;
  }

  .search-filter .search-filter-content .search-btn:hover {
    opacity: 0.7;
  }

  .search-filter .search-filter-content .clear-btn:hover {
    opacity: 0.7;
  }
}

.archive-area-column {
  margin: 50px 0 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.pickup-area,
.related-job-info {
  margin: 5rem 0 3rem;
  font-size: 0.875rem;
}

.pickup-area:first-child,
.related-job-info:first-child {
  margin-top: 0;
}

.related-job-info .recruit-contents {
  padding: 0;
}

.pickup-area .title,
.related-job-info .title {
  margin: 0 0 1.5em;
  padding: 0.25em 0.5em;
  font-size: 125%;
  font-weight: 700;
  color: #000;
  background: transparent;
  border-left: solid 5px #FFD700;
}

.pickup-area .pickup-area-thumbnails-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.pickup-area .pickup-area-thumbnails-wrap .pickup-area-thumbnail {
  width: calc((100% - 1rem) / 2);
  border: 1px solid #707070;
}

.pickup-area .pickup-area-thumbnails-wrap .pickup-area-thumbnail .image {
  width: 100%;
  height: auto;
}

.pickup-area .pickup-area-thumbnails-wrap .pickup-area-thumbnail .article-title {
  padding: 10px 10px 20px;
  font-size: 96%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {

  .pickup-area,
  .related-job-info {
    font-size: 1rem;
  }

  .pickup-area .pickup-area-thumbnails-wrap {
    gap: 0 1rem;
  }

  .pickup-area .pickup-area-thumbnails-wrap .pickup-area-thumbnail {
    width: calc((100% - 3rem)/4);
  }
}
