.first {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .first {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.first__inner {
  width: 90%;
  margin-inline: auto;
}
.first__title {
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
}
.first__title::before, .first__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.first__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.first__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
.first__title {
  font-size: 40px;
  color: var(--marukin);
  font-weight: 100;
  font-family: var(--serif);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .first__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .first__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.first__text {
  line-height: 2;
  letter-spacing: 0em;
}
.first__text::before, .first__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.first__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.first__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.first__text {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .first__text {
    font-size: 16px;
  }
}

.download {
  background: var(--gray2);
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .download {
    padding-block: 50px;
  }
}
.download__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.download__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 1280px) {
  .download__list {
    gap: 4%;
  }
}
.download__item {
  width: 31.333%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .download__item {
    width: 48%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .download__item {
    width: 100%;
  }
}
.download__item-top {
  position: relative;
}
.download__item-top img {
  width: 100%;
}
.download__item-top-category {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  letter-spacing: 0em;
}
.download__item-top-category::before, .download__item-top-category::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.download__item-top-category::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.download__item-top-category::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.download__item-top-category {
  font-size: 14px;
  z-index: 5;
  background-color: var(--marukin);
  color: var(--white);
  padding: 4px 20px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .download__item-top-category {
    top: 8px;
    left: 8px;
    font-size: 12px;
    padding: 4px 15px;
  }
}
.download__item-bottom {
  background-color: var(--white);
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .download__item-bottom {
    padding: 30px 25px;
  }
}
.download__item-bottom-title {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.download__item-bottom-title::before, .download__item-bottom-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.download__item-bottom-title::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.download__item-bottom-title::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.download__item-bottom-title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .download__item-bottom-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.download__item-bottom-text {
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
.download__item-bottom-text::before, .download__item-bottom-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.download__item-bottom-text::before {
  margin-block-end: calc((1 - 1.7857142857) * 0.5em);
}
.download__item-bottom-text::after {
  margin-block-start: calc((1 - 1.7857142857) * 0.5em);
}
.download__item-bottom-text {
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .download__item-bottom-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.download__item-bottom-link {
  position: relative;
  background: var(--black);
  color: var(--white);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-block: 20px;
  padding-inline: 35px 50px;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .download__item-bottom-link {
    font-size: 12px;
    padding-block: 15px;
    padding-inline: 25px 40px;
  }
}
@media (hover) {
  .download__item-bottom-link:hover {
    opacity: 0.7;
  }
}
.download__item-bottom-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url(/common/img/icon_arrow.svg);
  mask-image: url(/common/img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
}
.download__title {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.download__title::before, .download__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.download__title::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.download__title::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.download__title {
  font-size: 36px;
  font-family: var(--serif);
  font-weight: 100;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .download__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .download__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.download__text {
  line-height: 2;
  letter-spacing: 0em;
}
.download__text::before, .download__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.download__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.download__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.download__text {
  font-size: 20px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.fv {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 50px;
  }
}
.fv .breadcrumb {
  margin-top: 0;
}
.fv__inner {
  width: 90%;
  margin: 30px auto 105px;
  max-width: 1300px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.contents__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    flex-direction: column;
    align-items: center;
  }
}
.contents__left {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .contents__left {
    max-width: 100%;
  }
}
.contents__right {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .contents__right {
    max-width: 100%;
  }
}

.mc__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mc__top {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.mc__top-category {
  padding: 4px 24px;
  color: var(--white);
  background: var(--marukin);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  line-height: 1;
  letter-spacing: 0em;
}
.mc__top-category::before, .mc__top-category::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mc__top-category::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.mc__top-category::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.mc__top-category {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .mc__top-category {
    font-size: 12px;
    padding-inline: 20px;
  }
}
.mc__top-title {
  font-family: var(--serif);
  color: var(--marukin);
  line-height: 1.4444444444;
  letter-spacing: 0em;
}
.mc__top-title::before, .mc__top-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mc__top-title::before {
  margin-block-end: calc((1 - 1.4444444444) * 0.5em);
}
.mc__top-title::after {
  margin-block-start: calc((1 - 1.4444444444) * 0.5em);
}
.mc__top-title {
  font-size: 36px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .mc__top-title {
    font-size: 24px;
  }
}
.mc__sub-title {
  font-family: var(--serif);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
}
.mc__sub-title::before, .mc__sub-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mc__sub-title::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.mc__sub-title::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.mc__sub-title {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mc__sub-title {
    font-size: 20px;
  }
}
.mc__text {
  line-height: 1.875;
  letter-spacing: 0em;
}
.mc__text::before, .mc__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mc__text::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.mc__text::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.mc__text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mc__text {
    font-size: 14px;
  }
}
.mc__reco {
  margin-top: 60px;
  margin-bottom: 40px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mc__reco {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.mc__reco-top {
  color: var(--white);
  background: var(--marukin);
  padding-block: 30px;
  text-align: center;
  font-weight: 100;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0em;
}
.mc__reco-top::before, .mc__reco-top::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mc__reco-top::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.mc__reco-top::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.mc__reco-top {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mc__reco-top {
    padding-block: 15px;
    font-size: 16px;
  }
}
.mc__reco-bottom {
  background: var(--gray2);
  padding: 40px 70px;
}
@media screen and (max-width: 768px) {
  .mc__reco-bottom {
    padding: 20px 30px;
  }
}
.mc__reco-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mc__reco-list {
    gap: 15px;
  }
}
.mc__reco-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .mc__reco-item {
    font-size: 14px;
    gap: 8px;
  }
}
.mc__reco-item::before {
  content: "";
  margin-top: 6px;
  height: auto;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 9999px;
  background: var(--marukin);
}
@media screen and (max-width: 768px) {
  .mc__reco-item::before {
    width: 12px;
  }
}

.form {
  border-radius: 20px;
  padding: 50px 60px;
  background: var(--gray2);
}
@media screen and (max-width: 1120px) {
  .form {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 768px) {
  .form {
    padding: 30px 25px;
  }
}
.form__main {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .form__main {
    margin-bottom: 30px;
  }
}
.form__require {
  line-height: 1;
  letter-spacing: 0em;
}
.form__require::before, .form__require::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__require::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.form__require::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.form__require {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form__require {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.form .red {
  color: #cd0000;
}
.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  height: auto;
  width: 16px;
  aspect-ratio: 16/14;
  pointer-events: none;
  background: var(--gray3);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .form__select-wrap::after {
    right: 12px;
    width: 14px;
  }
}
.form input,
.form select {
  background: var(--white);
  width: 100%;
  height: 60px;
  border-radius: 8px;
  padding: 0 20px;
  border: 2px solid var(--white);
}
@media screen and (max-width: 768px) {
  .form input,
  .form select {
    height: 46px;
    border-radius: 6px;
    padding: 0 10px;
  }
}
.form input::-moz-placeholder, .form select::-moz-placeholder {
  color: #8c8c8c;
}
.form input::placeholder,
.form select::placeholder {
  color: #8c8c8c;
}
.form input:focus,
.form select:focus {
  outline: none;
  border-color: var(--marukin);
}
.form select {
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .form select {
    padding: 0 30px 0 20px;
  }
}
.form__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .form__main {
    gap: 25px;
  }
}
.form__wrap {
  display: grid;
}
.form__wrap--col2 {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .form__wrap--col2 {
    gap: 10px;
  }
}
.form__item {
  flex-direction: column;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
}
.form__item p span {
  font-size: 14px;
  margin-left: 15px;
}
.form__annotation {
  color: #8c8c8c;
  line-height: 1.8333333333;
  letter-spacing: 0em;
}
.form__annotation::before, .form__annotation::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__annotation::before {
  margin-block-end: calc((1 - 1.8333333333) * 0.5em);
}
.form__annotation::after {
  margin-block-start: calc((1 - 1.8333333333) * 0.5em);
}
.form__annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
.form__annotation a {
  color: #004eff;
  position: relative;
}
@media (hover) {
  .form__annotation a:hover::after {
    scale: 0 1;
  }
}
.form__annotation a::after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  height: 1px;
  width: 100%;
  background: #004eff;
  transition: scale 0.3s ease;
  transform-origin: right top;
}
.form__submit {
  position: relative;
  background: var(--black);
  color: var(--white);
  transition: opacity 0.3s ease;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-block: 20px;
  padding-inline: 50px 60px;
  border-radius: 9999px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__submit {
    font-size: 12px;
    padding-block: 15px;
    padding-inline: 25px 40px;
  }
}
@media (hover) {
  .form__submit:hover {
    opacity: 0.7;
  }
}
.form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url(/common/img/icon_arrow.svg);
  mask-image: url(/common/img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
}

.thanks {
  padding: 150px 0 180px;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding-block: 80px;
  }
}
.thanks__inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.thanks__title {
  line-height: 1.625;
  letter-spacing: 0em;
}
.thanks__title::before, .thanks__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.thanks__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.thanks__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
.thanks__title {
  font-size: 40px;
  font-weight: 100;
  font-family: var(--serif);
  color: var(--marukin);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.thanks__text {
  line-height: 2;
  letter-spacing: 0em;
}
.thanks__text::before, .thanks__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.thanks__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.thanks__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.thanks__text {
  font-size: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 14px;
  }
}
.thanks__link {
  position: relative;
  background: var(--black);
  color: var(--white);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-block: 20px;
  padding-inline: 50px 50px;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .thanks__link {
    font-size: 12px;
    padding-block: 15px;
    padding-inline: 25px 40px;
  }
}
@media (hover) {
  .thanks__link:hover {
    opacity: 0.7;
  }
}
.thanks__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url(/common/img/icon_arrow.svg);
  mask-image: url(/common/img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--white);
}
/*# sourceMappingURL=layout.css.map */
