/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/* ================================
UTILITIES
================================ */
.p-company__txt16, .p-company-form__ttl, .p-company #mfp_phase_confirm tr th, .p-company #mfp_phase_confirm tr td {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__txt16, .p-company-form__ttl, .p-company #mfp_phase_confirm tr th, .p-company #mfp_phase_confirm tr td {
    font-size: clamp(0.875rem, 0.4237vw + 0.6716rem, 1rem);
  }
}

.p-company .thanks-back__btn, .p-company-box__ttl, .p-company-form__btn button, .p-company #mfp_phase_confirm button {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company .thanks-back__btn, .p-company-box__ttl, .p-company-form__btn button, .p-company #mfp_phase_confirm button {
    font-size: clamp(0.875rem, 0.8475vw + 0.4682rem, 1.125rem);
  }
}

.p-company__txt26 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__txt26 {
    font-size: clamp(1.125rem, 1.6949vw + 0.3114rem, 1.625rem);
  }
}

.p-company #mfp_OperationCheck {
  display: none;
}
.p-company__txt16 {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6875;
  color: #333;
}
.p-company__txt26 {
  letter-spacing: 0;
  line-height: 1.2222222222;
  color: #000;
}
.p-company-box {
  width: 100%;
  border: 2px solid #49a75a;
  border-radius: 5px;
  position: relative;
  padding: 20px 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-box {
    width: 520px;
    width: clamp(450px, (100vw - 1023px) * 1000, 520px);
    border: 3px solid #49a75a;
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: space-between;
    top: 4px;
    margin-top: 0;
    padding: 6px 10px 2px 20px;
  }
}
.p-company-box__left {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-company-box__left {
    display: block;
    width: 150px;
    width: clamp(120px, (100vw - 1023px) * 1000, 150px);
    text-align: left;
    margin-inline: 0;
    margin-bottom: 4px;
  }
}
.p-company-box__left::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: static;
  left: 50%;
  bottom: 10px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-company-box__left::before {
    width: clamp(1rem, 2.0202vw + 0.0303rem, 2rem);
    height: clamp(1rem, 0.7576vw + 0.6364rem, 1.375rem);
    position: absolute;
    top: calc(50% - 2px);
    left: auto;
    right: clamp(-0.5rem, 1.0101vw + -0.9849rem, 0rem);
    bottom: auto;
    transform: translateY(-50%);
  }
}
.p-company-box__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-box__right {
    width: calc(100% - 150px);
    width: clamp(100% - 150px, (1025px - 100vw) * 1000, 100% - 110px);
  }
}
.p-company-box__right .p-company__txt26 {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-company-box__right .p-company__txt26 {
    gap: 12px;
    justify-content: flex-start;
  }
}
.p-company-box__right .p-company__txt16 {
  margin: 1px 0 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-box__right .p-company__txt16 {
    width: 100%;
    text-align: left;
  }
}
.p-company-box__ttl {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2222222222;
  color: #49a75a;
}
.p-company-box__tel {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-company-box__tel {
    font-size: clamp(1.5rem, 2.5316vw + 0.2848rem, 2.5rem);
    pointer-events: none;
  }
}
.p-company-box__txt16 {
  color: #000;
}
.p-company-form {
  padding-top: 100px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-form {
    padding-right: 40px;
  }
}
.p-company-form__ttl {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6875;
  color: #000;
  margin-bottom: 9px;
}
.p-company-form__input input {
  display: block;
  width: 100%;
  border: 1px solid #49a75a;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6875;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-company-form__input input {
    padding: 16px;
  }
}
.p-company-form__textarea textarea {
  display: block;
  width: 100% !important;
  border: 1px solid #49a75a;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6875;
  color: #000;
  max-height: 174px;
  resize: none;
}
@media screen and (min-width: 768px) {
  .p-company-form__textarea textarea {
    padding: 16px;
  }
}
.p-company-form__checkbox {
  display: grid;
  grid-gap: 8px 10px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-company-form__checkbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 10px;
  }
}
.p-company-form__checkbox--custom {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1240px) {
  .p-company-form__checkbox--custom {
    grid-template-columns: 40% 1fr max(80px, 20%);
  }
}
.p-company-form__checkbox input {
  display: none;
  opacity: 0;
}
.p-company-form__checkbox label {
  position: relative;
  padding-left: 2.03em;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-company-form__checkbox label {
    font-size: clamp(0.8125rem, 1.1719vw + 0.25rem, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-company-form__checkbox label {
    font-size: clamp(0.8125rem, 0.558vw + 0.4554rem, 1.125rem);
  }
}
.p-company-form__checkbox label::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  border: 1px solid #49a75a;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.4em;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-company-form__checkbox label::before {
    top: 0.5em;
  }
}
.p-company-form__checkbox label::after {
  content: "";
  width: 0.4em;
  height: 0.7em;
  border-bottom: 2px solid #49a75a;
  border-right: 2px solid #49a75a;
  position: absolute;
  transform: rotate(45deg);
  left: 0.42em;
  top: 0.56em;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-company-form__checkbox label::after {
    top: 0.65em;
    left: 0.45em;
  }
}
.p-company-form__checkbox label:has(input:checked)::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-company-form__head {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-company-form__head > .p-company__txt16 {
    width: calc(100% - 520px - 20px);
    width: clamp(100% - 520px - 20px, (1024px - 100vw) * 1000, 100%);
    flex-shrink: 0;
  }
}
.p-company-form__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-company-form__item {
    gap: 35px;
  }
}
.p-company-form__child--cl2 {
  display: grid;
  grid-gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-company-form__child--cl2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(1.25rem, 2.6042vw + 0rem, 3.125rem);
  }
}
.p-company-form__body {
  display: grid;
  grid-gap: 25px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-form__body {
    grid-gap: clamp(1.25rem, 2.6042vw + 0rem, 3.125rem);
    grid-template-columns: 1fr 1fr;
    padding-top: 67px;
  }
}
.p-company-form__btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-form__btn {
    gap: clamp(1.25rem, 0.8681vw + 0.8333rem, 1.875rem);
    margin-top: 50px;
  }
}
.p-company-form__btn button {
  border-radius: 5px;
  color: #fff;
  border: 1px solid #49a75a;
  background-color: #49a75a;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 15px;
  min-height: 40px;
  min-width: 260px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-company-form__btn button {
    min-width: 352px;
    min-height: 53px;
    padding: 8px 15px;
  }
  .p-company-form__btn button:hover {
    opacity: 0.8;
  }
}
.p-company #mfp_phase_confirm {
  padding: 40px 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company #mfp_phase_confirm {
    padding: 27px clamp(2.5rem, 6.8576vw + -0.7917rem, 7.4375rem) 40px clamp(2.5rem, 9.5486vw + -2.0833rem, 9.375rem);
  }
}
.p-company #mfp_phase_confirm h4 {
  font-size: 1.25rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-company #mfp_phase_confirm h4 {
    font-size: clamp(1.5rem, 0.3472vw + 1.3333rem, 1.75rem);
  }
}
.p-company #mfp_phase_confirm table {
  padding-top: 60px;
  width: 100%;
}
.p-company #mfp_phase_confirm tr {
  height: 50px;
}
.p-company #mfp_phase_confirm tr th {
  font-weight: 500;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-company #mfp_phase_confirm tr th {
    width: clamp(15rem, 6.9444vw + 11.6667rem, 20rem);
  }
}
.p-company #mfp_phase_confirm tr td {
  font-weight: 400;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}
.p-company #mfp_phase_confirm .mfp_buttons {
  padding: 30px 20px 60px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-company #mfp_phase_confirm .mfp_buttons {
    flex-direction: row-reverse;
    gap: clamp(1.25rem, 0.8681vw + 0.8333rem, 1.875rem);
    padding: 44px 0 81px 0;
  }
}
.p-company #mfp_phase_confirm button {
  border-radius: 5px;
  color: #fff;
  border: 1px solid #49a75a;
  background-color: #49a75a;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 15px;
  min-height: 40px;
  min-width: 260px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-company #mfp_phase_confirm button {
    min-width: 352px;
    min-height: 53px;
    padding: 8px 15px;
  }
  .p-company #mfp_phase_confirm button:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .p-company .contact {
    margin-top: 104px;
  }
}
@media screen and (min-width: 768px) {
  .p-company .contact .c-cdbox-mainboard {
    margin-top: clamp(10px, (100vw - 1023px) * 1000, 40px);
    padding-bottom: clamp(30px, (100vw - 1023px) * 1000, 80px);
    padding-inline: clamp(60px, (100vw - 1024px) * 1000, 120px);
  }
}
.p-company .contact .c-cdbox-body {
  max-width: 1250px;
}
@media screen and (min-width: 768px) {
  .p-company .contact .c-cdbox-title {
    margin-right: -35px;
  }
}

.p-company .message {
  --photo-width: 837px;
  --photo-top: 0px;
  --photo-right: -2px;
  --photo-o-position: left bottom;
}
@media screen and (min-width: 768px) {
  .p-company .message {
    --photo-o-position: left;
  }
}
@media screen and (min-width: 768px) {
  .p-company .message .c-cdbox-mainboard {
    padding-bottom: clamp(30px, (100vw - 1023px) * 1000, 91px);
  }
}
@media screen and (min-width: 768px) {
  .p-company .message .c-cdbox-title {
    margin-right: -35px;
  }
}
.p-company .message .c-cdbox-photo {
  width: 300px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-company .message .c-cdbox-photo {
    width: 100%;
  }
}

.p-company .overview {
  --photo-width: calc(570 / 1440 * 100vw);
  --photo-height: auto;
  --photo-top: 12px;
  --photo-right: 120px;
  --photo-opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .p-company .overview {
    margin-top: 110px;
  }
}
.p-company .overview .c-cdbox-decorate {
  position: absolute;
  top: 100px;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-company .overview .c-cdbox-decorate {
    top: 0;
  }
}
.p-company .overview .c-cdbox-photo {
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  padding-block: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-company .overview .c-cdbox-photo {
    width: var(--photo-width);
    max-width: 570px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-company .overview .c-cdbox-mainboard {
    margin-top: clamp(10px, (100vw - 1023px) * 1000, 23px);
    padding-bottom: clamp(30px, (100vw - 1023px) * 1000, 94px);
    padding-inline: clamp(60px, (100vw - 1024px) * 1000, 120px);
  }
}
.p-company .overview .c-cdbox-body {
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .p-company .overview .c-cdbox-title {
    margin-right: -35px;
  }
}
@media screen and (min-width: 768px) {
  .p-company .overview .c-company-info-group {
    --gap: clamp(20px, (100vw - 1023px) * 1000, 80px);
  }
}
.p-company .overview-body {
  padding-top: 1px;
}

.p-company .privacy {
  --photo-width: 800px;
  --photo-height: auto;
  --photo-top: 26px;
  --photo-right: 0px;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-company .privacy {
    margin-top: 110px;
  }
}
.p-company .privacy .c-cdbox-decorate {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-company .privacy .c-cdbox-mainboard {
    margin-top: clamp(10px, (100vw - 1023px) * 1000, 52px);
    padding-bottom: clamp(30px, (100vw - 1023px) * 1000, 86px);
    padding-inline: clamp(60px, (100vw - 1024px) * 1000, 150px);
  }
}
.p-company .privacy .c-cdbox-body {
  max-width: 894px;
}
@media screen and (min-width: 768px) {
  .p-company .privacy .c-cdbox-title {
    margin-right: -35px;
  }
}
.p-company .privacy-decorate {
  position: absolute;
  inset: 0;
}
.p-company .privacy-decorate .shape {
  --scale: -1 1;
  position: absolute;
}
.p-company .privacy-decorate .shape:nth-child(1) {
  right: -60px;
  bottom: -60px;
}
@media screen and (min-width: 768px) {
  .p-company .privacy-decorate .shape:nth-child(1) {
    --width: calc(1239.9867 / 1440 * 100vw);
    max-width: 1239.9867px;
    right: -261px;
    right: clamp(-261px, (1200px - 100vw) * 1000, -100px);
    bottom: -137px;
    bottom: clamp(-144px, (1200px - 100vw) * 1000, -100px);
  }
}

@media screen and (min-width: 768px) {
  .p-company .thanks .c-cdbox-mainboard {
    margin-top: 0;
    padding-bottom: clamp(30px, (100vw - 1023px) * 1000, 60px);
  }
}
.p-company .thanks .c-cdbox-mainboard h4 {
  font-size: 1.25rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-company .thanks .c-cdbox-mainboard h4 {
    font-size: clamp(1.5rem, 0.3472vw + 1.3333rem, 1.75rem);
  }
}
.p-company .thanks-back__btn {
  width: 250px;
  height: 53px;
  border: 3px solid #49a75a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #49a75a;
  margin-top: 26px;
  gap: 1em;
}
.p-company .thanks-back__btn::after {
  content: "";
  width: 1.1666666667em;
  height: 1.1666666667em;
  background-image: url("../images/common/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-company .c-cdbox {
  --background-color: #49a75a;
  --background-opacity: 0.1;
}
.p-company .c-cdbox:nth-child(odd) {
  --background-color: #a9ce52;
  --background-opacity: 0.15;
}
/*# sourceMappingURL=company.css.map */