@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

#pagetop {
  display: none;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  transition: 0.25s ease all;
}

.inner {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
}
.inner.narrow {
  width: 1160px;
}

.btn {
  background: #a41a17;
  color: #fff;
  font-size: 20px;
  width: 360px;
  height: 70px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn::before {
  content: "";
  background: #f0dd40;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s ease all;
}
.btn:hover {
  color: #a41a17;
}
.btn:hover::before {
  width: 100%;
  transition: 0.25s ease all;
}
.btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.min {
  font-family: "ten-mincho", serif;
  font-weight: 400;
}

.header {
  background: #185c73;
  display: flex;
  justify-content: space-between;
  padding: 25px 40px 25px 80px;
}
.header__text {
  color: #fff;
  display: inline-block;
  padding-left: 25px;
}
.header__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  background: rgb(255, 255, 255);
  background: linear-gradient(340deg, rgb(255, 255, 255) 0%, rgba(226, 190, 35, 0.8) 70%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__title::before {
  content: "";
  background: url(../images/logo_pro.png) no-repeat center/contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: -10px;
  padding-right: 10px;
}

main .mv {
  background: url(../images/mv.jpg) no-repeat center top/cover;
  height: 830px;
  padding: 90px 0 40px;
}
main .mv__inner {
  position: relative;
  height: 100%;
}
main .mv__titleWrap {
  position: relative;
  margin-left: -50px;
}
main .mv__catch {
  font-size: 22px;
  color: #185c73;
  font-weight: 700;
  position: absolute;
  transform: rotate(-4deg);
  z-index: 1;
  top: -5px;
  left: 40px;
  letter-spacing: 0.06em;
}
main .mv__catch::before {
  content: "";
  background: url(../images/mv_frame.png) no-repeat center/contain;
  position: absolute;
  top: -35px;
  left: -45px;
  z-index: -1;
  width: 590px;
  height: 120px;
}
main .mv__large {
  font-size: 26px;
}
main .mv__dot--01, main .mv__dot--02, main .mv__dot--03 {
  font-size: 26px;
  position: relative;
}
main .mv__dot--01::before, main .mv__dot--02::before, main .mv__dot--03::before {
  position: absolute;
  top: -25px;
}
main .mv__dot--01::before {
  content: "・・";
}
main .mv__dot--02::before {
  content: "・・・・";
}
main .mv__dot--03::before {
  content: "・・・";
}
main .mv__marker {
  display: inline-block;
  position: relative;
  z-index: 1;
}
main .mv__marker::before {
  content: "";
  background: #f0dd40;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
main .mv__title {
  font-size: 90px;
  font-weight: 700;
  color: #f0dd40;
  background: #185c73;
  position: absolute;
  transform: rotate(-4deg);
  line-height: 120px;
  top: 40px;
  left: 0;
  height: 120px;
  padding: 0 20px;
}
main .mv__title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 120px solid #185c73;
  top: -3px;
  left: -10px;
  position: absolute;
}
main .mv__title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 120px solid #185c73;
  border-bottom: 0;
  top: 0;
  right: -10px;
  position: absolute;
}
main .mv__white {
  color: #fff;
}
main .mv__box {
  position: absolute;
  right: 50px;
  bottom: 0;
  background: rgba(240, 221, 64, 0.6);
  color: #185c73;
  padding: 30px 50px;
  width: 600px;
}
main .mv__list {
  display: flex;
  justify-content: space-between;
}
main .mv__item {
  background: #fff;
  border: #185c73 solid 4px;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  font-size: 25.5px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  padding-top: 20px;
}
main .mv__item:nth-child(2) {
  padding-top: 35px;
}
main .mv__small {
  font-size: 20.5px;
}
main .mv__red {
  color: #a41a17;
  font-size: 34px;
}
main .mv__medium {
  font-size: 25.5px;
}
main .mv__text {
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
  filter: drop-shadow(1px 1px 1px rgba(119, 119, 119, 0.5));
}
main .mv__strong {
  color: #a41a17;
  border-bottom: #a41a17 solid 2px;
}
main .form {
  padding: 100px 0;
  text-align: center;
}
main .form label {
  cursor: default;
}
main .form .form_wrapper {
  width: 980px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #185c73;
  color: #fff;
}
main .form input {
  font-size: 16px;
  background: #fff;
}
main .form input[type=text], main .form input[type=tel] {
  color: #333;
  padding: 8px;
  margin: 10px 0;
  border-radius: 5px;
  height: 42px;
}
main .form input[type=text] {
  width: 360px;
  max-width: 100%;
  border: #333 solid 2px;
}
main .form input[type=tel] {
  width: 150px;
  border: #333 solid 2px;
  max-width: calc((100% - 30px) / 3);
}
main .form input[type=tel] + .width-tel {
  margin-left: 10px;
}
main .form input::-moz-placeholder {
  color: #ccc;
}
main .form input::placeholder {
  color: #ccc;
}
main .form input[name=station] {
  margin-right: 10px;
}
main .form select {
  background: #fff;
}
main .form select[data-naiyou], main .form select[data-bcplace] {
  width: 200px;
  height: 42px;
  color: #333;
  cursor: pointer;
  padding: 0 8px;
  margin-top: 10px;
  margin-right: 10px;
  border: #333 solid 2px;
  border-radius: 8px;
  font-size: 16px;
}
main .form textarea {
  width: 360px;
  height: 100px;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
main .form .osumaihidden .has-error,
main .form .onlinehidden .has-error {
  color: #f0dd40;
  display: none;
  padding: 10px 10px 0;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
main .form .osumaihidden .has-error:before,
main .form .onlinehidden .has-error:before {
  display: none;
}
main .form .moyorihidden .has-error_2,
main .form .stationhidden .has-error_2 {
  color: #f0dd40;
  display: none;
  padding: 5px 0px;
  line-height: 1.6;
  font-weight: 700;
}
main .form .moyorihidden .has-error_2:before,
main .form .stationhidden .has-error_2:before {
  display: none;
}
main .form .namehidden .has-error {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .namehidden .has-error:before {
  display: none;
  width: 0;
  height: 0;
}
main .form .malehidden .check_1 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
main .form .btn_label_2 {
  padding: 10px 10px;
  width: 48%;
  margin-top: 20px;
  background: #d0e0e5;
  color: #185c73;
  text-align: center;
  border-radius: 10px;
}
main .form .hover_pink_2 {
  background-color: #f0dd40;
}
main .form .mailhidden .has-error {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .mailhidden .has-error:before {
  display: none;
}
main .form .telhidden .has-error_2 {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .bir1hidden .tanjoubi_error_1 {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .bir1hidden .tanjoubi_error_1:before {
  display: none;
}
main .form .bir1hidden .tanjoubi_error_2 {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .bir1hidden .tanjoubi_error_2:before {
  display: none;
}
main .form .bir1hidden .tanjoubi_error_3 {
  color: #f0dd40;
  display: none;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
}
main .form .bir1hidden .tanjoubi_error_3:before {
  display: none;
}
main .form .hogohidden {
  margin: 50px 0 10px;
  text-align: center;
}
main .form .not {
  display: none;
}
main .form .block {
  display: block;
}
main .form .fs12 {
  font-size: 12px;
  text-align: left;
}
main .form #loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 999;
}
main .form #loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../images/gif-load.gif") center center no-repeat;
  z-index: 99999;
}
main .form input[type=button] {
  transition: 0.4s;
  width: 436px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
  text-decoration: none;
  background: #d0e0e5;
  color: #185c73;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
}
main .form input[type=button]:hover {
  background: #f0dd40;
  color: #185c73;
}
main .form .butt_2 {
  display: none;
}
main .form .butt_3 {
  display: none;
}
main .form h3.data_title {
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin: 40px 0px 10px 0px;
  font-weight: 600;
}
main .form .patter_1,
main .form .patter_2,
main .form .patter_3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: left;
}
main .form .patter_1 {
  display: block;
}
main .form .patter_2 {
  display: none;
}
main .form .patter_3 {
  display: none;
  margin-bottom: 0;
}
main .form .must,
main .form .nini {
  display: block;
  padding: 3px 6px;
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 1px 8px 0 5px;
  border-radius: 4px;
}
main .form .must {
  background-color: #f93e3e;
}
main .form .nini {
  background-color: #999;
}
main .form .after_point {
  margin: 0 auto 0px;
  width: 100%;
  text-align: center;
}
main .form .after_data {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
main .form .after_data span {
  font-size: 35px;
  font-weight: 500;
  display: inline-block;
  background-color: #f0dd40;
  color: #185c73;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  line-height: 85px;
  margin-right: 20px;
}
main .form a.privacy_policy {
  text-align: center;
  display: inline;
  margin-top: 40px;
  text-decoration: none;
  color: #fff;
}
main .seek {
  padding: 90px 0;
  background: url(../images/seek_bg.jpg) no-repeat top center/cover;
}
main .seek__wrap {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
main .seek__title {
  background: #f0dd40;
  color: #185c73;
  font-weight: 700;
  font-size: 32px;
  padding: 5px 50px;
  display: inline-block;
  border-radius: 33px;
  margin-bottom: 30px;
  position: relative;
}
main .seek__title::before {
  content: "";
  background: url(../images/seek.png) no-repeat center/contain;
  width: 130px;
  height: 60px;
  position: absolute;
  top: -70px;
  left: -45px;
}
main .seek__item {
  color: #fff;
  font-size: 24px;
  position: relative;
  padding-left: 60px;
}
main .seek__item + li {
  margin-top: 20px;
}
main .seek__item::before {
  content: "";
  background: url(../images/seek_check.png) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 7px;
}
main .seek__strong {
  color: #f0dd40;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
main .seek__strong::after {
  content: "";
  background: #cf6567;
  display: inline-block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
main .merit {
  padding: 90px 0 160px;
  background: #f1f3f3;
  text-align: center;
}
main .merit__title {
  color: #185c73;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
main .merit__title::before {
  content: "";
  background: url(../images/merit.png) no-repeat center/contain;
  width: 190px;
  height: 100px;
  top: -60px;
  left: -110px;
  position: absolute;
}
main .merit__small {
  font-family: "ten-mincho", serif;
  font-size: 20px;
  display: block;
}
main .merit__pink {
  color: #cf6567;
  font-size: 48px;
  position: relative;
}
main .merit__pink::after {
  content: "";
  background: url(../images/merit_border.png) no-repeat center/contain;
  width: 93px;
  height: 11px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
main .merit__large {
  font-size: 60px;
}
main .merit__list {
  display: flex;
  justify-content: space-between;
  margin: 120px 0 60px;
  text-align: left;
}
main .merit__item {
  width: calc((100% - 40px) / 3);
  border: #dfe0e0 solid 2px;
  background: #fff;
  padding: 50px 40px;
  position: relative;
}
main .merit__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #185c73;
  border-top: 0;
  transform: rotate(135deg);
  position: absolute;
  right: -26px;
  bottom: -8px;
}
main .merit__item::before {
  position: absolute;
  top: -70px;
  left: -20px;
}
main .merit__item:nth-child(1)::before {
  content: url(../images/merit_01.png);
}
main .merit__item:nth-child(2)::before {
  content: url(../images/merit_02.png);
}
main .merit__item:nth-child(3)::before {
  content: url(../images/merit_03.png);
}
main .merit__heading {
  color: #185c73;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
main .merit__img {
  margin-bottom: 30px;
}
main .merit__head {
  margin-bottom: 15px;
}
main .merit__medium {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 19.5px;
}
main .merit__strong {
  color: #185c73;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
main .merit__strong::after {
  content: "";
  background: #f0dd40;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
main .merit__check {
  position: relative;
  padding-left: 25px;
  font-size: 19.5px;
}
main .merit__check::before {
  content: "";
  background: url(../images/merit_check.png) no-repeat center/contain;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
}
main .merit__text {
  font-size: 18px;
}
main .case {
  background: url(../images/case_bg.jpg) no-repeat center right/cover;
  padding-bottom: 150px;
}
main .case__head {
  background: #185c73;
  padding: 40px 0 220px;
  text-align: center;
  position: relative;
}
main .case__head::before {
  content: "";
  background: #185c73;
  width: 500px;
  height: 140px;
  border-radius: 50%;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
main .case__head::after {
  content: "";
  background: url(../images/case_illust.png) no-repeat center/contain;
  width: 656px;
  height: 376px;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}
main .case__title {
  font-size: 40px;
  font-weight: 700;
  color: #f0dd40;
  position: relative;
  display: inline-block;
}
main .case__title::before {
  content: "";
  background: url(../images/case.png) no-repeat center/contain;
  width: 126px;
  height: 55px;
  position: absolute;
  top: -30px;
  left: -80px;
}
main .case__wrap {
  padding-top: 250px;
}
main .case__item {
  background: #fff;
  border: #185c73 solid 2px;
  padding: 30px 40px;
  text-align: center;
  height: 515px;
}
main .case__heading {
  font-weight: 700;
  color: #185c73;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-size: 25px;
  letter-spacing: -0.09em;
}
main .case__heading::before {
  content: "";
  background: #185c73;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
main .case__heading::after {
  content: "";
  background: #f0dd40;
  width: 20%;
  height: 4px;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
main .case__content {
  text-align: left;
}
main .case__label {
  background: #185c73;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
main .case__text {
  margin-bottom: 15px;
}
main .case__text:last-child {
  margin-bottom: 0;
}
main .case .slick-next {
  right: -50px;
}
main .case .slick-next::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  background: #fff;
  color: #185c73;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  letter-spacing: -0.1em;
}
main .case .slick-prev {
  left: -50px;
}
main .case .slick-prev::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  background: #fff;
  color: #185c73;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  letter-spacing: 0.1em;
}
main .case .slick-dots li button::before {
  color: #fff;
}
main .case .slick-dots li.slick-active button::before {
  color: #185c73;
}
main .recruit {
  background: url(../images/recruit_bg.jpg) no-repeat center/cover;
  text-align: center;
  padding: 100px 0;
}
main .recruit__title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  position: relative;
}
main .recruit__title::before {
  content: "";
  background: url(../images/recruitment.png) no-repeat center/contain;
  top: -60px;
  left: -300px;
  position: absolute;
  width: 320px;
  height: 120px;
}
main .recruit__title::after {
  content: "";
  background: url(../images/recruit_illust.png) no-repeat center/contain;
  width: 560px;
  height: 174px;
  position: absolute;
  bottom: -230px;
  left: 50%;
  transform: translateX(-50%);
}
main .recruit__table {
  margin: 260px 0 50px;
  color: #fff;
  border-collapse: collapse;
  width: 100%;
  font-weight: 700;
}
main .recruit__head {
  font-size: 20px;
  width: 300px;
  text-align: center;
  border: #fff solid 4px;
}
main .recruit__data {
  text-align: left;
  padding: 30px 40px;
  border: #fff solid 4px;
}
main .recruit__strong {
  color: #f0dd40;
  font-size: 20px;
}
main .recruit__text + .recruit__text {
  padding-top: 1em;
}
main .voice {
  background: #fff6dd;
  padding: 100px 0;
  text-align: center;
}
main .voice__title {
  color: #185c73;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  display: inline-block;
}
main .voice__title::before {
  content: "";
  background: url(../images/voice.png) no-repeat center/contain;
  top: -30px;
  left: -100px;
  position: absolute;
  width: 140px;
  height: 55px;
}
main .voice__small {
  font-size: 20px;
  font-weight: 400;
}
main .voice__item {
  background: #fff;
  border: #185c73 solid 2px;
  display: flex;
  margin-top: 40px;
}
main .voice__head {
  background: #185c73;
  color: #fff;
  width: 280px;
  padding: 50px 35px;
  flex-shrink: 0;
}
main .voice__num {
  border-bottom: #fff solid 2px;
  padding: 20px 0 10px;
}
main .voice__prof {
  text-align: left;
  padding-top: 15px;
  font-size: 18px;
}
main .voice__textWrap {
  padding: 50px 40px;
  text-align: left;
}
main .voice__heading {
  font-size: 28px;
  font-weight: 700;
  border-bottom: #185c73 solid 2px;
  color: #185c73;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
main .voice__text {
  line-height: 2.25;
}
main .voice__strong {
  font-weight: 700;
  color: #185c73;
  position: relative;
  z-index: 1;
}
main .voice__strong::after {
  content: "";
  background: #f0dd40;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
main .faq {
  background: url(../images/faq_bg.jpg) repeat;
  padding: 100px 0;
  text-align: center;
}
main .faq__title {
  font-size: 40px;
  font-weight: 700;
  color: #185c73;
  display: inline-block;
  position: relative;
}
main .faq__title::before {
  content: "";
  background: url(../images/faq.png) no-repeat center/contain;
  top: -50px;
  left: -70px;
  position: absolute;
  width: 130px;
  height: 70px;
}
main .faq__title::after {
  content: "";
  background: url(../images/faq_illust.png) no-repeat center/contain;
  width: 319px;
  height: 259px;
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}
main .faq__content {
  margin: 330px 0 50px;
  text-align: left;
}
main .faq__box {
  background: #fff;
  font-size: 24px;
  padding: 0 120px 0 70px;
  margin-bottom: 20px;
}
main .faq__q {
  color: #185c73;
  position: relative;
  padding: 40px 0 40px 90px;
  cursor: pointer;
}
main .faq__q::before {
  content: "";
  background: url(../images/faq_q.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
  top: 45px;
  left: 0;
  position: absolute;
}
main .faq__q::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #185c73;
  position: absolute;
  right: -60px;
  top: 40px;
}
main .faq__q.open::after {
  transform: rotate(180deg);
}
main .faq__a {
  padding: 40px 0 40px 90px;
  border-top: #f0dd40 dotted 5px;
  position: relative;
  display: none;
}
main .faq__a::before {
  content: "";
  background: url(../images/faq_a.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
  top: 45px;
  left: 0;
  position: absolute;
}

.footer {
  background: #333;
  color: #fff;
  padding: 70px 0 100px;
  text-align: center;
}
.footer__menuList {
  display: flex;
  justify-content: center;
}
.footer__menu + .footer__menu {
  margin-left: 40px;
}
.footer__menu + .footer__menu::before {
  content: "│";
  margin-right: 40px;
}
.footer__top {
  margin: 0 auto 15px;
  display: block;
}
.footer__link {
  color: #fff;
}
.footer__copyright {
  text-align: center;
  font-size: 11px;
  margin-top: 25px;
}

.thanks,
.kiyaku {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 100px;
}
.thanks img,
.kiyaku img {
  width: 90%;
  margin: 10px auto 10px;
  max-width: 500px;
  max-height: 483px;
}
.thanks .thanks_msg,
.kiyaku .thanks_msg {
  margin-top: 50px;
  border: 1px solid #ff0000;
  padding: 12px;
  text-align: left;
  color: #ff0000;
  font-size: 13px;
}

.thanks {
  text-align: center;
}

.kiyaku {
  text-align: left;
}
.kiyaku dl {
  margin: 0 auto;
}
.kiyaku dt {
  font-weight: bold;
  margin: 10px 0;
  color: #2c4f61;
}
.kiyaku dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #2c4f61;
  padding-bottom: 15px;
  line-height: 2;
}
.kiyaku h1 {
  text-align: center;
  margin: 5% auto 5%;
  color: #2c4f61;
  font-family: "AppliMincho";
  border-bottom: 1px solid #2c4f61;
  width: 90%;
  padding: 4% 0;
}

@media screen and (max-width: 1400px) {
  main .mv__titleWrap {
    margin-left: 10px;
  }
  main .case__wrap {
    margin: 0 30px;
  }
  main .case .slick-next {
    right: -20px;
  }
  main .case .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 870px) {
  main .mv__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .btn {
    font-size: 15px;
    width: 280px;
    height: 50px;
  }
  .header {
    height: 30px;
    padding: 0 20px;
  }
  .header__logo {
    width: 100px;
  }
  .header__title {
    font-size: 12px;
    padding-top: 5px;
  }
  .header__title::before {
    width: 20px;
    height: 20px;
    vertical-align: -7px;
  }
  .thanks,
  .kiyaku {
    font-size: 4vw;
  }
  main .mv {
    background: url(../images/mv-sp.jpg) no-repeat center/cover;
    padding: 35px 0 0;
    height: 385px;
    margin-bottom: 235px;
  }
  main .mv__titleWrap {
    margin: 0;
  }
  main .mv__catch {
    font-size: 11px;
    top: 15px;
    left: 10px;
  }
  main .mv__catch::before {
    width: 295px;
    height: 60px;
    top: -20px;
    left: -20px;
  }
  main .mv__large {
    font-size: 13px;
  }
  main .mv__dot--01, main .mv__dot--02, main .mv__dot--03 {
    font-size: 13px;
  }
  main .mv__dot--01::before, main .mv__dot--02::before, main .mv__dot--03::before {
    top: -12px;
  }
  main .mv__marker::before {
    height: 5px;
  }
  main .mv__title {
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
  }
  main .mv__title::before {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 60px solid #185c73;
    border-bottom: none;
    top: 0;
  }
  main .mv__title::after {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 60px solid #185c73;
    border-top: none;
    top: 0;
  }
  main .mv__white {
    background: #185c73;
    position: absolute;
    left: 0;
    bottom: -65px;
  }
  main .mv__white::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 60px solid #185c73;
    border-top: none;
    top: 0;
    right: -10px;
  }
  main .mv__white::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 60px solid #185c73;
    border-bottom: none;
    top: 0;
    left: -10px;
  }
  main .mv__box {
    width: 100%;
    left: 0;
    bottom: -237px;
    padding: 30px 20px;
  }
  main .mv__item {
    width: 108px;
    height: 108px;
    font-size: 17px;
    border-width: 2px;
  }
  main .mv__item:nth-child(2) {
    padding-top: 30px;
  }
  main .mv__small {
    font-size: 14px;
  }
  main .mv__red {
    font-size: 24px;
  }
  main .mv__medium {
    font-size: 17px;
  }
  main .mv__text {
    font-size: 17px;
    text-align: center;
  }
  main .form {
    padding: 0;
  }
  main .form .form_wrapper {
    margin: 0 -20px;
    max-width: calc(100% + 40px);
    padding: 25px 20px;
  }
  main .form .after_data {
    font-size: 29px;
  }
  main .form .after_data span {
    font-size: 21px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    margin-right: 5px;
  }
  main .form .patter_1,
  main .form .patter_2,
  main .form .patter_3 {
    margin: 0 0 20px;
    width: 100%;
  }
  main .form h3.data_title {
    font-size: 15px;
    margin: 20px 0 10px;
  }
  main .form h3.data_title span {
    font-size: 12px;
  }
  main .form .hogohidden {
    margin-top: 20px;
  }
  main .form input[type=text] {
    width: 100%;
    margin: 0;
  }
  main .form input[name=station] {
    width: 80%;
  }
  main .form input[type=button] {
    font-size: 15px;
    padding: 15px 0;
  }
  main .form select[data-naiyou],
  main .form select[data-bcplace] {
    margin-top: 0;
  }
  main .form textarea {
    width: 100%;
  }
  main .form .osumaihidden .has-error,
  main .form .onlinehidden .has-error {
    padding: 10px 0 0;
  }
  main .seek {
    background: url(../images/seek_bg-sp.jpg) no-repeat top center/contain;
    padding: 245px 0 50px;
  }
  main .seek__wrap {
    background: url(../images/seek_boxbg-sp.jpg) no-repeat center/cover;
    padding: 55px 25px 40px;
    max-width: 335px;
    margin: 0 auto;
  }
  main .seek__title {
    font-size: 22px;
    text-align: center;
    border-radius: 45px;
    padding: 5px 40px;
  }
  main .seek__title::before {
    width: 80px;
    height: 40px;
    top: -40px;
    left: -5px;
  }
  main .seek__item {
    font-size: 17px;
    padding-left: 25px;
  }
  main .seek__item::before {
    width: 16px;
    height: 16px;
  }
  main .seek__strong {
    letter-spacing: -0.06em;
  }
  main .merit {
    padding: 90px 0 60px;
  }
  main .merit__title {
    font-size: 26px;
  }
  main .merit__title::before {
    width: 115px;
    height: 60px;
    top: -40px;
    left: -60px;
  }
  main .merit__small {
    font-size: 17px;
  }
  main .merit__pink {
    font-size: 26px;
  }
  main .merit__large {
    font-size: 32px;
  }
  main .merit__list {
    display: block;
    margin: 65px 0 30px;
  }
  main .merit__item {
    width: 100%;
    text-align: center;
  }
  main .merit__item::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #185c73;
    bottom: -4px;
    right: -13px;
  }
  main .merit__item::before {
    width: 47px;
    height: 45px;
    top: -25px;
    left: 5px;
  }
  main .merit__item:nth-child(1)::before {
    content: "";
    background: url(../images/merit_01-sp.png) no-repeat center/contain;
  }
  main .merit__item:nth-child(2)::before {
    content: "";
    background: url(../images/merit_02-sp.png) no-repeat center/contain;
  }
  main .merit__item:nth-child(3)::before {
    content: "";
    background: url(../images/merit_03-sp.png) no-repeat center/contain;
  }
  main .merit__item + .merit__item {
    margin-top: 35px;
  }
  main .merit__heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
  main .merit__medium {
    font-size: 17px;
    text-align: left;
  }
  main .merit__check {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  main .merit__check::before {
    width: 10px;
    height: 12.5px;
  }
  main .merit__text {
    font-size: 14px;
    text-align: left;
  }
  main .case {
    padding-bottom: 50px;
  }
  main .case__head {
    padding: 35px 0 25px;
  }
  main .case__head::before {
    top: -20px;
    width: 160px;
    height: 50px;
  }
  main .case__head::after {
    width: 287px;
    height: 164px;
    bottom: -150px;
  }
  main .case__title {
    font-size: 26px;
  }
  main .case__title::before {
    width: 65px;
    height: 25px;
    top: -15px;
    left: -25px;
  }
  main .case__wrap {
    padding-top: 170px;
  }
  main .case__item {
    padding: 25px;
    height: 480px;
  }
  main .case__heading {
    font-size: 21px;
  }
  main .case__label {
    font-size: 15px;
  }
  main .case .slick-next {
    right: -30px;
  }
  main .case .slick-prev {
    left: -35px;
  }
  main .recruit {
    background: url(../images/recruit_bg-sp.jpg) no-repeat center/cover;
    padding: 50px 0;
  }
  main .recruit__title {
    font-size: 26px;
  }
  main .recruit__title::before {
    width: 160px;
    height: 60px;
    top: -35px;
    left: -115px;
  }
  main .recruit__title::after {
    width: 267px;
    height: 82px;
    bottom: -95px;
  }
  main .recruit__table {
    margin: 115px 0 30px;
    border-width: 2px;
  }
  main .recruit__head {
    width: 40px;
    font-size: 15px;
    border-width: 2px;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
  main .recruit__data {
    padding: 15px 20px;
    border-width: 2px;
  }
  main .recruit__strong {
    font-size: 15px;
  }
  main .recruit__text {
    font-size: 14px;
  }
  main .recruit__text + .recruit__text {
    padding-top: 0;
  }
  main .voice {
    padding: 50px 0;
  }
  main .voice__title {
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
  }
  main .voice__title::before {
    width: 72.5px;
    height: 27.5px;
    top: -15px;
    left: -60px;
  }
  main .voice__small {
    font-size: 17px;
  }
  main .voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  main .voice__item {
    margin-top: 15px;
    max-width: 335px;
  }
  main .voice__head {
    width: 90px;
    padding: 20px 7.5px;
  }
  main .voice__numImg {
    width: 42.5px;
    margin: 0 auto;
  }
  main .voice__prof {
    font-size: 15px;
    text-align: center;
  }
  main .voice__textWrap {
    padding: 20px;
  }
  main .voice__heading {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  main .voice__text {
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
  main .faq {
    padding: 50px 0;
    background-size: 30px;
  }
  main .faq__title {
    font-size: 26px;
  }
  main .faq__title::before {
    width: 85px;
    height: 42.5px;
    top: -35px;
    left: -40px;
  }
  main .faq__title::after {
    width: 150px;
    height: 120px;
    bottom: -140px;
  }
  main .faq__content {
    margin: 160px 0 30px;
  }
  main .faq__box {
    font-size: 14px;
    padding: 0 40px 0 10px;
  }
  main .faq__q {
    padding-left: 35px;
    padding: 20px 0 20px 35px;
  }
  main .faq__q::before {
    width: 22.5px;
    height: 20px;
    top: 25px;
  }
  main .faq__q::after {
    right: -20px;
    top: 25px;
  }
  main .faq__a {
    padding: 20px 0 20px 35px;
    border-width: 3px;
  }
  main .faq__a::before {
    width: 22.5px;
    height: 20px;
    top: 25px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__menu + .footer__menu {
    margin-left: 20px;
  }
  .footer__menu + .footer__menu::before {
    margin-right: 20px;
  }
  .footer__link {
    font-size: 13px;
  }
}