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

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

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

textarea {
  resize: vertical;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

main {
  background: #EAEDEF;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 72rem;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 100rem;
  }
}

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

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

.header {
  width: 100%;
  height: min(13.8461vw, 9rem);
  padding-left: min(3.0769vw, 2rem);
  background: #fff;
  position: relative;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width:768px) {
  .header {
    height: 10rem;
    padding-left: 0;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width:767px) {
  .header__inner {
    gap: min(3.0769vw, 2rem);
  }
}
@media screen and (min-width:768px) {
  .header__inner {
    position: relative;
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    padding-left: 4rem;
  }
}

@media screen and (min-width:768px) {
  .header.header--top .header__inner {
    padding-left: 5rem;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  height: inherit;
  width: 100%;
  max-width: min(57.1487vw, 37.1467rem);
}

@media screen and (min-width:768px) {
  .header.header--top .header__logo {
    position: absolute;
    top: 8rem;
    left: 0;
    max-width: 39.67rem;
  }
}

@media screen and (min-width:768px) {
  .header.header--top .header__logo.is-active {
    left: 4rem;
    top: 0;
    max-width: min(57.1487vw, 37.1467rem);
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width:768px) {
  .header__nav {
    display: block;
    margin-left: auto;
  }
}

@media screen and (min-width:768px) {
  .header__nav-items {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width:768px) {
  .header__nav-item {
    margin-right: 0.6rem;
    width: 14rem;
  }
}

@media screen and (min-width:768px) {
  .header__nav-item:first-child {
    width: 7.3rem;
  }
}

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

@media screen and (max-width:767px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    width: 100%;
    max-width: min(13.8461vw, 9rem);
    margin-left: auto;
    background: #4177E1;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (min-width:768px) {
  .header__menu {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .header__menu::before {
    position: absolute;
    display: block;
    content: "";
    width: min(6.6403vw, 4.3162rem);
    aspect-ratio: 43.1619/66.0145;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/icon-search.png) no-repeat center center/cover;
  }
}

@media screen and (max-width:767px) {
  .header__menu.is-active::before {
    width: min(6.8409vw, 4.4505rem);
    aspect-ratio: 44.5049/62.6788;
    background: url(../img/icon-close.png) no-repeat center center/cover;
  }
}

.fv {
  width: 100%;
  margin-top: min(13.8461vw, 9rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .fv {
    margin-top: 10rem;
  }
}

.fv__slide .swiper-wrapper {
  transition-timing-function: linear;
}

.fv__slide .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 244/540;
}
@media screen and (max-width:767px) {
  .fv__slide .swiper-slide img {
    max-width: 24.4rem;
  }
}

.fv__slide .swiper-slide:not(:first-child) {
  margin-left: 0.8rem;
}

.fv__head-text {
  position: absolute;
  bottom: min(3.0769vw, 2rem);
  font-size: min(5.2784vw, 3.431rem);
  line-height: 1.742;
  font-weight: 700;
  letter-spacing: 0.2rem;
  z-index: 10;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width:767px) {
  .fv__head-text {
    right: min(3.0769vw, 2rem);
  }
}
@media screen and (min-width:768px) {
  .fv__head-text {
    font-size: 2.35rem;
    bottom: 2rem;
    left: calc(50% + 28rem);
    transform: translateX(-50%);
    letter-spacing: 0.3rem;
    width: 40rem;
  }
}

.fv__head-text span {
  background: #fff;
  padding: 0 min(2.6153vw, 1.7rem);
}
@media screen and (min-width:768px) {
  .fv__head-text span {
    padding: 0 1rem;
  }
}

.fv__head-text span > span {
  color: #E94A20;
  padding: 0;
}

.fv__head-text:nth-child(2) {
  display: block;
  margin-top: 30px;
}

.message {
  width: 100%;
  margin-top: min(9.333vw, 7rem);
}
@media screen and (max-width:767px) {
  .message {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width:768px) {
  .message {
    margin-top: 7rem;
  }
}

.message__text {
  font-size: min(4.2666vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (min-width:768px) {
  .message__text {
    font-size: 2.4rem;
  }
}

.search {
  width: 100%;
  margin-top: min(13.8461vw, 9rem);
  padding: min(9.0909vw, 5rem) 1.5rem min(6.7272vw, 3.7rem);
}
@media screen and (min-width:768px) {
  .search {
    margin-top: 10rem;
    padding: 7rem 0 13rem;
  }
}

.search.search--top {
  margin-top: min(21.8181vw, 12rem);
  padding: 0 1.5rem 0;
}
@media screen and (min-width:768px) {
  .search.search--top {
    margin-top: 10rem;
    padding: 0;
  }
}

.search__box {
  width: 100%;
  margin-top: min(5vw, 3.5rem);
  background: #fff;
}
@media screen and (min-width:768px) {
  .search__box {
    margin-top: 3rem;
    padding: 4rem 4rem 5rem 4rem;
  }
}

.search__head {
  font-size: min(3.55555vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  background: #4177E1;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0;
}
@media screen and (min-width:768px) {
  .search__head {
    font-size: 2rem;
    text-align: left;
    padding: 0.8rem 1.7rem;
  }
}

.search__content {
  padding: min(2.8333vw, 1.7rem) min(1.8666vw, 1.4rem) min(6.6666vw, 4rem);
}
@media screen and (max-width:600px) {
  .search__content {
    padding: min(2.8333vw, 1.7rem) min(2.4347vw, 1.4rem) min(6.6666vw, 4rem);
  }
}
@media screen and (min-width:768px) {
  .search__content {
    padding: 0;
  }
}

.search__box.select__change .search__content {
  padding: min(2.8333vw, 1.7rem) 0 min(6.6666vw, 4rem);
}
@media screen and (max-width:600px) {
  .search__box.select__change .search__content {
    padding: min(2.8333vw, 1.7rem) 0 min(6.6666vw, 4rem);
  }
}
@media screen and (min-width:768px) {
  .search__box.select__change .search__content {
    padding: 0 0 3.8rem;
  }
}

@media screen and (min-width:768px) {
  .search__category {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
  }
}

@media screen and (max-width:767px) {
  .search__category-condition {
    margin-top: min(5.0909vw, 2.8rem);
  }
}

@media screen and (max-width:767px) {
  .search__category-number {
    margin-top: min(6.3636vw, 3.5rem);
  }
}

@media screen and (max-width:767px) {
  .search__category-region {
    margin-top: min(6.3636vw, 3.5rem);
  }
}

@media screen and (max-width:767px) {
  .search__category-occupation {
    margin-top: min(5.0909vw, 2.8rem);
  }
}

@media screen and (max-width:767px) {
  .search__category-other {
    margin-top: min(4vw, 2.2rem);
  }
}

.search__category-name {
  font-size: min(4.1481vw, 2.8rem);
  line-height: 1;
  font-weight: 700;
  background: #F2F2F2;
}
@media screen and (max-width:767px) {
  .search__category-name {
    padding: 0.6rem 0;
    margin-bottom: min(3.6363vw, 2rem);
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .search__category-name {
    font-size: 1.6rem;
    width: 13rem;
    padding: 2.4rem 1.6rem;
  }
}

.search__category-content {
  display: grid;
  column-gap: min(2.6666vw, 2rem);
  row-gap: min(4.7272vw, 2.6rem);
}
@media screen and (min-width:768px) {
  .search__category-content {
    padding: 2.4rem 0 2rem 2.7rem;
    row-gap: 2rem;
    column-gap: 0;
    width: calc(100% - 13rem);
  }
}

.search__category-industry .search__category-content {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:600px) {
  .search__category-industry .search__category-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:768px) {
  .search__category-industry .search__category-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.search__category-industry .search__category-content .search__category-checkbox:last-child {
  grid-column: span 3;
}
@media screen and (max-width:600px) {
  .search__category-industry .search__category-content .search__category-checkbox:last-child {
    grid-column: span 2;
  }
}
@media screen and (min-width:768px) {
  .search__category-industry .search__category-content .search__category-checkbox:last-child {
    grid-column: span 4;
  }
}

.search__category-condition .search__category-content {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width:600px) {
  .search__category-condition .search__category-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:768px) {
  .search__category-condition .search__category-content {
    grid-template-columns: repeat(5, 1fr);
  }
}

.search__category-condition .search__category-name {
  position: relative;
}

.search__category-condition .search__category-name::before {
  position: absolute;
  display: block;
  content: "※必須";
  font-size: min(3.5555vw, 2.4rem);
  line-height: 1;
  color: #f15a24;
}
@media screen and (max-width:767px) {
  .search__category-condition .search__category-name::before {
    top: 50%;
    transform: translateY(-50%);
    right: min(2.2222vw, 1.5rem);
  }
}
@media screen and (min-width:768px) {
  .search__category-condition .search__category-name::before {
    font-size: 1.6rem;
    top: 4.6rem;
    left: 1.6rem;
  }
}

.search__category-number .search__category-content {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:768px) {
  .search__category-number .search__category-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.search__category-region .search__category-content {
  row-gap: min(2.7272vw, 1.5rem);
}
@media screen and (min-width:768px) {
  .search__category-region .search__category-content {
    row-gap: 2rem;
  }
}

.search__category-occupation .search__category-content {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:768px) {
  .search__category-occupation .search__category-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.search__category-other .search__category-content {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:768px) {
  .search__category-other .search__category-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search__category-checkbox span {
  font-size: min(4vw, 3rem);
  line-height: 1;
  font-weight: 500;
  padding-left: min(4.4vw, 3.3rem);
  position: relative;
}
@media screen and (max-width:600px) {
  .search__category-checkbox span {
    font-size: min(4.5vw, 2.7rem);
    padding-left: min(5.5vw, 3.3rem);
  }
}
@media screen and (min-width:768px) {
  .search__category-checkbox span {
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}

.search__category-checkbox span::before {
  content: "";
  position: absolute;
  width: min(2.9333vw, 2.2rem);
  height: min(2.9333vw, 2.2rem);
  border: 2px solid #4177E1;
  border-radius: 1px;
  left: 0;
  top: min(0.9333vw, 0.7rem);
  background: #fff;
}
@media screen and (max-width:600px) {
  .search__category-checkbox span::before {
    width: min(3.3333vw, 2rem);
    height: min(3.3333vw, 2rem);
    top: min(0.8333vw, 0.5rem);
  }
}
@media screen and (min-width:768px) {
  .search__category-checkbox span::before {
    width: 1.7rem;
    height: 1.7rem;
    top: 0;
  }
}

.search__category-checkbox label input[type=checkbox]:checked + span::before,
.search__category-checkbox label input[type=checkbox]:checked ~ .search__category-checkbox-area span::before {
  background: #4177E1;
}

@media screen and (min-width:768px) {
  .search__category-checkbox-area {
    display: flex;
    align-items: center;
  }
}

span.search__category-region-sub {
  font-size: min(3.2vw, 2.4rem);
  line-height: 1.7083;
  display: block;
  margin-top: min(0.6666vw, 0.5rem);
}
@media screen and (max-width:600px) {
  span.search__category-region-sub {
    font-size: min(3.3333vw, 2rem);
    margin-top: min(0.8333vw, 0.5rem);
  }
}
@media screen and (min-width:768px) {
  span.search__category-region-sub {
    font-size: 1.6rem;
    margin-top: 0;
    padding-left: 1rem;
  }
}

.search__category-region-sub::before {
  display: none;
}

.search__btn {
  width: 100%;
  max-width: min(63.3333vw, 38rem);
  margin: min(11.5vw, 6.9rem) auto 0;
}
@media screen and (min-width:768px) {
  .search__btn {
    max-width: 27.6rem;
    margin-top: 4.4rem;
  }
}

.section__title {
  font-size: min(7.2727vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .section__title {
    font-size: 4rem;
  }
}

.section__title span {
  color: #4177E1;
}

.japanese-order {
  width: 100%;
  margin-top: min(13.8461vw, 9rem);
  padding: min(9.0909vw, 5rem) 1.5rem min(9.4545vw, 5.2rem) 1.5rem;
}
@media screen and (min-width:768px) {
  .japanese-order {
    margin-top: 10rem;
    padding: 7rem 0 10.8rem;
  }
}

.japanese-order.japanese-order--top {
  padding: 0 1.5rem min(8.5454vw, 4.7rem) 1.5rem;
  margin-top: min(17.8181vw, 9.8rem);
}
@media screen and (min-width:768px) {
  .japanese-order.japanese-order--top {
    margin-top: 14.6rem;
    padding: 0 0 16rem;
  }
}

.japanese-order__nav {
  width: 100%;
  margin-top: min(9.0909vw, 5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.1818vw, 1.2rem);
}
@media screen and (min-width:768px) {
  .japanese-order__nav {
    margin-top: 5rem;
    gap: 1.4rem;
  }
}

.japanese-order__nav-item {
  color: #4177E1;
  border: 1px solid #4177E1;
  background: #fff;
  font-size: min(6.6666vw, 4rem);
  line-height: 1;
  font-weight: 700;
  aspect-ratio: 171/100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media screen and (min-width:768px) {
  .japanese-order__nav-item {
    font-size: 4rem;
    aspect-ratio: 240/120;
  }
}

.japanese-order__list {
  margin-top: min(8.7272vw, 4.8rem);
  width: 100%;
  background: #fff;
  padding: min(3.6363vw, 2rem) min(2.7272vw, 1.5rem) min(5.4545vw, 3rem) min(2.7272vw, 1.5rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list {
    margin-top: 7.6rem;
    padding: 4rem;
  }
}

.japanese-order__list-block + .japanese-order__list-block {
  margin-top: min(9.0909vw, 5rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-block + .japanese-order__list-block {
    margin-top: 7rem;
  }
}

.japanese-order__list-head {
  color: #fff;
  background: #4177E1;
  font-size: min(5.0909vw, 2.8rem);
  line-height: 1;
  font-weight: 700;
  padding: min(1.0909vw, 0.6rem) min(3.6363vw, 2rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-head {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}

.japanese-order__list-items {
  margin-top: min(3.6363vw, 2rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-items {
    margin-top: 2rem;
  }
}

.japanese-order__list-item + .japanese-order__list-item {
  margin-top: min(5.4545vw, 3rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-item + .japanese-order__list-item {
    margin-top: 2rem;
  }
}

.japanese-order__list-item {
  padding-bottom: min(2.909vw, 1.6rem);
  padding-left: min(5.4545vw, 3rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .japanese-order__list-item {
    padding-bottom: 1.6rem;
    padding-left: 3.3rem;
  }
}

.japanese-order__list-item::before {
  position: absolute;
  display: block;
  content: "";
  width: min(1.2336vw, 0.86357rem);
  aspect-ratio: 8.6357/9.9668;
  background: url(../img/arrow-right.png) no-repeat center center/cover;
  top: min(2.2857vw, 1.6rem);
  left: min(1.5714vw, 1.1rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-item::before {
    width: 0.86357rem;
    top: 0.4rem;
    left: 1.1rem;
  }
}

.japanese-order__list-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  bottom: 0;
  left: 0;
  right: 0;
}

.japanese-order__list-item a {
  text-decoration: underline;
  font-size: min(4.5714vw, 3.2rem);
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .japanese-order__list-item a {
    font-size: 1.6rem;
  }
}

.japanese-order__list-top {
  width: 100%;
  max-width: min(27.408vw, 15.0744rem);
  margin-top: min(3.6363vw, 2rem);
  margin-left: auto;
  padding-right: min(1.8181vw, 1rem);
}
@media screen and (min-width:768px) {
  .japanese-order__list-top {
    margin-top: 2rem;
    padding-right: 0.7rem;
    max-width: 15.2756rem;
  }
}

.footer {
  width: 100%;
  margin-top: min(10.909vw, 6rem);
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .footer {
    margin-top: 6rem;
  }
}

.footer__img {
  width: min(146.6666vw, 110rem);
}
@media screen and (max-width:767px) {
  .footer__img {
    transform: translateX(max(-6vw, -4.5rem));
  }
}
@media screen and (min-width:768px) {
  .footer__img {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
  }
}

.footer__content {
  background: #72AD44;
  padding-top: min(8.3636vw, 4.6rem);
  padding-bottom: min(6.3636vw, 3.5rem);
  margin-top: -0.1rem;
}
@media screen and (min-width:768px) {
  .footer__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.footer__inner {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .footer__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width:768px) {
  .footer__inner {
    max-width: 100rem;
    display: flex;
    align-items: center;
  }
}

.footer__logo {
  position: relative;
}
@media screen and (max-width:767px) {
  .footer__logo {
    padding-bottom: min(5.6363vw, 3.1rem);
  }
}
@media screen and (min-width:768px) {
  .footer__logo {
    width: 100%;
    max-width: 22.5493rem;
    margin-right: 9rem;
  }
}

.footer__logo::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .footer__logo::before {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .footer__logo::before {
    width: 1px;
    height: 10rem;
    right: -5rem;
    top: -1rem;
  }
}

.footer__address {
  color: #fff;
  font-size: min(4vw, 2rem);
  line-height: 1.3333;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .footer__address {
    margin-top: min(4.3636vw, 2.4rem);
  }
}
@media screen and (min-width:768px) {
  .footer__address {
    font-size: 1.4rem;
  }
}

.footer__address span:first-child {
  font-weight: 700;
}

.footer__copy {
  text-align: center;
  background: #06326E;
  color: #fff;
  font-size: min(3.6vw, 1.8rem);
  line-height: 1.2222;
  font-weight: 500;
  padding: min(3.8vw, 1.9rem) 0;
}
@media screen and (min-width:768px) {
  .footer__copy {
    font-size: 1.4rem;
    padding: 2.1rem 0;
  }
}

.menu {
  display: block;
  position: fixed;
  top: min(13.8461vw, 9rem);
  right: 0;
  left: 0;
  z-index: 100;
  background: #4177E1;
  border-radius: 0 0 30px 30px;
  padding: min(10.1538vw, 6.6rem) 0 min(18.4615vw, 12rem);
  transform: translateY(-120%);
  transition: transform 0.5s ease 0s;
}
@media screen and (min-width:768px) {
  .menu {
    display: none;
  }
}

.menu.is-active {
  transform: translateY(0);
}

.menu__head {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.menu__items {
  margin-top: min(6.1538vw, 4rem);
}

.menu__item {
  width: 100%;
  max-width: min(73.8461vw, 48rem);
  text-align: center;
  margin: 0 auto;
}

.menu__item + .menu__item {
  margin-top: min(5.5384vw, 3.6rem);
}

.company {
  width: 100%;
  margin-top: min(13.8461vw, 9rem);
  padding: min(9.2vw, 4.6rem) 2rem min(9.6vw, 4.8rem);
}
@media screen and (min-width:768px) {
  .company {
    margin-top: 10rem;
    padding: 7rem 0 9rem;
  }
}

.company__inner {
  width: 100%;
  max-width: 71rem;
  margin: min(8vw, 4rem) auto 0;
  background: #fff;
  padding: min(2.923vw, 1.9rem) min(3.0769vw, 2rem) min(10vw, 6.5rem);
}
@media screen and (min-width:768px) {
  .company__inner {
    max-width: 100rem;
    margin: 7rem auto 0;
    padding: 4rem 4rem 9.7rem 4rem;
    position: relative;
  }
}

.company__name {
  color: #4177E1;
  font-size: min(6.1538vw, 4rem);
  line-height: 1;
  font-weight: 700;
  padding-top: min(5.5384vw, 3.6rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .company__name {
    padding-top: 2.8rem;
    font-size: 3.2rem;
  }
}

.company__name::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: min(1.8181vw, 1rem);
  top: 0;
  left: 0;
  right: 0;
  background: #4177E1;
}
@media screen and (min-width:768px) {
  .company__name::before {
    height: 1rem;
  }
}

@media screen and (min-width:768px) {
  .company__head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 4rem;
  }
}

@media screen and (max-width:767px) {
  .company__thumbnail {
    margin-top: min(8vw, 4.4rem);
  }
}
@media screen and (min-width:768px) {
  .company__thumbnail {
    width: 33rem;
  }
}

.company__description {
  margin-top: min(5.4545vw, 3rem);
}
@media screen and (min-width:768px) {
  .company__description {
    margin-top: 0;
    width: 100%;
    max-width: 50rem;
  }
}

.company__description-item {
  display: flex;
  gap: min(2.4615vw, 1.6rem);
  padding-bottom: min(1.6923vw, 1.1rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .company__description-item {
    padding-bottom: 0.7rem;
    gap: 1rem;
  }
}

.company__description-item::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border: dashed 1px #b2b2b2;
  bottom: 0;
  left: 0;
  right: 0;
}

.company__description-item + .company__description-item {
  margin-top: min(2.1818vw, 1.2rem);
}
@media screen and (min-width:768px) {
  .company__description-item + .company__description-item {
    margin-top: 0.8rem;
  }
}

.company__description-item dt,
.company__description-item dd {
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company__description-item dt {
  font-size: min(4.3076vw, 2.8rem);
  background: #808080;
  color: #fff;
  padding: min(0.7272vw, 0.4rem) 0;
  width: 100%;
  max-width: min(24.6153vw, 16rem);
  height: min(6.1538vw, 4rem);
}
@media screen and (min-width:768px) {
  .company__description-item dt {
    font-size: 1.6rem;
    height: 2.2rem;
    max-width: 10rem;
    padding: 0;
  }
}

.company__description-item dd {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .company__description-item dd {
    font-size: 1.6rem;
  }
}

.company__btn {
  margin: min(10.909vw, 6rem) auto 0;
  width: 100%;
  max-width: 39rem;
}
@media screen and (min-width:768px) {
  .company__btn {
    max-width: 26rem;
    margin: 6.7rem auto 0;
  }
}

.company__business {
  margin-top: min(16.3636vw, 9rem);
}
@media screen and (min-width:768px) {
  .company__business {
    margin-top: 6rem;
  }
}

.company__section-title {
  font-size: min(5.0909vw, 2.8rem);
  line-height: 1;
  font-weight: 700;
  padding: min(1.0909vw, 0.6rem) min(2.7272vw, 1.5rem);
  background: #39B44A;
  color: #fff;
}
@media screen and (min-width:768px) {
  .company__section-title {
    font-size: 2.4rem;
    padding: 0.8rem 1.5rem;
  }
}

.company__section-text {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.5625;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .company__section-text {
    font-size: 1.6rem;
  }
}

.company__business-text {
  margin-top: min(3.6363vw, 2rem);
}
@media screen and (min-width:768px) {
  .company__business-text {
    margin-top: 4rem;
  }
}

.company__attraction {
  margin-top: min(14.5454vw, 8rem);
}
@media screen and (min-width:768px) {
  .company__attraction {
    margin-top: 8rem;
  }
}

.company__attraction-items {
  margin-top: min(7.2727vw, 4rem);
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.5625;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .company__attraction-items {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.company__attraction-item + .company__attraction-item {
  margin-top: min(10.909vw, 6rem);
}
@media screen and (min-width:768px) {
  .company__attraction-item + .company__attraction-item {
    margin-top: 4rem;
  }
}

.company__attraction-head {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.3333;
  font-weight: 700;
  color: #39B44A;
}
@media screen and (min-width:768px) {
  .company__attraction-head {
    font-size: 2rem;
  }
}

.company__attraction-text {
  margin-top: min(10.909vw, 6rem);
}
@media screen and (min-width:768px) {
  .company__attraction-text {
    margin-top: 4rem;
  }
}

.company__attraction-images {
  margin: min(10.909vw, 6rem) auto 0;
  width: 100%;
}
@media screen and (max-width:767px) {
  .company__attraction-images {
    max-width: 60rem;
  }
}
@media screen and (min-width:768px) {
  .company__attraction-images {
    margin: 6.5rem auto 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:768px) {
  .company__attraction-image {
    width: 32.6%;
  }
}

@media screen and (max-width:767px) {
  .company__attraction-image + .company__attraction-image {
    margin-top: min(9.0909vw, 5rem);
  }
}

.company__attraction-image p {
  font-size: min(4.3076vw, 2.8rem);
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:768px) {
  .company__attraction-image p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.company__attraction-video {
  margin: min(18.1818vw, 10rem) auto 0;
  width: 100%;
}
@media screen and (max-width:767px) {
  .company__attraction-video {
    max-width: 60rem;
    aspect-ratio: 600/336;
  }
}
@media screen and (min-width:768px) {
  .company__attraction-video {
    margin: 5rem auto 0;
    aspect-ratio: 920/515;
  }
}

.company__attraction-video iframe {
  width: 100%;
  height: 100%;
}

.company__attraction-video video {
  width: 100%;
  height: 100%;
}

.company__person {
  margin-top: min(16.3636vw, 9rem);
}
@media screen and (min-width:768px) {
  .company__person {
    margin-top: 7rem;
  }
}

.company__person-text {
  margin-top: min(7.2727vw, 4rem);
}
@media screen and (min-width:768px) {
  .company__person-text {
    margin-top: 4rem;
  }
}

.company__info {
  margin-top: min(16.3636vw, 9rem);
}
@media screen and (min-width:768px) {
  .company__info {
    margin-top: 8rem;
  }
}

.company__info-items {
  margin-top: min(5.4545vw, 3rem);
}
@media screen and (min-width:768px) {
  .company__info-items {
    margin-top: 3rem;
  }
}

@media screen and (min-width:768px) {
  .company__info-item {
    display: flex;
    border-top: 1px solid #B2B2B2;
  }
}

@media screen and (max-width:767px) {
  .company__info-item + .company__info-item {
    margin-top: min(9.0909vw, 5rem);
  }
}

.company__info-item dt {
  font-size: min(4.3076vw, 2.8rem);
  line-height: 1;
  font-weight: 700;
  background: #F1F1F1;
  padding: min(1.6363vw, 0.9rem) min(2.7272vw, 1.5rem);
}
@media screen and (max-width:767px) {
  .company__info-item dt {
    border-top: 1px solid #B2B2B2;
  }
}
@media screen and (min-width:768px) {
  .company__info-item dt {
    font-size: 1.6rem;
    width: 28rem;
    padding: 3rem 2rem;
  }
}

.company__info-item dd {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.5625;
  font-weight: 500;
  margin-top: min(4.909vw, 2.7rem);
}
@media screen and (min-width:768px) {
  .company__info-item dd {
    font-size: 1.6rem;
    margin-top: 0;
    width: calc(100% - 28rem);
    padding: 3rem 3.5rem;
  }
}

.company__info-item:last-child {
  padding-bottom: min(5.4545vw, 3rem);
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (min-width:768px) {
  .company__info-item:last-child {
    padding-bottom: 0;
  }
}

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

.detail {
  width: 100%;
  margin-top: min(13.8461vw, 9rem);
  padding: min(8.1818vw, 4.5rem) 1.5rem min(9.0909vw, 5rem);
}
@media screen and (min-width:768px) {
  .detail {
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 0 9rem;
    max-width: 100rem;
  }
}

.detail__select {
  margin-top: min(7.2727vw, 4rem);
}
@media screen and (min-width:768px) {
  .detail__select {
    my: 7rem;
  }
}

.detail__search-result {
  margin-top: min(20.5454vw, 11.3rem);
}
@media screen and (min-width:768px) {
  .detail__search-result {
    margin-top: 8rem;
  }
}

.select {
  background: #fff;
}

.select__inner {
  padding: min(5.5384vw, 3.6rem) min(2.3076vw, 1.5rem) min(4.923vw, 3.2rem);
}
@media screen and (min-width:768px) {
  .select__inner {
    padding: 3.6rem;
  }
}

.select__content {
  display: flex;
  gap: min(2.4615vw, 1.6rem);
  padding-bottom: min(2.3076vw, 1.5rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .select__content {
    padding-bottom: 3rem;
    gap: 3rem;
    align-items: center;
  }
}

.select__content::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #B3B3B3;
  bottom: 0;
  left: 0;
  right: 0;
}

.select__head,
.select__items {
  font-size: min(4.3076vw, 2.8rem);
}
@media screen and (min-width:768px) {
  .select__head,
  .select__items {
    font-size: 1.6rem;
  }
}

.select__head {
  line-height: 1.6248;
  font-weight: 700;
  width: 100%;
  max-width: min(24.6153vw, 16rem);
  text-align: center;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(1.8181vw, 1rem);
}
@media screen and (min-width:768px) {
  .select__head {
    max-width: 13rem;
    padding: 2.6rem 1rem;
  }
}

.select__items {
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
}

.select__btn {
  margin: min(4.909vw, 2.7rem) auto 0;
  width: 100%;
  max-width: min(69.0909vw, 38rem);
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .select__btn {
    max-width: 23rem;
    margin-top: 3.8rem;
  }
}

.select__btn.is-open {
  display: none;
}

.select__change {
  display: none;
}

.select__change-btns {
  display: flex;
  justify-content: center;
  gap: min(5.4545vw, 3rem);
  margin-top: min(10.909vw, 6rem);
}
@media screen and (min-width:768px) {
  .select__change-btns {
    margin-top: 5rem;
    gap: 0.4rem;
  }
}

.select__change-btn {
  width: 100%;
  max-width: 32rem;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .select__change-btn {
    max-width: 23rem;
    height: 4.842rem;
  }
}

.select__change-btn a {
  height: inherit;
}

@media screen and (min-width:768px) {
  .select__change-btn img,
  .select__change-btn a img {
    height: inherit;
    object-fit: contain;
  }
}

.search-result__inner {
  background: #fff;
  padding: min(4.6153vw, 3rem) min(2.3076vw, 1.5rem) min(6.1538vw, 4rem);
}
@media screen and (min-width:768px) {
  .search-result__inner {
    padding: 3rem 4rem 3.5rem;
  }
}

.search-result__head {
  background: #4177E1;
  color: #fff;
  font-weight: 700;
  font-size: min(4.3076vw, 2.8rem);
  line-height: 1;
  padding: min(0.923vw, 0.6rem) min(2.3076vw, 1.5rem);
  margin-top: min(4.6153vw, 3rem);
}
@media screen and (min-width:768px) {
  .search-result__head {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    padding: 0.9rem 1.5rem;
  }
}

.search-result__items {
  margin-top: min(4.6153vw, 3rem);
}
@media screen and (min-width:768px) {
  .search-result__items {
    margin-top: 3rem;
  }
}

.search-result__item + .search-result__item {
  margin-top: min(4.6153vw, 3rem);
}
@media screen and (min-width:768px) {
  .search-result__item + .search-result__item {
    margin-top: 3.8rem;
  }
}

.search-result__item {
  padding-bottom: min(5.6923vw, 3.7rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .search-result__item {
    padding-bottom: 3.2rem;
  }
}

.search-result__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-result__company {
  font-size: min(6.1538vw, 4rem);
  line-height: 1.225;
  font-weight: 700;
  text-decoration: underline;
  color: #4177E1;
  padding-left: min(4.3076vw, 2.8rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .search-result__company {
    font-size: 2rem;
    padding-left: 2.8rem;
    width: 100%;
    max-width: 60rem;
  }
}

.search-result__company::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(1.394vw, 0.90615rem) 0 0.90615rem min(2.416vw, 1.57041rem);
  border-color: transparent transparent transparent #39B54A;
  left: 0;
  top: min(2vw, 1.3rem);
}
@media screen and (min-width:768px) {
  .search-result__company::before {
    border-width: 0.9415rem 0 0.9415rem 1.0867rem;
    top: 0.4rem;
  }
}

.search-result__top {
  margin-top: min(3.8461vw, 2.5rem);
}
@media screen and (max-width:767px) {
  .search-result__top {
    display: flex;
    gap: min(3.8461vw, 2.5rem);
  }
}
@media screen and (min-width:768px) {
  .search-result__top {
    margin-top: 2.5rem;
    position: relative;
  }
}

.search-result__text {
  font-size: min(4.3076vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .search-result__text {
    flex: 1;
  }
}
@media screen and (min-width:768px) {
  .search-result__text {
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
    width: 100%;
    max-width: 60rem;
  }
}

.search-result__img {
  width: 100%;
  max-width: min(30.7692vw, 20rem);
}
@media screen and (min-width:768px) {
  .search-result__img {
    position: absolute;
    max-width: 30rem;
    top: -5.8rem;
    right: 0;
  }
}

@media screen and (min-width:768px) {
  .search-result__img img {
    aspect-ratio: 300/190;
    width: 100%;
    object-fit: cover;
  }
}

.search-result__condition {
  margin-top: min(6.1538vw, 4rem);
}
@media screen and (min-width:768px) {
  .search-result__condition {
    margin-top: 3rem;
    width: 100%;
    max-width: 60rem;
  }
}

@media screen and (min-width:768px) {
  .search-result__condition-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.6rem;
    column-gap: 4rem;
  }
}

.search-result__condition-item + .search-result__condition-item {
  margin-top: min(1.5384vw, 1rem);
}
@media screen and (min-width:768px) {
  .search-result__condition-item + .search-result__condition-item {
    margin-top: 0;
  }
}

.search-result__condition > .search-result__condition-item {
  margin-top: min(1.5384vw, 1rem);
}
@media screen and (min-width:768px) {
  .search-result__condition > .search-result__condition-item {
    margin-top: 0.6rem;
  }
}

.search-result__condition-item {
  display: flex;
  gap: min(2vw, 1.3rem);
}
@media screen and (min-width:768px) {
  .search-result__condition-item {
    gap: 0.6rem;
  }
}

.search-result__condition-item dt {
  font-size: min(2.7692vw, 1.8rem);
  line-height: 1;
  font-weight: 500;
  width: 100%;
  max-width: min(13.2307vw, 8.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  border: 1px solid #808080;
  height: min(4vw, 2.6rem);
  margin-top: min(0.6153vw, 0.4rem);
}
@media screen and (min-width:768px) {
  .search-result__condition-item dt {
    font-size: 9px;
    width: 43px;
    height: 13px;
    margin-top: 0.1rem;
  }
}

.search-result__condition-item dd {
  font-size: min(3.6923vw, 2.4rem);
  line-height: 1.4166;
  font-weight: 500;
  color: #808080;
  flex: 1;
}
@media screen and (min-width:768px) {
  .search-result__condition-item dd {
    font-size: 12px;
  }
}

.search-result__pagination--bottom {
  margin-top: min(6.1538vw, 4rem);
}
@media screen and (min-width:768px) {
  .search-result__pagination--bottom {
    margin-top: 3rem;
  }
}

.pagination {
  text-align: center;
}

.pagination__items a {
  color: #4177E1;
}

.pagination__item {
  font-size: min(4.923vw, 3.2rem);
  line-height: 1.2;
  font-weight: 500;
  padding: 0 min(1.2307vw, 0.8rem) 0 min(1.8461vw, 1.2rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .pagination__item {
    font-size: 1.8rem;
    padding: 0 0.8rem 0 1.2rem;
  }
}

.pagination__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.6191px;
  height: min(4.5781vw, 2.9758rem);
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width:768px) {
  .pagination__item::before {
    width: 0.0911px;
    height: 1.67451rem;
  }
}

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

.to-top {
  display: none;
}
@media screen and (min-width:768px) {
  .to-top {
    width: 8.3rem;
    height: 8.3rem;
    position: fixed;
    right: 9.7rem;
    bottom: 5rem;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    z-index: 100;
    display: block;
  }
}

.to-top.is-active {
  opacity: 1;
}

.to-top:hover a {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */