@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
.main {
  overflow: hidden;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 85px 20px 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 13.33vw 6.15vw 0;
  }
}

.pageheading {
  height: 315px;
  text-align: center;
}
.pageheading__title {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  position: relative;
  z-index: 10;
}
.pageheading__title i {
  display: block;
  width: 72px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pageheading__subtitle {
    font-size: 4.62vw !important;
    display: block;
  }
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageheading {
    height: auto;
    padding-bottom: 12.82vw;
  }
  .pageheading__title {
    padding: 0;
  }
  .pageheading__title span {
    font-size: 6.41vw;
  }
  .pageheading__title svg {
    width: 100%;
  }
  .pageheading__text {
    font-size: 3.85vw;
    padding: 0;
    margin-top: 10.26vw;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    text-align: left;
    text-align: justify;
    text-align-last: justify;
  }
}

.kv-lines.--lower {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1100px;
  transform: translateX(-50%);
  pointer-events: none;
}
.kv-lines.--lower .kv-item {
  position: absolute;
  will-change: transform, opacity;
}
.kv-lines.--lower .kv-left--01 {
  left: 37px;
  top: -40px;
}
.kv-lines.--lower .kv-left--02 {
  left: 0px;
  top: 0;
}
.kv-lines.--lower .kv-right--01 {
  right: 74px;
  top: -39px;
}
.kv-lines.--lower .kv-right--02 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv-lines.--lower {
    min-width: auto;
  }
  .kv-lines.--lower .kv-left--01 {
    left: 0;
    top: 0px;
  }
  .kv-lines.--lower .kv-left--02 {
    left: 0px;
    top: 6vw;
  }
  .kv-lines.--lower .kv-left--02 svg {
    width: 20vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--01 {
    right: -2vw;
    top: 0px;
  }
  .kv-lines.--lower .kv-right--01 svg {
    width: 28vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--02 {
    right: 0;
    top: 14vw;
  }
}

.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 5.13vw;
  }
}

.section-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14.3px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #484AFE;
  margin-bottom: 32px;
}
.section-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 5.13vw;
    padding: 2.33vw;
    margin-bottom: 5.13vw;
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
}

.navigation {
  background: #EAEAEA;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .navigation {
    padding: 11.03vw 4.62vw;
  }
  .navigation .anchor-item {
    letter-spacing: 0;
  }
}

.anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor-item {
  width: 254px;
  height: 119px;
  background: #fff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  position: relative;
}
.anchor-link {
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.anchor-link .arrow {
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.53885%208.5007C5.93463%209.09481%206.80755%209.09481%207.20333%208.5007L11.8308%201.55441C12.2735%200.889832%2011.7971%200%2010.9985%200H1.7437C0.9451%200%200.4687%200.88983%200.9114%201.55441L5.53885%208.5007Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateY(0);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19px;
  transition: transform 0.25s ease-out;
}
.anchor-link:hover .arrow {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .anchor {
    justify-content: space-between;
  }
  .anchor-item {
    font-size: 3.33vw;
    line-height: 1.538;
    width: 27.69vw;
    height: 23.85vw;
    border-radius: 4.1vw;
    margin: 0;
  }
  .anchor-link {
    padding: 0 0 3.85vw;
  }
  .anchor-link .arrow {
    width: 3.85vw;
    height: 3.33vw;
    bottom: 3.59vw;
  }
}

.grid {
  display: grid;
}
.grid--pc3col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 10;
}
.grid--pc2col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.grid--pc2col .card__title.--large {
  height: 78px;
}
.grid--pc2col .card__title.--large::before {
  height: 60px;
}
.grid--pc2col .card__text {
  padding: 22px 0 28px;
}
.grid--pc2col .card__btn {
  margin-top: auto;
  align-self: flex-end;
}
.grid--pc2col .grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid--lsize {
  max-width: 1168px;
}
.grid--single {
  max-width: 1000px;
  margin: 0 auto;
}
.grid--single .card__text {
  padding: 0;
}
.grid--single .card__btn {
  margin-top: 0;
}
.grid--single .card .external-arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 13px;
  height: 13px;
}
.grid--single .card__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 22px;
}
.grid--single .grid-item {
  padding: 28px 34px;
}
.grid__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  width: 100%;
  height: 69px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 5.13vw;
  }
  .grid--pc2col .card__text {
    padding: 3.59vw 0 4.87vw;
  }
  .grid--pc2col .card__btn {
    padding: 3.59vw 9.74vw 3.59vw 7.69vw;
  }
  .grid--single .card__text {
    padding-bottom: 2.05vw;
  }
  .grid--single .card__body {
    display: block;
    padding-top: 3.59vw;
  }
  .grid--single .card__btn {
    width: 43.59vw;
    float: right;
  }
  .grid__title {
    font-size: 3.33vw;
    line-height: 2.23;
    height: auto;
    margin-bottom: 3.85vw;
  }
  .grid__text {
    font-size: 3.33vw;
    line-height: 1.69;
  }
  .grid--recruit .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--recruit .grid__title i.arrow svg {
    vertical-align: middle;
  }
}

.card {
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  text-align: left;
  height: 100%;
  position: relative;
}
.card__note {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.card__title {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #EAEAEA;
  padding-left: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428;
  letter-spacing: 0.12em;
}
.card__title.--nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .card__title {
    font-size: clamp(0.9375rem, 0.3255rem + 1.275vw, 1.3125rem);
  }
}
.card__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: #484AFE;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.12em;
  padding: 22px 0 28px;
}
.card__text .small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.card__btn span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  margin-right: 0;
}
.card__btn i {
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 5.64vw 6.15vw;
    border-radius: 5.64vw;
  }
  .card__note {
    margin-top: 2.05vw;
    font-size: 3.08vw;
    line-height: 1.33;
  }
  .card__title {
    font-size: 5.38vw;
    padding-left: 4.1vw;
  }
  .card__text {
    font-size: 3.85vw;
  }
}

.appeals {
  padding-top: 110px;
  padding-inline: 20px;
  background-color: #F4F4F4;
}
.appeals-lists {
  gap: 36px;
}
.appeals-lists__title {
  padding-bottom: 28px;
  border-bottom: 3px solid #EAEAEA;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-align: center;
}
.appeals-lists__flex {
  display: flex;
  column-gap: 20px;
  margin-top: 16px;
}
.appeals-lists__imgbox {
  flex-shrink: 0;
  width: 39.07%;
}
.appeals-lists__imgbox img {
  width: 100%;
  height: auto;
}
.appeals-lists .card {
  padding: 34px 30px 28px;
}
.appeals-lists .card__text {
  padding: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .appeals {
    padding-top: 12.82vw;
    padding-inline: 6.15vw;
  }
  .appeals-lists__title {
    padding-bottom: 4.62vw;
    font-size: 4.36vw;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
  .appeals-lists__flex {
    display: block;
    margin-top: 1.54vw;
  }
  .appeals-lists__imgbox {
    margin-inline: auto;
    width: 66.32%;
  }
  .appeals-lists .card {
    padding: 6.15vw;
  }
  .appeals-lists .card__text {
    font-size: 3.59vw;
    letter-spacing: 0.06em;
    padding: 0;
  }
  .appeals-lists .grid-item:not(:last-child) {
    margin-bottom: 8.21vw;
  }
}

.guide {
  padding-top: 120px;
  padding-inline: 20px;
  background-color: #F4F4F4;
}
.guide .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-inline: auto;
  max-width: 840px;
}
.guide .card__image {
  margin-inline: auto;
  width: 55.13%;
}
.guide .card__image .cardarea {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .guide .card__image .cardarea {
    margin-left: 0;
  }
}
.guide .card__image .cardarea .fig {
  width: 100%;
}
.guide .card__image .cardarea .fig svg {
  width: 100%;
  height: auto;
}
.guide .card__image .cardarea .btns {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guide .card__image .cardarea .btns button {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  background: #3A3A3A;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
.guide .card__image .cardarea .btns button[data-area=north] {
  top: 20.13%;
  left: 66.255%;
}
.guide .card__image .cardarea .btns button[data-area=east] {
  top: 49.655%;
  right: 4.827%;
}
.guide .card__image .cardarea .btns button[data-area=west] {
  bottom: 25%;
  left: 7.827%;
}
.guide .card__image .cardarea .btns button[data-area=central] {
  top: 49%;
  left: 36.655%;
}
.guide .card__image .cardarea .btns button[data-area=azuma] {
  top: 26.3%;
  left: 3%;
}
.guide .card__image .cardarea .btns button[data-area=online] {
  width: 100px;
  text-align: center;
  bottom: -18%;
  left: 14%;
}
.guide .card__image .cardarea .btns button[data-area=out] {
  width: 100px;
  text-align: center;
  bottom: -18%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .guide .card__image {
    width: 100%;
    margin-right: 0;
  }
  .guide .card__image p {
    font-size: 3.33vw;
    margin-bottom: 3.08vw;
  }
  .guide .card__image .cardarea {
    width: 97.1%;
    margin-left: 0;
  }
  .guide .card__image .cardarea .fig svg {
    width: 100%;
  }
  .guide .card__image .cardarea .btns button {
    padding: 2.56vw 3.08vw;
    font-size: 3.08vw;
  }
  .guide .card__image .cardarea .btns button[data-area=azuma] {
    left: -1%;
  }
  .guide .card__image .cardarea .btns button[data-area=north] {
    left: 60.255%;
  }
}
.guide__map {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .guide {
    padding-top: 23.08vw;
    padding-inline: 6.15vw;
  }
  .guide .card__title {
    line-height: 1.4;
    margin-bottom: 3.59vw;
  }
  .guide .card__title::before {
    height: 15.38vw;
  }
  .guide .card__text {
    width: 100%;
  }
  .guide .card__content {
    width: 100%;
    max-width: 100%;
  }
  .guide .card__image .cardarea {
    width: 100%;
    margin: 0;
  }
  .guide__map {
    padding: 6.41vw 3.33vw;
  }
}

.border-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.363;
  letter-spacing: 0.08em;
  position: relative;
  text-align: left;
  padding-left: 16px;
}
.border-title::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #1ABE71;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .border-title {
    font-size: 5.38vw;
  }
}

.modal-heading {
  font-size: 21px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.modal-heading::before {
  background: #484AFE;
}
@media screen and (max-width: 768px) {
  .modal-heading {
    font-size: 4.87vw;
    margin-bottom: 2.56vw;
  }
}

.modal-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .modal-subtitle {
    font-size: 3.59vw;
    line-height: 1.57;
    margin-bottom: 5.13vw;
  }
}

.modal-content {
  width: 960px;
  max-width: 960px;
  max-height: 71.283vh;
  padding: 56px 64px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 87.18vw;
    max-width: none;
    padding: 10.77vw 6.67vw;
    border-radius: 6.67vw;
  }
}
.modal-content::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modal-content {
    width: 90vw;
    max-width: none;
  }
}

.modal-area__image {
  width: 560px;
  margin: 0 auto 36px;
}
.modal-area__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.16em;
  padding-bottom: 18px;
  border-bottom: 3px solid #eaeaea;
}
.modal-area__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7857;
  letter-spacing: 0.12em;
  padding-top: 18px;
}
.modal-area__note {
  background: #F4F4F4;
  padding: 30px 22px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .modal-area__image {
    width: 100%;
    margin-bottom: 7.69vw;
  }
  .modal-area__image img {
    width: 100%;
  }
  .modal-area__title {
    font-size: 4.36vw;
    line-height: 1.294;
    padding-bottom: 4.62vw;
  }
  .modal-area__text {
    letter-spacing: 0.06em;
    font-size: 3.59vw;
    line-height: 1.643;
    padding-top: 4.62vw;
  }
}

.note-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  color: #484AFE;
}
.note-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.12em;
}
.note-item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: 3px;
  margin: 0 8px 0 5px;
}
@media screen and (max-width: 768px) {
  .note {
    margin-top: 5.64vw;
    padding: 7.18vw 4.1vw;
  }
  .note-title {
    font-size: 3.85vw;
    margin-bottom: 4.1vw;
  }
  .note-item {
    font-size: 3.59vw;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.information {
  padding-block: 120px 110px;
  background-color: #F4F4F4;
}
.information-lists {
  row-gap: 52px;
  margin-top: 70px;
}
.information-lists .card {
  padding: 16px 29px 30px;
}
.information-lists .card__title {
  padding-top: 10px;
}
.information-lists .card__title.gunma-title {
  padding-top: 0;
}
.information-lists .card__text {
  padding: 20px 0 0;
}
.information__circle {
  display: grid;
  place-items: center;
  position: absolute;
  top: -32px;
  left: -8px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #1ABE71;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
.information .card__title {
  display: grid;
  place-content: center;
  padding-left: 0;
  height: 64px;
  text-align: center;
}
.information .card__title::before {
  display: none;
}
.information .card__title img {
  display: inline-block;
  margin-inline: auto;
  max-width: 192px;
}
.information .card__btn.linkBtn--outer i.outer-arrow {
  top: 50%;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 23.08vw 6.15vw 12.82vw;
  }
  .information-lists {
    margin-top: 11.28vw;
  }
  .information-lists .card {
    padding: 6.15vw;
  }
  .information-lists .card__title {
    font-size: 4.36vw;
    padding: 0 0 4.62vw 0;
  }
  .information-lists .card__text {
    font-size: 3.59vw;
    letter-spacing: 0.1em;
    padding: 3.59vw 0 2.56vw;
  }
  .information__circle {
    top: -6.67vw;
    left: -2.56vw;
    width: 20.77vw;
    height: 20.77vw;
    font-size: 3.33vw;
    line-height: 1.38;
  }
  .information .card__title {
    padding-left: 0;
    height: auto !important;
    font-size: 4.36vw;
    letter-spacing: 0.12em;
  }
  .information .card__title::before {
    display: none;
  }
  .information .card__title img {
    width: 45.64vw;
    max-width: none;
  }
  .information .grid-item:not(:last-child) {
    margin-bottom: 8.21vw;
  }
}