@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

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

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

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #3e3a39;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", sans-serif;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: clip;
}

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

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------ 旧62.5%のscss ----- */
.inner {
  z-index: 5;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: min(50px, 6.67vw);
  padding-left: min(50px, 6.67vw);
}

html {
  max-width: 750px;
  margin-inline: auto;
}

body {
  position: relative;
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  left: 50%;
  width: 100%;
  max-width: 750px;
  height: min(100px, 13.4vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header.is-active {
  background: rgba(255, 255, 255, 0.9);
}
.header.--sub {
  background: #FFF;
}
.header.--sub.is-active {
  background: #FFF;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding: 0 min(47px, 6.27vw) 0 min(33px, 4.4vw);
}

.header__logo {
  width: min(232px, 30.93vw);
}

.header__btn {
  width: min(295px, 39.33vw);
}

.fv {
  position: relative;
}
.fv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: url(../img/fv_white.webp) no-repeat center center/cover;
  content: "";
}

.fv__title {
  position: absolute;
  top: min(110px, 14.6vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__copy {
  width: min(615px, 82vw);
}

.fv__desc {
  margin-top: min(26px, 3.46vw);
  padding: min(10px, 1.35vw);
  background: url(../img/bg_fv_desc.webp) no-repeat center center/contain;
  color: #FFF;
  font-size: min(35px, 4.67vw);
  line-height: 1.2571428571;
  text-align: center;
}

.fv__human {
  position: absolute;
  bottom: min(154px, 20.53vw);
  left: 50%;
  width: min(665px, 88.67vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__bottom {
  z-index: 1;
  position: absolute;
  bottom: min(35px, 4.67vw);
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__last {
  width: min(625px, 83.33vw);
  margin-inline: auto;
}

.fv__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: min(690px, 92vw);
  margin-inline: auto;
  gap: min(11px, 1.46vw);
}

.fv__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(15px, 2vw) 0 min(10px, 1.3vw);
  gap: min(10px, 1.3vw);
  border: 2px solid #172a80;
  border-radius: 17px;
  background: #FFF;
  font-weight: 800;
  text-align: center;
}
.fv__item p {
  color: #172a80;
  font-size: min(25px, 3.33vw);
  line-height: 1.3334653465;
  letter-spacing: 0.03em;
}
.fv__item p span {
  letter-spacing: -0.15em;
}
.fv__item:last-child {
  padding: min(10px, 1.3vw) 0 min(15px, 2vw);
}

.fv__icon {
  margin-inline: auto;
}
.fv__icon.--01 {
  width: min(65px, 8.66vw);
}
.fv__icon.--02 {
  width: min(99px, 13.2vw);
}
.fv__icon.--03 {
  width: min(49px, 6.53vw);
}
.fv__icon.--04 {
  width: min(89px, 11.86vw);
}

.search {
  padding: 0 min(18px, 2.4vw);
}

.search__wrapper {
  padding: min(60px, 8vw) min(40px, 5.34vw);
  background: #af0d23;
  color: #FFF;
}

.search__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 800;
  font-size: min(45px, 6vw);
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  text-align: center;
}
.search__title::before, .search__title::after {
  position: absolute;
  top: 50%;
  width: min(101px, 13.46vw);
  height: min(92px, 12.26vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_search.webp) no-repeat center center/contain;
  content: "";
}
.search__title::before {
  right: 102%;
}
.search__title::after {
  left: 102%;
}

.search__text {
  margin-top: min(15px, 2vw);
  font-size: min(25px, 3.35vw);
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
}

.search__annotation {
  margin-top: min(25px, 3.35vw);
  font-size: min(18px, 2.4vw);
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  text-align: center;
}

.search__container {
  margin-top: min(15px, 2vw);
  padding: min(30px, 4vw) min(25px, 3.35vw);
  background: #FFF;
  color: #3e3a39;
}

.search__tel {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.search__attention {
  color: red;
  font-size: min(20px, 2.67vw);
}

.search__result {
  font-size: min(20px, 2.67vw);
}
.search__result span {
  margin-left: min(20px, 2.67vw);
  font-size: min(14px, 1.866vw);
}

.search__input {
  position: relative;
  margin-bottom: min(20px, 2.67vw);
}
.search__input::before {
  position: absolute;
  top: 50%;
  left: min(25px, 3.35vw);
  width: min(25px, 3.35vw);
  height: min(25px, 3.35vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_searchmark.webp) no-repeat center center/contain;
  content: "";
}
.search__input input {
  width: 100%;
  height: min(57px, 7.6vw);
  padding-left: min(75px, 10vw);
  border: 1px solid #393939;
  color: #3e3a39;
  font-size: min(20px, 2.67vw);
}

.search__items {
  height: min(510px, 68vw);
  margin-top: min(15px, 2vw);
  overflow: scroll;
  color: #3e3a39;
}

.search__item {
  display: grid;
  grid-template-columns: 55% 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 1em;
  gap: min(15px, 2vw);
  font-size: min(20px, 2.67vw);
}
.search__item:nth-child(even) {
  background: #f4f4f4;
}

.search__total {
  padding: 1em 1em 0;
  font-size: min(20px, 2.67vw);
  text-align: right;
}

.cta {
  padding: min(40px, 5.34vw) min(20px, 2.67vw);
}

.cta__btn {
  text-align: center;
}

.cta__head {
  font-size: min(40px, 5.34vw);
  text-align: center;
}

.footer__nav {
  margin-right: min(28px, 3.734vw);
  font-size: min(28px, 3.734vw);
}

.footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(70px, 9.34vw);
}

.footer__bottom {
  margin-top: min(36px, 4.8vw);
  padding: min(50px, 6.67vw) 0;
  background: url(../img/bg_footer.webp) no-repeat center center/cover;
  color: #FFF;
  font-size: min(30px, 4vw);
  text-align: center;
}

.privacy {
  margin-top: min(100px, 13.4vw);
  margin-bottom: min(34px, 4.53vw);
  padding: min(50px, 6.67vw) 0;
  background: #cde2ed;
}

.privacy__container {
  padding: min(50px, 6.67vw) min(40px, 5.34vw);
  background: #FFF;
}

.section__head {
  color: #036ea4;
  font-weight: 700;
  font-size: min(34px, 4.53vw);
  line-height: 1.3529411765;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.privacy__items {
  display: grid;
  margin-top: min(30px, 4vw);
  gap: min(15px, 2vw);
}

.privacy__item {
  display: grid;
  gap: min(15px, 2vw);
}

.privacy__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  border-bottom: 3px solid #595757;
  color: #595757;
  font-weight: 700;
  font-size: min(28px, 3.734vw);
  line-height: 1.7857142857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.privacy__desc {
  color: #595757;
  font-weight: 600;
  font-size: min(22px, 2.93vw);
  line-height: 2;
  letter-spacing: 0.13em;
}
.privacy__desc ol {
  margin-top: min(10px, 1.34vw);
  padding-left: 2em;
  list-style: decimal;
}
.privacy__desc ol li {
  list-style: decimal;
}

.office__items {
  margin-top: min(50px, 6.67vw);
  border: 1px solid #727171;
}

.office__item {
  display: grid;
  grid-template-columns: 31.7343173432% 1fr;
  font-weight: 700;
  font-size: min(20px, 2.67vw);
  font-family: "Noto Sans JP", sans-serif;
}
.office__item:not(:first-child) .office__value {
  border-top: 1px solid #727171;
}
.office__item:not(:first-child) .office__label {
  position: relative;
}
.office__item:not(:first-child) .office__label::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  content: "";
}

.office__label {
  padding: 2em 1em;
  background: #036ea4;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
}

.office__value {
  padding: 2em 1em;
  color: #595757;
  font-size: min(20px, 2.67vw);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.office__value span {
  font-size: min(13px, 1.73vw);
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .inner {
    padding-right: min(50px, 6.67vw);
    padding-left: min(50px, 6.67vw);
  }
  .inner__mini {
    max-width: 1040px;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
/*# sourceMappingURL=map/styles.css.map */