.container {
  width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.emphasis {
  color: #0036F4;
}

.inquiry-head__title {
  font-size: 4rem;
  line-height: 4.875rem;
  font-weight: 700;
  margin-top: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
.inquiry-head__script {
  color: #111;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-head__script {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.inquiry-head__span {
  display: block;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-head__span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.inquiry-bg:nth-of-type(1) {
  background: url(../../../images/inquiry/inquiry_bg.jpg) no-repeat center/cover;
  width: clamp(100rem, 100vw, 100vw);
  height: 31.25rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-bg:nth-of-type(1) {
    width: 100%;
    height: 28.125rem;
    background-image: url(../../../images/inquiry/inquiry_bg_t.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(1) {
    width: 100%;
    height: 25rem;
    background-image: url(../../../images/inquiry/inquiry_bg_m.jpg);
  }
}
.inquiry-bg:nth-of-type(2) {
  width: clamp(100rem, 100vw, 100vw);
  height: 31.25rem;
  padding-top: 9.375rem;
  text-align: center;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-bg:nth-of-type(2) {
    width: 100%;
    height: 28.125rem;
    padding-top: 8.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(2) {
    width: 100%;
    height: 25rem;
    padding-top: 6.25rem;
  }
}
.inquiry-bg:nth-of-type(2) > h2 {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-bg:nth-of-type(2) > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(2) > h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.inquiry-bg:nth-of-type(2) > h2 br {
  display: none;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-bg:nth-of-type(2) > h2 br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(2) > h2 br {
    display: block;
  }
}
.inquiry-bg:nth-of-type(2) span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(2) span {
    display: inline;
  }
}
.inquiry-bg:nth-of-type(2) > a {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 1.5rem 2.625rem;
  border: 1px solid #0036F4;
  background-color: #0036F4;
  color: #FFF;
  border-radius: 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-bg:nth-of-type(2) > a {
    margin-top: 1.25rem;
    padding: 1.0625rem 1.75rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.arrow {
  transform: rotate(var(-rotate));
}

.inquiry-body {
  position: sticky;
  top: 6.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-body {
    top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-body {
    top: 3.75rem;
  }
}

.inquiry-list {
  color: #ADADAD;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-top: 6.25rem;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inquiry-list {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-list {
    width: 100%;
    height: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-list {
    width: 100%;
    height: 3.75rem;
    margin-top: 3.125rem;
  }
}
.inquiry-list__item {
  width: 50%;
  border: 1px solid #DCE2E8;
  text-align: center;
  padding: 1.0625rem 0;
  background-color: #FFF;
}
.inquiry-list__item.active {
  color: #FFF;
  background-color: #071227;
}

.inquiry-text {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.625rem;
  text-align: center;
  margin-top: 9.375rem;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-text {
    margin: 6.25rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-text {
    margin-top: 3.125rem;
    margin-bottom: 5rem;
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry-text > br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-text > br {
    display: none;
  }
}

section {
  width: 100%;
  padding: 6.25rem 0;
  background-color: #F6F7F9;
}
section:not(:nth-of-type(1)) {
  display: none;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  section {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding-top: 3.125rem;
  }
}

.business .emphasis-sm {
  display: block;
  color: #0036F4;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .business .emphasis-sm {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.business .emphasis-sm > span {
  display: line-block;
  margin: 0 0.3125rem;
}
.business .section__list:nth-of-type(2) .emphasis-sm {
  color: #F00;
}

.condition .emphasis-sm {
  display: block;
  color: #F00;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .condition .emphasis-sm {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.condition .emphasis-sm > span {
  display: line-block;
  margin: 0 0.3125rem;
}
.condition .section__list:nth-of-type(2) .emphasis-sm {
  color: #0036F4;
}

.section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .section {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    flex-flow: column nowrap;
  }
}
.section__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .section__title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
}
.section__listWrap {
  padding: 3.125rem 0 3.125rem 3.125rem;
  background-color: #FFF;
  width: 83rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .section__listWrap {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section__listWrap {
    width: 100%;
    padding: 1.25rem 0.625rem;
  }
}
.section__listWrap input[type=submit] {
  display: block;
  width: 10.625rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  background: #0036F4;
  border-radius: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3.125rem auto;
}
@media only screen and (max-width: 767px) {
  .section__listWrap input[type=submit] {
    width: 7.6875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 1.25rem auto 0.625rem;
  }
}
.section__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .section__list {
    flex-flow: column nowrap;
    margin-bottom: 1.25rem;
  }
}
.section__list strong {
  color: #111;
  font-weight: 500;
}

.list__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  width: 9.375rem;
}
@media only screen and (max-width: 767px) {
  .list__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .list__title {
    width: 6.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .list__title {
    width: 100%;
  }
}
.list__maintext {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  color: #767676;
  width: 61.875rem;
}
@media only screen and (max-width: 767px) {
  .list__maintext {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .list__maintext {
    width: 34.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .list__maintext {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.list__maintext input, .list__maintext textarea {
  border: 1px solid #DCE2E8;
  padding: 0.875rem 1.875rem;
}
.list__maintext input:focus, .list__maintext textarea:focus {
  outline: none;
}
.list__maintext input {
  width: 100%;
}
.list__maintext input[type=file] {
  display: none;
}
.list__maintext input[type=file] + label {
  display: flex;
  height: 3.75rem;
  border: 1px solid #DCE2E8;
}
@media only screen and (max-width: 767px) {
  .list__maintext input[type=file] + label {
    height: 3.125rem;
  }
}
.list__maintext input[type=file] + label span {
  height: 100%;
  padding: 0.875rem 1.875rem;
  color: #ADADAD;
}
@media only screen and (max-width: 767px) {
  .list__maintext input[type=file] + label span {
    padding: 0.75rem 0.625rem;
  }
}
.list__maintext input[type=file] + label span.file__name {
  width: calc(100% - 11.0625rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .list__maintext input[type=file] + label span.file__name {
    width: calc(100% - 6.4375rem);
  }
}
.list__maintext input[type=file] + label span.file__button {
  width: 11.0625rem;
  text-align: center;
  background: #F6F7F9;
  border-left: 1px solid #DCE2E8;
}
@media only screen and (max-width: 767px) {
  .list__maintext input[type=file] + label span.file__button {
    width: 6.4375rem;
  }
}
.list__maintext input[type=file] + label + button {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-decoration: underline;
  color: #ADADAD;
  cursor: pointer;
  font-weight: 500;
}
.list__maintext textarea {
  width: 100%;
  height: 31.25rem;
  resize: none;
}
.list__maintext.agree {
  text-align: right;
  color: #111;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .list__maintext.agree {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    letter-spacing: -0.05em;
    margin-top: 0;
  }
}
.list__maintext.agree input[type=checkbox] {
  display: none;
}
.list__maintext.agree input[type=checkbox] + label {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #DCE2E8;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .list__maintext.agree input[type=checkbox] + label {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.3125rem;
  }
}
.list__maintext.agree input[type=checkbox]:checked + label {
  border-color: #0036F4;
  background: url(../../../images/inquiry/checked.png) no-repeat center center/cover;
}

#pop {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(17, 17, 17, 0.5019607843);
}
#pop.active {
  display: flex;
}
#pop .inner {
  width: 80rem;
  height: 46.0625rem;
  position: relative;
  padding: 2.5rem 1.875rem;
  background: #fff;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #pop .inner {
    width: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  #pop .inner {
    width: 17.5rem;
    height: 38.75rem;
  }
}
#pop .inner button {
  position: absolute;
  padding: 0;
  top: 2.5rem;
  right: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
#pop .inner button img {
  width: 100%;
  height: 100%;
}
#pop .inner > div {
  display: none;
}
#pop .inner > div.on {
  display: block;
}/*# sourceMappingURL=inquiry.css.map */