@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* =========================================
font-family
========================================= */
/* =========================================
color
========================================= */
:root {
  --header-height: 100px;
}
@media screen and (max-width: 600px) {
  :root {
    --header-height: 70px;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  scroll-behavior: auto !important;
}

body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.main-bg {
  background-color: #1C3769;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

a {
  display: block;
  text-decoration: none;
  color: #030503;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  opacity: 0.6;
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

nav {
  white-space: nowrap;
}

/* ==========================================================
// ヘッダー
========================================================== */
.l-header {
  background-color: #740000;
  border: solid 2px #AC9136;
}

.l-header__inner {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  min-height: 108px;
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__inner ::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  content: "";
  background-image: url(../img/icon-glitter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-header__inner ::before {
    width: 24px;
    height: 24px;
  }
}
.l-header__inner ::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  content: "";
  background-image: url(../img/icon-glitter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-header__inner ::after {
    width: 24px;
    height: 24px;
  }
}
.l-header__inner h1 {
  font-size: 3rem;
  line-height: 1.3;
  font-family: "Hina Mincho", serif;
  color: #fff;
  text-align: center;
  padding-inline: 70px;
}
@media screen and (max-width: 768px) {
  .l-header__inner h1 {
    font-size: 2rem;
    padding-inline: 56px;
  }
}

/* ==========================================================
// 汎用コンテナ
========================================================== */
.l-container {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  padding-inline: 54px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 20px;
  }
}

.c-heading-h2 {
  position: relative;
  -webkit-padding-after: 22px;
          padding-block-end: 22px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
@media screen and (max-width: 768px) {
  .c-heading-h2 {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.c-heading-h2::before {
  position: absolute;
  display: block;
  bottom: -7.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 253px;
  height: 15px;
  content: "";
  background-image: url(../img/icon-glitter-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-heading-h2 h2 {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading-h2 h2 {
    font-size: 2rem;
  }
}
.c-heading-h2.--color-blue {
  color: #1C3769;
}

.c-heading-h3 {
  position: relative;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  border-left: solid 5px #AC9136;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.c-heading-h3 h3 {
  font-size: 2rem;
  font-family: "Hina Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading-h3 h3 {
    font-size: 1.6rem;
  }
}

/* ==========================================================
// FV
========================================================== */
.p-home-fv__inner {
  -webkit-padding-before: 65px;
          padding-block-start: 65px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__inner {
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* ==========================================================
// 導入
========================================================== */
.p-home-lead {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-lead {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.p-home-lead p {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-home-lead p {
    line-height: 2;
  }
}

/* ==========================================================
// パース画像
========================================================== */
.p-home-pers {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-pers {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-home-pers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-pers__inner {
    row-gap: 20px;
  }
}

.p-home-pers__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-pers__img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

.p-home-pers__desc {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.16;
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-pers__desc {
    font-size: 1.1rem;
  }
}

.p-home-pers__company {
  font-size: 1.2rem;
  line-height: 1.16;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-pers__company {
    font-size: 1.1rem;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
  }
}
.p-home-pers__company p {
  text-align: right;
}

/* ==========================================================
// 特徴
========================================================== */
.p-home-feature {
  -webkit-margin-after: 127px;
          margin-block-end: 127px;
}
@media screen and (max-width: 768px) {
  .p-home-feature {
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}

.p-home-feature__ul li {
  position: relative;
  -webkit-padding-start: 19px;
          padding-inline-start: 19px;
}
.p-home-feature__ul li::before {
  position: absolute;
  display: block;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  content: "";
  background-color: #AC9136;
  border-radius: 1000px;
}
.p-home-feature__ul li + li {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

/* ==========================================================
// 北斗星ルーム概要
========================================================== */
.p-home-room-info {
  border-top: solid 2px #AC9136;
  border-bottom: solid 2px #AC9136;
  color: #1C3769;
  position: relative;
  z-index: 10;
}
.p-home-room-info::before {
  position: absolute;
  display: block;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 456px;
  height: 127px;
  content: "";
  background-image: url(../img/bg_arch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home-room-info::before {
    top: -32px;
    width: 228px;
    height: 64px;
  }
}

.p-home-room-info__bg {
  background-color: #DED9C8;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
@media screen and (max-width: 768px) {
  .p-home-room-info__bg {
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
  }
}

.p-home-room-info__heading {
  position: relative;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .p-home-room-info__heading {
    top: 0px;
  }
}

.p-home-room-info__figure {
  width: 100%;
  max-width: 426px;
  margin-inline: auto;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.p-home-room-info__figure figcaption {
  font-size: 1.2rem;
  line-height: 1;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-room-info__figure figcaption {
    font-size: 1.1rem;
  }
}

.p-home-room-info__table-wrapper {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  overflow-x: auto;
}
.p-home-room-info__table-wrapper table {
  width: 100%;
  min-width: 720px;
  font-family: "Hina Mincho", serif;
}
.p-home-room-info__table-wrapper table tr {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-home-room-info__table-wrapper table tr {
    height: 48px;
  }
}
.p-home-room-info__table-wrapper table tr th {
  font-weight: unset;
  color: #1C3769;
  border: solid 2px #AC9136;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.p-home-room-info__table-wrapper table tr td {
  color: #fff;
  background-color: #1C3769;
  border: solid 2px #AC9136;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

.p-home-room-info__conditions {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-home-room-info__conditions {
    font-size: 1.1rem;
  }
}

/* ==========================================================
// 募集概要
========================================================== */
.p-home-about {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 110px;
          padding-block-end: 110px;
}
@media screen and (max-width: 768px) {
  .p-home-about {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 56px;
            padding-block-end: 56px;
  }
}

.p-home-about__lead {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-about__lead {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-home-about__ul {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-about__ul {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.p-home-about__ul li {
  position: relative;
  -webkit-padding-start: 19px;
          padding-inline-start: 19px;
}
.p-home-about__ul li::before {
  position: absolute;
  display: block;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  content: "";
  background-color: #AC9136;
  border-radius: 1000px;
}
.p-home-about__ul li p {
  position: relative;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .p-home-about__ul li p {
    left: unset;
  }
}
.p-home-about__ul li p a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.p-home-about__ul li + li {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-about__ul li + li {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-home-about__text {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-about__text {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* ==========================================================
// エントリーフォーム
========================================================== */
.p-home-entry {
  border-top: solid 2px #AC9136;
  border-bottom: solid 2px #AC9136;
  color: #1C3769;
  position: relative;
  z-index: 10;
}
.p-home-entry::before {
  position: absolute;
  display: block;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 456px;
  height: 127px;
  content: "";
  background-image: url(../img/bg_arch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home-entry::before {
    top: -32px;
    width: 228px;
    height: 64px;
  }
}

.p-home-entry__bg {
  background-color: #DED9C8;
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-entry__bg {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}

.p-home-entry__heading {
  position: relative;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .p-home-entry__heading {
    top: 0px;
  }
}

/* フォーム
---------------------------------------------------------*/
#tayori-form form {
  font-size: 1.8rem;
  font-family: "Hina Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #tayori-form form {
    font-size: 1.6rem;
  }
}

.form-parts {
  width: 100%;
}
.form-parts > div:first-child {
  position: relative;
  -webkit-padding-end: 66px;
          padding-inline-end: 66px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 768px) {
  .form-parts > div:first-child {
    -webkit-padding-end: 50px;
            padding-inline-end: 50px;
  }
}
.form-parts > div:first-child::after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 21px;
  content: "必須";
  background-color: #A20F0F;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .form-parts > div:first-child::after {
    width: 40px;
    font-size: 1.3rem;
  }
}
.form-parts.--select div:last-of-type {
  position: relative;
}
.form-parts.--select div:last-of-type::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  pointer-events: none;
  background-image: url(../img/icon-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

input[type=text], input[type=tel], input[type=email] {
  width: 100%;
  border: solid 1px #AC9136;
  border-radius: 5px;
  height: 58px;
  background-color: #fff;
  padding: 8px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=tel], input[type=email] {
    height: 48px;
  }
}

select {
  width: 100%;
  border: solid 1px #AC9136;
  border-radius: 5px;
  height: 58px;
  background-color: #fff;
  padding: 8px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  select {
    height: 48px;
  }
}

.p-home-entry__form-desc {
  font-size: 1.4rem;
  -webkit-margin-before: -8px;
          margin-block-start: -8px;
}
@media screen and (max-width: 768px) {
  .p-home-entry__form-desc {
    font-size: 1.2rem;
  }
}

.form-parts.--radio label {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 46px;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .form-parts.--radio label {
    padding-left: 32px;
    margin-right: 16px;
  }
}
.form-parts.--radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #AC9136;
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-parts.--radio label::before {
    width: 24px;
    height: 24px;
  }
}
.form-parts.--radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #1C3769;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .form-parts.--radio input[type=radio]:checked + label::after {
    left: 4px;
    width: 16px;
    height: 16px;
  }
}
.form-parts.--radio > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-parts.--radio > div:nth-of-type(2) .error-message {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form-parts.--check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  /* チェックマーク */
}
.form-parts.--check div:nth-of-type(2) {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.form-parts.--check > div {
  font-family: "Noto Sans JP", sans-serif;
}
.form-parts.--check > div::after {
  display: none;
}
.form-parts.--check .label-wrapper {
  position: relative;
  -webkit-padding-start: 58px;
          padding-inline-start: 58px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .form-parts.--check .label-wrapper {
    -webkit-padding-start: 42px;
            padding-inline-start: 42px;
  }
}
.form-parts.--check .label-wrapper::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 6px;
  left: 0;
  width: 50px;
  height: 21px;
  content: "必須";
  background-color: #A20F0F;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .form-parts.--check .label-wrapper::before {
    width: 40px;
    font-size: 1.3rem;
  }
}
.form-parts.--check label {
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  /* チェックボックスの枠 */
}
.form-parts.--check label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #AC9136;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-parts.--check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #1C3769;
  border-bottom: 2px solid #1C3769;
}
.form-parts.--check .privacy-policy {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  border: solid 1px #AC9136;
  border-radius: 5px;
  height: 240px;
  background-color: #fff;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .form-parts.--check .privacy-policy {
    height: 200px;
  }
}
.form-parts.--check .privacy-policy p {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form-parts.--check .privacy-policy p {
    font-size: 1.2rem;
  }
}
.form-parts.--check .privacy-policy p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.p-home-entry__form-item.--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.p-home-entry__form-item.--submit button {
  color: #fff;
  font-size: 2.4rem;
  width: 280px;
  height: 60px;
  background-color: #1C3769;
  border: solid 2px #AC9136;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-entry__form-item.--submit button {
    font-size: 1.8rem;
    width: 240px;
    height: 48px;
  }
}

.error-message {
  color: #740000;
  font-family: "Noto Sans JP", sans-serif;
}

/*
 * _utility.css
 */
/* ==========================================================
!Base Fonts
========================================================== */
.u-ff-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-serif-jp {
  font-family: "Hina Mincho", serif;
}

/* ==========================================================
!Display
========================================================== */
.u-display-ib {
  display: inline-block;
}

/* ==========================================================
!親を超える子
========================================================== */
.u-exceed-parent {
  margin-inline: calc(50% - 50vw);
}

/* ==========================================================
!デバイスごとの表示・非表示
========================================================== */
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
.u-text-link {
  display: inline-block;
  color: #1C3769;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.u-text-link a {
  color: #1C3769;
}