@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* html {
  font-size: 62.5%;
  font-size: 10px;
} */

body {
  background-color: #fff;
  color: #535353;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* font-size: 1.4rem; */
  line-height: 1.5;
  letter-spacing: 0.5px;
}

body,
div,
pre,
fieldset,
blockquote,
main,
aside,
header,
footer,
nav,
section,
article,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
img,
figure,
figcaption,
blockquote,
form,
input,
label,
button,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a,
button {
  color: #646464;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 961px) {
  header {
    padding: 12px;
  }
  /* header p {
    width: 1040px;
    margin: 0 auto;
  } */
  /* main {
    width: 1040px;
    margin: 0 auto;
    position: relative;
  } */
  main.-company {
    padding-top: 32px;
  }
  .navlist {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 0;
  }
  .navlist li {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 3rem;
  }
  .navlist li:last-child {
    margin-right: 0;
  }
  .formlink {
    padding: 1rem;
    border: 1px solid #646464;
  }
  .toph1 {
    width: 100%;
    height: 607px;
    background-image: url(../img/kv_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .toph1 p {
    display: none;
  }
  .toph1 img {
    margin-top: 5px;
  }
  /* h2 {
    width: 670px;
    margin: 0 auto;
    padding: 13px 0;
    border-top: 4px solid #0098e1;
    border-bottom: 4px solid #0098e1;
    color: #0098e1;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  } */
  .content.-company {
    padding-top: 8px;
  }
  .joblist {
    display: none;
  }
  .feature {
    display: none;
  }
  .button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 517px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 44px;
    background-color: #ed7e8a;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    box-shadow: 0px 3px 0px 0px #c85a2c;
  }
  .button:after {
    content: "";
    position: absolute;
    right: 32px;
    background-image: url(../img/button_arrow_next.png);
    background-size: contain;
    width: 19px;
    height: 34px;
  }
  .button.small {
    width: 335px;
  }
  .top {
    position: absolute;
    top: 560px;
    right: 38px;
  }
  .mb25 {
    margin-bottom: 2.5rem;
  }
  section {
    margin-top: 30px;
  }
  .meritlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .meritlist li {
    flex-basis: 510px;
    margin-bottom: 2rem;
  }
  .merititem {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #999;
  }
  .merititem dt {
    display: flex;
    margin-bottom: 1.2rem;
    color: #0098e1;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .merititem dt img {
    width: 76px;
    height: 76px;
    margin-right: 1.2rem;
  }
  .merititem dd {
    font-size: 2.1rem;
  }
  .steplist {
    display: flex;
    flex-wrap: wrap;
  }
  .steplist > li {
    flex-basis: 338px;
    margin: 0 1.2rem 4rem 0;
    text-align: right;
  }
  .steplist > li:nth-child(3n) {
    margin-right: 0;
  }
  .steplist > li > picture img {
    width: 85px;
    margin-top: 0.9rem;
    margin-right: -40px;
  }
  .steplist > li .sp {
    display: none;
  }
  .stepitem {
    height: 95%;
    padding: 1.2rem;
    border: 1px solid #999;
    text-align: left;
  }
  .stepitem h3 {
    margin-bottom: 1rem;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .stepitem img {
    width: 100%;
    margin-bottom: 1rem;
    border: 2px solid #0098e1;
  }
  .stepitem dt {
    margin-bottom: 0.5rem;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .stepitem dd {
    font-size: 1.4rem;
  }
  .faqitem {
    margin-bottom: 4rem;
  }
  .faqitem dt {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    color: #0098e1;
    border-bottom: 2px solid #0098e1;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .faqitem dd {
    font-size: 2.8rem;
  }
}

.cofirm a {
  text-decoration: underline;
}

.cofirm .cofirm-title {
  font-size: 1.875rem;
}

.info {
  font-size: 21px;
}

.info dt {
  margin-top: 24px;
  font-weight: bold;
}

.info dd {
  margin-top: 8px;
  padding-left: 14px;
}

.info.-privacy {
  font-size: 14px;
}

.tdUL {
  text-decoration: underline;
}

.mt24 {
  margin-top: 24px;
}

/* footer {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid #646464;
  text-align: center;
}

footer a {
  text-decoration: underline;
}

footer p {
  margin-bottom: 16px;
} */

/* .footerlist {
  width: 1040px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
} */

.footerlist li {
  padding: 0 8px;
  border-right: 1px solid #646464;
}

.footerlist li:first-child {
  border-left: 1px solid #646464;
}
.footer a {
  color: #fff;
}

.cofirm {
  width: 680px;
  text-align: center;
  margin: 3rem auto;
}

@media screen and (max-width: 960px) {
  input:valid,
  select:valid {
    border: 1px solid green;
  }
  input:invalid,
  select:invalid {
    border: 1px solid red;
  }
  /* header {
    padding: 12px;
    font-size: 1rem;
    text-align: center;
    margin-left: 1rem;
  } */
  nav {
    display: none;
  }
  main.-company {
    padding-top: 32px;
  }
  h1.-company {
    text-align: center;
  }
  .toph1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 315px;
    background-image: url(../img/kv_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .toph1 p {
    color: #0098e1;
    font-size: 2.2rem;
    text-align: center;
  }
  .toph1 img {
    margin-top: 5px;
  }
  /* h2 {
    width: 100%;
    padding: 13px 0;
    border-top: 2px solid #0098e1;
    border-bottom: 2px solid #0098e1;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  } */
  /* .content {
    padding: 2.7rem;
  } */
  .joblist {
    display: flex;
    justify-content: space-between;
  }
  .joblist li {
    text-align: center;
    color: #0098e1;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .feature {
    display: flex;
    justify-content: space-between;
    background-color: #0098e1;
    border-radius: 53px;
  }
  .feature li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    border: 2px solid #0098e1;
    border-radius: 53px;
    background-color: #fff;
  }
  .featureitem {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .featureitem dt {
    color: #0098e1;
  }
  .featureitem dd {
    margin-top: 5px;
    color: #999;
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 5px;
    border-radius: 30px;
    background-color: #ed7e8a;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    box-shadow: 0px 3px 0px 0px #c85a2c;
  }
  .mb25 {
    margin-bottom: 2.5rem;
  }
  .meritlist li {
    margin-bottom: 1.2rem;
  }
  .meritlist li:last-child {
    margin-bottom: 0;
  }
  .merititem {
    padding: 0.9rem;
    border: 1px solid #999;
  }
  .merititem dt {
    display: flex;
    margin-bottom: 1.2rem;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .merititem dt img {
    margin-right: 1.2rem;
  }
  .steplist {
    display: block;
  }
  .steplist > li {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .steplist > li:last-child {
    margin-bottom: 0;
  }
  .steplist > li > picture img {
    width: 29px;
    margin-top: 1.5rem;
  }
  .steplist > li .sp {
    width: 29px;
    margin-top: 1.5rem;
  }
  .stepitem {
    padding: 1.2rem;
    border: 1px solid #999;
    text-align: left;
  }
  .stepitem h3 {
    margin-bottom: 1rem;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: 2;
  }
  .stepitem img {
    width: 100%;
    margin-bottom: 1rem;
    border: 2px solid #0098e1;
  }
  .stepitem dt {
    margin-bottom: 0.5rem;
    color: #0098e1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .stepitem dd {
    font-size: 1.4rem;
  }
  .faqitem {
    margin-bottom: 2.5rem;
  }
  .faqitem dt {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    color: #0098e1;
    border-bottom: 2px solid #0098e1;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .faqitem dd {
    font-size: 1.4rem;
  }
  .formtitle {
    white-space: nowrap;
    border: none;
    color: #ed7e8a;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .cofirm {
    width: auto;
    max-width: 680px;
    margin: 2rem auto;
    padding: 0 1.5rem;
  }
  .cofirm a {
    text-decoration: underline;
  }
  .footerlist {
    width: 100%;
  }
  .cofirm .cofirm-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .form {
    max-width: 750px;
    border: 2px solid #e8e8e8;
    border-radius: 18px;
    box-shadow: 0px 2px 8px #aaa;
  }
}

.form .form-title {
  margin-top: 3rem;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 2px solid #0098e1;
  color: #0098e1;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .form .form-title {
    display: none;
  }
}

.form .form-content {
  margin-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .form .form-content {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .form .form-content.multi {
    margin-top: 1rem;
  }
}

.form .form-lead {
  margin-bottom: 0.5rem;
  font-weight: normal;
  text-align: left;
}

.form .form-error {
  color: #de0012;
}

.form .form-item {
  margin-bottom: 0.5rem;
}
.form .form-note {
  display: block;
  color: #999;
  font-size: 0.75rem;
  font-weight: normal;
}

.verticallist > li {
  margin-bottom: 0.5rem;
}
.horizontallist > li {
  margin: 0 0.5rem 0.5rem;
  flex-grow: 1;
  flex-basis: 45%;
}

@media screen and (min-width: 961px) {
  .form .form-item {
    margin-bottom: 1rem;
  }

  .form .form-note {
    display: block;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
  }

  .verticallist > li {
    margin-bottom: 1rem;
  }

  .horizontallist > li {
    margin: 0 0 0.875rem;
    flex-grow: 0;
    flex-basis: 49%;
  }
}

.verticallist > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .verticallist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .verticallist > li {
    width: 49%;
  }
}

.horizontallist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.5rem;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: block;
  padding: 0.875rem 0.875rem 0.875rem 3.2rem;
  font-weight: bold;
  border: 2px solid #999;
  border-radius: 5px;
  text-align: left;
  background: #fff;
}

input[type="checkbox"] + label::before {
  position: absolute;
  left: 0.5rem;
  box-sizing: border-box;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  border: 2px solid #999;
  border-radius: 4px;
}

input[type="checkbox"] + label::after {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  width: 0.8rem;
  height: 1.6rem;
  content: "";
  border-right: 8px solid #0098e1;
  border-bottom: 8px solid #0098e1;
  opacity: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 320px) {
  input[type="checkbox"] + label {
    font-size: 1.5rem;
    padding: 0.8rem 0.4rem 0.8rem 4rem;
  }
  input[type="checkbox"] + label::after {
    top: 2px;
  }
}

input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label::before {
  position: absolute;
  left: 0.5rem;
  box-sizing: border-box;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  border: 2px solid #999;
  border-radius: 100%;
}

input[type="radio"] + label::after {
  position: absolute;
  top: 1.2rem;
  left: 0.8rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #0098e1;
  border-radius: 100%;
  content: "";
  opacity: 0;
}

@media screen and (max-width: 320px) {
  input[type="radio"] + label {
    font-size: 1.5rem;
    padding: 0.8rem 0.4rem 0.8rem 4rem;
  }
  input[type="radio"] + label::after {
    top: 28.5%;
  }
}

input[type="radio"]:checked + label::after {
  opacity: 1;
}

.select {
  position: relative;
  width: 100%;
  border: solid 2px #999;
  border-radius: 4px;
}

.select select {
  width: 100%;
  padding: 1.2rem;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (min-width: 961px) {
  .select select {
    padding: 1rem;
  }
}
/* @media screen and (max-width: 320px) {
  .select select {
    font-size: 1.5rem;
  }
} */

.select::after {
  content: "▼";
  position: absolute;
  top: 15px;
  right: 10px;
  padding-left: 0.8rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  width: 100%;
  padding: 0.875rem;
  border: solid 2px #999;
  border-radius: 4px;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  color: #999;
}

@media screen and (min-width: 961px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"] {
    padding: 1rem;
  }
}

/* @media screen and (min-width: 320px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"] {
  }
} */

.year {
  position: relative;
}

.year:before {
  content: "西暦";
  position: absolute;
  display: flex;
  width: 40px;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 16px;
}
.year:after {
  content: "年";
  position: absolute;
  display: flex;
  width: 20px;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  right: 16px;
}
.year input {
  padding-left: 56px;
  padding-right: 36px;
}

.label-require {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #de0012;
  border-radius: 8px;
  color: #de0012;
  font-size: 12px;
}

.label-any {
  display: inline-block;
  padding: 2px;
  border: 1px solid #646464;
  border-radius: 4px;
  color: #646464;
  font-size: 12px;
}

.collapse {
  margin-top: 1rem;
  text-align: left;
}

.collapse .collapse-content {
  margin-top: 1rem;
}

.collapse .collapse-button {
  width: 100%;
  padding: 0.5rem;
  background-color: #e6e6e6;
  border-radius: 2.2rem;
  font-size: 1rem;
}

@media screen and (min-width: 961px) {
  .collapse .collapse-button {
    padding: 1rem;
    font-size: 1rem;
  }
}

.swiper-container {
  width: 100%;
  min-height: 680px;
}

.swiper-slide {
  height: calc(100vh - 2.7rem);
  text-align: center;
  font-size: 18px;
  visibility: hidden;
}

.swiper-slide.swiper-slide-active {
  visibility: visible;
}

@media screen and (min-width: 961px) {
  .swiper-slide {
    height: calc(100vh - 2.7rem);
    text-align: center;
    font-size: 18px;
    background: #fff;
  }

  .swiper-container {
    /* margin-bottom: 30px; */
    padding: 4rem 2rem 3rem;
    background: #fff;
  }
}
.pagination {
  position: absolute;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

@media screen and (min-width: 961px) {
  .pagination {
    top: 0;
    right: 0;
    left: 0;
    background-color: #eff0f0;
    padding: 14px;
  }
}

.form-status {
  width: 200px;
  height: 30px;
}

@media screen and (min-width: 961px) {
  .form-status {
    width: 597px;
    height: 33px;
  }
}

.swiper-pagination {
  width: 10px;
  top: 10px;
  bottom: auto;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
}

.swiper-pagination-bullet-custom {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: #999;
  z-index: 0;
}

.swiper-pagination-bullet-custom:not(:first-of-type):before {
  position: absolute;
  top: 41%;
  left: -20px;
  content: "";
  display: block;
  width: 21px;
  height: 4px;
  background: #999;
  z-index: 1;
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active {
  background: #0098e1;
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active:not(:first-of-type):before {
  background: #0098e1;
}

.swiper-pagination-bullet-custom.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-bottom: 1px solid #0098e1;
}

.button-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-button-prev {
  top: 92%;
  left: 0;
  display: flex;
  width: 64px;
  margin-right: 10px;
  background-image: none;
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .swiper-button-prev {
    left: calc(50% - 176px);
  }
}

.swiper-button-prev:before {
  content: "";
  background-image: url(../img/button_arrow_back.png);
  background-size: contain;
  width: 12px;
  height: 20px;
  margin: 5px 10px 0 0;
}

.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-next,
.swiper-button-last {
  top: 90%;
  right: 0;
  width: 75%;
  height: 56px;
  margin-top: -22px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 44px;
  background-image: none;
  background-color: #ed7e8a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: 0px 3px 0px 0px #c85a2c;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .swiper-button-next,
  .swiper-button-last {
    width: 225px;
    right: calc(50% - 176px);
  }
}

@media screen and (max-width: 320px) {
  .swiper-button-next,
  .swiper-button-last {
    font-size: 2.2rem;
  }
}

.swiper-button-next:after,
.swiper-button-last:after {
  content: "";
  position: absolute;
  right: 32px;
  background-image: url(../img/button_arrow_next.png);
  background-size: contain;
  width: 19px;
  height: 34px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-last.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}

.swiper-button-next.disabled,
.swiper-button-last.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-button-next.first,
.swiper-button-last.first {
  width: 100%;
  right: 0;
}

@media screen and (min-width: 961px) {
  .swiper-button-next.first,
  .swiper-button-last.first {
    width: 335px;
    right: calc(50% - 168px);
  }
}

.swiper-button-last:after {
  content: none;
}

.error {
  color: #de0012;
}

.d-none {
  display: none;
}

.hands {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 22%;
  background: url(../img/hand.png) no-repeat;
  background-size: 94% auto;
  z-index: 99;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  opacity: 0.8;
  animation: hands 2.5s linear 0s infinite;
  -webkit-animation: hands 2.5s linear 0s infinite;
  transition: top 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 961px) {
  .hands {
    right: 21%;
  }
}

@-webkit-keyframes hands {
  0% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
  }
  50% {
    -webkit-transform: translate(-15px, 0) rotate(-30deg);
    background-size: 100% auto;
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    background-size: 95% auto;
  }
}

@keyframes hands {
  0% {
    transform: translate(0, 0) rotate(-30deg);
  }
  50% {
    transform: translate(-15px, 0) rotate(-30deg);
    background-size: 100% auto;
  }
  75% {
    transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    background-size: 95% auto;
  }
}

.thanks-note {
  color: #0098e1;
}

.thanks-tel {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0098e1;
}

.thanks-mail {
  margin: 25px 0;
}

.thanks-mail dt {
  font-size: 18px;
}

.thanks-link {
  display: block;
  text-align: center;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.spinner-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.spinner-container {
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 10px;
}

.spinner {
  width: 60px;
  height: 60px;
  margin: 20px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 1s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

main {
  display: block;
  flex: 1;
  position: relative;
  background: linear-gradient(167.55deg, #e9f4ff 2.05%, #fdfffe 98.15%);
  padding-bottom: 3rem;
}
main.main--thanks,
main.main--base {
  background: #fff;
}
main.main--thanks br {
  display: none;
}

.main--base {
  width: 800px;
  margin: 3rem auto;
}
.main--base h1 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.list-company-info {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #aaa;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.list-company-info dt {
  font-weight: bold;
  width: 10rem;
  font-weight: 1.125rem;
}
@media screen and (max-width: 960px) {
  .main--base h1 {
    margin-bottom: 2rem;
  }
  .main--base {
    width: 100%;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1.5rem;
  }
  .list-company-info {
    display: block;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1040px) {
  main.main--thanks p {
    font-size: 1.125rem;
  }
  main.main--thanks br {
    display: block;
  }

  .bg-image:before {
    content: "";
    display: block;
    background-image: url(../img/BG_Photo.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 0%;
    width: 410px;
    height: 407px;
    transform: translate(30%, 0px);
  }
  .bg-image:after {
    content: "";
    display: block;
    background-image: url(../img/BG_AppealPoint.png);
    position: absolute;
    bottom: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    width: 680px;
    height: 120px;
    transform: translate(-50%, 0px);
  }
}

/* header */
.header {
  padding: 1rem 0 1.6rem;
}
.header__text {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.header__text br {
  display: none;
}
.header__logo {
  width: 120px;
}

@media screen and (min-width: 960px) {
  .header__logo {
    width: 180px;
  }
  .header__text {
    margin-left: 2rem;
  }
}

.footer__wraper {
  background: #333;
  padding: 2rem 0 1rem;
  color: #fff;
}
.header {
  display: flex;
  align-items: center;
}
.footer__address {
  font-size: 14px;
}
.footer__address a {
  font-weight: bold;
  text-decoration: underline;
}
.footer__body {
  margin-left: auto;
  text-align: center;
}
.footer__nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.footer__nav--item {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.footer__nav--item {
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.footer__nav .footer__nav--item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer__nav .footer__nav--item:last-child:after {
  content: none;
}
.footer__nav--item::after {
  content: "";
  display: block;
  height: 10px;
  border-right: 2px solid #888;
  position: absolute;
  right: 0;
  top: 30%;
}

.footer__nav a {
  color: #fff;
}

.footer {
  text-align: center;
}

.container {
  padding: 0 1rem;
}

.sp_banner {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .sp_banner {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  /* header */
  .header {
    padding: 1.6rem 0 1.6rem;
  }

  .header__text {
    font-size: 0.875rem;
  }

  .container {
    width: 1040px;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .footer {
    text-align: left;
    display: flex;
  }
  .footer__body {
    text-align: right;
  }
  .footer__nav {
    justify-content: end;
  }
  .footer__address br {
    display: none;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    padding: 0.875rem 0.875rem 0.875rem 3.4rem;
  }
  /* footer */
  .footer__nav {
    margin-top: 0;
  }
}

/* form  */
.form_title {
  display: none;
}
.form_title strong {
  font-size: 1.4em;
}

@media screen and (min-width: 960px) {
  .form_title {
    display: block;
    color: #ed7e8a;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 3rem auto 1rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 376px) {
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    padding: 0.875rem 0.875rem 0.875rem 2.8rem;
  }
}

/* line-banner */
.line-banner img{
  width: 100%;
}
.line-banner .line-banner--pc{
  display: none;
}

@media screen and (min-width: 961px) {
  .line-banner .line-banner--sp{
    display: none;
  }  
  .line-banner .line-banner--pc{
    display: block;
  }  
}

.visible-transition {
  display: block;
  animation: appear .25s ease;
}

@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.js-debug {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  z-index: 1;
}



/* thanks  */
.thanks{
  color: #222;
  background: #fff;
  font-family: 'Noto Sans JP';
  padding-top: 2rem;
}
.thanks-head{
  text-align: center;
  margin: 0 auto;
  width: 960px;
}
.thanks-title{
  font-weight: bold;
  font-size: 2rem;
}
.thanks-read{
  margin: 1rem 0;
}
.line-box{
  background: #EEEEEE;
  text-align: center;
  padding: 2rem 0 4rem;
  margin: 3rem 0;
}
.line-title{
  font-size: 24px;
  color: #08B508;
  line-height: 1.2;
}
.line-body{
  width: 800px;
  margin: 3rem auto 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 1rem;
}
.line-contents{
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  position: relative;
}
.line-contents__title{
  font-weight: bold;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  color: #08B508;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.line-contents__text{
  font-weight: bold;
  line-height: 1.2;
  margin: 1.5em 0;
}
.line-btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  gap: 8px;
  width: 480px;
  height: 56px;
  background: #16AB27;
  border-radius: 40px;
}
.line-notice{
  margin: 1rem 0;
  font-size: 14px;
}
.contact-info{
  width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: .5rem;
  background: #E0F1FA;
  border: 1px solid #B0D0E1;
}
.contact-title{
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.contact-body{
  display: flex;
  gap: .25em;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  a{
    font-weight: bold;
    text-decoration: underline;
    color: #222;
  }
}
.contact-memo{
  font-size: 12px;
}
.contact-notice{
  border-top: 1px solid #B0D0E1;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 961px) {
  .thanks-head{
    width: auto;
    padding: 0 1rem;
  }
  .thanks-title{
    font-size: 24px;
  }
  .thanks-read{
    font-size: 14px;
  }
  .line-box{
    padding: 1rem;
  }
  .line-body{
    width: auto;
    margin: 1.5rem auto 1rem;
    grid-template-columns:auto;
    justify-content: center;
    img{
      width: 100%;
    }
  }
  .line-btn{
    width: auto;
  }
  .contact-info{
    width: auto;
    margin: 1rem;
    padding: 1rem;
  }
  .contact-notice{
    font-size: 12px;
  }
}