@charset "UTF-8";
h2.midashi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  h2.midashi {
    max-width: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  h2.midashi {
    max-width: 59%;
    margin: 0 auto;
  }
}
h2.midashi::after {
  content: url("../../dist/img/line_short.svg");
  display: block;
}
@media screen and (max-width: 991.98px) {
  h2.midashi::after {
    overflow: hidden;
  }
}

h3.h3 {
  font-weight: bold;
  font-size: 36px;
}

h4.h4 {
  font-weight: bold;
  font-size: 24px;
}

.txt_pink {
  color: var(--pink);
}

@media screen and (min-width: 992px) {
  .w-50 {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .w-50 {
    width: 100%;
  }
}

.grad-pink {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.23), rgb(255, 243, 239));
}

.grad-gray {
  background: linear-gradient(to bottom, var(--lightgray), #fff);
}

.back-gray {
  background-color: var(--lightgray);
}

.back-pink {
  background-color: var(--lightpink);
}

.footer-content {
  padding-bottom: 100px;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .footer-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .footer-content .main {
    width: 50%;
  }
}
.footer-content a {
  display: block;
}

.footer-nav .list-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-weight: bold;
}
.footer-nav .list-nav a {
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  .footer-nav .list-nav a {
    font-size: 16px;
  }
}

.footer-nav2 {
  margin-top: 15px;
}
.footer-nav2 ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer-nav2 ul li:first-child a {
  display: block;
  border: 1px solid var(--gray);
  background-color: var(--lightpink);
}
.footer-nav2 ul li:last-child a {
  display: block;
  border: 1px solid var(--gray);
  background-color: var(--blue);
}
.footer-nav2 ul li a {
  font-size: 20px;
  border-radius: 50px;
  padding: 4px 15px;
}

.formTable {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.formTable th, .formTable td {
  padding-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .formTable th, .formTable td {
    padding-bottom: 10px;
  }
}
.formTable th {
  text-align: left;
  font-weight: bold;
  width: 25%;
  vertical-align: top;
}
@media screen and (max-width: 991.98px) {
  .formTable th {
    display: block;
    width: 100%;
  }
}
.formTable td {
  padding-left: 20px;
}
@media screen and (max-width: 991.98px) {
  .formTable td {
    display: block;
    width: 100%;
  }
}
.formTable span.hissu {
  font-size: 12px;
  color: var(--pink);
  display: inline-block;
  margin-left: 10px;
}
.formTable input, .formTable textarea, .formTable select {
  border: 1px solid var(--gray);
  width: 85%;
  padding: 6px 10px;
}
@media screen and (max-width: 991.98px) {
  .formTable input, .formTable textarea, .formTable select {
    width: 95%;
  }
}
.formTable textarea {
  height: 200px;
}

.submit input {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: var(--gray);
  width: 200px;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .submit input {
    width: 200px;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/*ピンク背景*/
.grad-pink {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.grad-pink #back-pink1 {
  position: absolute;
  right: -150px;
  top: 15%;
  z-index: -1;
}
.grad-pink #back-pink2 {
  position: absolute;
  left: -100px;
  bottom: 15%;
  z-index: -1;
}

.service-ul {
  margin-block-start: 60px;
}
.service-ul li {
  margin-block-end: 40px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 50px;
}
@media screen and (max-width: 991.98px) {
  .service-ul li {
    padding: 20px 10px;
  }
}
.service-ul li h3 {
  color: var(--gray);
  text-align: center;
}
.service-ul li .flex {
  margin-block-start: 40px;
  gap: 30px;
}
.service-ul li .flex img {
  width: 45%;
}
@media screen and (max-width: 991.98px) {
  .service-ul li .flex img {
    width: 100%;
  }
}
.service-ul li .flex .text h4 {
  color: var(--pink);
  margin-block-end: 20px;
}

#nami1 {
  margin-top: -80px;
  width: 100%;
  position: relative;
}

.section-message {
  position: relative;
  margin-top: -140px;
}
@media screen and (max-width: 991.98px) {
  .section-message {
    margin-top: -40px;
  }
}
.section-message .message-wrap {
  margin-top: 120px;
}
@media screen and (min-width: 992px) {
  .section-message .message-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .section-message .message {
    width: 70%;
  }
}
.section-message .message p {
  padding-bottom: 20px;
}
.section-message .message img {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .section-message .message img {
    width: 680px;
  }
}

#message #back-blue {
  position: absolute;
  left: -100px;
  width: 200%;
  top: 0;
  z-index: -1;
}

.section-company {
  position: relative;
  margin-top: -200px;
  padding-top: 200px;
}
.section-company #back-pink3 {
  position: absolute;
  left: -100px;
  bottom: 0%;
  z-index: -1;
}
.section-company h2 {
  display: inline-block;
  text-align: center;
}
.section-company table {
  margin-bottom: 60px;
  text-align: left;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.section-company table td, .section-company table th {
  padding: 15px 25px;
  border-bottom: 2px solid var(--pink);
}
@media screen and (max-width: 991.98px) {
  .section-company table td, .section-company table th {
    padding: 12px 10px;
  }
}
.section-company table th {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .section-company table th {
    width: 30%;
  }
}
.section-company table tr:first-child th, .section-company table tr:first-child td {
  border-top: 2px solid var(--pink);
}
.section-company .image-wrap .photo {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
@media screen and (max-width: 991.98px) {
  .section-company .image-wrap .photo {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .section-company .image-wrap .photo {
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-company .image-wrap .photo img {
    width: 360px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-company .image-wrap .photo img {
    width: 48%;
  }
}
.section-company .image-wrap .photo #photo2 {
  margin-block-start: 50px;
}
.section-company .image-wrap .map {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .section-company .image-wrap .map {
    padding-left: 60px;
  }
}
.section-company .image-wrap .map iframe {
  border-radius: 30px;
}

.section-contact h2 {
  display: inline-block;
  text-align: center;
}

/*RECRUIT*/
.recruit picture {
  display: none;
}
.recruit .section-recruit {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  .recruit .section-recruit {
    padding-top: 50px;
  }
}
.recruit .recruit_table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--pink);
}
.recruit .recruit_table th, .recruit .recruit_table td {
  padding: 15px 25px;
  border: 1px solid var(--pink);
}
@media screen and (max-width: 991.98px) {
  .recruit .recruit_table th, .recruit .recruit_table td {
    padding: 15px 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit .recruit_table th {
    font-weight: bold;
    width: 30%;
  }
}

.sns {
  margin-top: 40px;
  gap: 20px;
}
.sns li a {
  display: block;
  text-align: center;
  color: var(--pink);
}
.sns li a img {
  height: 80px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-5 {
  padding-top: calc(var(--gap) * 5) !important;
}

.mt-05 {
  margin-top: calc(var(--gap) / 2) !important;
}

.mb-05 {
  margin-bottom: calc(var(--gap) / 2) !important;
}

.mt-1 {
  margin-top: var(--gap) !important;
}

.mb-1 {
  margin-bottom: var(--gap) !important;
}

.mt-2 {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-2 {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.mt-3 {
  margin-top: calc(var(--gap) * 3) !important;
}

.mb-3 {
  margin-bottom: calc(var(--gap) * 3) !important;
}

.mt-4 {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-4 {
  margin-bottom: calc(var(--gap) * 4) !important;
}

.mt-5 {
  margin-top: calc(var(--gap) * 5) !important;
}

.mb-5 {
  margin-bottom: calc(var(--gap) * 5) !important;
}

@media screen and (max-width: 991.98px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
  .mt-05-sp {
    margin-top: calc(var(--gap) / 2) !important;
  }
  .mb-05-sp {
    margin-bottom: calc(var(--gap) / 2) !important;
  }
  .mt-1-sp {
    margin-top: var(--gap) !important;
  }
  .mb-1-sp {
    margin-bottom: var(--gap) !important;
  }
  .mt-2-sp {
    margin-top: calc(var(--gap) * 2) !important;
  }
  .mb-2-sp {
    margin-bottom: calc(var(--gap) * 2) !important;
  }
  .mt-3-sp {
    margin-top: calc(var(--gap) * 3) !important;
  }
  .mb-3-sp {
    margin-bottom: calc(var(--gap) * 3) !important;
  }
  .mt-4-sp {
    margin-top: calc(var(--gap) * 4) !important;
  }
  .mb-4-sp {
    margin-bottom: calc(var(--gap) * 4) !important;
  }
  .mt-5-sp {
    margin-top: calc(var(--gap) * 5) !important;
  }
  .mb-5-sp {
    margin-bottom: calc(var(--gap) * 5) !important;
  }
}
.mi-auto {
  margin-inline: auto;
}

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

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

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

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

.fw-bold {
  font-weight: bold;
}

.fw-light {
  font-weight: lighter;
}

.fw-normal {
  font-weight: normal;
}

.w-100 {
  width: 100%;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

@media screen and (max-width: 991.98px) {
  .ta-center-sp {
    text-align: center;
  }
  .ta-right-sp {
    text-align: right;
  }
  .ta-left-sp {
    text-align: left;
  }
}/*# sourceMappingURL=bundle.css.map */