@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
img,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure,
footer, header, hgroup, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Hiragino Maru Gothic Pro W4", "ヒラギノ丸ゴ Pro W4";
  overflow: auto;
}
body.menu-open {
  overflow: hidden;
}

.content-width {
  max-width: 1000px;
  margin: 0 auto;
}

p, label, select, textarea, input {
  color: #534741;
}
@media (max-width: 767px) {
  p, label, select, textarea, input {
    font-size: 16px;
  }
}

a {
  color: #3fa9f5;
  text-decoration: none;
}

header {
  height: 80px;
}
header .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  header .logo {
    padding: 0 0 0 20px;
  }
}
header .corp-logo img {
  width: 50px;
}
@media (max-width: 767px) {
  header .corp-logo img {
    width: 40px;
  }
}
header .brand-logo img {
  width: 180px;
}
@media (max-width: 767px) {
  header .brand-logo img {
    width: 120px;
  }
}

.mv {
  background: linear-gradient(180deg, #4946D6 0%, #d6d5f6 15%, #ffffff 50%, #d6d5f6 85%, #4946D6 100%);
}
.mv-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-inner img {
  width: 100%;
}

footer {
  background-color: #3e3e87;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer {
    font-size: 10px;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-sp-only {
  display: none;
}
@media (max-width: 1330px) {
  .tab-sp-only {
    display: block;
  }
}

.close-text {
  display: none;
}

.is_close {
  pointer-events: none;
}
.is_close .entry-button-link {
  opacity: 0.1;
}
.is_close .close-text {
  display: block;
}

body.index .contents {
  margin-bottom: 160px;
}
body.index .contents .head {
  margin: 80px 0;
  padding: 0 40px;
}
@media (max-width: 767px) {
  body.index .contents .head {
    padding: 0 20px;
  }
}
body.index .contents .head .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.index .contents .head .title-brand {
  margin: 0;
  color: #fe7402;
  font-family: "Hiragino Kaku Gothic StdN W8", "ヒラギノ角ゴ StdN W8";
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  body.index .contents .head .title-brand {
    font-size: 22px;
  }
}
body.index .contents .head .title-main {
  margin: 8px 0 0;
  color: #2b3088;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body.index .contents .head .title-main {
    font-size: 33px;
  }
}
body.index .contents .head .title-sub {
  margin: 16px 0 0;
  color: #534741;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.index .contents .head .title-sub {
    font-size: 16px;
  }
}
body.index .contents .head .title-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 0;
}
body.index .contents .head .title-recruit__leaf {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.index .contents .head .title-recruit__leaf {
    width: 52px;
  }
}
body.index .contents .head .title-recruit__text {
  color: #c9a227;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  body.index .contents .head .title-recruit__text {
    font-size: 24px;
  }
}
body.index .contents .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  body.index .contents .content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 50px 20px;
  }
}
body.index .contents .content > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  column-gap: 90px;
  align-items: center;
  width: 100%;
  max-width: 640px;
  text-align: left;
}
body.index .contents .content > div:before {
  content: "";
  grid-row: 1/-1;
  grid-column: 1;
  width: 150px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  align-self: center;
}
body.index .contents .content > div p,
body.index .contents .content > div .link_to_map {
  grid-column: 2;
}
@media (max-width: 767px) {
  body.index .contents .content > div {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }
  body.index .contents .content > div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    grid-row: unset;
    grid-column: unset;
    background-repeat: no-repeat;
  }
  body.index .contents .content > div p,
  body.index .contents .content > div .link_to_map {
    grid-column: unset;
  }
}
body.index .contents .content .date:before {
  background-image: url(../image/date.svg);
}
@media (min-width: 768px) {
  body.index .contents .content .date:before {
    background-size: auto 36px;
  }
}
body.index .contents .content .place:before {
  background-image: url(../image/place.svg);
}
@media (min-width: 768px) {
  body.index .contents .content .place:before {
    background-size: auto 43px;
  }
}
@media (min-width: 768px) {
  body.index .contents .content .place .link_to_map {
    display: inline;
    margin: 0 0 0 0.5em;
  }
}
body.index .contents .content .cost:before {
  background-image: url(../image/cost.svg);
}
@media (min-width: 768px) {
  body.index .contents .content .cost:before {
    background-size: auto 36px;
  }
}
body.index .contents .content .target:before {
  background-image: url(../image/target.svg);
}
@media (min-width: 768px) {
  body.index .contents .content .target:before {
    background-size: auto 49px;
  }
}
body.index .contents .content .period:before {
  background-image: url(../image/period.svg);
}
@media (min-width: 768px) {
  body.index .contents .content .period:before {
    background-size: auto 38px;
  }
}
@media (min-width: 768px) {
  body.index .contents .content > div:not(.organization) p,
  body.index .contents .content > div:not(.organization) .link_to_map {
    font-size: 20px;
  }
}
body.index .contents .content > div.organization {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 40px;
}
body.index .contents .content > div.organization:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  grid-row: unset;
  grid-column: unset;
  background-image: url(../image/organization.svg);
  background-repeat: no-repeat;
  background-position: left top;
  align-self: unset;
}
body.index .contents .content > div.organization p,
body.index .contents .content > div.organization .link_to_nippn {
  grid-column: unset;
}
body.index .contents .content > div.organization .link_to_nippn {
  display: block;
}
body.index .contents .content .link_to_map {
  margin: 10px 0;
  display: block;
}
body.index .contents .detail {
  margin: 50px 0;
  padding: 0 40px;
}
@media (max-width: 767px) {
  body.index .contents .detail {
    padding: 0 20px;
  }
}
body.index .contents .detail-box {
  border-radius: 12px;
  background-color: #f6f5ec;
  overflow: hidden;
  color: #534741;
  padding: 20px;
}
body.index .contents .detail-separator {
  height: 2px;
  background-color: #cccccc;
}
@media (min-width: 768px) {
  body.index .contents .detail-separator {
    margin: 0 24px;
  }
}
body.index .contents .detail-block__head {
  padding: 20px 24px 0;
}
body.index .contents .detail-block__title {
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  color: #534741;
}
body.index .contents .detail-block__body {
  padding: 20px 24px 24px;
}
@media (max-width: 767px) {
  body.index .contents .detail-block__body {
    padding: 16px 20px 20px;
  }
}
body.index .contents .detail-block__body--schedule {
  padding-top: 12px;
}
body.index .contents .detail-block--seminar {
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail-block--seminar {
    border-bottom: 1px solid #e5e5e5;
  }
}
body.index .contents .detail-block--schedule {
  width: 100%;
}
body.index .contents .detail-label {
  display: inline-block;
  position: relative;
  background-color: #3e3e87;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
  padding: 10px 28px 10px 20px;
  line-height: 1.2;
}
body.index .contents .detail-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 10px solid #3e3e87;
}
body.index .contents .detail .seminar-contents {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-contents {
    flex-direction: column;
    align-items: stretch;
  }
}
body.index .contents .detail .seminar-list-area {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-list-area {
    width: 100%;
  }
}
body.index .contents .detail .seminar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #534741;
  line-height: inherit;
}
@media (min-width: 768px) {
  body.index .contents .detail .seminar-list {
    font-size: 20px;
  }
}
body.index .contents .detail .seminar-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
  color: #534741;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-list li {
    margin-bottom: 2.5rem;
  }
}
body.index .contents .detail .seminar-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #534741;
  font-weight: normal;
}
body.index .contents .detail .seminar-list li:nth-child(1)::before {
  content: "①";
}
body.index .contents .detail .seminar-list li:nth-child(2)::before {
  content: "②";
}
body.index .contents .detail .seminar-list li:last-child {
  margin-bottom: 0;
}
body.index .contents .detail .seminar-list__row {
  position: relative;
  min-height: 70px;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-list__row {
    padding-right: 0;
    min-height: auto;
  }
}
body.index .contents .detail .seminar-list__text {
  display: block;
}
body.index .contents .detail .seminar-badge {
  position: absolute;
  top: -32px;
  right: -76px;
  width: 130px;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1330px) {
  body.index .contents .detail .seminar-badge {
    width: 7rem;
    top: -20px;
  }
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-badge {
    top: auto;
    bottom: 34px;
    right: 19px;
    width: 6rem;
    transform: rotate(-4deg);
    transform-origin: top left;
  }
}
@media (max-width: 767px) and (min-width: 680px) {
  body.index .contents .detail .seminar-badge {
    right: 150px;
  }
}
body.index .contents .detail .seminar-instructor {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  padding: 16px 20px;
  border: 1px solid #c5cde0;
  border-radius: 12px;
  background-color: #f3f5fa;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
    margin-top: 45px;
  }
}
body.index .contents .detail .seminar-instructor__photo {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor__photo {
    order: 1;
    align-self: center;
    margin: 0 0 12px;
  }
}
body.index .contents .detail .seminar-instructor__body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor__body {
    display: contents;
  }
}
body.index .contents .detail .seminar-instructor__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor__head {
    order: 2;
    align-self: stretch;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.index .contents .detail .seminar-instructor__label {
  display: inline-block;
  position: relative;
  background-color: #3e3e87;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 22px 6px 14px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 2px;
}
body.index .contents .detail .seminar-instructor__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 8px solid #3e3e87;
}
body.index .contents .detail .seminar-instructor__line {
  flex: 1;
  height: 2px;
  margin-left: 6px;
  background-color: #3e3e87;
}
body.index .contents .detail .seminar-instructor__name {
  margin: 0 0 8px;
  color: #3e3e87;
  font-size: 24px;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
  line-height: 1.3;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor__name {
    order: 3;
    align-self: center;
    width: 100%;
    margin: 0 0 8px;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  body.index .contents .detail .seminar-instructor__affiliation {
    font-size: 15px;
  }
}
body.index .contents .detail .seminar-instructor__affiliation {
  margin: 0;
  color: #534741;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-instructor__affiliation {
    order: 4;
    align-self: center;
    width: 100%;
    text-align: center;
  }
}
body.index .contents .detail .seminar-visual {
  flex-shrink: 0;
  width: 42%;
  max-width: 320px;
  align-self: center;
}
body.index .contents .detail .seminar-visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-visual {
    width: 100%;
    max-width: none;
    align-self: stretch;
  }
}
body.index .contents .detail .seminar-note {
  border-radius: 8px;
}
body.index .contents .detail .seminar-note p {
  margin: 0;
  color: #534741;
  line-height: inherit;
}
@media (min-width: 768px) {
  body.index .contents .detail .seminar-note p {
    font-size: 20px;
  }
}
body.index .contents .detail .schedule-main {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-main {
    flex-direction: column;
    gap: 32px;
  }
}
body.index .contents .detail .schedule-list {
  flex: 1;
  width: 64%;
  margin: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-list {
    width: 100%;
  }
}
body.index .contents .detail .schedule-item {
  display: flex;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #534741;
  line-height: inherit;
}
body.index .contents .detail .schedule-item:first-child {
  padding-top: 0;
}
body.index .contents .detail .schedule-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body.index .contents .detail .schedule-item dt {
  flex-shrink: 0;
  width: 4.5em;
  margin: 0;
  color: #534741;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item dt {
    width: auto;
  }
}
body.index .contents .detail .schedule-item__time-range {
  display: grid;
  width: max-content;
  line-height: 1.3;
}
body.index .contents .detail .schedule-item__time-bar {
  display: block;
  width: 1px;
  height: 0.9em;
  margin: 1px auto;
  padding: 0;
  background-color: currentColor;
}
body.index .contents .detail .schedule-item dd {
  margin: 0;
  flex: 1;
  color: #534741;
  display: flex;
  gap: 16px;
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item dd {
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }
}
body.index .contents .detail .schedule-item__category {
  flex-shrink: 0;
  width: 6em;
  color: #534741;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item__category {
    width: auto;
  }
}
body.index .contents .detail .schedule-item__content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item__content {
    width: 100%;
  }
}
body.index .contents .detail .schedule-item__title {
  margin: 0 0 4px;
  color: #fe7201;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item__title {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
body.index .contents .detail .schedule-item__text {
  margin: 0;
  color: #534741;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-item {
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  body.index .contents .detail .seminar-list,
  body.index .contents .detail .seminar-note p,
  body.index .contents .detail .detail-block__title {
    font-size: 16px;
  }
}
body.index .contents .detail .schedule-visual {
  flex: 0 0 36%;
  max-width: 36%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  body.index .contents .detail .schedule-visual {
    flex: none;
    max-width: 100%;
  }
}
body.index .contents .detail .schedule-visual__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
body.index .contents .detail .schedule-visual__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 350px;
}
body.index .contents .detail .schedule-visual__image img {
  display: block;
  width: 100%;
  height: auto;
}
body.index .contents .detail .schedule-visual__caption {
  margin: 0;
  color: #534741;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
body.index .contents .detail .schedule-visual__gift {
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
body.index .contents .detail .schedule-visual__gift .omake-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: #fe7201;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
body.index .contents .detail .schedule-visual__gift .gift-lead {
  margin: 12px 0 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
  line-height: 1.5;
}
body.index .contents .detail .schedule-visual__gift .gift-image {
  margin: 0 auto 8px;
}
body.index .contents .detail .schedule-visual__gift .gift-image img {
  display: block;
  width: 100%;
  height: auto;
}
body.index .contents .detail .schedule-visual__gift .gift-note {
  margin: 0;
  color: #534741;
  font-size: 12px;
}
body.index .contents .map {
  margin: 90px 0;
}
body.index .contents .map-inner {
  padding: 0 60px;
}
body.index .contents .map-inner iframe {
  width: 100%;
  height: 476px;
}
@media (max-width: 767px) {
  body.index .contents .map-inner {
    padding: 0 40px;
  }
}
body.index .contents .period-terms-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  body.index .contents .period-terms-wrap {
    padding: 0 40px;
  }
}
body.index .contents .period-terms-wrap div {
  color: #534741;
}
body.index .contents .period-terms-wrap .bordered {
  border-top: 2px solid #3e3531;
  border-bottom: 2px solid #3e3531;
  padding: 20px 0;
  height: 100%;
}
body.index .contents .period-terms-wrap .entry-period, body.index .contents .period-terms-wrap .entry-terms {
  padding-top: 36px;
  position: relative;
}
body.index .contents .period-terms-wrap .entry-period:before, body.index .contents .period-terms-wrap .entry-terms:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.index .contents .period-terms-wrap .entry-period:before {
  content: url(../image/oubokikan.svg);
}
body.index .contents .period-terms-wrap .entry-period .bordered {
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  body.index .contents .period-terms-wrap .entry-period .bordered {
    letter-spacing: 1px;
  }
}
body.index .contents .period-terms-wrap .entry-terms > div {
  height: 300px;
}
body.index .contents .period-terms-wrap .entry-terms:before {
  content: url(../image/oubokiyaku.svg);
}
body.index .contents .period-terms-wrap .entry-terms .terms {
  overflow-y: scroll;
  height: 100%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  body.index .contents .period-terms-wrap .entry-terms .terms {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  body.index .contents .period-terms-wrap .entry-terms {
    width: 100%;
  }
}
body.index .contents .period-terms-wrap p {
  text-align: center;
  margin-bottom: 16px;
}
body.index .entry-button {
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}
body.index .entry-button img {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body.index .entry-button img {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
body.index .entry-button.fixed {
  bottom: 40px;
}
body.index .entry-button .entry-button-link:hover {
  cursor: pointer;
}
body.index .entry-button .entry-button-link:hover img {
  transform: scale(0.97);
}

body.form section.form {
  padding: 84px 0 0 0;
  background-color: #f6f5ec;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 16px;
  color: #534741;
}
body.form section.form .period-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 84px;
}
body.form section.form .period-wrapper .entry-period {
  padding-top: 36px;
  position: relative;
}
body.form section.form .period-wrapper .entry-period:before {
  position: absolute;
  content: url(../image/oubokikan.svg);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.form section.form .period-wrapper .entry-period .bordered {
  border-top: 2px solid #3e3531;
  border-bottom: 2px solid #3e3531;
  padding: 20px 0;
  height: 100%;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  body.form section.form .period-wrapper .entry-period .bordered {
    letter-spacing: 1px;
  }
}
body.form section.form .form-inner {
  position: relative;
  padding: 130px 85px;
}
@media (max-width: 767px) {
  body.form section.form .form-inner {
    padding: 130px 40px;
  }
}
body.form section.form .form-inner:before {
  content: url(../image/form.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.form section.form .note {
  margin: 28px 0;
}
body.form section.form .require {
  color: #ed1c24;
  padding: 0 5px;
  font-size: 18px;
}
body.form section.form input[type=text] {
  height: 62px;
  width: calc(50% - 20px);
  background-color: #e6e6e6;
  border: none;
}
body.form section.form input[type=text].long {
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  body.form section.form input[type=text].long {
    width: calc(100% - 20px);
  }
}
body.form section.form input[type=text] {
  padding: 0 10px;
}
@media (max-width: 767px) {
  body.form section.form input[type=text] {
    width: calc(100% - 20px);
  }
}
body.form section.form select {
  height: 62px;
  background-color: #e6e6e6;
  border: none;
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 767px) {
  body.form section.form select {
    width: 100%;
  }
}
body.form section.form input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
body.form section.form input[type=radio]:checked:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.form section.form .input-radio-group-wrapper div[class*=input-] {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
body.form section.form textarea {
  background-color: #e6e6e6;
  width: calc(100% - 20px);
  border: none;
  padding: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
}
@media (max-width: 767px) {
  body.form section.form textarea {
    width: calc(100% - 20px);
  }
}
body.form section.form .input-text, body.form section.form .input-select {
  margin-bottom: 28px;
}
body.form section.form .submit-wrapper {
  text-align: center;
  margin-top: 55px;
}
body.form section.form .submit-wrapper .submit {
  background-color: #ffffff;
  border: 2px solid #c6c3bb;
  border-radius: 10px;
  width: 100%;
  max-width: 390px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #534741;
  transition: all 0.3s ease;
}
body.form section.form .submit-wrapper .submit:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #534741;
}
body.form section.form .input-text-label-wrapper {
  margin-bottom: 5px;
}
body.form section.form .error {
  color: red;
}

body.thanks {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}
body.thanks .content {
  background-color: #f6f5ec;
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 767px) {
  body.thanks .content {
    padding: 80px 40px;
  }
}
body.thanks .content .head p {
  font-size: 35px;
}
@media (max-width: 767px) {
  body.thanks .content .head p {
    font-size: 24px;
  }
}
body.thanks .content .head {
  padding: 0 0 78px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.thanks .content .head {
    padding: 0 0 40px;
  }
}
body.thanks .content .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
body.thanks .content .btn-area {
  margin: 60px 0 0px;
}
body.thanks .content .btn-area .btn {
  background-color: #ffffff;
  border: 2px solid #c6c3bb;
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  height: 40px;
  line-height: 40px;
  color: #534741;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}
body.thanks .content .btn-area .btn:hover {
  transform: scale(0.97);
}/*# sourceMappingURL=style.css.map */