@charset "UTF-8";
._pc {
  display: none;
}
@media screen and (min-width: 900px) {
  ._pc {
    display: block;
  }
}

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

.keyvisual {
  background: url(../images/top/keyvisual_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .keyvisual {
    margin-top: 90px;
    height: 700px;
  }
}
.keyvisual__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .keyvisual__wrapper {
    flex-direction: row;
  }
}
.keyvisual__flex {
  display: flex;
}
.keyvisual__box {
  margin-left: 20px;
}
@media screen and (min-width: 900px) {
  .keyvisual__box {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .keyvisual__box {
    margin-left: 10%;
  }
}
.keyvisual__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.8rem;
  font-weight: normal;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .keyvisual__title {
    font-size: 5.8rem;
    letter-spacing: 0.07em;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.keyvisual__text {
  font-size: 2rem;
  line-height: 1.5;
  color: #FFF;
}
.keyvisual__text--left {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .keyvisual__text--left {
    margin-bottom: 40px;
  }
}
.keyvisual__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.keyvisual__container--left {
  width: 100%;
  height: 660px;
  background: url(../images/top/keyvisual_img_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 389/598;
  align-items: start;
}
@media screen and (min-width: 900px) {
  .keyvisual__container--left {
    height: 100%;
    aspect-ratio: auto;
    padding: 100px 0 200px;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .keyvisual__container--left {
    width: 40%;
    padding: 0;
    align-items: center;
  }
}
.keyvisual__container--right {
  flex-grow: 1;
  padding: 20px;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .keyvisual__container--right {
    padding: 30px 50px;
    background-color: transparent;
  }
}
.keyvisual__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
}
@media screen and (min-width: 375px) {
  .keyvisual__content {
    margin-top: -130px;
  }
}
@media screen and (min-width: 450px) {
  .keyvisual__content {
    margin-top: -150px;
  }
}
@media screen and (min-width: 900px) {
  .keyvisual__content {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1280px) {
  .keyvisual__content {
    margin-top: 0;
  }
}
.keyvisual__copy {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-bottom: 5px;
  padding: 0 35px;
}
@media screen and (min-width: 450px) {
  .keyvisual__copy {
    font-size: 3rem;
  }
}
.keyvisual__copy span {
  font-size: 3rem;
}
@media screen and (min-width: 450px) {
  .keyvisual__copy span {
    font-size: 4rem;
  }
}
.keyvisual__copy::before, .keyvisual__copy::after {
  position: absolute;
  content: "";
  width: 26.65px;
  height: 40.05px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.keyvisual__copy::before {
  background: url(../images/top/keyvisual_copy_icon1.svg);
  left: 0;
}
.keyvisual__copy::after {
  background: url(../images/top/keyvisual_copy_icon2.svg);
  right: 0;
}
.keyvisual__white {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
  color: #333333;
}
@media screen and (min-width: 1280px) {
  .keyvisual__white {
    max-width: 893px;
    padding: 25px;
  }
}
.keyvisual__tr {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 117, 194, 0.2);
}
@media screen and (min-width: 900px) {
  .keyvisual__tr {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
  }
}
.keyvisual__tr:first-child {
  padding-top: 0;
}
.keyvisual__tr:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.keyvisual__tr--sp {
  display: flex;
}
@media screen and (min-width: 900px) {
  .keyvisual__tr--sp {
    display: none;
  }
}
.keyvisual__th {
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .keyvisual__th {
    white-space: nowrap;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .keyvisual__th {
    min-width: 150px;
  }
}
.keyvisual__th--pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .keyvisual__th--pc {
    display: table-cell;
  }
}
.keyvisual__subtitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #233482;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .keyvisual__subtitle {
    margin-bottom: 0;
  }
}
.keyvisual__subtitle::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.keyvisual__subtitle ._tab {
  display: none;
}
@media screen and (min-width: 900px) {
  .keyvisual__subtitle ._tab {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .keyvisual__subtitle ._tab {
    display: none;
  }
}
.keyvisual__subtitle--filter::before {
  background-image: url(../images/top/keyvisual_subtitle_icon1.svg);
}
.keyvisual__subtitle--keyword::before {
  background-image: url(../images/top/keyvisual_subtitle_icon2.svg);
  width: 20px;
}
.keyvisual__subtitle--job::before {
  background-image: url(../images/top/keyvisual_subtitle_icon3.svg);
}
.keyvisual__subtitle--area::before {
  background-image: url(../images/top/keyvisual_subtitle_icon4.svg);
}
.keyvisual__td {
  vertical-align: top;
}
.keyvisual__td--top {
  display: flex;
}
.keyvisual__td--pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .keyvisual__td--pc {
    display: table-cell;
  }
}
.keyvisual__block--border {
  display: none;
  position: relative;
  max-width: 261px;
}
.keyvisual__block--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .keyvisual__block--border {
    display: none;
  }
  .keyvisual__block--border::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    height: 100%;
    background-color: rgba(0, 117, 194, 0.2);
    right: 19px;
  }
}
@media screen and (min-width: 1280px) {
  .keyvisual__block--border {
    right: 0;
  }
}
@media screen and (min-width: 1500px) {
  .keyvisual__block--border {
    right: 19px;
  }
}
.keyvisual__example {
  margin: 0 0 0 20px;
  text-align: right;
  font-size: 1.4rem;
}
.keyvisual__label--gray {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin: 5px;
  font-size: 1.4rem;
  padding: 4px 12px;
  background-color: #eeeeee;
  border-radius: 5px;
  cursor: pointer;
}
.keyvisual__label--underline {
  font-size: 1.4rem;
  text-decoration: underline;
}
.keyvisual__label--bold {
  flex-shrink: 0;
  width: 120px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .keyvisual__label--bold {
    font-size: 1.6rem;
  }
}
.keyvisual__input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.keyvisual__input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.keyvisual__input:checked::after {
  content: "";
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  position: absolute;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.keyvisual__input--keyword {
  width: 100%;
  height: 40px;
  background-color: #eeeeee;
  border: 1px solid #95989A;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background-image: url(../images/top/keyvisual_subtitle_icon2.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 10px center;
}
@media screen and (min-width: 900px) {
  .keyvisual__input--keyword {
    width: 237px;
    height: 30px;
    margin: 0 0 0 4px;
    padding: 5px 30px 5px 10px;
  }
}
.keyvisual__input--pref {
  width: 13px;
  height: 13px;
}
.keyvisual__input--pref:checked::after {
  left: 3px;
  top: -0.4px;
  width: 4px;
  height: 8px;
}
.keyvisual__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.keyvisual__group {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 10px;
}
.keyvisual__group:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .keyvisual__group {
    flex-direction: row;
  }
}
.keyvisual__btn {
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (min-width: 900px) {
  .keyvisual__btn {
    width: fit-content;
    margin: 20px auto 0;
  }
}
.keyvisual__btn input {
  width: 100%;
  font-size: 15px;
  height: 67px;
  border: 0;
  margin: 0;
  cursor: pointer;
  color: #FFF !important;
  text-decoration: none;
  behavior: url(PIE.htc);
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #0b1e72;
  background: #0b1e72 url(../images/top/keyvisual_btn_icon1.svg) no-repeat 10% center;
  background-size: 20px auto;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .keyvisual__btn input {
    width: 485px;
    height: 60px;
    padding-left: 20px;
    background: #0b1e72 url(../images/top/keyvisual_btn_icon1.svg) no-repeat 30% center;
  }
}

.value {
  position: relative;
  background: url(../images/top/value_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 20px 80px 20px;
}
@media screen and (min-width: 900px) {
  .value {
    padding: 200px 70px;
  }
}
.value__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .value__title {
    font-size: 4.3rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.value__title--img {
  position: absolute;
  width: 360px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .value__title--img {
    width: 662.26px;
    height: 97.35px;
  }
}
.value__title--img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .value__fixed {
    max-width: 35%;
  }
}
.value__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .value__wrapper {
    flex-direction: row;
    justify-content: right;
    max-width: 1400px;
    margin-bottom: 200px;
  }
}
.value__container {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .value__container {
    max-width: 720px;
    margin-right: 10%;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .value__container:last-child {
    margin-bottom: 0;
  }
}
.value__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.value__text {
  font-size: 1.6rem;
}
.value__text--right {
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .value__text--right {
    margin-bottom: 10px;
  }
}
.value__img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .value__img {
    margin-bottom: 10px;
  }
}
.value__img img {
  width: 100%;
  height: auto;
}
.value__group {
  position: relative;
  padding-left: 75px;
}
@media screen and (min-width: 900px) {
  .value__group {
    padding-left: 90px;
  }
}
.value__group::before {
  position: absolute;
  content: "";
  width: 51.62px;
  height: 55.5px;
  top: 10px;
  left: 0;
  background-image: url(../images/top/value_group_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .value__group::before {
    width: 66.62px;
    height: 69.5px;
  }
}
.value__group--1::before {
  background-image: url(../images/top/value_group_icon1.svg);
}
.value__group--2::before {
  background-image: url(../images/top/value_group_icon2.svg);
  width: 61.62px;
  height: 64.5px;
}
@media screen and (min-width: 900px) {
  .value__group--2::before {
    width: 66.62px;
    height: 69.5px;
  }
}
.value__group--3::before {
  background-image: url(../images/top/value_group_icon3.svg);
  width: 61.62px;
  height: 64.5px;
}
@media screen and (min-width: 900px) {
  .value__group--3::before {
    width: 66.62px;
    height: 69.5px;
  }
}
.value__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 900px) {
  .value__unit {
    gap: 35px;
  }
}
.value__btn {
  width: 100%;
  margin: 0;
  max-width: 164px;
}
@media screen and (min-width: 900px) {
  .value__btn {
    max-width: 347px;
  }
}
.value__btn a {
  display: block;
  padding: 2rem 2rem 2rem 1rem;
  color: #fff;
  background: #000 url("../images/icon2022_01/arrow_w.svg") no-repeat right 0.8rem center;
  background-size: 1.5rem;
  text-align: left;
  width: inherit;
  font-size: 1.4rem;
  font-weight: normal;
  box-sizing: border-box;
}
.value__btn a:hover {
  color: #000;
  background: #60c0ff url("../images/icon2022_01/arrow_b.svg") no-repeat right 2.5rem center;
  text-decoration: none;
}
@media screen and (min-width: 390px) {
  .value__btn a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 900px) {
  .value__btn a {
    background: #000 url("../images/icon2022_01/arrow_w.svg") no-repeat right 2.5rem center;
    padding: 2.5rem 3rem;
  }
}

.area {
  width: 100%;
  background-color: #EFF9FF;
  background-image: url(../images/top2022_01/area_bg1.svg);
  background-repeat: no-repeat;
  background-size: 233px 49px;
  background-position: left top;
  overflow: scroll;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area {
    background-size: 449px 97px;
  }
}
.area:before {
  position: absolute;
  content: "";
  background-image: url(../images/top2022_01/area_img_pic1.svg);
  width: 322px;
  height: 189px;
  transform: translateX(-50%);
  top: 38px;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .area:before {
    content: none;
  }
}
.area__inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (min-width: 768px) {
  .area__inner {
    width: 1200px;
    padding: 100px 0 160px;
  }
}
.area__title {
  font-weight: bold;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "Yu Mincho Light", "YuMincho Light", serif;
  color: #000;
  font-size: 4rem;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .area__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .area__title {
    font-size: 4rem;
  }
}
.area__tab-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .area__tab-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.area__tab {
  font-size: 1.4rem;
  background-color: transparent;
  padding: 14.5px 0;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #333333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .area__tab {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.area__tab--active {
  background-color: #FFF;
  border-bottom: 2px solid #0075C2;
  color: #0075C2;
  font-weight: 700;
}
.area__content {
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .area__content {
    gap: normal;
    padding: 36px 0 55px;
    justify-content: center;
    flex-direction: row;
    font-size: 1.6rem;
  }
}
.area__content--hidden {
  display: none;
}
.area__name {
  font-size: 1.6rem;
  color: #fff;
  background-color: #0075C2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 2px 15px;
}
@media screen and (min-width: 768px) {
  .area__name {
    font-size: 1.4rem;
  }
}
.area__group {
  width: auto;
}
@media screen and (min-width: 768px) {
  .area__group {
    width: 260px;
    position: absolute;
  }
}
.area__group--hokkaido-tohoku {
  top: 115px;
  right: 0;
}
.area__group--kantou {
  top: 305px;
  right: 0;
}
.area__group--hokuriku-hokushinetsu {
  left: 50%;
}
@media screen and (min-width: 768px) {
  .area__group--hokuriku-hokushinetsu {
    transform: translateX(-50%);
  }
}
.area__group--toukai {
  bottom: 0;
  right: 315px;
}
.area__group--kinki {
  bottom: 0;
  left: 342px;
}
.area__group--chugoku-shikoku {
  left: 170px;
}
.area__group--kyusyu-okinawa {
  bottom: 36px;
  left: 0;
}
.area__group--hokkaido-tohoku .area__item:nth-of-type(n+7) a, .area__group--kantou .area__item:nth-of-type(n+7) a, .area__group--chugoku-shikoku .area__item:nth-of-type(n+7) a, .area__group--kyusyu-okinawa .area__item:nth-of-type(n+7) a {
  border-bottom: none;
}
.area__group--toukai .area__item:nth-of-type(n+7) a, .area__group--kinki .area__item:nth-of-type(n+7) a, .area__group--hokuriku-hokushinetsu .area__item:nth-of-type(n+7) a {
  border-bottom: none;
}
.area__list {
  display: grid;
  background-color: #fff;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.area__item:nth-of-type(3n) a {
  border-right: none;
}
.area__item a {
  display: block;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #D9F1FF;
  border-bottom: 1px solid #D9F1FF;
}
.area__item a:hover {
  text-decoration: none;
}
.area__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .area__img {
    display: block;
  }
}

.flow {
  position: relative;
  background: url(../images/top/flow_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .flow {
    background: url(../images/top/flow_bg1.jpg);
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .flow {
    padding: 100px 70px;
  }
}
.flow__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.flow__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 4.3rem;
    line-height: 1.7;
    margin-bottom: 36px;
  }
}
.flow__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 70px;
}
.flow__text:first-child {
  margin-bottom: 20px;
}
.flow__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .flow__wrapper {
    gap: 40px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.flow__carousel {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .flow__carousel {
    width: auto;
  }
}
.flow__slide {
  position: relative;
}
.flow__slide:last-child::before {
  display: none;
}
.flow__slide::before {
  display: none;
  position: absolute;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/top/flow_slide_icon1.svg);
  top: 0;
  right: -30px;
  width: 23px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .flow__slide::before {
    display: block;
  }
}
.flow__step {
  width: 60.5px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .flow__step {
    width: 65px;
  }
}
.flow__step img {
  width: 100%;
  height: auto;
}
.flow__subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #233482;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__subtitle {
    height: 3em;
    margin-bottom: 40px;
  }
}
.flow__img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}
.flow__img img {
  width: 100%;
  height: auto;
}
.flow__detail {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.flow__detail span {
  font-weight: bold;
}
.flow__btn {
  width: 100%;
  margin: 0;
}
.flow__btn a {
  display: block;
  padding: 2rem;
  color: #233482;
  background: #FBC600 url("../images/icon2022_01/arrow_w.svg") no-repeat right 1rem center;
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  box-sizing: border-box;
}
.flow__btn a:hover {
  color: #FBC600;
  background: #233482 url("../images/icon2022_01/arrow_w.svg") no-repeat right 2.5rem center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .flow__btn a {
    background: #FBC600 url("../images/icon2022_01/arrow_w.svg") no-repeat right 2.5rem center;
    max-width: 233.4px;
    padding: 2.5rem 2rem;
  }
}
.flow__contaier {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 45px;
    width: 23px;
    display: block;
    top: 20% !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    width: 23px;
    margin: auto;
  }
}

.swiper-button-prev::after {
  background-image: url(../images/top/flow_slide_icon2.svg);
  left: 10px;
}

.swiper-button-next::after {
  background-image: url(../images/top/flow_slide_icon1.svg);
  right: 10px;
}

.swiper-navigation-icon {
  display: none;
}

.keyvisual__label--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.keyvisual__label--disabled:hover {
  opacity: 0.4;
}

.keyvisual__input--disabled {
  cursor: not-allowed;
}

.keyvisual__input--disabled+.keyvisual__link {
  pointer-events: none;
}

.keyvisual__link--disabled {
  color: #999;
  pointer-events: none;
  text-decoration: none;
}

.keyvisual__label--underline.keyvisual__label--disabled .keyvisual__link {
  border-bottom: none;
}

.keyvisual__label--bold.keyvisual__label--disabled {
  font-weight: 600;
  color: #aaa;
}

.keyvisual__group--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.keyvisual__input--disabled:focus {
  outline: none;
  box-shadow: none;
}