@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
/* input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
} */

.p-form button,
.p-form select,
.p-form textarea {
  background: transparent;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.l-contactInner {
  padding: 0 20px;
}

.l-contactSection {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-contactDesc {
  margin-top: 50px;
  padding: 32px 90px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-contactDesc {
    padding: 15px;
    font-size: 14px;
  }
}

.p-contactDesc a {
  text-decoration: underline;
  color: #1E53B5;
}

.p-form {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-form {
    font-size: 14px;
  }
}

.p-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-form__field:not(:first-child) {
  padding-top: 20px;
}

.p-form__label {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 18px;
  }
}

.p-form__required {
  color: #F7F7F7;
  font-size: 14px;
  line-height: 1;
  padding: 4px 5px;
  background: #CF2E2E;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    font-size: 12px;
  }
}

.p-form__data {
  width: 63.8%;
}
@media screen and (max-width: 767px) {
  .p-form__data {
    width: 100%;
  }
}

.p-form__input {
  border-radius: 4px;
  border: 1px solid #222;
  padding: 12px 17px;
  width: 100%;
}

.p-form__input::-webkit-input-placeholder,
.p-form__textarea::-webkit-input-placeholder {
  color: #ccc;
}

.p-form__input::-moz-placeholder,
.p-form__textarea::-moz-placeholder {
  color: #ccc;
}

.p-form__input::-ms-input-placeholder,
.p-form__textarea::-ms-input-placeholder {
  color: #ccc;
}

.p-form__input::placeholder,
.p-form__textarea::placeholder {
  color: #ccc;
}

.p-form__note {
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-form__note {
    font-size: 14px;
  }
}

.p-form__note--mt0 {
  margin-top: 0;
}

.p-form__field--entry {
  gap: 8px;
}

.p-form__entryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__entryWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-form__entryWrap.p-form__entryWrap--pc {
    display: none;
  }
}

.p-form__entryWrap.p-form__entryWrap--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-form__entryWrap.p-form__entryWrap--sp {
    display: block;
  }
}

.p-form__entryWrap.p-form__entryWrap--sp .p-form__entryType {
  margin-top: 12px;
}

.p-form__entryWrap.p-form__entryWrap--sp .mt20 {
  margin-top: 20px;
}

.p-form__entryWrap.p-form__entryWrap--sp .p-form__entryType {
  padding-bottom: 0;
}

.p-form__entryWrap.p-form__entryWrap--sp .p-form__checkboxOuter {
  margin-top: 10px;
}

.p-form__entryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-form__entryContent {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name=privacy2] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name=privacy3] .wpcf7-list-item {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wpcf7-form-control-wrap[data-name=inquiry-item] .wpcf7-list-item-label,
.wpcf7-form-control-wrap[data-name=training-type] .wpcf7-list-item-label,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label,
.wpcf7-form-control-wrap[data-name=privacy2] .wpcf7-list-item-label,
.wpcf7-form-control-wrap[data-name=privacy3] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 40px;
}

.wpcf7-form-control-wrap[data-name=inquiry-item] .wpcf7-list-item-label::before,
.wpcf7-form-control-wrap[data-name=training-type] .wpcf7-list-item-label::before,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before,
.wpcf7-form-control-wrap[data-name=privacy2] .wpcf7-list-item-label::before,
.wpcf7-form-control-wrap[data-name=privacy3] .wpcf7-list-item-label::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #CCC;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-form-control-wrap[data-name=inquiry-item] .wpcf7-list-item-label::after,
.wpcf7-form-control-wrap[data-name=training-type] .wpcf7-list-item-label::after,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after,
.wpcf7-form-control-wrap[data-name=privacy2] .wpcf7-list-item-label::after,
.wpcf7-form-control-wrap[data-name=privacy3] .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-form__entryType {
  font-weight: bold;
  padding-bottom: 4px;
}

.p-form__entryType:nth-of-type(2) {
  margin-top: 40px;
}

.p-form__optional {
  color: #F7F7F7;
  font-size: 14px;
  line-height: 1;
  padding: 4px 5px;
  background: #1E53B5;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .p-form__optional {
    font-size: 12px;
  }
}

.p-form__dataSelect {
  width: 63.8%;
}

.p-form__selectOuter {
  max-width: 300px;
  position: relative;
}

.p-form__selectOuter::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 17px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-form__selectOuter::after {
    top: 17px;
  }
}

.p-form__select {
  width: 100%;
  padding: 12px 17px;
  border-radius: 4px;
  border: 1px solid #222;
}

.p-form__textarea {
  padding: 12px 17px;
  border-radius: 4px;
  border: 1px solid #222;
  width: 100%;
  min-height: 160px;
}

.p-form__field--privacy a {
  text-decoration: underline;
  color: #1E53B5;
}

.p-form__field--privacy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__submitButton {
  margin-top: 20px;
}

.p-form__submitOuter {
  max-width: 312px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__submitOuter {
    max-width: none;
  }
}

.p-form__submitOuter::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/2x/common/arrow_drop_down_circle--white.png);
  background-size: contain;
  position: absolute;
  top: 9px;
  right: 30px;
}

.p-form__submitInput {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .p-form__submitInput {
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto;
  }
}

.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form select:focus,
.p-form textarea:focus {
  border-radius: 4px;
  outline: 3px solid #CF2E2E;
}

.p-formMaterials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-formMaterials {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-formMaterials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.p-formMaterials__Summary {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-formMaterials__Summary {
    width: 100%;
  }
}

.p-materialsSummary__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-materialsSummary__title {
    font-size: 20px;
  }
}

.p-materialsSummary__recommend {
  margin-top: 40px;
  border: 1px solid #ABABAB;
  background: #FFF;
  padding: 32px 50px;
}
@media screen and (max-width: 1023px) {
  .p-materialsSummary__recommend {
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-materialsSummary__recommend {
    margin-top: 20px;
    padding: 15px;
  }
}

.p-materialsSummary__recommend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.p-materialsSummary__check {
  width: 15.67px;
  height: 15.67px;
  min-width: 15.67px;
}
@media screen and (max-width: 767px) {
  .p-materialsSummary__check {
    width: 13.67px;
    height: 13.67px;
    min-width: 13.67px;
  }
}

.p-materialsSummary__images {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-materialsSummary__images {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-materialsSummary__images {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-materialsSummary__images--pc {
    display: none;
  }
}

.p-materialsSummary__images--pc img {
  width: calc(50% - 10px);
}

.p-materialsSummary__images--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-materialsSummary__images--sp {
    display: block;
  }
}

.p-formMaterials .wpcf7 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-formMaterials .wpcf7 {
    width: 100%;
  }
}

.p-form__materials {
  border: 1px solid #ABABAB;
  padding: 30px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-form__materials {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__materials {
    border: none;
    padding: 0;
  }
}

.p-form__materials .p-form__field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-form__materials .p-form__field {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-form__materials .p-form__field:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

.p-form__materials .p-form__field:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-form__materials .p-form__field:not(:first-child) {
    padding-top: 20px;
  }
}

.p-form__materials .p-form__data {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .p-form__materials .p-form__note {
    white-space: nowrap;
  }
}
.p-form__materials .p-form__dataSelect {
  width: 100%;
}

.p-form__materials .p-form__selectOuter {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .p-form__materials .p-form__submitButton {
    margin-top: 0;
  }
}

select {
  color: #222 !important;
}

.p-form__entryWrap .p-form__entryContent:nth-of-type(1) .wpcf7-form-control-wrap:not(:last-of-type) .wpcf7-not-valid-tip {
  display: none;
}

.p-form__entryWrap .p-form__entryContent:nth-of-type(2) .wpcf7-not-valid-tip {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form__entryWrap .p-form__entryContent:nth-of-type(1) .wpcf7-not-valid-tip {
    display: none !important;
  }
  .p-form__entryWrap .p-form__entryContent:nth-of-type(2) .wpcf7-form-control-wrap:last-of-type .wpcf7-not-valid-tip {
    display: block !important;
  }
  .p-form__entryWrap .p-form__entryContent:nth-of-type(2) .wpcf7-form-control-wrap:not(:last-of-type) .wpcf7-not-valid-tip {
    display: none !important;
  }
}
.p-form__entryWrap.p-form__entryWrap--pc .p-form__entryContent:nth-of-type(1) .wpcf7-form-control-wrap:nth-of-type(1) .wpcf7-not-valid-tip {
  display: none !important;
}
.p-form__entryWrap.p-form__entryWrap--pc .p-form__entryContent:nth-of-type(1) .wpcf7-form-control-wrap:nth-of-type(2) .wpcf7-not-valid-tip {
  display: block !important;
}

.p-form__entryWrap.p-form__entryWrap--pc .p-form__entryContent:nth-of-type(2) .wpcf7-not-valid-tip {
  display: none !important;
}

.p-form__entryWrap.p-form__entryWrap--sp .p-form__checkboxOuter.tip-block .wpcf7-not-valid-tip {
  display: block !important;
}

.p-form__entryWrap.p-form__entryWrap--sp .p-form__checkboxOuter.tip-none .wpcf7-not-valid-tip {
  display: none !important;
}

.materialsSwiper {
  position: relative;
  padding-bottom: 35px;
}

.materialsSwiper .swiper-pagination {
  position: absolute;
  bottom: -3px;
}

.materialsSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.materialsSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0C1325;
}
/*# sourceMappingURL=styles.css.map */
