@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #212529;
  --color-main: #930609;
  --color-main2: #a9997e;
  --color-bg: #f4f3f1;
  --color-bg2: #ededed;
  --color-form: #d9dadb;
  --gradient-main: linear-gradient(to right, #990609, #76090a);
  --gradient-main2: linear-gradient(to right, #da7409, #d23f00);
  --gradient-main3: linear-gradient(to right, #295f8d, #141f34);
}

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

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="reset"],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="date"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="reset"]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value,
input[type="datetime-local"]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-container {
  overflow: visible;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(35 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  height: 342px;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: calc(342 / 1440 * 100vw);
    top: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    align-items: center;
    display: flex;
    height: calc(342 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(25 / 1440 * 100vw);
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(29 / 375 * 100vw);
    width: calc(29 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(30 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(30 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background-color: var(--color-bg2);
  border-radius: 50%;
  height: 8px;
  margin: 0 10px !important;
  opacity: 1;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(8 / 1440 * 100vw);
    margin: 0 calc(10 / 1440 * 100vw) !important;
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(8 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw) !important;
    width: calc(8 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}
.p-achievements__swiper .swiper-pagination-bullet {
  background-color: var(--color-white);
}
.p-achievements__swiper .swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}


@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1340px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(30 / 1200 * 100vw);
    padding-right: calc(30 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-logo {
  overflow: hidden;
  background-color: var(--color-bg);
  display: none;
}
.p-logo__inner {
  padding-bottom: 92px;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .p-logo__inner {
    padding-bottom: calc(92 / 1200 * 100vw);
    padding-top: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-logo__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: 0;
  }
}
.p-logo__logoList {
  display: flex;
  margin: 0 -50vw;
}
.p-logo__logoList > ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.p-logo__logoList > ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.p-logo__logoList > ul:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
.p-logo__logoList > ul > li {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .p-logo__logoList > ul > li {
    margin-left: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-logo__logoList > ul > li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-logo__logoList__logo {
  height: 111px;
}
@media screen and (max-width: 1199px) {
  .p-logo__logoList__logo {
    height: calc(111 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-logo__logoList__logo {
    height: calc(111 / 375 * 100vw);
  }
}
.p-logo__logoList__logo img {
  height: 100%;
  width: auto;
}
.c-jobOffer{
  text-align: center;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer{
    padding: 0 calc(30 / 1200 * 100vw);
    width: calc(360 / 1200 * 100vw);
    height: calc(415 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer{
    padding: 0 calc(30 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
    height: calc(445 / 375 * 100vw);
  }
}
.c-jobOffer_upper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
  border-bottom: 1px solid var(--color-main2);
}
@media screen and (max-width: 1199px) {
  .c-jobOffer_upper{
    height: calc(130 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer_upper{
    height: calc(130 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.c-jobOffer__title{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__title{
    font-size: calc(18 / 1200 * 100vw);
    padding-bottom: calc(8 / 1200 * 100vw);
    line-height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__title{
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.c-jobOffer__title span{
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__title span{
    font-size: calc(13 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__title span{
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-jobOffer__organization{
  color: var(--color-main);
  background-color: var(--color-white);
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 0;
  margin: 12px 0 14px 0;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__organization{
    font-size: calc(13 / 1200 * 100vw);
    padding: calc(7 / 1200 * 100vw) 0;
    margin: calc(12 / 1200 * 100vw) 0 calc(14 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__organization{
    font-size: calc(13 / 375 * 100vw);
    padding: calc(7 / 375 * 100vw) 0;
    margin: 0 0 calc(12 / 375 * 100vw) 0;
    white-space: nowrap;
  }
}
.c-jobOffer--4 .c-jobOffer__organization,
.c-jobOffer--5 .c-jobOffer__organization{
  margin: 19px 0 14px 0;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer--4 .c-jobOffer__organization,
  .c-jobOffer--5 .c-jobOffer__organization{
    margin: calc(19 / 1200 * 100vw) 0  calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer--4 .c-jobOffer__organization,
  .c-jobOffer--5 .c-jobOffer__organization{
    margin: calc(13 / 375 * 100vw) 0 calc(12 / 375 * 100vw) 0;
  }
}
.c-jobOffer--6 .c-jobOffer__organization{
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer--6 .c-jobOffer__organization{
    font-size: calc(13 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer--6 .c-jobOffer__organization{
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-jobOffer__income{
  padding: 29px 0 24px 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__income{
    padding: calc(29 / 1200 * 100vw) 0 calc(24 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__income{
    padding: calc(29 / 375 * 100vw) 0 calc(26 / 375 * 100vw) 0;
  }
}
.c-jobOffer__info{
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__info{
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__info{
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-jobOffer__info li{
  letter-spacing: .06em;
  line-height: 22px;
  text-indent: -12px;
  padding-left: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__info li{
    line-height: calc(22 / 1200 * 100vw);
    text-indent: calc(-12 / 1200 * 100vw);
    padding-left: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__info li{
    line-height: calc(22 / 375 * 100vw);
    text-indent: calc(-12 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.c-jobOffer--1 .c-jobOffer__info li:first-child{
  letter-spacing: .1em;
}
.c-jobOffer__info li + li{
  padding-top: 1px;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__info li + li{
    padding-top: calc(1 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__info li + li{
    padding-top: calc(1 / 375 * 100vw);
  }
}
.c-jobOffer__info li::before {
  content: '・';
  font-size: 1em;
  margin-right: 4px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .c-jobOffer__info li::before {
    margin-right: calc(4 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__info li::before {
    margin-right: calc(4 / 375 * 100vw);
  }
}
.c-jobOffer__button a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-main);
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-white);
  width: 202px;
  height: 45px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__button a{
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    width: calc(202 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    box-shadow: 0px 0px calc(5 / 1440 * 100vw) rgba(0, 0, 0, 0.2);
    bottom: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__button a{
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    width: calc(202 / 375 * 100vw);
    height: calc(45 / 375 * 100vw);
    box-shadow: 0px 0px calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.2);
    bottom: calc(34 / 375 * 100vw);
  }
}

.c-jobOffer__button--thanks a,
.c-achievements__button--thanks a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-main);
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-white);
  width: 222px;
  height: 55px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__button--thanks a,
  .c-achievements__button--thanks a{
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    width: calc(222 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
    box-shadow: 0px 0px calc(5 / 1440 * 100vw) rgba(0, 0, 0, 0.2);
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__button--thanks a,
  .c-achievements__button--thanks a{
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    width: calc(202 / 375 * 100vw);
    height: calc(49 / 375 * 100vw);
    box-shadow: 0px 0px calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.2);
    margin-top: calc(56 / 375 * 100vw);
  }
  .c-achievements__button--thanks a{
    margin-top: calc(23 / 375 * 100vw);
  }
}

.c-achievements {
  display: flex;
  align-items: center;
  gap: 46px;
  background-color: var(--color-white);
  padding: 34px 47px 34px 50px;
}
@media screen and (max-width: 1439px) {
  .c-achievements {
    gap: calc(46 / 1440 * 100vw);
    padding: calc(34 / 1440 * 100vw) calc(47 / 1440 * 100vw) calc(34 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements {
    flex-direction: column;
    align-items: baseline;
    gap: calc(19 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw) calc(19 / 375 * 100vw) calc(0 / 375 * 100vw) calc(19 / 375 * 100vw);
    width: 88%;
    margin: 0 auto;
  }
}
.c-achievements__profile{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__profile{
    gap: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__profile{
    flex-direction: row;
    align-items: center;
    gap: calc(17 / 375 * 100vw);
    margin-top: -15px;
  }
}
.c-achievements__icon img {
  width: 79px;
  height: 79px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__icon img {
    width: calc(79 / 1440 * 100vw);
    height: calc(79 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__icon img {
    width: calc(79 / 375 * 100vw);
    height: calc(79 / 375 * 100vw);
  }
}
.c-achievements__name {
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-achievements__name {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__name {
    font-size: calc(13 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.c-case__ab{
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab{
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab{
    flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.c-case__ab__b,
.c-case__ab__a{
  width: 196px;
  height: 157px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__b,
  .c-case__ab__a{
    width: calc(196 / 1440 * 100vw);
    height: calc(157 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__b,
  .c-case__ab__a{
    width: 100%;
    height: calc(121 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-case__ab__b{
  background-color: var(--color-bg2);
}
.c-case__ab__a{
  background-color: #f4e6e6;
}
@media screen and (max-width: 767px) {
  .c-case__ab__b,
  .c-case__ab__a{
    position: relative;
  }
}
.c-case__ab__b::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 100%;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-bg2);
  border-width: 15px 0 15px 15px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__b::after {
    border-width: calc(15 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__b::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-color: var(--color-bg2) transparent transparent transparent;
    border-width: calc(17 / 375 * 100vw) calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.c-case__ab__a::before{
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-white);
  border-width: 15px 0 15px 15px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__a::before{
    border-width: calc(15 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__a::before{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-color: var(--color-white) transparent transparent transparent;
    border-width: calc(17 / 375 * 100vw) calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.c-achievements__b__title{
  background-color: #8c8c92;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .c-achievements__b__title{
    padding: calc(10 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__b__title{
    padding: calc(6 / 375 * 100vw) calc(7 / 375 * 100vw);
    position: absolute;
  }
}
.c-achievements__a__title{
  background-color: var(--color-main);
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .c-achievements__a__title{
    padding: calc(10 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__a__title{
    padding: calc(6 / 375 * 100vw) calc(7 / 375 * 100vw);
    position: absolute;
  }
}
.c-achievements__b__organization,
.c-achievements__a__organization{
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  line-height: 19px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .c-achievements__b__organization,
  .c-achievements__a__organization{
    padding: calc(16 / 1440 * 100vw) 0;
    line-height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__b__organization,
  .c-achievements__a__organization{
    padding: calc(24 / 375 * 100vw) 0 calc(10 / 375 * 100vw) 0;
    line-height: calc(19 / 375 * 100vw);
  }
}
.c-achievements__b__income,
.c-achievements__a__income{
  text-align: center;
}
.c-achievements__b__income img,
.c-achievements__a__income img{
  width: 116px;
  height: 29px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__b__income img,
  .c-achievements__a__income img{
    width: calc(116 / 1440 * 100vw);
    height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__b__income img,
  .c-achievements__a__income img{
    width: calc(116 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}

.c-achievements__text {
  font-size: 15px;
  line-height: 30px;
  padding-left: 7px;
  margin-top: -10px;
  letter-spacing: .09em;
}
@media screen and (max-width: 1439px) {
  .c-achievements__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    padding-left: calc(7 / 1440 * 100vw);
    margin-top: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    padding-left: 0;
    margin-top: calc(3 / 375 * 100vw);
    height: calc(360 / 375 * 100vw);
  }
}
.c-member{
  position: relative;
}
.c-member__image img {
  margin: 0 auto;
  width: 359px;
}
@media screen and (max-width: 1439px) {
  .c-member__image img{
    width: calc(359 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__image img{
    width: calc(334 / 375 * 100vw);
  }
}
.c-member__name img{
  height: 16px;
}
@media screen and (max-width: 1439px) {
  .c-member__name img{
    height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__name img{
    height: calc(16 / 375 * 100vw);
  }
}

.c-member__text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  .c-member__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.c-form {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  overflow: hidden;
  width: 918px;
  border-radius: 10px;
  transform: translateY(-39px);
}
@media screen and (max-width: 1439px) {
  .c-form {
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
    width: calc(918 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    transform: translateY(calc(-29 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.3);
    width: 95%;
    border-radius: calc(10 / 375 * 100vw);
    transform: translateY(calc(-29 / 375 * 100vw));
  }
}
.c-form__titleBox {
  align-items: center;
  background: var(--gradient-main);
  display: flex;
  height: 82px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    height: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox {
    height: calc(53 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
  transform: translateX(-3px);
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    transform: translateY(calc(-3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(17 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
  }
}
.c-form__titleBox__title__badge{
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--color-white);
  padding: 3px 10px 5px 11px;
  margin-right: 12px;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: .15em;

}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title__badge{
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(3 / 1440 * 100vw) calc(10/ 1440 * 100vw) calc(5 / 1440 * 100vw) calc(11/ 1440 * 100vw) ;
    margin-right: calc(12/ 1440 * 100vw);
    margin-bottom: calc(5/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title__badge{
    font-size: calc(12 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(6/ 375 * 100vw) calc(5 / 375 * 100vw) calc(6/ 375 * 100vw) ;
    margin-right: calc(12/ 375 * 100vw);
    margin-bottom: calc(5/ 375 * 100vw);
  }
}
.c-form__titleBox__title__label{
  letter-spacing: .15em;
  transform: translateY(3px);
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title__label{
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title__label{
    transform: translateY(calc(3 / 375 * 100vw));
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 20px 40px 41px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(4 / 375 * 100vw) calc(22 / 375 * 100vw) calc(41 / 375 * 100vw);
  }
}
.c-form__stepList {
  padding-top: 49px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__stepList {
    padding-top: calc(49 / 1440 * 100vw);
    padding-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__stepList {
    padding-top: calc(30 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__stepList > ul {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__stepList > ul {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__stepList > ul {
    gap: calc(20 / 375 * 100vw);
  }
}
.c-form__stepList> ul > li {
  content: "";
  display: block;
  height: 14px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 41px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  .c-form__stepList> ul > li {
    height: calc(14 / 1440 * 100vw);
    width: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__stepList> ul > li {
    height: calc(15 / 375 * 100vw);
    width: calc(31 / 375 * 100vw);
  }
}
.c-form__stepList> ul > li + li {
  margin-left: 4px;
}
@media screen and (max-width: 1439px) {
  .c-form__stepList> ul > li + li {
    margin-left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__stepList> ul > li + li {
    margin-left: calc(2 / 375 * 100vw);
  }
}
.c-form__stepList> ul > li:nth-child(1){
  background-image: url(../images/icon_form_number_1.svg);
}
.c-form__stepList> ul > li:nth-child(1).is-current {
  background-image: url(../images/icon_form_number_1_current.svg);
}
.c-form__stepList> ul > li:nth-child(2){
  background-image: url(../images/icon_form_number_2.svg);
}
.c-form__stepList> ul > li:nth-child(2).is-current {
  background-image: url(../images/icon_form_number_2_current.svg);
}
.c-form__stepList> ul > li:nth-child(3){
  background-image: url(../images/icon_form_number_3.svg);
}
.c-form__stepList> ul > li:nth-child(3).is-current {
  background-image: url(../images/icon_form_number_3_current.svg);
}
.c-form__stepList> ul > li:nth-child(4){
  background-image: url(../images/icon_form_number_4.svg);
}
.c-form__stepList> ul > li:nth-child(4).is-current {
  background-image: url(../images/icon_form_number_4_current.svg);
}
.c-form__stepList> ul > li:nth-child(5){
  background-image: url(../images/icon_form_number_5.svg);
}
.c-form__stepList> ul > li:nth-child(5).is-current {
  background-image: url(../images/icon_form_number_5_current.svg);
}
.c-form__stepList> ul > li:nth-child(1).is-current,
.c-form__stepList> ul > li:nth-child(2).is-current,
.c-form__stepList> ul > li:nth-child(3).is-current,
.c-form__stepList> ul > li:nth-child(4).is-current,
.c-form__stepList> ul > li:nth-child(5).is-current{
  width: 44px;
  height: 19px;
}
@media screen and (max-width: 1439px) {
  .c-form__stepList> ul > li:nth-child(1).is-current,
  .c-form__stepList> ul > li:nth-child(2).is-current,
  .c-form__stepList> ul > li:nth-child(3).is-current,
  .c-form__stepList> ul > li:nth-child(4).is-current,
  .c-form__stepList> ul > li:nth-child(5).is-current{
    width: calc(44 / 1440 * 100vw);
    height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__stepList> ul > li:nth-child(1).is-current,
  .c-form__stepList> ul > li:nth-child(2).is-current,
  .c-form__stepList> ul > li:nth-child(3).is-current,
  .c-form__stepList> ul > li:nth-child(4).is-current,
  .c-form__stepList> ul > li:nth-child(5).is-current{
    width: calc(34 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}
.c-form__content__wrapper{
  background-color: var(--color-white);
}
.c-form__content__block__input{
  width: 100%;
}
.c-form__content__block__titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.c-form__content__block--row{
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block--row{
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block--row{
    gap: calc(21 / 375 * 100vw);
    flex-direction: column;
  }
}

.c-form__content__block--rowName,
.c-form__content__block--rowBirthday{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-form__content__block--row .c-form__content__block__select{
  width: 65%;
}
@media screen and (max-width: 767px) {
  .c-form__content__block--row .c-form__content__block__select{
    width: 100%;
  }
}
.c-form__content__block--row .c-form__content__block__titleBox{
  margin-bottom: 0;
}
.step4 .c-form__content__block--row {
  margin-top: 47px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .step4 .c-form__content__block--row {
    margin-top: calc(47 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block--row {
    margin-top: calc(14 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
    align-items: flex-start;
  }
}
.step4 .c-form__content__block:first-child .c-form__content__block--row .c-form__content__block__titleBox__title{
  margin-right: 99px;
}
@media screen and (max-width: 1439px) {
  .step4 .c-form__content__block:first-child .c-form__content__block--row .c-form__content__block__titleBox__title{
    margin-right: calc(99 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block:first-child .c-form__content__block--row .c-form__content__block__titleBox__title{
    margin-right: calc(99 / 375 * 100vw);
  }
}
.step4 .c-form__content__block:first-child .c-form__content__block__input,
.step4 .c-form__content__block:nth-child(2) .c-form__content__block__input{
  width: 48.7%;
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block:first-child .c-form__content__block__input,
  .step4 .c-form__content__block:nth-child(2) .c-form__content__block__input{
    width: 48%;
  }
}
.step4 .c-form__content__block:nth-child(2) .c-form__content__block__titleBox__title{
  margin-right: 64px;
}
@media screen and (max-width: 1439px) {
  .step4 .c-form__content__block:nth-child(2) .c-form__content__block__titleBox__title{
    margin-right: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block:nth-child(2) .c-form__content__block__titleBox__title{
    margin-right: calc(64 / 375 * 100vw);
  }
}

.step4 .c-form__content__block:nth-child(3) .c-form__content__block__titleBox__title{
  margin-right: 55px;
}
@media screen and (max-width: 1439px) {
  .step4 .c-form__content__block:nth-child(3) .c-form__content__block__titleBox__title{
    margin-right: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block:nth-child(3) .c-form__content__block__titleBox__title{
    margin-right: calc(55 / 375 * 100vw);
  }
}
.step4 .c-form__content__block:nth-child(3) .c-form__content__block__select{
  width: 32%;
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block:nth-child(3) .c-form__content__block__select{
    width: 28.3%;
  }
  .step4 .c-form__content__block:nth-child(3) .c-form__content__block__select:first-child {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__block + .c-form__content__block{
    margin-top: calc(16 / 375 * 100vw)
  }
}
.step5 .c-form__content__block--row {
  margin-top: 47px;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .step5 .c-form__content__block--row {
    margin-top: calc(47 / 1440 * 100vw);
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__block--row {
    margin-top: calc(16 / 375 * 100vw);
    gap: calc(15 / 375 * 100vw);
    align-items: flex-start;
  }
}
.step5 .c-form__content__block__input{
  width: 82%;
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__block__input{
    width: 100%;
  }
}
.step5 .c-form__content__block:nth-child(2) .c-form__content__block--row{
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .step5 .c-form__content__block:nth-child(2) .c-form__content__block--row{
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__block:nth-child(2) .c-form__content__block--row{
    margin-top: 0;
  }
}
.step5 .c-form__content__block:nth-child(2) .c-form__content__block--row .c-form__content__block__titleBox__title{
  margin-right: 50px;
}
@media screen and (max-width: 1439px) {
  .step5 .c-form__content__block:nth-child(2) .c-form__content__block--row .c-form__content__block__titleBox__title{
    margin-right: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__block:nth-child(2) .c-form__content__block--row .c-form__content__block__titleBox__title{
    margin-right: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__block + .c-form__content__block{
    margin-top: calc(17 / 375 * 100vw);
  }
}
.c-form__content__block__radio,
.c-form__content__block__checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form__content__block__radio__choice,
.c-form__content__block__checkbox__choice {
  width: 410px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice {
    width: calc(410 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice {
    width: 100%;
  }
}
.c-form__content__block__radio__choice input,
.c-form__content__block__checkbox__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label,
.c-form__content__block__checkbox__choice input:checked + label {
  background: var(--color-main2);
  border: 1px solid var(--color-main2);
  color: var(--color-white);
}
.c-form__content__block__radio__choice label,
.c-form__content__block__checkbox__choice label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-form);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 82px;
  justify-content: center;
  transition: 0.3s;
  user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label,
  .c-form__content__block__checkbox__choice label {
    border: calc(1 / 1440 * 100vw) solid var(--color-form);
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label,
  .c-form__content__block__checkbox__choice label {
    border: calc(1 / 375 * 100vw) solid var(--color-form);
    border-radius: calc(7 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice label:hover,
.c-form__content__block__checkbox__choice label:hover {
  background-color: var(--color-main2);
  border: 2px solid var(--color-main2);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice
    + .c-form__content__block__radio__choice,
  .c-form__content__block__radio__choice
    + .c-form__content__block__checkbox__choice,
  .c-form__content__block__checkbox__choice
    + .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice
    + .c-form__content__block__checkbox__choice {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  border: 1px solid var(--color-form);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  height: 83px;
  padding: 0 19px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(17 / 1440 * 100vw) center;
    background-size: calc(20 / 1440 * 100vw) calc(12 / 1440 * 100vw);
    border: calc(1 / 1440 * 100vw) solid var(--color-form);
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(83 / 1440 * 100vw);
    padding: 0 calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right calc(13 / 375 * 100vw) center;
    background-size: calc(15 / 375 * 100vw) calc(9 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid var(--color-form);
    border-radius: calc(7 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    padding: 0 calc(19 / 375 * 100vw);
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-black);
}
.c-form__content__block__input input {
  border: 1px solid var(--color-form);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  height: 81px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    border: calc(1 / 1440 * 100vw) solid var(--color-form);
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(81 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    border: calc(1 / 375 * 100vw) solid var(--color-form);
    border-radius: calc(7 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__content__block__input input::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input::placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block + .c-form__content__block {
  margin-top: 31px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(28 / 375 * 100vw);
  }
}
.c-form__content__block .parsley-errors-list {
  color: red;
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-form__content__buttonBox__button {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-top: calc(60 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button {
  background: var(--gradient-main3);
  color: var(--color-white);
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  width: 270px;
  height: 70px;
  border-radius: 34px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    font-size: calc(20 / 1440 * 100vw);
    width: calc(270 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    border-radius: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    font-size: calc(16 / 375 * 100vw);
    width: calc(220 / 375 * 100vw);
    height: calc(57 / 375 * 100vw);
    border-radius: calc(34 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  text-decoration: underline;
  justify-content: center;
  text-align: center;
  user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 375 * 100vw);
  }
}

.c-form__content .hide-input {
  display: none;
}

header{
  height: 57px;
}
@media screen and (max-width: 1439px) {
  header {
    height: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  header {
    height: calc(46 / 375 * 100vw);
  }
}
.p-header {
  background-color: var(--color-white);
  left: 0;
  top: 0;
  width: 100%;
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 57px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    height: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: calc(46 / 375 * 100vw);
  }
}
.p-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    left: 10px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-header__logo img {
  height: auto;
  width: 120px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo img {
    width: calc(120/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: calc(96 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
}
.p-header__button{
  margin-left: auto;
  background: var(--gradient-main);
}
.p-header__button a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP';
  font-size: 18px;
  color: var(--color-white);
  width: 155px;
  height: 57px;
  text-align: center;
  transform: translateX(2px) translateY(-1px);
  letter-spacing: .2em;
}
@media screen and (max-width: 1439px) {
  .p-header__button a{
    font-size: calc(18 / 1440 * 100vw);
    width: calc(155 / 1440 * 100vw);
    height: calc(57 / 1440 * 100vw);
    transform: translateX(calc(2 / 1440 * 100vw)) translateY(calc(-1 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-header__button a{
    font-size: calc(15 / 375 * 100vw);
    width: calc(124 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
    transform: translateX(calc(2 / 375 * 100vw)) translateY(calc(-1 / 375 * 100vw));
  }
}

#thanks .p-header {
  position: static;
}

.p-footerVisual{
  background-color: var(--color-bg);
}
#thanks .p-footerVisual{
  padding-bottom: 383px;
}
@media screen and (max-width: 1439px) {
  #thanks .p-footerVisual{
    padding-bottom: calc(383 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footerVisual{
    padding-bottom: calc(280 / 375 * 100vw);
  }
}
.p-footerVisual__inner{
  padding: 89px 0 62px 0;
}
@media screen and (max-width: 1439px) {
  .p-footerVisual__inner{
    padding: calc(89 / 1440 * 100vw) 0 calc(62 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footerVisual__inner{
    padding: calc(43 / 375 * 100vw) 0 calc(11 / 375 * 100vw) 0;
  }
}
.p-footerVisual__content__titleBox__title{
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  padding-bottom: 102px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-footerVisual__content__titleBox__title{
    font-size: calc(28 / 1440 * 100vw);
    padding-bottom: calc(102 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footerVisual__content__titleBox__title{
    font-size: calc(22 / 375 * 100vw);
    padding-bottom: calc(58 / 375 * 100vw);
    line-height: 35px;
  }
}
.p-footerVisual__inner .c-form{
  top: -12px;
}
@media screen and (max-width: 1439px) {
  .p-footerVisual__inner .c-form{
    top: calc(-12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footerVisual__inner .c-form{
    top: calc(-44 / 375 * 100vw);
  }
}
.p-footerVisual__formBox{
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footerVisual__formBox .l-container{
      padding-left: 0;
      padding-right: 0;
  }
}
.p-footer {
  height: 97px;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(97 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(68 / 375 * 100vw);
  }
}
.p-footer .l-container {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 50px 0 52px 0;
}
@media screen and (max-width: 1439px) {
  .p-footer .l-container {
    padding: calc(50 / 1440 * 100vw) 0 calc(52 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer .l-container {
    padding: calc(40 / 375 * 100vw) 0 calc(41 / 375 * 100vw) 0;
  }
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer__nav > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-footer__nav a {
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(13 / 375 * 100vw);
  }
}
.p-footer__logo{
  padding-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo{
    padding-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo{
    padding-bottom: calc(27 / 375 * 100vw);
  }
}
.p-footer__logo img{
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo img{
    width: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo img{
    width: calc(180 / 375 * 100vw);
  }
}
.p-footer__company{
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company{
    font-size: calc(15 / 1440 * 100vw);
    padding-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company{
    font-size: calc(15 / 375 * 100vw);
    padding-bottom: calc(32 / 375 * 100vw);
  }
}
.p-footer__copyright {
  color: var(--color-white);
  background-color: var(--color-black);
  font-size: 10px;
  padding: 14px 0;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(10 / 1440 * 100vw);
    padding: calc(14 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(10 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) 0;
  }
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: calc(803 / 1920 * 100vw);
  max-height: 803px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.png);
    height: calc(189 / 375 * 100vw);
    margin-bottom: 0;
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: calc(1444 / 1920 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textWrapper{
    position: relative;
    top: calc(189 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(348 / 375 * 100vw);
    background-color: var(--color-bg);
    z-index: 0;
  }
}
.p-mainVisual__text {
  font-family: 'Noto Serif JP';
  font-size: 34px;
  text-align: center;
  background-color: var(--color-white);
  width: 511px;
  height: 429px;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  position: absolute;
  top: calc(157 / 1920 * 100vw);
  padding: 24px 27px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    font-size: calc(34 / 1440 * 100vw);
    width: calc(511 / 1440 * 100vw);
    height: calc(429 / 1440 * 100vw);
    top: calc(106 / 1440 * 100vw);
    padding: calc(24 / 1440 * 100vw) calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    font-size: calc(24 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
    height: calc(313 / 375 * 100vw);
    top: calc(-27 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(17 / 375 * 100vw);
    position: absolute;
    z-index: 1;
  }
}
.p-mainVisual__text img{
  width: 429px;
  height: 69px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text img{
    width: calc(429 / 1440 * 100vw);
    height: calc(69 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text img{
    width: calc(335 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}
.p-mainVisual__text__sub{
  display: inline-block;
  font-size: 21px;
  border-bottom: 2px solid var(--color-main2);
  padding-bottom: 5px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text__sub{
    font-size: calc(21 / 1440 * 100vw);
    padding-bottom: calc(5 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text__sub{
    font-size: calc(15 / 375 * 100vw);
    border-bottom: 1px solid var(--color-main2);
    padding-bottom: calc(5 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-mainVisual__text h1{
  color: var(--color-main);
  font-size: 60px;
  padding-bottom: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text h1{
    font-size: calc(60 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text h1{
    font-size: calc(43 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
  }
}
.p-mainVisual__text h1 span{
  display: block;
  font-size: 79px;
  padding-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text h1 span{
    font-size: calc(79 / 1440 * 100vw);
    padding-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text h1 span{
    font-size: calc(56 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
  }
}
.p-mainVisual__text__achievements{
  background-image: url(../images/mainvisual_achievements.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 429px;
  height: 69px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  bottom: 43px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text__achievements{
    width: calc(429 / 1440 * 100vw);
    height: calc(69 / 1440 * 100vw);
    bottom: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text__achievements{
    background-image: url(../images/mainvisual_achievements_sp.svg);
    width: calc(335 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    bottom: calc(39 / 375 * 100vw);
  }
}
.p-mainVisual__text__note{
  position: absolute;
  top: clamp(0px, calc(760 / 1920 * 100vw), 760px);
  color: var(--color-white);
  font-size: 10px;
  width: 918px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text__note{
    top: calc(569 / 1440 * 100vw);
    font-size: calc(10 / 1440 * 100vw);
    width: calc(918 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text__note{
    color: var(--color-black);
    top: calc(497 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
    width: 88%;
  }
}
.p-mainVisual__form{
  margin-top: -20px;
  min-height: 384px;
  padding-bottom: 20px;
  background-color: var(--color-bg);
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__form {
    margin-top: calc(-40 / 1440 * 100vw);
    min-height: calc(384 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__form {
    margin-top: calc(347 / 375 * 100vw);
    min-height: calc(333 / 375 * 100vw);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer .l-container{
    overflow-x: hidden;
  }
}
.p-jobOffer__inner {
  padding-bottom: 102px;
  padding-top: 91px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__inner {
    padding-bottom: calc(102 / 1200 * 100vw);
    padding-top: calc(91 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__inner {
    padding-bottom: calc(56 / 375 * 100vw);
    padding-top: calc(42 / 375 * 100vw);
  }
}
.p-jobOffer__titleBox {
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__titleBox {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__titleBox {
    margin-bottom: calc(33 / 375 * 100vw);
  }
}
.p-jobOffer__titleBox__title {
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__titleBox__title {
    font-size: calc(28 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-jobOffer__caseList{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList {
    display: none;
  }
}
.p-jobOffer__caseList > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList > ul {
    gap: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList > ul {
    gap: calc(30 / 375 * 100vw);
  }
}
.p-jobOffer__caseList > ul > li {
  width: 360px;
  height: 415px;
  background-color: var(--color-bg);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList > ul > li {
    width: calc(360 / 1200 * 100vw);
    height: calc(415 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList > ul > li {
    width: calc(360 / 375 * 100vw);
    height: calc(415 / 1200 * 100vw);
  }
}
.p-jobOffer__caseList ul li:first-child .c-jobOffer__income img{
  width: 231px;
  height: 26px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList ul li:first-child .c-jobOffer__income img{
    width: calc(231 / 1200 * 100vw);
    height: calc(26 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList ul li:first-child .c-jobOffer__income img{
    width: calc(231 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
  }
}
.p-jobOffer__caseList ul li:nth-child(2) .c-jobOffer__income img,
.p-jobOffer__caseList ul li:nth-child(3) .c-jobOffer__income img{
  width: 253px;
  height: 29px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList ul li:nth-child(2) .c-jobOffer__income img,
  .p-jobOffer__caseList ul li:nth-child(3) .c-jobOffer__income img{
    width: calc(253 / 1200 * 100vw);
    height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList ul li:nth-child(2) .c-jobOffer__income img,
  .p-jobOffer__caseList ul li:nth-child(3) .c-jobOffer__income img{
    width: calc(253 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}
.p-jobOffer__caseList ul li:nth-child(4) .c-jobOffer__income img,
.p-jobOffer__caseList ul li:nth-child(5) .c-jobOffer__income img{
  width: 180px;
  height: 29px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList ul li:nth-child(4) .c-jobOffer__income img,
  .p-jobOffer__caseList ul li:nth-child(5) .c-jobOffer__income img{
    width: calc(180 / 1200 * 100vw);
    height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList ul li:nth-child(4) .c-jobOffer__income img,
  .p-jobOffer__caseList ul li:nth-child(5) .c-jobOffer__income img{
    width: calc(180 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}
.p-jobOffer__caseList ul li:nth-child(6) .c-jobOffer__income img{
  width: 232px;
  height: 26px;
}
@media screen and (max-width: 1199px) {
  .p-jobOffer__caseList ul li:nth-child(6) .c-jobOffer__income img{
    width: calc(232 / 1200 * 100vw);
    height: calc(26 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__caseList ul li:nth-child(6) .c-jobOffer__income img{
    width: calc(232 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}
.p-jobOffer__swiper {
  display: none;
  margin: 0 auto;
  width: calc(335 / 375 * 100vw);
  background-color: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .p-jobOffer__swiper {
    display: block;
  }
}
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="0"] .c-jobOffer__income img,
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="5"] .c-jobOffer__income img{
  width: calc(232 / 375 * 100vw);
  height: calc(26 / 375 * 100vw);
}
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="1"] .c-jobOffer__income img,
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="2"] .c-jobOffer__income img{
  width: calc(253 / 375 * 100vw);
  height: calc(29 / 375 * 100vw);
}
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="3"] .c-jobOffer__income img,
.p-jobOffer__swiper .swiper-slide[data-swiper-slide-index="4"] .c-jobOffer__income img{
  width: calc(180 / 375 * 100vw);
  height: calc(29 / 375 * 100vw);
}
.p-jobOffer__swiper .swiper-container{
  padding-bottom: 0;
}
.p-jobOffer__swiper .swiper-button-prev {
  left: calc(-9 / 375 * 100vw) !important;
  top: calc(51 / 375 * 100vw) !important;
}
.p-jobOffer__swiper .swiper-button-next {
  right: calc(-9 / 375 * 100vw)  !important;
  top: calc(51 / 375 * 100vw) !important;
}
.p-jobOffer__swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -16px !important;
}
.p-achievements {
  background-color: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .p-achievements {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-achievements__inner {
  padding: 98px 0 69px 0;
}
@media screen and (max-width: 1439px) {
  .p-achievements__inner {
    padding: calc(98 / 1440 * 100vw) 0 calc(69 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__inner {
    padding: calc(44 / 375 * 100vw) 0  calc(33 / 375 * 100vw) 0;
  }
}
.p-achievements__title {
  font-size: 28px;
  margin-bottom: 73px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-achievements__title {
    font-size: calc(28 / 1440 * 100vw);
    margin-bottom: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__title {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList {
    display: none;
  }
}
.p-achievements__achievementsList > ul > li + li{
  padding-top: 31px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__achievementsList > ul > li {
    padding-top: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList > ul > li {
    padding-top: calc(31 / 375 * 100vw);
  }
}
.p-achievements__achievementsList ul li:nth-child(2) .c-achievements{
  padding: 28px 47px 26px 50px;
  gap: 45px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__achievementsList ul li:nth-child(2) .c-achievements{
    padding: calc(28 / 1440 * 100vw) calc(47 / 1440 * 100vw) calc(26 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList ul li:nth-child(2) .c-achievements{
    padding: calc(28 / 375 * 100vw) calc(47 / 375 * 100vw) calc(26 / 375 * 100vw) calc(50 / 375 * 100vw);
    gap: calc(45 / 375 * 100vw);
  }
}
.p-achievements__achievementsList ul li:nth-child(3) .c-achievements{
  padding: 26px 47px 26px 45px;
  gap: 44px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__achievementsList ul li:nth-child(3) .c-achievements{
    padding: calc(26 / 1440 * 100vw) calc(47 / 1440 * 100vw) calc(26 / 1440 * 100vw) calc(45 / 1440 * 100vw);
    gap: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList ul li:nth-child(3) .c-achievements{
    padding: calc(26 / 375 * 100vw) calc(47 / 375 * 100vw) calc(26 / 375 * 100vw) calc(45 / 375 * 100vw);
    gap: calc(44 / 375 * 100vw);
  }
}
.p-achievements__achievementsList ul li:nth-child(2) .c-achievements .c-achievements__text{
  margin-top: -7px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__achievementsList ul li:nth-child(2) .c-achievements .c-achievements__text{
    margin-top: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList ul li:nth-child(2) .c-achievements .c-achievements__text{
    margin-top: calc(-7 / 375 * 100vw);
  }
}
.p-achievements__achievementsList ul li:nth-child(3) .c-achievements .c-achievements__text{
  margin-top: -6px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__achievementsList ul li:nth-child(3) .c-achievements .c-achievements__text{
    margin-top: calc(-6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList ul li:nth-child(3) .c-achievements .c-achievements__text{
    margin-top: calc(-6 / 375 * 100vw);
  }
}
.p-achievements__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-achievements__swiper {
    display: block;
  }
}
.p-achievements__swiper .swiper-button-prev {
  left: calc(10 / 375 * 100vw) !important;
  top: calc(164 / 375 * 100vw) !important;
}
.p-achievements__swiper .swiper-button-next {
  right: calc(10 / 375 * 100vw)  !important;
  top: calc(164 / 375 * 100vw) !important;
}
.p-achievements__swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 6px !important;
}

.p-cta {
  background-image: url(../images/cta_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 350px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(350 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/cta_bg_sp.jpg);
    height: calc(252 / 375 * 100vw);
  }
}
.p-cta .l-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-cta__title {
  color: var(--color-white);
  font-size: 28px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-cta__title {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-cta__buttonBox {
  align-items: center;
  background: var(--gradient-main2);
  border-radius: 10px;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  width: 582px;
  height: 85px;
  letter-spacing: .15em;
  transform: translateY(-3px);
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox {
    margin-top: calc(45 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    gap: calc(15 / 1440 * 100vw);
    width: calc(582 / 1440 * 100vw);
    height: calc(85 / 1440 * 100vw);
    transform: translateY(calc(-3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox {
    margin-top: calc(23 / 375 * 100vw);
    flex-direction: column;
    border-radius: calc(7 / 375 * 100vw);
    gap: calc(15 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
    transform: translateY(calc(-7 / 375 * 100vw));
  }
}
.p-cta__buttonBox__badge {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 6px 7px 6px 14px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 3px;
  display: inline-block;
  transform: translateX(-3px);
  letter-spacing: .15em;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__badge {
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(6 / 1440 * 100vw) calc(14 / 1440 * 100vw) calc(6 / 1440 * 100vw) calc(14 / 1440 * 100vw);
    margin-right: calc(6 / 1440 * 100vw);
    margin-bottom: calc(3 / 1440 * 100vw);
    transform:  translateX(calc(-3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__badge {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw) calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-right: 0;
    margin-bottom: calc(3 / 375 * 100vw);
    transform: translateY(calc(7 / 1440 * 100vw)) translateX(0);
  }
}
.p-cta__buttonBox__label{
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
  transform: translateY(-3px) translateX(7px);
  display: inline-block;

}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__label{
    font-size: calc(24 / 1440 * 100vw);
    transform: translateY(calc(-3 / 1440 * 100vw)) translateX(calc(7 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__label{
    font-size: calc(21 / 375 * 100vw);
    transform: translateY(calc(-3 / 375 * 100vw)) translateX(calc(3 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-member {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-member .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    position: relative;
    width: 99%;
  }
}
.p-member__inner {
  padding: 84px 0 500px 0;
}
@media screen and (max-width: 1439px) {
  .p-member__inner {
    padding: calc(70 / 1440 * 100vw) 0 calc(500 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    padding: calc(44 / 375 * 100vw) 0 calc(500 / 375 * 100vw) 0;
    overflow-x: hidden;
  }
}
.p-member__title {
  font-size: 28px;
  line-height: 57px;
  margin-bottom: 55px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1439px) {
  .p-member__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(57 / 1440 * 100vw);
    margin-bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__memberList {
    display: none;
  }
}
.p-member__memberList > ul {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .p-member__memberList > ul {
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__memberList > ul {
    gap: calc(32 / 375 * 100vw);
  }
}
.p-member__memberList > ul > li {
  width: 359px;
}
@media screen and (max-width: 1439px) {
  .p-member__memberList > ul > li {
    width: calc(359 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__memberList > ul > li {
    width: calc(359 / 375 * 100vw);
  }
}
.c-member__profile{
  position: absolute;
  background-color: var(--color-white);
  width: 320px;
  height: 486px;
  padding: 32px 30px 0 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 255px;
  box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
}
@media screen and (max-width: 1439px) {
  .c-member__profile{
    width: calc(320 / 1440 * 100vw);
    height: calc(486 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(30 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw);
    top: calc(255 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__profile{
    width: calc(318 / 375 * 100vw);
    height: calc(493 / 375 * 100vw);
    padding: calc(34 / 375 * 100vw) calc(20 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
    top: calc(196 / 375 * 100vw);
    box-shadow: 0vw 0vw 1.6944444444vw rgba(48, 56, 65, 0.15);
    margin: 0;
    margin-left: 2px;
  }
}
.p-member__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-member__swiper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-member__swiper .c-member {
    margin: 0 auto;
    width: calc(334 / 375 * 100vw);
  }
}
.p-member__swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: calc(-468 / 375 * 100vw)  !important;
}
.p-member__swiper .swiper-button-prev{
  left: calc(10 / 375 * 100vw) !important;
}
.p-member__swiper .swiper-button-next{
  right: calc(10 / 375 * 100vw) !important;
}
.p-member__swiper .swiper-button-prev,
.p-member__swiper .swiper-button-next{
  top: calc(316 / 375 * 100vw);
}
.p-worries__inner {
  padding-bottom: 99px;
  padding-top: 82px;
}
@media screen and (max-width: 1439px) {
  .p-worries__inner {
    padding-bottom: calc(99 / 1440 * 100vw);
    padding-top: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    padding-bottom: calc(38 / 375 * 100vw);
    padding-top: calc(43 / 375 * 100vw);
  }
}
.p-worries__titleBox__title {
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-worries__titleBox__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-worries__titleBox__text {
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-worries__titleBox__text {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__titleBox__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.p-worries__worriesList {
  margin: 0 auto;
  margin-top: 57px;
  width: 906px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList {
    margin-top: calc(57 / 1440 * 100vw);
    width: calc(906 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList {
    margin-top: calc(31 / 375 * 100vw);
    width: 100%;
  }
}
.p-worries__worriesList > ul {
  display: grid;
  justify-content: center;
  align-items: baseline;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p-worries__worriesList > ul > li {
  margin-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList > ul > li {
    margin-left: calc(30 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul > li {
    margin-left: calc(15 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.p-worries__worriesList > ul > li:nth-child(-n + 3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul > li:nth-child(-n + 3) {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.p-worries__worriesList > ul > li:nth-child(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul > li:nth-child(3n + 1) {
    margin-left: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList > ul > li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.p-worries__worriesList__worriesBox {
  background-color: var(--color-bg2);
  text-align: center;
  width: 282px;
  height: 162px;
  padding: 35px 0;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList__worriesBox {
    width: calc(282 / 1440 * 100vw);
    height: calc(162 / 1440 * 100vw);
    padding: calc(35 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList__worriesBox {
    width: calc(162 / 375 * 100vw);
    height: calc(162 / 375 * 100vw);
    padding: calc(35 / 375 * 100vw) 0;
  }
}
.p-worries__worriesList__worriesBox__illust1 {
  width: 101px;
  height: 241px;
  position: absolute;
  left: 248px;
  bottom: -46px;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList__worriesBox__illust1 {
    width: calc(101 / 1440 * 100vw);
    height: calc(241 / 1440 * 100vw);
    left: calc(248 / 1440 * 100vw);
    bottom: calc(-46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList__worriesBox__illust1 {
    width: calc(55 / 375 * 100vw);
    height: calc(132 / 375 * 100vw);
    left: calc(6 / 375 * 100vw);
    bottom: 0;
    top: calc(-114 / 375 * 100vw);
  }
}
.p-worries__worriesList__worriesBox__illust2 {
  width: 61px;
  height: 260px;
  position: absolute;
  left: 581px;
  bottom: -46px;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList__worriesBox__illust2 {
    width: calc(61 / 1440 * 100vw);
    height: calc(260 / 1440 * 100vw);
    left: calc(581 / 1440 * 100vw);
    bottom: calc(-46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList__worriesBox__illust2 {
    width: calc(53 / 375 * 100vw);
    height: calc(139 / 375 * 100vw);
    left: calc(268 / 375 * 100vw);
    bottom: 0;
    top: calc(-121 / 375 * 100vw);
  }
}
.p-worries__worriesList__worriesBox__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background: var(--gradient-main);
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  width: 104px;
  height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList__worriesBox__title {
    font-size: calc(13 / 1440 * 100vw);
    width: calc(104 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList__worriesBox__title {
    font-size: calc(13 / 375 * 100vw);
    width: calc(104 / 375 * 100vw);
    height: calc(27/ 375 * 100vw);
  }
}
.p-worries__worriesList__worriesBox__text{
  font-size: 16px;
  font-weight: 700;
  padding-top: 32px;
  line-height: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-worries__worriesList__worriesBox__text{
    font-size: calc(16 / 1440 * 100vw);
    padding-top: calc(32 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__worriesList__worriesBox__text{
    font-size: calc(15 / 375 * 100vw);
    padding-top: calc(32 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}

.p-reason {
  background-color: var(--color-bg);
}
.p-reason__inner {
  padding-bottom: 98px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-reason__inner {
    padding-bottom: calc(98 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-bottom: calc(38 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-reason__titleBox {
  margin-bottom: 62px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-reason__titleBox {
    margin-bottom: calc(62 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox {
    margin-bottom: calc(28 / 375 * 100vw);
  }
}
.p-reason__titleBox__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1199px) {
  .p-reason__titleBox__title {
    font-size: calc(28 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-reason__reasonList > ul > li:nth-child(2) .p-reason__reasonList__reasonBox {
  flex-direction: row-reverse;
  padding: 49px 54px 44px 52px;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList > ul > li:nth-child(2) .p-reason__reasonList__reasonBox {
    padding: calc(49 / 1440 * 100vw) calc(54 / 1440 * 100vw) calc(44 / 1440 * 100vw) calc(52 / 1440 * 100vw);
    gap: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:nth-child(2) .p-reason__reasonList__reasonBox {
    padding: 0;
    gap: calc(60 / 375 * 100vw);
  }
}
.p-reason__reasonList > ul > li:nth-child(3) .p-reason__reasonList__reasonBox {
  padding: 64px 54px 61px 50px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList > ul > li:nth-child(3) .p-reason__reasonList__reasonBox {
    padding: calc(64 / 1440 * 100vw) calc(54 / 1440 * 100vw) calc(61 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:nth-child(3) .p-reason__reasonList__reasonBox {
    padding: 0;
  }
}
.p-reason__reasonList > ul > li + li {
  margin-top: 29px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  gap: 70px;
  padding: 65px 54px 59px 50px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox {
    gap: calc(70 / 1200 * 100vw);
    padding: calc(65 / 1200 * 100vw) calc(54 / 1200 * 100vw) calc(59 / 1200 * 100vw) calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox {
    display: block;
    padding: 0;
  }
}
.p-reason__reasonList__reasonBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  width: 353px;
  height: 245px;
  transform: translateY(-4px);

}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__thumbnail {
    width: calc(353 / 1200 * 100vw);
    height: calc(245 / 1200 * 100vw);
    transform: translateY(calc(-4 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__thumbnail {
    height: calc(233 / 375 * 100vw);
    width: 100%;
  }
}
.p-reason__reasonList li:first-child .p-reason__reasonList__reasonBox__thumbnail{
  background-image: url(../images/reason_thumbnail_1.jpg);
}
.p-reason__reasonList li:nth-child(2) .p-reason__reasonList__reasonBox__thumbnail{
  background-image: url(../images/reason_thumbnail_2.jpg);
  transform: translate(4px, -4px);
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList li:nth-child(2) .p-reason__reasonList__reasonBox__thumbnail{
    transform: translate(calc(4 / 1200 * 100vw), calc(-4 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList li:nth-child(2) .p-reason__reasonList__reasonBox__thumbnail{
    background-image: url(../images/reason_thumbnail_2_sp.jpg);
  }
}
.p-reason__reasonList li:nth-child(3) .p-reason__reasonList__reasonBox__thumbnail{
  background-image: url(../images/reason_thumbnail_3.jpg);
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList li:nth-child(2) .p-reason__reasonList__reasonBox__textBox__number img,
  .p-reason__reasonList li:nth-child(3) .p-reason__reasonList__reasonBox__textBox__number img{
    width: calc(33 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox{
    padding: 0 calc(29 / 375 * 100vw) calc(34 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList li:nth-child(2) .p-reason__reasonList__reasonBox__textBox,
  .p-reason__reasonList li:nth-child(3) .p-reason__reasonList__reasonBox__textBox{
    padding-bottom: calc(31 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__textBox__titlebox{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__titlebox{
    gap: 0 calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__titlebox{
    flex-direction: row;
    align-items: center;
    gap: 0 calc(28 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__textBox__number img{
  width: 33px;
  height: 36px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__number img{
    width: calc(33 / 1200 * 100vw);
    height: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__number img{
    width: calc(30 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    transform: translateY(calc(5 / 375 * 100vw));
  }
}
.p-reason__reasonList__reasonBox__textBox__title {
  color: var(--color-main);
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  margin: 5px 0 23px 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__title {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(38 / 1200 * 100vw);
    margin: calc(5 / 1200 * 100vw) 0 calc(23 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) 0 calc(12 / 375 * 100vw) 0;
  }
}
.p-reason__reasonList__reasonBox__textBox__text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .04em;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    letter-spacing: .07em;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__text {
    text-align: justify;
  }
}

.p-flow {
  background-color: var(--color-bg);
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-flow {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: calc(7 / 375 * 100vw);
  }
}
.p-flow .l-container{
  width: 1140px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .p-flow .l-container{
    width: calc(1140 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow .l-container{
    width: 100%;
  }
}
.p-flow__inner {
  padding-bottom: 101px;
  padding-top: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-flow__inner {
    padding-bottom: calc(101 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
    width: calc(1045 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(39 / 375 * 100vw);
    padding-top: calc(41 / 375 * 100vw);
    width: 90%;
  }
}
.p-flow__titleBox {
  margin-bottom: 63px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-flow__titleBox {
    margin-bottom: calc(63 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__titleBox {
    margin-bottom: calc(31 / 375 * 100vw);
  }
}
.p-flow__titleBox__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .p-flow__titleBox__title {
    font-size: calc(28 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-flow__stepList{
  background-color: #fff;
  width: 1140px;
  padding: 55px 52px 28px 52px;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList{
    width: 100%;
    padding: calc(55 / 1200 * 100vw) calc(52 / 1200 * 100vw) calc(28 / 1200 * 100vw) calc(52 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList{
    width: 100%;
    padding: calc(31 / 375 * 100vw) calc(21 / 375 * 100vw) calc(29 / 375 * 100vw) calc(21 / 375 * 100vw);
    display: block;
  }
}
.p-flow__stepList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul {
    width: 100%;
    display: block;
  }
}
.p-flow__stepList > ul > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul > li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-flow__stepList ul li:nth-child(2) .p-flow__stepList__stepBox__num img,
.p-flow__stepList ul li:nth-child(3) .p-flow__stepList__stepBox__num img,
.p-flow__stepList ul li:nth-child(4) .p-flow__stepList__stepBox__num img,
.p-flow__stepList ul li:nth-child(5) .p-flow__stepList__stepBox__num img{
  width: 26px;
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList ul li:nth-child(2) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(3) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(4) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(5) .p-flow__stepList__stepBox__num img{
    width: calc(26 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList ul li:nth-child(2) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(3) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(4) .p-flow__stepList__stepBox__num img,
  .p-flow__stepList ul li:nth-child(5) .p-flow__stepList__stepBox__num img{
    width: calc(26 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox {
  position: relative;
  width: 169px;
  height: 394px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList__stepBox {
    width: calc(169 / 1200 * 100vw);
    height: calc(394 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox {
    width: 100%;
    height: auto;
  }
}
.p-flow__stepList__stepBox__num{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList__stepBox__num{
    padding-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__num{
    flex-direction: row;
    gap: 19px;
    padding-bottom: calc(20 / 375 * 100vw);
    border-bottom: 1px solid var(--color-main2)
  }
}
.p-flow__stepList__stepBox__num img{
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList__stepBox__num img{
    width: calc(24 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__num img{
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox__textBox__title {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding-top: 33px;
  padding-bottom: 11px;
  margin-top: 19px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--color-main2);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(16 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    padding-top: calc(11 / 1200 * 100vw);
    padding-bottom: calc(42 / 1200 * 100vw);
    margin-top: calc(19 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    text-align: left;
    border-top: 0;
    justify-content: flex-start;
    letter-spacing: .1em;
  }
}
.p-flow__stepList__stepBox__textBox__text {
  font-size: 14px;
  line-height: 29px;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: justify;
    padding-top: calc(12 / 375 * 100vw);
    letter-spacing: .06em;
  }
}

.p-thanks .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-thanks__titleBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 141px;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox {
    padding-top: calc(141 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox {
    padding-top: calc(60 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-thanks__titleBox h1{
  padding-top: 39px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Serif JP';
  color: var(--color-main);
  letter-spacing: .08em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox h1{
    padding-top: calc(36 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox h1{
    padding-top: calc(36 / 375 * 100vw);
    font-size: calc(23 / 375 * 100vw);
  }
}
.p-thanks__titleBox img{
  width: 187px;
  height: 36px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox img{
    width: calc(187 / 1440 * 100vw);
    height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox img{
    width: calc(187 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
  }
}
.p-thanks__titleBox__title {
  color: var(--color-black);
  font-size: 35px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.p-thanks__content {
  padding: 26px 0 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content {
    padding: calc(26 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: calc(23 / 375 * 100vw) 0 calc(19 / 375 * 100vw);
  }
}
.p-thanks__content__telBox{
  align-items: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 520px;
}

@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox{
    border-radius: calc(10 / 1440 * 100vw);
    width: calc(520 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox{
    border-radius: calc(5 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__number{
  text-align: center;
  margin-top: 68px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__number {
      margin-top: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__number {
      margin-top: calc(41 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__number p{
  font-size: 20px;
  font-family: 'Noto Serif JP';
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__number p {
      font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__number p {
      font-size: calc(16 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__number img {
  width: 247px;
  height: 26px;
  margin-top: 29px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__number img {
    width: calc(247 / 1440 * 100vw);
    height: calc(26 / 1440 * 100vw);
    margin-top: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__number img {
    width: calc(234 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    margin-top: calc(29 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__number span{
  display: block;
    font-size: 15px;
    color: var(--color-main);
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__number span {
      font-size: calc(15 / 1440 * 100vw);
      margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__number span {
      font-size: calc(14 / 375 * 100vw);
      margin-top: calc(15 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__text {
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__text{
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: 0;
    text-align: left;
  }
}
.p-thanks__content__telBox__text span{
  font-weight: 700;
}
.p-thanks__content__telBox__notice{
  font-size: 12px;
  line-height: 23px;
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__notice{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__notice{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    margin-top: calc(11 / 375 * 100vw);
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-faq .l-container{
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.p-faq__inner {
  padding-bottom: 101px;
  padding-top: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-faq__inner {
    padding-bottom: calc(101 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(39 / 375 * 100vw);
    padding-top: calc(43 / 375 * 100vw);
    width: 100%;
  }
}
.p-faq__titleBox__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-faq__titleBox__title {
    font-size: calc(28 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-faq__titleBox {
  margin-bottom: 62px;
}
@media screen and (max-width: 1199px) {
  .p-faq__titleBox {
    margin-bottom: calc(62 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox {
    margin-bottom: calc(29 / 375 * 100vw);
  }
}
.p-faq__faqList > ul{
  border-top: 1px solid var(--color-main2);
  border-bottom: 1px solid var(--color-main2);
}
.p-faq__faqList > ul > li + li{
  border-top: 1px solid var(--color-main2);
}
.p-faq__faqList__faqBox__qBox {
  cursor: pointer;
  position: relative;
}
.p-faq__faqList__faqBox__qBox::after,
.p-faq__faqList__faqBox__qBox::before {
  background-image: url(../images/icon_faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 19px;
  margin: auto 0;
  position: absolute;
  right: 9px;
  top: 0;
  width: 19px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__qBox::after,
  .p-faq__faqList__faqBox__qBox::before {
    height: calc(19 / 1200 * 100vw);
    right: calc(9 / 1200 * 100vw);
    width: calc(19 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after,
  .p-faq__faqList__faqBox__qBox::before {
    height: calc(19 / 375 * 100vw);
    right: calc(9 / 375 * 100vw);
    width: calc(19 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox::after{
  transform: rotate(90deg);
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox::after {
  transform: rotate(180deg);
}
.p-faq__faqList__faqBox__qBox__inner {
  display: flex;
  padding: 24px 5px 26px 5px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(24 / 1200 * 100vw) calc(5 / 1200 * 100vw) calc(26 / 1200 * 100vw)  calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    align-items: center;
    min-height: calc(77 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(48 / 375 * 100vw) calc(18 / 375 * 100vw)  calc(5 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner img{
  width: 14px;
  height: 30px;
  margin-right: 20px;
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__qBox__inner img{
    width: calc(14 / 1200 * 100vw);
    height: calc(30 / 1200 * 100vw);
    margin-right: calc(20 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner img{
    width: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  padding-left: 2px;
  transform: translateY(8px);
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(16 / 1200 * 100vw);
    padding-left: calc(2 / 1200 * 100vw);
    transform: translateY(calc(8 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
    padding-left: calc(2 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  display: flex;
  padding: 2px 30px 30px 49px;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__aBox__inner {
    font-size: calc(15 / 1200 * 100vw);
    padding: calc(2 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(49 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    font-size: calc(15 / 375 * 100vw);
    padding: 0 calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(45 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text {
  font-size: 15px;
  line-height: 29px;
  font-family: 'Noto sans JP';
  font-weight: 400;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
#thanks  .p-jobOffer__caseList > ul > li {
  height: 337px;
}
@media screen and (max-width: 1199px) {
  #thanks  .p-jobOffer__caseList > ul > li {
    height: calc(337 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks  .p-jobOffer__caseList > ul > li {
    height: calc(337 / 375 * 100vw);
  }
}
#thanks .c-jobOffer{
  height: 367px;
}
@media screen and (max-width: 1199px) {
  #thanks .c-jobOffer{
    height: calc(367 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .c-jobOffer{
    height: calc(367 / 375 * 100vw);
  }
}
#thanks .p-flow{
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  #thanks .p-flow{
    margin-top: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-flow{
    margin-top: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-flow__stepList{
    padding: calc(30 / 375 * 100vw) calc(21 / 375 * 100vw) calc(29 / 375 * 100vw) calc(21 / 375 * 100vw);
  }
}
#thanks .p-flow__stepList__stepBox__textBox__title{
  margin-top: 21px;
}
@media screen and (max-width: 1199px) {
  #thanks .p-flow__stepList__stepBox__textBox__title{
    margin-top: calc(21 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-flow__stepList__stepBox__textBox__title{
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-jobOffer__swiper .swiper-button-prev,
  #thanks .p-jobOffer__swiper .swiper-button-next{
    top: calc(12 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-jobOffer__inner{
    padding-bottom: calc(41 / 375 * 100vw);
  }
}
#thanks .p-achievements__inner{
  padding: 98px 0 101px 0;

}
@media screen and (max-width: 1199px) {
  #thanks .p-achievements__inner{
    padding: calc(98 / 1200 * 100vw) 0 calc(101 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-achievements__inner{
    padding: calc(44 / 375 * 100vw) 0 calc(39 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-achievements__swiper .swiper-button-prev,
  #thanks .p-achievements__swiper .swiper-button-next{
    top: calc(108 / 375 * 100vw) !important;
  }
}
#thanks .p-faq__inner{
  padding-bottom: 99px;
}
@media screen and (max-width: 1199px) {
  #thanks .p-faq__inner{
    padding-bottom: calc(99 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-faq__inner{
    padding-bottom: calc(39 / 375 * 100vw);
  }
}
#thanks .p-footer .l-container{
  background-color: var(--color-bg);
  padding: 20px 0 0 0;
  width: 100%;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  #thanks .p-footer .l-container{
    padding: calc(20 / 1200 * 100vw) 0 0 0;
    gap: calc(56 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footer .l-container{
    padding: calc(20 / 375 * 100vw) 0 0 0;
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
}
#thanks .p-footer__logo {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #thanks .p-footer__logo {
    text-align: center;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
#thanks .p-footer__logo img{
  width: 137px;
  padding-top: 24px;
}
@media screen and (max-width: 1199px) {
  #thanks .p-footer__logo img{
    width: calc(137 / 1200 * 100vw);
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footer__logo img{
    width: calc(137 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
  }
}
#thanks .p-footer__inner__footervisual img{
  width: 263px;
  height: 261px;
  transform: translateX(16px);
}
@media screen and (max-width: 1199px) {
  #thanks .p-footer__inner__footervisual img{
    width: calc(263 / 1200 * 100vw);
    height: calc(261 / 1200 * 100vw);
    transform: translateX(calc(16 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footer__inner__footervisual img{
    width: calc(243 / 375 * 100vw);
    height: calc(241 / 375 * 100vw);
    transform: translateX(calc(3 / 375 * 100vw));
  }
}
#thanks .p-footer__inner__text{
  font-family: 'Noto Serif JP';
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 34px;
  padding-top: 52px;
  letter-spacing: .06em;
}
@media screen and (max-width: 1199px) {
  #thanks .p-footer__inner__text{
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(34 / 1200 * 100vw);
    padding-top: calc(52 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footer__inner__text{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    padding-top: calc(21 / 375 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #thanks .p-footer__copyright {
    margin-top: 0;
  }
}

