@charset "UTF-8";
.header-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1840px;
  height: 104px;
  margin: 0 auto;
  background-color: #fff;
}
.header-lp p {
  margin: 0;
}
.header-lp .logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-lp .header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header-lp .header-contents .box {
  padding: 6px 9px;
  background: #01131d !important;
  color: #fff;
  font-weight: bold;
}
.header-lp .header-contents .box > p {
  font-size: 12px;
}
.header-lp .header-contents .box + p {
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .header-lp {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 0;
  }
  .header-lp .header-text-container {
    display: none;
  }
  .header-lp .logo-container {
    position: unset;
    width: 135px;
    -webkit-transform: unset;
    transform: unset;
  }
  .header-lp .logo-container img {
    height: auto;
  }
  .header-lp .header-contents {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: right;
    gap: 5px;
  }
  .header-lp .header-contents .box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px;
    margin-left: auto;
    padding: 5px 10px;
  }
  .header-lp .header-contents .box > p {
    font-size: 10px;
  }
  .header-lp .header-contents .box + p {
    font-size: 8px;
  }
}
.footer-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 500px;
  background: #000;
}
.footer-lp .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
  color: #fff;
}
.footer-lp .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
}
.footer-lp .footer-content:first-of-type p {
  margin-top: 10px;
  font-size: 10px;
}
.footer-lp .footer-content:nth-of-type(2) {
  width: 45%;
  padding: 15px 40px 15px 45px;
}
.footer-lp .footer-content:nth-of-type(2) p {
  margin-bottom: 5px;
  font-size: 12px;
}
.footer-lp .copyright-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .footer-lp {
    display: block;
    height: inherit;
    padding-bottom: 100px;
    text-align: center;
  }
  .footer-lp .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0 0;
  }
  .footer-lp .footer-content:first-of-type img {
    width: 100%;
    max-width: 145px;
  }
  .footer-lp .footer-content:first-of-type p {
    display: none;
  }
  .footer-lp .footer-content:nth-of-type(2) {
    width: 65%;
    padding: 0;
    border: none;
  }
  .footer-lp .footer-content:nth-of-type(2) p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-lp .footer-content:last-of-type {
    margin: 10px 0 20px;
    text-align: center;
  }
  .footer-lp .footer-content:last-of-type img {
    width: 100%;
    max-width: 110px;
  }
  .footer-lp .footer-container p {
    line-height: var(--sp-text-lineHight);
  }
  .footer-lp .footer-container + p {
    color: #fff;
    font-size: 10px;
  }
  .footer-lp .copyright-sp {
    display: block;
  }
  .footer-lp .labe-3 {
    width: 80px;
    height: 80px;
  }
  .footer-lp .complete-content {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 15px 20px;
  }
}
:root {
  /* font */
  --default-font-family: "Noto Sans JP", sans-serif;
  --english-font-family: "Oswald", sans-serif;
  /* font-sp */
  --sp-title-size: 24px;
  --sp-title-lineHight: 1.5;
  --sp-title-letterSpace: 0;
  --sp-text-size: 16px;
  --sp-text-lineHight: 2;
  --sp-text-letterSpace: 0;
  --sp-en-size: 14px;
  --sp-en-lineHight: 2;
  --sp-en-letterSpace: 0.1em;
  /* font-pc */
  --pc-title-size: 30px;
  --pc-title-lineHight: 1.5;
  --pc-title-letterSpace: 0;
  --pc-text-size: 16px;
  --pc-text-lineHight: 2;
  --pc-text-letterSpace: 0;
  --pc-en-size: 14px;
  --pc-en-lineHight: 2;
  --pc-en-letterSpace: 0.1em;
  /* color */
  --font-color: #00121c;
  --font-color-light: #aaa;
  --main-color: #0056a5;
  --accent-color-blue: #2ea7e0;
  --accent-color-yellow: #deb817;
  --accent-color-red: #cf2257;
  --bg-color: #f6f6f6;
  --bg-color-lightblue: #e5eef6;
  --border-color: #d6d6d6;
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth !important;
}

body,
a,
h1,
h2,
h3,
h4,
p,
span,
label,
input,
textarea {
  font-family: var(--default-font-family);
}

ul,
li {
  list-style: none;
}

a {
  font-family: var(--default-font-family);
  text-decoration: none;
}

p {
  margin: 0;
}

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

input,
select,
textarea {
  border: 1px solid var(--border-color);
}

.pc {
  display: block;
}

input,
select,
textarea {
  border: 1px solid var(--border-color);
}

.sp {
  display: none;
}

.pc-title {
  font-size: var(--pc-title-size);
}

.section-title {
  color: var(--font-color);
  font-size: var(--pc-title-size);
  font-weight: bold;
  letter-spacing: var(--pc-title-letterSpace);
  line-height: var(--pc-title-lineHight);
}

.en-sub-title {
  font-family: var(--english-font-family);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
}

.main-color {
  color: var(--main-color);
}

.accent-blue {
  color: var(--accent-color-blue);
}

.accent-yellow {
  color: var(--accent-color-yellow);
}

.accent-red {
  color: var(--accent-color-red);
}

.fa-check {
  margin-right: 10px;
}

section p {
  color: var(--font-color);
  font-size: var(--pc-text-size);
  letter-spacing: var(--pc-text-letterSpace);
  line-height: var(--pc-text-lineHight);
}

.inline-block {
  display: inline-block;
}

.bubble {
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 100%;
  max-width: 155px;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  background: var(--accent-color-yellow);
}

.bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid var(--accent-color-yellow);
}

.bubble p {
  margin-bottom: 0;
  padding: 8px 11px 8px 17px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* header */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1840px;
  height: 104px;
  margin: 0 auto;
}

#header p {
  margin: 0;
}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-contents .box {
  padding: 6px 9px;
  background: #01131d !important;
  color: #fff;
  font-weight: bold;
}

.header-contents .box > p {
  font-size: 12px;
}

.header-contents .box + p {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.logo-container img {
  height: 40px;
}

/* main-visual */
.mv {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1840px;
  height: 600px;
  margin: 0 auto;
  background: url("../img/mv/mv.jpg") no-repeat center/cover;
}
.mv.is-third {
  background-image: url("../img/mv/mv-3.jpg");
}

.mv_contents__container {
  position: absolute;
  top: 95px;
  left: 18.5%;
  width: 100%;
  max-width: 740px;
}

.mv_titles {
  display: grid;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mv_titles h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 6px 14px 12px;
  background: #fff;
  font-family: var(--default-font-family);
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}

.mv_titles h2 span {
  color: var(--main-color);
}

.checkLists {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px 20px 0;
}

.checkLists .lists {
  width: 670px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.checkLists .lists .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: bold;
  gap: 10px;
}

/* reason-section */
#reason {
  display: grid;
  grid-template: 400px auto/3fr 9fr;
  grid-template-areas: "reason-image-container reason-image-container reason-image-container" "title-container reason-content reason-content";
  width: 100%;
  max-width: 1160px;
  margin: 80px auto;
  gap: 20px;
}

.reason-image-container {
  grid-area: reason-image-container;
  height: 400px;
}

.reason-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#reason .title-container .en-sub-title {
  margin-bottom: 5px;
}

.title-container {
  grid-area: title-container;
}

.reason-content {
  grid-area: reason-content;
}

/* three_reasons-section */
.three_reasons-section {
  background: var(--bg-color);
}

.three_reasons-section .section-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.three_reasons-section .section-container .title-container {
  text-align: right;
}

.three_reasons-section .section-container .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 70px;
}

.three_reasons-section .section-container .contents .image-container {
  z-index: 1;
  width: 500px;
  height: 305px;
  margin-top: 80px;
  margin-right: -40px;
}

.three_reasons-section .section-container .contents .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons-content {
  width: 700px;
  padding: 80px 54px 80px 100px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
}

.reasons-content .content-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.label-1,
.label-3 {
  position: absolute;
  top: -45px;
  left: 48%;
}

.label-2 {
  position: absolute;
  top: -45px;
  left: 5%;
}

.three_reasons-section .section-container .contents:nth-of-type(odd) .reasons-content {
  width: 700px;
  padding: 80px 96px 60px 60px;
}

.three_reasons-section .section-container .contents:nth-of-type(odd) .image-container {
  z-index: 1;
  width: 500px;
  height: 310px;
  margin-top: 80px;
  margin-left: -40px;
}

.three_reasons-section .section-container .contents:last-of-type .image-container {
  height: auto;
  max-height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 55px 0;
  background: var(--main-color);
}

.three_reasons-section .section-container .contents:last-of-type .image-container p {
  margin: 18px 0;
  color: #fff;
  text-align: center;
}

.three_reasons-section .section-container .contents:last-of-type .image-container p:last-of-type {
  margin-bottom: 0;
}

.three_reasons-section .section-container .contents:last-of-type .image-container h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: var(--pc-title-size);
  font-weight: bold;
  text-align: center;
}

.three_reasons-section .section-container .contents:last-of-type .image-container img {
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* job listing */
.listing-section {
  width: 100%;
  max-width: 1160px;
  margin: 80px auto;
}

.section-description {
  margin: 0 0 30px;
}

.listings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.listings-item p {
  font-weight: 700;
}

.listings-item .example {
  margin-bottom: 8px;
  font-size: 14px;
}

.listings-item .example::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: var(--accent-color-blue);
}

.card {
  border: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
}

.card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.card-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 15px 20px;
  background: var(--bg-color);
}

.card-category p:not(:last-child)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/joblisting/icn_job.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.card-category p:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

p.type-blue {
  display: inline-block;
  padding: 0 1rem;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

p.type-green {
  display: inline-block;
  padding: 0 1rem;
  background: #378969;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.card-content-detail {
  padding: 20px;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.card-content-detail div {
  display: grid;
  grid-template-columns: 25% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.card-content-detail div p:first-of-type {
  color: var(--font-color-light);
  font-size: 14px;
}

/* stories */
.stories-section {
  background: var(--bg-color);
}

.stories-section-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.stories-section .title-container {
  text-align: center;
}

.card-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-top: 40px;
  gap: 40px;
}

.card-item {
  position: relative;
  padding: 40px 30px 40px 25px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
}

.card-item::before {
  content: url("../img/successStories/shape_ribbon.png");
  position: absolute;
  top: 0;
  left: 25px;
}

.avatar-contents {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.avatar {
  text-align: center;
}

.avatar p {
  margin-top: 8px;
  color: var(--font-color-light);
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
}

.phrase {
  font-weight: bold;
}

.before-after-container {
  margin-bottom: 20px;
}

.before-info {
  padding: 10px 20px;
  border-radius: 3px;
  background: var(--bg-color);
}

.before-info p:first-child {
  color: var(--font-color-light);
  font-size: 14px;
}

.before-info p:last-child {
  font-size: 16px;
  line-height: inherit;
}

.arrow {
  text-align: center;
}

.after-info {
  padding: 10px 20px;
  border-radius: 3px;
  background: var(--main-color);
}

.after-info p:first-child {
  color: var(--accent-color-yellow);
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
}

.after-info p:last-child {
  color: #fff;
  font-size: 15px;
  line-height: inherit;
}

.before-after-container + p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: inherit;
}

/* faq */
.faq-section {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 20px;
  border-radius: 4px;
  background: var(--main-color);
  gap: 1rem;
}

.question p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.question::before {
  content: "Q.";
  color: #fff;
  font-family: var(--english-font-family);
}

.answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  gap: 1rem;
}

.answer p {
  margin: 0;
}

.answer::before {
  content: "A.";
  color: var(--accent-color-yellow);
  font-family: var(--english-font-family);
}

.flow-section {
  background: var(--bg-color);
}

.flow-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.flow-container .title-container {
  text-align: center;
}

.flow-container .title-container .section-description {
  margin: 0 0 40px;
}

.flow-contents .contents-lists .item {
  display: grid;
  position: relative;
  grid-template-columns: 310px 1fr;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  padding: 40px 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  gap: 50px;
}

.flow-contents .contents-lists .item .image img {
  width: 100%;
  max-width: 305px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.step-number {
  position: absolute;
  top: 50%;
  left: -100px;
  padding: 20px 14px 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid var(--font-color);
  font-family: var(--english-font-family);
  font-size: 20px;
  letter-spacing: var(--sp-en-letterSpace);
  line-height: inherit;
  text-align: center;
}

.step-number::before {
  content: "STEP";
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 0.2em;
  text-transform: uppercase;
}

.item:not(:last-of-type) .step-number::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 230px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #000;
}

.flow-contents .contents-lists .item .item-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.flow-contents .contents-lists {
  display: grid;
  gap: 16px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 500px;
  background: var(--font-color);
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
  color: #fff;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
}

.footer-content:first-of-type p {
  margin-top: 10px;
  font-size: 10px;
}

.footer-content:nth-of-type(2) {
  width: 45%;
  padding: 15px 40px 15px 45px;
}

.footer-content:nth-of-type(2) p {
  margin-bottom: 5px;
  font-size: 12px;
}

.copyright-sp {
  display: none;
}

/* Style the form */
#step-form {
  scroll-padding-top: 300px;
}

.form-container {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  margin-top: -72px;
  padding: 37px 0 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  scroll-margin-top: 300px;
}

.form-complete {
  margin-top: 20px;
  margin-bottom: 50px;
}

#form_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 18, 28, 0.1);
}

.wrap_title {
  font-size: var(--sp-title-size);
  font-weight: bold;
  text-align: center;
}

/* Style the input fields */
::-webkit-input-placeholder {
  color: #ccc !important;
}
::-moz-placeholder {
  color: #ccc !important;
}
:-ms-input-placeholder {
  color: #ccc !important;
}
::-ms-input-placeholder {
  color: #ccc !important;
}
::placeholder {
  color: #ccc !important;
}

input:not(.radio_input) {
  width: 100%;
  padding: 10px;
}

#inputContainer {
  display: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #fdd;
}

/* Hide all steps by default: */
.notice {
  font-size: 12px;
}

.form_section {
  width: 100%;
  /* display: none; */
  padding: 30px 100px 20px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.form_section.section1 .form_section__body {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.form_section__body h2 {
  position: relative;
  font-size: var(--pc-text-size);
}

.form_section__body.required h2,
.form_section__body.option h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_section__body.required h2 span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
}

.form_section__body.required h2 span:first-of-type::after {
  content: "必須";
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  padding: 5px;
  background: var(--font-color);
  color: #fff;
  font-size: 10px;
}

.form_section__body.option h2 > span:first-of-type::after {
  content: "任意";
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  padding: 5px;
  background: var(--font-color-light);
  color: #fff;
  font-size: 10px;
}

.section2-new .form_section__body h2,
.section3 .form_section__body h2 {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.section5 input[type=text],
.section5 textarea {
  border-radius: 4px;
  outline: none;
}

.form_section__time,
.form_section__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 5px;
}

.form_section.section2-new,
.form_section.section3 {
  padding: 0;
}

.form_section.section2-new .form_section__body,
.form_section.section3 .form_section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 100px 40px;
}

.form_section.section2-new .form_section__body:first-of-type,
.form_section.section3 .form_section__body:first-of-type {
  border-bottom: 1px solid #aaa;
}

.form_section.section2-new .form_section__body h2,
.form_section.section3 .form_section__body h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  gap: 5px;
}

.form_section.section2-new .form_section__body h2 span:last-of-type,
.form_section.section3 .form_section__body h2 span:last-of-type {
  color: var(--font-color);
  font-size: 12px;
}

.section2-new .form_section__body > div,
.section3 .form_section__body > div {
  width: 100%;
  max-width: 395px;
}

.form_section__category,
.form_section__location {
  width: 100%;
  max-width: 395px;
  margin: 0;
  cursor: pointer;
}

.form_section__work-contents {
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.form_section__category #category,
.form_section__location #place,
.form_section__work-contents #work-contents {
  width: 100%;
  height: 60px;
  padding: 12px 10px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.form_section.section3-new .form_section__body h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  gap: 5px;
}

.form_section.section3-new .form_section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto 30px;
}

.form_section.section3-new .form_section__body > div {
  width: 100%;
  max-width: 395px;
}

.form_section.section3-new .form_section__body h2 span:last-of-type {
  color: var(--font-color);
  font-size: 12px;
}

.form_section.section3-new .form_section__fulltime_working_days h2 span:last-of-type {
  font-size: var(--pc-text-size);
}

.form_section__fulltime_working_days .form__section-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.form_section.section4 > h2 {
  margin-bottom: 30px;
  font-size: var(--pc-text-size);
  text-align: center;
}

.form_section.section4 .form_section__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 30px;
}

.form_section.section4 .form_section__body .form_section__sex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form__section-item.form_section__name > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form_section__name input {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  outline: none;
  background: #fff;
}

.form_section.section4 .form_section__body .form_section__sex .radio_button {
  width: 140px;
  height: 50px;
  padding: 0 20px;
}

.form_section.section3-new .form_section__body .form_section__parttime-working-day > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
}

.form_section.section3-new .form_section__body .form_section__parttime-working-timezone > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.form_section__birthday > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.fulltime_working_days_min {
  position: relative;
  width: 100%;
  max-width: 190px;
  height: 50px;
  margin-left: 30px;
}

.fulltime_working_days_max {
  position: relative;
  width: 100%;
  max-width: 190px;
  height: 50px;
  margin-left: 30px;
}

.year {
  position: relative;
  width: 100%;
  max-width: 190px;
  height: 50px;
  margin-right: 40px;
}

.month,
.day {
  position: relative;
  width: 100%;
  max-width: 90px;
  height: 50px;
  margin-right: 40px;
}

.fulltime_working_days_min select,
.fulltime_working_days_max select,
.year select,
.month select,
.day select {
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fulltime_working_days_min select::-ms-expand,
.fulltime_working_days_max select::-ms-expand,
.year select::-ms-expand,
.month select::-ms-expand,
.day select::-ms-expand {
  -webkit-appearance: none;
  appearance: none;
}

.fulltime_working_days_min,
.fulltime_working_days_max,
.year,
.month,
.day {
  position: relative;
}

.fulltime_working_days_min::before {
  content: "週";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fulltime_working_days_max::before {
  content: "〜";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.year::before {
  content: "年";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.month::before {
  content: "月";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.day::before {
  content: "日";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* .year::after,
.month::after,
.day::after {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f078";
color: var(--border-color);
font-weight: 900;
right: 10px;
top: 50%;
transform: translate(-50%, -50%);
background-position: right 10px center;
background-repeat: no-repeat;
background-size: 13px 13px;
color: var(--border-color);
} */
#working_days_min,
#working_days_max,
#birthday-year,
#birthday-month,
#birthday-day,
#license {
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px 15px;
}

select#license option,
select#prefectureDropdown option {
  color: #000;
}

.form_section__license {
  width: 100%;
  max-width: 320px;
}

.form_section__license select {
  width: 100%;
  height: 50px;
  padding: 12px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_section__license .license_box {
  position: relative;
}

.form_section.section5 > h2 {
  margin-bottom: 30px;
  font-size: var(--pc-text-size);
  text-align: center;
}

.form_section.section5 .form_section__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 30px;
}

.form_section.section5 .form_section__body:first-of-type {
  grid-template-columns: 180px 1fr 210px;
}

.form_section.section5 .form_section__body:first-of-type p {
  font-size: 12px;
  line-height: inherit;
}

.form_section__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 200px;
}

.form_section__zip input {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  outline: none;
}

.form_section__zip p {
  font-size: 12px;
  line-height: inherit;
}

.form_section__pref {
  position: relative;
  width: 100%;
}

.form_section__pref::after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px 13px;
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#prefectureDropdown {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#addElementButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 600px;
  margin: 0 80px 30px;
  padding-right: 25px;
  border: none;
  outline: none;
  background: url("../img/icn_more.png") right center/20px auto no-repeat;
  color: var(--accent-color-blue);
  font-family: var(--default-font-family);
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  gap: 5px;
}

.form-toggle-block {
  display: none;
}

.form_section__inquiry textarea {
  width: 100%;
  height: 110px;
  padding: 10px 12px;
  resize: none;
}

.agreement {
  text-align: center;
}

.agreement a {
  border-bottom: 1px solid;
  color: var(--main-color);
  font-size: 14px;
}

.agreement a:hover {
  text-decoration: none;
}

/* Make circles that indicate the steps of the form: */
.progress_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 13px 0 0;
  padding: 0 0 26px;
  border-bottom: 1px solid #aaa;
  gap: 32px;
}

.progress_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #bbb;
  color: #fff;
  font-family: var(--english-font-family);
  font-size: 12px;
}

.progress_number:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -32px;
  width: 32px;
  height: 1px;
  background: #aaa;
}

/* Mark the active step: */
.progress_number.is-active {
  opacity: 1;
  background: var(--main-color);
}

.progress_number.finish:not(:last-of-type)::after {
  background: var(--main-color);
}

.progress_number.finish {
  opacity: 1;
  background-color: var(--main-color);
}

.radio_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin-bottom: 0;
  padding: 20px 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.prefecture_items .radio_button {
  max-width: 187px;
}

.radio_input {
  width: 0;
  margin: 0;
  opacity: 0;
}

.form__section-item .radio_button:has(.radio_input:checked) {
  border: 2px solid var(--main-color);
}

.radio_input:checked + .DummyInput {
  border: 1px solid var(--main-color);
}

.radio_input:checked + .DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230056a5' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.DummyInput {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.LabelText {
  display: block;
  margin-left: 12px;
  color: var(--main-color);
  font-weight: bold;
}

.form_section__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  text-align: center;
  gap: 30px;
}

.form_button > div {
  display: block;
  padding-bottom: 20px;
}

#nextBtn {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 1.5rem auto 0;
  border: none;
  border-radius: 30px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}

#nextBtn::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#nextBtn a,
#nextBtn span {
  display: block;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#nextBtn a:hover,
#nextBtn span:hover {
  text-decoration: underline;
}

#prevBtn a,
#prevBtn span {
  margin: 0 auto;
  border: none;
  background: none;
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
#prevBtn a:hover,
#prevBtn span:hover {
  text-decoration: underline;
}

#submit {
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  border: none;
  border-radius: 30px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}
#submit:hover {
  text-decoration: underline;
}
#submit.is-submit {
  opacity: 0.5;
  background-color: rgba(0, 86, 165, 0.5);
  pointer-events: none;
}
#submit.is-submit::after {
  opacity: 0.5;
}

#submit.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

@-webkit-keyframes animatebottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animatebottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.error-message {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}
.error-message i {
  position: relative;
  font-size: 18px;
}

.error-message.is-error {
  display: block;
}

.error-message-place {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}

.error-message-place.is-error {
  display: block;
}

.error-message-name {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}

.error-message-name.is-error {
  display: block;
}

.error-message-sex {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}

.error-message-sex.is-error {
  display: block;
}

.error-message-birthday {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}

.error-message-birthday.is-error {
  display: block;
}

.error-message-license {
  display: none;
  color: var(--accent-color-red);
  font-size: 14px;
}

.error-message-license.is-error {
  display: block;
}

.errorMessage {
  display: none;
  position: relative;
  color: var(--accent-color-red);
  font-size: 14px;
}

.errorMessage.is-error {
  display: block;
  padding-left: 20px;
}

.errorMessage span::before {
  content: "\f071";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.form_section__time.is-error label,
.form_section__start.is-error label,
.form-control.is-error,
input.is-error,
.form_section__name.is-error input,
.form_section__sex.is-error label,
.form_section__birthday.is-error select,
.form_section__license.is-error select,
.form_section__pref select.is-error {
  border: 1px solid var(--accent-color-red);
  background: #f8e4e3;
}

.form_section__body.is-error .error-message,
.form_section__body.is-error .error-message-place,
.form_section__body.is-error .error-message-name,
.form_section__body.is-error .error-message-sex,
.form_section__body.is-error .error-message-birthday,
.form_section__body.is-error .error-message-license,
.form_section__body.is-error .errorMessage {
  display: block;
  margin-bottom: 0;
}
.form_section__body.is-error .error-message i,
.form_section__body.is-error .error-message-place i,
.form_section__body.is-error .error-message-name i,
.form_section__body.is-error .error-message-sex i,
.form_section__body.is-error .error-message-birthday i,
.form_section__body.is-error .error-message-license i,
.form_section__body.is-error .errorMessage i {
  position: relative;
  font-size: 18px;
}
.form_section__body.is-error .form_section__category input,
.form_section__body.is-error .form_section__location input,
.form_section__body.is-error .form_section__work-contents input,
.form_section__body.is-error .form_section__name input,
.form_section__body.is-error .form_section__sex .radio_button,
.form_section__body.is-error .form_section__license select,
.form_section__body.is-error select {
  border: 1px solid var(--accent-color-red) !important;
  background: #f8e4e3 !important;
}
.form_section__body.is-error .form_section__name input:not(:-moz-placeholder-shown) {
  border-color: var(--border-color) !important;
  background: #fff !important;
}
.form_section__body.is-error .form_section__name input:not(:-ms-input-placeholder) {
  border-color: var(--border-color) !important;
  background: #fff !important;
}
.form_section__body.is-error .form_section__name input:not(:placeholder-shown) {
  border-color: var(--border-color) !important;
  background: #fff !important;
}

.form__section-item.is-error + .error-message,
.form_section__time.is-error + .error-message {
  display: block;
  margin-bottom: 0;
}

.form_section__pref select.is-error + .errorMessage {
  display: block;
  margin-bottom: 0;
  padding-left: 20px;
}

.form_section__time.is-error label .LabelText,
.form_section__start.is-error label .LabelText,
.form_section__sex label.is-error .LabelText {
  color: var(--font-color);
}

.section5 .form_section__body.required input.is-error {
  border: 1px solid var(--accent-color-red);
  background: #f8e4e3;
}

.section5 .form_section__body.required input {
  border: 1px solid var(--border-color);
  background: #fff;
}

.section5 .form_section__body.required.is-error input {
  border: 1px solid var(--accent-color-red);
  background: #f8e4e3;
}

.section6 .form_section__body:first-of-type {
  grid-template-columns: 180px 1fr !important;
}

.fa-exclamation-triangle {
  margin-right: 10px;
}

.block-contents .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
  padding: 20px 0 40px;
}

.tab-title h2 {
  font-size: 20px;
}

#form {
  overflow: hidden;
}

.form_section__location select,
.form_section__category select,
.form_section__work-contents select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_section__location,
.form_section__category,
.form_section__work-contents {
  position: relative;
}

.form_section__location::after,
.form_section__category::after,
.form_section__work-contents::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px 13px;
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.form_section__category input,
.form_section__location input,
.form_section__work-contents input {
  width: 100%;
  height: 60px;
  padding: 12px 10px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: #fff !important;
  pointer-events: none;
}

.form_section.is-appear {
  display: block;
}

.form_section.is-disappear {
  display: none;
}

.cta-container {
  visibility: hidden;
  position: sticky;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  background: var(--font-color);
  text-align: center;
}

.cta-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  border-radius: 50px;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cta-container a span {
  color: var(--accent-color-yellow);
  font-size: 12px;
}

.cta-container.pc {
  visibility: hidden;
  position: fixed;
  z-index: 1;
  top: 75%;
  right: 40px;
  bottom: unset;
  left: unset;
  width: 240px;
  height: auto;
  padding: 20px 50px 20px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 4px;
  opacity: 0;
  background: var(--main-color);
}

.cta-container.pc.visible {
  visibility: visible;
  opacity: 1;
}

.cta-container.sp.visible {
  visibility: visible;
  opacity: 1;
}

.cta-container.pc a {
  position: relative;
  padding: 0;
  background: unset;
  text-align: left;
}

.cta-container.pc a::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url("../img/pop-image.png") no-repeat left/contain;
}

.cta-container.pc a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -20%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cta-container.pc a p {
  font-size: var(--pc-text-size);
}

/* モーダルのスタイル */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 960px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  padding-right: 0;
  background-color: #324048;
}

.modal-dialog {
  margin: 0 auto;
}

.modal.show .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.modal-content {
  padding: 50px 60px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* モーダルヘッダーのスタイル */
.modal-header {
  padding: 0;
  border-bottom: unset;
}

/* モーダルボディのスタイル */
.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_link_container h2 {
  color: var(--font-color);
  font-size: var(--sp-title-size);
  font-weight: bold;
}

.modal_link_container label {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding: 13px 20px;
  background: var(--bg-color);
  color: var(--main-color);
  font-size: 14px;
  cursor: pointer;
}

.modal_link_container input {
  padding: 0;
}

#modal-place .modal_link_container .place-container {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

#modal .modal_link_container label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid var(--bg-color);
}

#modal-place .modal_link_container label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid var(--bg-color);
}

#modal .modal_link_container label:has(input[type=radio]:checked)::before {
  border: 10px solid transparent;
  border-left: 10px solid var(--main-color);
}

#modal-place .modal_link_container label:has(input[type=radio]:checked)::before {
  border: 10px solid transparent;
  border-left: 10px solid var(--main-color);
}

.modal_link_container label:has(input[type=radio]:checked) {
  background: var(--main-color);
  color: #fff;
}

.modal_link_container input {
  width: 0;
  margin: 0;
  opacity: 0;
}

.modal-body {
  width: 100%;
  max-width: 640px;
  height: 445px;
  margin-left: auto;
  padding: 0;
  overflow-y: scroll;
  background: var(--bg-color);
}

.modal-body .categoryCheckbox {
  position: relative;
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  background: var(--bg-color-lightblue);
}

.modal-body .js-check-all:first-of-type .categoryCheckbox {
  border-top: 1px solid var(--main-color);
}

.modal-body .categoryCheckbox.rotate {
  border-bottom: 1px solid var(--main-color);
}

.modal-body .category_items {
  border-bottom: 1px solid var(--main-color);
}

.categoryCheckbox::after {
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 0;
  padding: 16px 1.5rem;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

.categoryCheckbox.rotate + .category_items {
  display: none;
}

.categoryCheckbox.rotate::after {
  content: "\f078";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  padding: 16px 1.5rem;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

.modal-body .js-check-all:first-of-type .categoryCheckbox {
  margin: 20px 30px 0;
}

.modal-body .js-check-all:not(:first-of-type) .categoryCheckbox {
  margin: 0 30px;
}

#category .categoryCheckbox .radio_button,
#place .categoryCheckbox .radio_button {
  width: calc(100% - 66px);
  max-width: unset;
  border-bottom: unset;
}

.category_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  margin: 0 30px;
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  background: #fff;
}

#work-contents .category_items {
  margin: 20px 30px;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.category_items .radio_button:not(:nth-of-type(3)) {
  border-right: 1px solid var(--border-color);
}

.modal-body .radio_button {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
}

/* モーダルフッターのスタイル */
.modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  border-top: none;
}

.modal-footer button {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 16px;
  border: none;
  border-radius: 30px;
  background: var(--main-color);
  color: #fff;
}

.modal-footer button::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.modal-footer button:hover {
  background: var(--main-color);
  color: #fff;
}

/* モーダルを閉じるボタンのスタイル */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal-backdrop {
  z-index: 0;
}

.select_elements,
.selected_places,
.selected_work_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 0;
  overflow-y: auto;
  white-space: nowrap;
  gap: 0 5px;
}

.select_elements span,
.selected_places span,
.selected_work_contents span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 16px;
  border-radius: 30px;
  background: var(--bg-color-lightblue);
  color: var(--main-color);
  font-size: var(--pc-en-size);
  font-weight: bold;
  gap: 5px;
}

.select_elements .btn-category {
  cursor: pointer;
}

.select_elements .delete-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.select_elements {
  padding: 5px 0 0;
}
.select_elements > span {
  margin-top: 5px;
}

.delete-category,
.delete-place,
.delete-work-content {
  border: none;
  outline: none;
}

.fas.fa-times {
  color: var(--main-color);
}

@media screen and (max-width: 750px) {
  #nextBtn {
    max-width: unset;
    margin: 1.5rem 0;
  }
  section p {
    font-size: var(--sp-text-size);
    letter-spacing: var(--sp-text-letterSpace);
    line-height: var(--sp-text-lineHight);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 0;
  }
  #header .header-text-container {
    display: none;
  }
  .logo-container {
    position: unset;
    width: 135px;
    -webkit-transform: unset;
    transform: unset;
  }
  .logo-container img {
    height: auto;
  }
  .header-contents {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: right;
    gap: 5px;
  }
  .header-contents .box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px;
    margin-left: auto;
    padding: 5px 10px;
  }
  .header-contents .box > p {
    font-size: 10px;
  }
  .header-contents .box + p {
    font-size: 8px;
  }
  /* mainvisual */
  .mv {
    width: inherit;
    height: inherit;
  }
  .mv_contents__container {
    position: absolute;
    top: 15px;
    left: 5.5%;
    width: 100%;
    max-width: 740px;
  }
  /* form */
  .progress_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 13px 0 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #aaa;
    gap: 10px;
  }
  .progress_number {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .progress_number:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 10px;
    height: 1px;
    background: #aaa;
  }
  .form_section__body.required h2 {
    font-size: 14px;
  }
  .form_section__body.required h2 span:first-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .radio_button {
    padding: 12px 15px;
  }
  .form-container {
    margin-top: 0;
    padding: 32px 0 20px;
  }
  .form-complete {
    margin-top: 20px;
  }
  .bubble {
    top: -11px;
  }
  .wrap_title {
    font-size: 18px;
    font-weight: bold;
  }
  .section1 .form_section__body h2 span:last-of-type {
    display: none;
  }
  .form_section {
    padding: 10px 20px;
  }
  .form_section__time {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    gap: 9px;
  }
  .LabelText {
    margin-left: 8px;
    font-size: 14px;
  }
  .form_section__start {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .form_section__start label {
    margin-bottom: 0;
  }
  .section2 .form_section__btn ul {
    gap: 10px;
  }
  .form_section.section2-new .form_section__body,
  .form_section.section3 .form_section__body {
    display: block;
    padding: 20px;
  }
  .form_section.section2-new .form_section__body h2 span:last-of-type,
  .form_section.section3 .form_section__body h2 span:last-of-type {
    display: none;
  }
  .section2-new .form_section__btn ul,
  .section3 .form_section__btn ul {
    padding: 0 20px;
  }
  .section2-new #nextBtn,
  .section3 #nextBtn {
    margin: 0;
  }
  .form_section.section3-new .form_section__body {
    display: block;
  }
  .form_section.section4 .form_section__body {
    display: block;
  }
  .year::before,
  .month::before,
  .day::before {
    content: none;
  }
  .form_section__birthday > div {
    gap: 10px;
  }
  .year,
  .month,
  .day {
    margin-right: unset;
  }
  .form_section__license {
    max-width: unset;
  }
  .form_section__license select {
    width: 100%;
  }
  .section3-new .form_section__btn ul {
    gap: 20px;
  }
  .section3-new .form_section__btn ul #nextBtn {
    margin-top: 0;
  }
  .section4 .form_section__btn ul {
    gap: 20px;
  }
  .section4 .form_section__btn ul #nextBtn {
    margin-top: 0;
  }
  .form_section.section5 .form_section__body {
    display: block;
    margin-bottom: 20px;
  }
  .form_section__zip {
    max-width: unset;
  }
  .form_section__zip + p {
    margin-top: 5px;
  }
  #addElementButton {
    margin: 15px 0 30px;
    font-size: 14px;
    font-weight: normal;
  }
  .form_section__inquiry textarea {
    font-size: 14px;
  }
  .select_elements,
  .selected_places,
  .selected_work_contents {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  /* modal */
  .modal {
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5019607843);
  }
  .modal-content {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s;
  }
  .close {
    top: 20px;
    margin: 0;
    padding: 0;
  }
  .modal_container {
    display: block;
  }
  .modal_link_container {
    padding: 20px;
  }
  .modal_link_container h2 {
    margin: 0;
    font-size: 18px;
  }
  .modal_link_container label {
    display: none;
  }
  .modal-body {
    height: auto;
    margin-bottom: 95px;
    overflow-y: unset;
  }
  .modal-footer button {
    width: calc(100% - 2rem);
    max-width: unset;
    font-size: 15px;
  }
  .categoryCheckbox,
  .modal-body .js-check-all:first-of-type .categoryCheckbox,
  .modal-body .js-check-all:not(:first-of-type) .categoryCheckbox {
    margin: 0;
    border-right: 0;
    border-left: 0;
  }
  .category_items {
    display: block;
    margin: 0;
    border-right: 0;
    border-left: 0;
  }
  #work-contents .category_items {
    margin: 0;
  }
  .modal-body .category_items .radio_button {
    max-width: unset;
    padding: 15px 20px;
  }
  .category_items .radio_button:not(:nth-of-type(3)) {
    border-right: unset;
  }
  .modal-body .radio_button {
    padding: 15px 20px;
  }
  .modal-footer {
    position: fixed;
    z-index: 11;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: var(--bg-color);
  }
  .section2-new .form_section__body > div,
  .section3 .form_section__body > div,
  .form_section__category,
  .form_section__work-contents,
  .form_section__location,
  .form_section.section4 .form_section__body .form_section__sex .radio_button {
    width: 100%;
    max-width: unset;
  }
  .form_section.section5 > h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  /* end modal */
  /* end form */
  /* reason */
  #reason {
    display: grid;
    grid-template: auto 230px auto/1fr;
    grid-template-areas: "title-container" "reason-image-container" "reason-content";
    margin: 30px auto;
    gap: 10px;
  }
  #reason .title-container,
  .reason-content,
  .three_reasons-section .section-container,
  .faq-section,
  .stories-section .card-container,
  .listing-section {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .three_reasons-section .section-container {
    padding: 35px 0 40px;
  }
  .section-title {
    margin-top: -5px;
    font-size: var(--sp-title-size);
    letter-spacing: var(--sp-title-letterSpace);
    line-height: var(--sp-title-lineHight);
  }
  .reason-image-container {
    height: auto;
  }
  .reason-image-container img {
    height: 100%;
  }
  .reasons-content {
    padding: 13px 24px 30px;
  }
  .reasons-content .content-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
  }
  .reason-section .title-container .en-sub-title {
    line-height: inherit;
  }
  .reason-section .title-container .section-title {
    margin-bottom: -3px;
  }
  .three_reasons-section .section-container .contents:first-of-type {
    margin-top: 50px;
  }
  .three_reasons-section .section-container .contents:last-of-type {
    margin-top: 65px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container img {
    height: 200px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container,
  .three_reasons-section .section-container .contents:last-of-type .image-container p {
    margin-bottom: 0;
  }
  .three_reasons-section .section-container .contents,
  .flow-contents .contents-lists .item {
    display: block;
    padding: 0;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .three_reasons-section .section-container .contents:first-of-type {
    margin-top: -20px;
  }
  .three_reasons-section .section-container .contents .image-container,
  .reasons-content,
  .three_reasons-section .section-container .contents:nth-of-type(odd) .image-container,
  .three_reasons-section .section-container .contents:nth-of-type(odd) .reasons-content {
    width: 100%;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .label-2 {
    z-index: 1;
    right: 20px;
    left: unset;
    width: 80px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .image-container {
    z-index: 0;
    height: 210px;
    margin-top: unset;
    margin-left: unset;
  }
  .label-1,
  .label-3 {
    position: absolute;
    top: -55px;
    left: 10px;
  }
  .label-1.sp,
  .label-3.sp {
    top: -45px;
    left: 20px;
    width: 80px;
  }
  .three_reasons-section .section-container .contents .image-container {
    height: 210px;
    margin-top: 50px;
  }
  .reason-content {
    padding: 15px 23px;
  }
  .listing-section {
    margin: 30px auto 40px;
    padding: 0;
  }
  .listing-section .section-title {
    margin-top: -5px;
  }
  .card-content-detail div p:first-of-type {
    font-size: 12px;
  }
  #stories .section-title {
    margin-top: -5px;
  }
  .stories-section-container {
    padding: 30px 0 25px;
  }
  .stories-section .card-container {
    padding: 0;
  }
  .avatar-contents {
    margin-bottom: 10px;
  }
  .before-after-container + p {
    font-size: 16px;
  }
  .arrow {
    margin-bottom: 3px;
  }
  .before-info p:first-child {
    font-size: 12px;
  }
  .after-info p:first-child {
    font-size: 12px;
  }
  .card-item:nth-of-type(2) .avatar-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px;
  }
  .card-item:nth-of-type(2) .avatar-contents .avatar {
    width: 100%;
    max-width: 80px;
  }
  .card-item:nth-of-type(2) .avatar-contents .avatar img {
    width: 100%;
    max-width: 80px;
  }
  .card-item:nth-of-type(2)::before {
    right: 25px;
    left: unset;
  }
  .card-item {
    padding: 30px 25px;
  }
  .card-lists {
    margin-top: 15px;
    gap: 20px;
  }
  .faq-section {
    padding: 30px 0;
  }
  .faq-section .en-sub-title {
    margin-bottom: -3px;
  }
  .faq-section .section-title {
    margin-left: -2px;
  }
  .question {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 15px;
    gap: 10px;
  }
  .question::before {
    font-size: 20px;
  }
  .question p {
    font-size: 15px;
    line-height: 1.6;
  }
  .answer {
    padding: 10px 15px;
    gap: 10px;
  }
  .answer::before {
    font-size: 20px;
  }
  .flow-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px 0;
  }
  .flow-container .title-container {
    text-align: left;
  }
  .flow-container .en-sub-title {
    margin-bottom: -5px;
  }
  .flow-contents .contents-lists .item .image {
    height: 210px;
  }
  .flow-contents .contents-lists .item .image img {
    width: 750px;
    max-width: 100%;
  }
  .flow-contents {
    margin-top: 110px;
  }
  .flow-contents .contents-lists {
    gap: 110px;
  }
  .flow-contents .item-content {
    margin-top: 18px;
  }
  .flow-contents .contents-lists .item .item-content h3 {
    font-size: 16px;
  }
  .step-number {
    top: -19%;
    left: 50%;
    padding: 18px 13px 7px;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  .item:not(:last-of-type) .step-number::after {
    content: none;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container {
    padding: 25px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .reasons-content {
    padding: 15px 23px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container {
    padding: 40px 25px 20px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container p {
    margin: 10px 0 15px;
    font-weight: normal;
  }
  .listings {
    gap: 20px;
  }
  .listings-item .example {
    margin-bottom: 5px;
  }
  #footer {
    display: block;
    height: inherit;
    padding-bottom: 100px;
    text-align: center;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0 0;
  }
  .footer-content:first-of-type img {
    width: 100%;
    max-width: 145px;
  }
  .footer-content:first-of-type p {
    display: none;
  }
  .footer-content:nth-of-type(2) {
    width: 65%;
    padding: 0;
    border: none;
  }
  .footer-content:nth-of-type(2) p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-content:last-of-type {
    margin: 10px 0 20px;
    text-align: center;
  }
  .footer-content:last-of-type img {
    width: 100%;
    max-width: 110px;
  }
  .footer-container p {
    line-height: var(--sp-text-lineHight);
  }
  .footer-container + p {
    color: #fff;
    font-size: 10px;
  }
  .copyright-sp {
    display: block;
  }
  .labe-3 {
    width: 80px;
    height: 80px;
  }
  .complete-content {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 15px 20px;
  }
}
#section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.form_section {
  display: none;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.form_section.is-disappear {
  display: none;
  -webkit-animation: disappear 0.8s forwards;
  animation: disappear 0.8s forwards;
  /* transform: translateX(-100%); */
}

.form_section.is-active {
  display: block;
  -webkit-animation: appear 0.8s forwards;
  animation: appear 0.8s forwards;
  /* transform: translateX(0%); */
}

.section5 .errorMessage {
  padding-left: 28px;
}
.section5 .errorMessage span::before {
  font-size: 18px;
}

.form_section.is-active.is-prev {
  display: block;
  -webkit-animation: gone 0.8s forwards;
  animation: gone 0.8s forwards;
}

.form_section.is-ready {
  display: none;
  -webkit-animation: ready 0.8s forwards;
  animation: ready 0.8s forwards;
  /* transform: translateX(100%); */
}

.top_page__btn {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 1.5rem auto 0;
  border: none;
  border-radius: 30px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}

.top_page__btn a {
  display: block;
  padding: 18px;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes disappear {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes disappear {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes ready {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ready {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes gone {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes gone {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* Remove Arrows/Spinners Type Number Input: Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove Arrows/Spinners Type Number Input: Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-size-16 {
  font-size: 16px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 960px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  padding-right: 0;
  background-color: #324048;
}

.modal-dialog {
  margin: 0 auto;
}

.modal.show .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.modal-content {
  padding: 50px 60px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* モーダルヘッダーのスタイル */
.modal-header {
  padding: 0;
  border-bottom: unset;
}

/* モーダルボディのスタイル */
.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_link_container h2 {
  color: var(--font-color);
  font-size: var(--sp-title-size);
  font-weight: bold;
}

.modal_link_container label {
  display: block;
  position: relative;
  padding: 13px 20px;
  background: var(--bg-color);
  color: var(--main-color);
  font-size: 14px;
  cursor: pointer;
}

#modal-place .modal_link_container .place-container {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

#modal .modal_link_container label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid var(--bg-color);
}

#modal-place .modal_link_container label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid var(--bg-color);
}

#modal .modal_link_container label:has(input[type=radio]:checked)::before {
  border: 10px solid transparent;
  border-left: 10px solid var(--main-color);
}

#modal-place .modal_link_container label:has(input[type=radio]:checked)::before {
  border: 10px solid transparent;
  border-left: 10px solid var(--main-color);
}

.modal_link_container label:has(input[type=radio]:checked) {
  background: var(--main-color);
  color: #fff;
}

.modal_link_container input {
  width: 0;
  margin: 0;
  opacity: 0;
}

.modal-body {
  width: 100%;
  max-width: 640px;
  height: 445px;
  margin-left: auto;
  padding: 0;
  overflow-y: scroll;
  background: var(--bg-color);
}

.modal-body .categoryCheckbox {
  position: relative;
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  background: var(--bg-color-lightblue);
}

.modal-body .js-check-all:first-of-type .categoryCheckbox {
  border-top: 1px solid var(--main-color);
}

.modal-body .categoryCheckbox.rotate {
  border-bottom: 1px solid var(--main-color);
}

.modal-body .category_items {
  border-bottom: 1px solid var(--main-color);
}

.categoryCheckbox::after {
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 0;
  padding: 16px 1.5rem;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

.categoryCheckbox.rotate + .category_items {
  display: none;
}

.categoryCheckbox.rotate::after {
  content: "\f078";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  padding: 16px 1.5rem;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  color: var(--border-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

.modal-body .js-check-all:first-of-type .categoryCheckbox {
  margin: 20px 30px 0;
}

.modal-body .js-check-all:not(:first-of-type) .categoryCheckbox {
  margin: 0 30px;
}

.js-input-text.is-clone {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.step-content .tab-inner.is-fulltime {
  display: none;
}
.step-content .tab-inner.is-parttime {
  display: block;
}
.step-content.is-fulltime .tab-inner.is-fulltime {
  display: block;
}
.step-content.is-fulltime .tab-inner.is-parttime {
  display: none;
}

.progress_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 185px;
  border-bottom: 1px solid #aaa;
}
.progress_wrapper .progress_numbers-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 10px;
  margin-right: 5px;
  border-radius: 10px;
  background: #F5F5F5;
}
.progress_wrapper .progress_number-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 10px;
  border-radius: 0;
}
.progress_wrapper .number_step {
  width: 40px;
  font-size: 12px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 10px;
  text-align: right;
}
.progress_wrapper .progress_number-line.is-active:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.progress_wrapper .is-active.is-last {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.progress_wrapper .progress_number-line.is-active {
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  opacity: 1;
  background: var(--main-color);
}
.progress_wrapper .progress_number-line.is-finish:not(:last-of-type)::after {
  background: var(--main-color);
}
.progress_wrapper .progress_number-line.is-finish {
  opacity: 1;
  background-color: var(--main-color);
}

@media screen and (max-width: 750px) {
  #nextBtn {
    max-width: unset;
    margin: 1.5rem 0;
  }
  section p {
    font-size: var(--sp-text-size);
    letter-spacing: var(--sp-text-letterSpace);
    line-height: var(--sp-text-lineHight);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #working-detail-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #working-detail-title span {
    font-size: 16px;
  }
  #header {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 0;
  }
  #header .header-text-container {
    display: none;
  }
  .logo-container {
    position: unset;
    width: 135px;
    -webkit-transform: unset;
    transform: unset;
  }
  .logo-container img {
    height: auto;
  }
  .header-contents {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: right;
    gap: 5px;
  }
  .header-contents .box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px;
    margin-left: auto;
    padding: 5px 10px;
  }
  .header-contents .box > p {
    font-size: 10px;
  }
  .header-contents .box + p {
    font-size: 8px;
  }
  /* mainvisual */
  .mv {
    width: inherit;
    height: inherit;
  }
  .mv_contents__container {
    position: absolute;
    top: 15px;
    left: 5.5%;
    width: 100%;
    max-width: 740px;
  }
  /* form */
  .progress_wrapper {
    padding: 10px 20px 5px;
  }
  .form_section__body.required h2 {
    font-size: 14px;
  }
  .form_section__body.required h2 span:first-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .radio_button {
    padding: 12px 15px;
  }
  .form-container {
    margin-top: 0;
    padding: 32px 0 20px;
  }
  .form-complete {
    margin-top: 20px;
  }
  .bubble {
    top: -11px;
  }
  .wrap_title {
    font-size: 18px;
    font-weight: bold;
  }
  .section1 .form_section__body h2 span:last-of-type {
    display: none;
  }
  .form_section {
    padding: 10px 20px;
  }
  .form_section__time {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    gap: 9px;
  }
  .LabelText {
    margin-left: 8px;
    font-size: 14px;
  }
  .form_section__start {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .form_section__start label {
    margin-bottom: 0;
  }
  .section2 .form_section__btn ul {
    gap: 10px;
  }
  .form_section.section2-new .form_section__body,
  .form_section.section3 .form_section__body {
    display: block;
    padding: 20px;
  }
  .form_section.section2-new .form_section__body h2 span:last-of-type,
  .form_section.section3 .form_section__body h2 span:last-of-type {
    display: none;
  }
  .section2-new .form_section__btn ul,
  .section3 .form_section__btn ul {
    padding: 0 20px;
  }
  .section2-new #nextBtn,
  .section3 #nextBtn {
    margin: 0;
  }
  .form_section.section3-new .form_section__body {
    display: block;
  }
  .form_section.section4 .form_section__body {
    display: block;
  }
  .year::before,
  .month::before,
  .day::before {
    content: none;
  }
  .form_section__birthday > div {
    gap: 10px;
  }
  .year,
  .month,
  .day {
    margin-right: unset;
  }
  .form_section__license {
    max-width: unset;
  }
  .form_section__license select {
    width: 100%;
  }
  .section3-new .form_section__btn ul {
    gap: 20px;
  }
  .section3-new .form_section__btn ul #nextBtn {
    margin-top: 0;
  }
  .section4 .form_section__btn ul {
    gap: 20px;
  }
  .section4 .form_section__btn ul #nextBtn {
    margin-top: 0;
  }
  .form_section.section5 .form_section__body {
    display: block;
    margin-bottom: 20px;
  }
  .form_section.section6 .form_section__body {
    display: block !important;
    margin-bottom: 20px !important;
  }
  .form_section__zip {
    max-width: unset;
  }
  .form_section__zip + p {
    margin-top: 5px;
  }
  #addElementButton {
    margin: 15px 0 30px;
    font-size: 14px;
    font-weight: normal;
  }
  .form_section__inquiry textarea {
    font-size: 14px;
  }
  .select_elements,
  .selected_places,
  .selected_work_contents {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  /* modal */
  .modal {
    background-color: rgba(0, 0, 0, 0.5019607843);
  }
  .modal-content {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s;
  }
  .close {
    top: 20px;
    margin: 0;
    padding: 0;
  }
  .modal_container {
    display: block;
  }
  .modal_link_container {
    padding: 20px;
  }
  .modal_link_container h2 {
    margin: 0;
    font-size: 18px;
  }
  .modal_link_container label {
    display: none;
  }
  .modal-body {
    height: auto;
    margin-bottom: 95px;
    overflow-y: unset;
  }
  .modal-footer button {
    width: calc(100% - 2rem);
    max-width: unset;
    font-size: 15px;
  }
  .categoryCheckbox,
  .modal-body .js-check-all:first-of-type .categoryCheckbox,
  .modal-body .js-check-all:not(:first-of-type) .categoryCheckbox {
    margin: 0;
    border-right: 0;
    border-left: 0;
  }
  .category_items {
    display: block;
    margin: 0;
    border-right: 0;
    border-left: 0;
  }
  #work-contents .category_items {
    margin: 0;
  }
  .modal-body .category_items .radio_button {
    max-width: unset;
    padding: 15px 20px;
  }
  .category_items .radio_button:not(:nth-of-type(3)) {
    border-right: unset;
  }
  .modal-body .radio_button {
    padding: 15px 20px;
  }
  .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: var(--bg-color);
  }
  .section2-new .form_section__body > div,
  .section3 .form_section__body > div,
  .form_section__category,
  .form_section__work-contents,
  .form_section__location,
  .form_section.section4 .form_section__body .form_section__sex .radio_button {
    width: 100%;
    max-width: unset;
  }
  .form_section.section5 > h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .form_section.section6 > h2 {
    text-align: left !important;
  }
  /* end modal */
  /* end form */
  /* reason */
  #reason {
    display: grid;
    grid-template: auto 230px auto/1fr;
    grid-template-areas: "title-container" "reason-image-container" "reason-content";
    margin: 30px auto;
    gap: 10px;
  }
  #reason .title-container,
  .reason-content,
  .three_reasons-section .section-container,
  .faq-section,
  .stories-section .card-container,
  .listing-section {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .three_reasons-section .section-container {
    padding: 35px 0 40px;
  }
  .section-title {
    margin-top: -5px;
    font-size: var(--sp-title-size);
    letter-spacing: var(--sp-title-letterSpace);
    line-height: var(--sp-title-lineHight);
  }
  .reason-image-container {
    height: auto;
  }
  .reason-image-container img {
    height: 100%;
  }
  .reasons-content {
    padding: 13px 24px 30px;
  }
  .reasons-content .content-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
  }
  .reason-section .title-container .en-sub-title {
    line-height: inherit;
  }
  .reason-section .title-container .section-title {
    margin-bottom: -3px;
  }
  .three_reasons-section .section-container .contents:first-of-type {
    margin-top: 50px;
  }
  .three_reasons-section .section-container .contents:last-of-type {
    margin-top: 65px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container img {
    height: 200px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container,
  .three_reasons-section .section-container .contents:last-of-type .image-container p {
    margin-bottom: 0;
  }
  .three_reasons-section .section-container .contents,
  .flow-contents .contents-lists .item {
    display: block;
    padding: 0;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .three_reasons-section .section-container .contents:first-of-type {
    margin-top: -20px;
  }
  .three_reasons-section .section-container .contents .image-container,
  .reasons-content,
  .three_reasons-section .section-container .contents:nth-of-type(odd) .image-container,
  .three_reasons-section .section-container .contents:nth-of-type(odd) .reasons-content {
    width: 100%;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .label-2 {
    z-index: 1;
    right: 20px;
    left: unset;
    width: 80px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .image-container {
    z-index: 0;
    height: 210px;
    margin-top: unset;
    margin-left: unset;
  }
  .label-1,
  .label-3 {
    position: absolute;
    top: -55px;
    left: 10px;
  }
  .label-1.sp,
  .label-3.sp {
    top: -45px;
    left: 20px;
    width: 80px;
  }
  .three_reasons-section .section-container .contents .image-container {
    height: 210px;
    margin-top: 50px;
  }
  .reason-content {
    padding: 15px 23px;
  }
  .listing-section {
    margin: 30px auto 40px;
    padding: 0;
  }
  .listing-section .section-title {
    margin-top: -5px;
  }
  .card-content-detail div p:first-of-type {
    font-size: 12px;
  }
  #stories .section-title {
    margin-top: -5px;
  }
  .stories-section-container {
    padding: 30px 0 25px;
  }
  .stories-section .card-container {
    padding: 0;
  }
  .avatar-contents {
    margin-bottom: 10px;
  }
  .before-after-container + p {
    font-size: 16px;
  }
  .arrow {
    margin-bottom: 3px;
  }
  .before-info p:first-child {
    font-size: 12px;
  }
  .after-info p:first-child {
    font-size: 12px;
  }
  .card-item:nth-of-type(2) .avatar-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px;
  }
  .card-item:nth-of-type(2) .avatar-contents .avatar {
    width: 100%;
    max-width: 80px;
  }
  .card-item:nth-of-type(2) .avatar-contents .avatar img {
    width: 100%;
    max-width: 80px;
  }
  .card-item:nth-of-type(2)::before {
    right: 25px;
    left: unset;
  }
  .card-item {
    padding: 30px 25px;
  }
  .card-lists {
    margin-top: 15px;
    gap: 20px;
  }
  .faq-section {
    padding: 30px 0;
  }
  .faq-section .en-sub-title {
    margin-bottom: -3px;
  }
  .faq-section .section-title {
    margin-left: -2px;
  }
  .question {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 15px;
    gap: 10px;
  }
  .question::before {
    font-size: 20px;
  }
  .question p {
    font-size: 15px;
    line-height: 1.6;
  }
  .answer {
    padding: 10px 15px;
    gap: 10px;
  }
  .answer::before {
    font-size: 20px;
  }
  .flow-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px 0;
  }
  .flow-container .title-container {
    text-align: left;
  }
  .flow-container .en-sub-title {
    margin-bottom: -5px;
  }
  .flow-contents .contents-lists .item .image {
    height: 210px;
  }
  .flow-contents .contents-lists .item .image img {
    width: 750px;
    max-width: 100%;
  }
  .flow-contents {
    margin-top: 110px;
  }
  .flow-contents .contents-lists {
    gap: 110px;
  }
  .flow-contents .item-content {
    margin-top: 18px;
  }
  .flow-contents .contents-lists .item .item-content h3 {
    font-size: 16px;
  }
  .step-number {
    top: -19%;
    left: 50%;
    padding: 18px 13px 7px;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  .item:not(:last-of-type) .step-number::after {
    content: none;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container {
    padding: 25px;
  }
  .three_reasons-section .section-container .contents:nth-of-type(odd) .reasons-content {
    padding: 15px 23px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container {
    padding: 40px 25px 20px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .three_reasons-section .section-container .contents:last-of-type .image-container p {
    margin: 10px 0 15px;
    font-weight: normal;
  }
  .listings {
    gap: 20px;
  }
  .listings-item .example {
    margin-bottom: 5px;
  }
  #footer {
    display: block;
    height: inherit;
    padding-bottom: 100px;
    text-align: center;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0 0;
  }
  .footer-content:first-of-type img {
    width: 100%;
    max-width: 145px;
  }
  .footer-content:first-of-type p {
    display: none;
  }
  .footer-content:nth-of-type(2) {
    width: 65%;
    padding: 0;
    border: none;
  }
  .footer-content:nth-of-type(2) p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-content:last-of-type {
    margin: 10px 0 20px;
    text-align: center;
  }
  .footer-content:last-of-type img {
    width: 100%;
    max-width: 110px;
  }
  .footer-container p {
    line-height: var(--sp-text-lineHight);
  }
  .footer-container + p {
    color: #fff;
    font-size: 10px;
  }
  .copyright-sp {
    display: block;
  }
  .labe-3 {
    width: 80px;
    height: 80px;
  }
  .complete-content {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 15px 20px;
  }
}
.common-btn-submit {
  position: relative;
}
.common-btn-submit.is-submit {
  pointer-events: none;
}
.common-btn-submit.is-submit > * {
  pointer-events: none;
}
.common-btn-submit.is-submit::before, .common-btn-submit.is-submit::after {
  opacity: 1;
}
.common-btn-submit::before {
  content: "\f110";
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
}
.common-btn-submit::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: translate(0, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, -50%) rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: translate(0, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, -50%) rotate(360deg);
  }
}
/*# sourceMappingURL=lp.css.map */