@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  margin: 0;
}

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

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 0.5208333333333334vw;
}

@media (max-width: 768px) {
  html {
    font-size: 2.6666666666666665vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
  background-color: #FFF9DB;
}

@media (max-width: 1020px) {
  body {
    width: 1020px;
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button {
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  color: black;
}

.c-radio {
  margin: 0 30px 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-radio.disabled {
  color: #999B9B;
}

.c-radio input {
  display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.c-radio input:checked ~ .checkmark {
  border-color: #A59332;
}

.c-radio input:checked ~ .checkmark::after {
  display: block;
  background-color: #A59332;
}

.c-radio input:checked ~ .checkmark::before {
  border-color: #A59332;
}

.c-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.c-radio .checkmark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F5F5F5;
  border-radius: 50%;
  border: 1px solid #999B9B;
}

.c-checkbox {
  margin: 0 30px 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-checkbox input:checked ~ .checkmark {
  border-color: #A59332;
}

.c-checkbox input:checked ~ .checkmark:after {
  display: block;
  border-color: #A59332;
}

.c-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F5F5F5;
  border: 1px solid #999B9B;
}

.c-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #999b9b;
}

.c-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 768px) {
  .c-radio {
    font-size: 1.4rem;
    margin: 0 3rem 1rem 0;
    padding-left: 2.8rem;
  }
  .c-radio .checkmark {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }

  .c-radio .checkmark::before {
    width: 2rem;
    height: 2rem;
  }
  .c-radio .checkmark::after {
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
    top: 0.4rem;
    left: 0.4rem;
  }
  .c-checkbox {
    font-size: 1.4rem;
    margin: 0 3rem 1rem 0;
    padding-left: 2.8rem;
  }
  .c-checkbox .checkmark {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  .c-checkbox .checkmark::after {
    width: 0.8rem;
    height: 1.3rem;
    left: 0.6rem;
    top: 0.1rem;
  }
}

.l-header {
  background-color: white;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.l-header__info {
  font-size: 11px;
  line-height: 1.45455;
  margin-bottom: 4px;
}

.l-header__logoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.l-header__logoImg img {
  width: 272px;
  height: 51px;
}

.l-header__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__recruit img {
  width: 135.93px;
  height: 16.91px;
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__contactPhone {
  margin-right: 30px;
}

.l-header__entry {
  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;
  color: white;
  font-size: 15px;
  font-weight: bold;
  width: 231px;
  height: 50px;
  border-radius: 4px;
  background-color: #A59332;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__entry span {
  position: relative;
  padding-left: 30px;
}

.l-header__entry span::before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

.l-header__entry:hover {
  background-color: #EDB314;
}

.l-header__contactCall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__contactCall span:first-child {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__contactCall span:last-child {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #A59332;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-header__contactInfo {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-header__contactRecruit {
  font-size: 14px;
  line-height: 1.42857;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #DCE0E2;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-fix-bottom {
  background-color: #FFF9DB;
  padding: 1.5rem;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  bottom: -100px;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .sp-fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-fix-bottom__left {
  width: 15.6rem;
}

.sp-fix-bottom__entryTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-fix-bottom__entryTtl span:first-child {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.sp-fix-bottom__entryTtl span:last-child {
  font-size: 1.2rem;
  font-weight: 500;
  color: #A59332;
  margin-left: 0.7rem;
}

.sp-fix-bottom__txt {
  font-size: 1.2rem;
}

.sp-fix-bottom__right {
  width: 18.3rem;
}

.sp-fix-bottom__btn {
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 1.14286;
  letter-spacing: 0.1em;
  color: white;
  font-weight: bold;
  position: relative;
  background-color: #A59332;
  border-radius: 4px;
  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;
  padding-right: 1rem;
}

.sp-fix-bottom__btn::after {
  content: "";
  background: url(../img/icon_material_chevron_right.svg) no-repeat;
  background-size: cover;
  width: 0.6rem;
  height: 0.9rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.3rem);
}

@media (max-width: 1090px) {
  .l-header__contact {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-header {
    padding: 0.8rem 1.5rem;
  }
  .l-header__info {
    display: none;
  }
  .l-header__logoImg {
    margin-right: 1rem;
  }
  .l-header__logoImg img {
    width: 19.9rem;
    height: 3.7rem;
  }
  .l-header__recruit img {
    width: 10.3rem;
    height: 1.281rem;
  }
}

.l-footer {
  background-color: white;
  padding-top: 40px;
}

.l-footer__item {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #DCE0E2;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .l-footer__item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__logo img {
  width: 205px;
  height: 38px;
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.l-footer__companyName {
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

.l-footer__companyAddress {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.l-footer__companyAddress a {
  color: #A59332;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__companyAddress a:hover {
  color: #EDB314;
}

.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 6px;
}

.l-footer__contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__contactInfo:first-child {
  margin-right: 16.6px;
  padding-right: 16.6px;
  border-right: 1px solid #DCE0E2;
}

.l-footer__contactInfo span:first-child {
  font-size: 12px;
  margin-right: 9px;
}

.l-footer__contactInfo span:last-child {
  font-size: 18px;
  font-weight: 500;
  color: #A59332;
}

.l-footer__bottom {
  margin: 6px 0;
  font-size: 12px;
  line-height: 1.5;
}

.l-footer__right {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 563px;
  margin-left: 30px;
}

.l-footer__link {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__link span {
  position: relative;
}

.l-footer__link span::after {
  content: "";
  background: url(../img/ico_link_black.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 9.9px;
  position: absolute;
  right: -18px;
  top: calc(50% - 4.95px);
}

.l-footer__link:hover {
  color: #A59332;
}

.l-footer__oneLink {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 10px;
  margin-top: 10px;
  border-left: 1px solid #DCE0E2;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__oneLink span {
  position: relative;
}

.l-footer__oneLink span::after {
  content: "";
  background: url(../img/ico_link_black.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 9.9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4.95px);
}

.l-footer__oneLink:hover {
  color: #A59332;
}

.l-footer__other {
  margin: 30px 0 10px 0;
  font-size: 12px;
  line-height: 1.41667;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}

.l-footer__otherLinks {
  border-top: 1px solid #DCE0E2;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-footer__otherLinks .l-footer__link {
  font-size: 10px;
}

.l-footer__otherLinks li {
  margin-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #DCE0E2;
}

.l-footer__otherLinks li:first-child {
  border-left: unset;
  padding-left: unset;
}

.l-footer__otherLinks li:last-child {
  margin-right: unset;
  margin-top: 10px;
}

.l-footer__otherLinks li:nth-child(3) {
  margin-right: unset;
  padding-right: unset;
}

.l-footer__otherLinks li:nth-child(5) {
  margin-top: 10px;
}

.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__copyrightTxt {
  font-size: 10px;
  line-height: 1.5;
}

.l-footer__pageTop {
  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;
  border-radius: 4px 4px 0 0;
  background-color: #A59332;
  width: 134px;
  height: 35px;
  color: white;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__pageTop span {
  position: relative;
  padding-left: 18px;
}

.l-footer__pageTop span::before {
  content: "";
  background: url(../img/icon_to_top.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

.l-footer__pageTop:hover {
  background-color: #EDB314;
}

@media (max-width: 1260px) {
  .l-footer__item {
    margin: 0 30px;
  }
  .l-footer__copyright {
    margin: 0 30px;
  }
}

@media (max-width: 1151px) {
  .l-footer__right {
    width: 432px;
    margin-left: 20px;
  }
  .l-footer__otherLinks li:nth-child(3) {
    margin-right: unset;
  }
  .l-footer__otherLinks li:nth-child(3) {
    margin-right: 15px;
    margin-top: 10px;
  }
  .l-footer__otherLinks li {
    margin-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .l-footer {
    padding-top: 5rem;
  }
  .l-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1.5rem;
    border-bottom: unset;
  }
  .l-footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__logo img {
    width: 20.5rem;
    height: 3.8rem;
  }
  .l-footer__right {
    margin-left: unset;
    margin-top: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .l-footer__link {
    font-size: 1.4rem;
  }
  .l-footer__link span {
    position: relative;
  }
  .l-footer__link span::after {
    width: 1.1rem;
    height: 0.99rem;
    position: absolute;
    right: -1.8rem;
    top: calc(50% - 0.495rem);
  }
  .l-footer__otherLinks {
    padding-top: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__otherLinks li {
    border-left: unset;
    margin-right: unset;
    padding-left: unset;
    width: 47%;
    border-bottom: 1px solid #DCE0E2;
    padding: 1.2rem 0;
  }
  .l-footer__otherLinks li:nth-child(3) {
    margin-top: unset;
    margin-right: unset;
  }

  .l-footer__otherLinks li:last-child {
    margin-top: unset;
  }
  .l-footer__otherLinks li:nth-child(5) {
    margin-top: unset;
  }
  .l-footer__otherLinks .l-footer__link {
    font-size: 1rem;
  }
  .l-footer__other {
    margin: 3rem 0 1rem 0;
    font-size: 1.2rem;
  }
  .l-footer__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 3rem;
  }
  .l-footer__companyName {
    margin-right: unset;
    font-size: 1.4rem;
  }
  .l-footer__companyAddress {
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    margin: 0 1.5rem;
  }
  .l-footer__copyrightTxt {
    font-size: 0.8rem;
  }
  .l-footer__contactInfo span:first-child {
    font-size: 1.2rem;
  }
  .l-footer__contactInfo span:last-child {
    font-size: 1.8rem;
  }
  .l-footer__bottom {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  .l-footer__pageTop {
    width: 13.4rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
  .l-footer__pageTop span {
    position: relative;
    padding-left: 1.8rem;
  }
  .l-footer__pageTop span::before {
    content: "";
    background: url(../img/icon_to_top.svg) no-repeat;
    background-size: cover;
    width: 1.1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: calc(50% - 0.4rem);
  }
}

.kv {
  border-top: 10px solid #A59332;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63.6%;
}
/* @media (min-width: 1920px) {
  .kv-img {
    width: 63%;
  }
} */
@media (max-width: 1400px) {
  .kv-img {
    width: 55%;
  }
}

.kv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 851px;
  border-bottom-left-radius: 150px;
}

.kv-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.kv-txtArea {
  position: absolute;
  top: 120px;
  left: 19.5rem;
}

.kv-txtArea__vision {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kv-txtArea__vision span {
  font-size: 30px;
  line-height: 1.68421;
  font-weight: bold;
  color: #817427;
  display: contents;
}

.kv-txtArea__mainTxt {
  margin-top: 40px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kv-txtArea__mainTxt span {
  display: block;
  font-size: 110px;
  font-weight: 500;
  background-color: white;
  margin-top: 10px;
  line-height: 1.3;
  padding: 0 10px;
}

.kv-txtArea__bottomTxt {
  font-size: 23px;
  line-height: 2;
  font-weight: 500;
  margin-top: 50px;
}

.about {
  position: relative;
}

.about-txtArea {
  position: relative;
  padding: 80px 0 0 0;
}

.about-txtArea__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .about-txtArea__inner {
    margin-left: 30px;
  }
}

.about-txtArea__item {
  width: 50%;
}

.about-txtArea__jpTtl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.46667;
}

.about-txtArea__enTtl {
  font-size: 20px;
  color: #A59332;
  margin-top: 8px;
  line-height: 1.45;
}

.about-txtArea__border {
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0;
}

.about-txtArea__border span:first-child {
  width: 13%;
  height: 1px;
  background-color: #A59332;
}

.about-txtArea__border span:last-child {
  height: 1px;
  width: 87%;
  background-color: #DCE0E2;
}

.about-txtArea__txt {
  line-height: 1.875;
}

.about-txtArea__txt span {
  background-color: #FFF8A0;
}

.about-txtArea::before {
  content: "";
  background-color: white;
  width: 87%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 150px;
}

.about-bottomTxt {
  font-size: 100px;
  color: #F6F4EA;
  font-weight: bold;
  margin-left: 40px;
  padding-top: 105px;
  line-height: 1;
}

.about-img {
  position: absolute;
  top: 80px;
  right: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-img img {
  border-radius: 10px;
  width: 70rem;
  height: 50rem;
}

@media (max-width: 1020px) {
  .about-img {
    right: 30px;
  }
  .about-img img {
    width: 400px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.interview {
  margin-top: 80px;
}

.interview__jpTtl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.46667;
  letter-spacing: 0.05em;
}

.interview__enTtl {
  font-size: 20px;
  color: #A59332;
  line-height: 1.45;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 40px;
}

.interview-item {
  background-color: white;
  width: 100%;
  border-bottom-right-radius: 150px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.interview-leadBg {
  width: 100%;
  height: 10px;
  background-color: #A59332;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.interview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.interview-head__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.interview-head__img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.interview-head__contents {
  padding-left: 10rem;
  border-bottom: 1px solid #DCE0E2;
  width: 50%;
}

.interview-head__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-head__category p {
  font-size: 12px;
  line-height: 1.41667;
}

.interview-head__category p:first-child {
  border-right: 1px solid #DCE0E2;
  padding-right: 10px;
}

.interview-head__category p:last-child {
  margin-left: 10px;
}

.interview-head__txt {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.interview-profile {
  width: 500px;
  padding: 15px;
  border: 1px solid #DCE0E2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.interview-profile__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.interview-profile__img img {
  width: 120px;
  height: 120px;
}

.interview-profile__date {
  font-size: 16px;
  line-height: 1.5;
}

.interview-profile__job {
  color: #A59332;
}

.interview-profile__name {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.interview-profile__bottom {
  font-size: 100px;
  font-weight: bold;
  color: #F6F4EA;
  margin-left: -10px;
  line-height: 1;
  margin-bottom: -7px;
}

.interview-contents {
  padding: 0 0 80px 0;
  margin: 0 auto;
}

.interview-contents__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.interview-contents__otherInner {
  position: relative;
}

.interview-contents__resetInner {
  position: relative;
}

.interview-contents__resetInner .interview-contents__txtItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.interview-contents__txtItem {
  max-width: 1200px;
  margin: 0 auto;
}

.interview-contents__txtItem .interview-group {
  width: 600px;
}

.interview-group {
  margin-top: 80px;
}

.interview-group__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #A59332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.interview-group__ttl span:last-child {
  margin-left: 5px;
}

.interview-group__txt {
  margin-top: 20px;
  line-height: 1.875;
}

.interview-group__smTxt {
  font-size: 13px;
  margin-top: 40px;
}

.interview-group__img {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-group__img img {
  width: 77rem;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 1020px) {
  .interview-group__img img {
    width: 409px;
    height: 266px;
  }
}

.interview-group__img1 {
  position: absolute;
  top: 80px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-group__img1 img {
  width: 77rem;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 1020px) {
  .interview-group__img1 img {
    width: 409px;
    height: 266px;
  }
}

.interview-schedule {
  padding: 80px 0;
  position: relative;
}

.interview-schedule.schedule-bg1 {
  background: url(../img/interview_1_img2_pc.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.interview-schedule.schedule-bg2 {
  background: url(../img/interview_2_img2_pc.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}

.interview-schedule__item {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.interview-schedule__left {
  margin-right: 102px;
}

.interview-schedule__left h3 {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.interview-schedule__left h4 {
  font-size: 20px;
  line-height: 1.45;
  color: white;
  margin-top: 12px;
}

.interview-schedule__right {
  width: 600px;
}

.interview-schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid white;
  padding: 15px 0;
}

.interview-schedule__row:first-child {
  border-top: 1px solid white;
}

.interview-schedule__date {
  font-size: 20px;
  color: white;
  font-weight: bold;
  width: 88px;
}

.interview-schedule__txt {
  color: white;
}

.interview-schedule__txt span {
  display: block;
}

.interview-schedule__txt span:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.interview-schedule__mark {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-sp__img {
  display: none;
}

.application {
  padding: 80px 0 40px 0;
}

.application-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.application-ttl h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.46667;
}

.application-ttl h4 {
  font-size: 20px;
  color: #A59332;
  margin-top: 12px;
  line-height: 1.45;
}

.application-ttl p {
  font-size: 14px;
  color: #111111;
  margin-top: 20px;
  line-height: 1.45;
}

.application-ttl p {
  display: none;
}

.application-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application-btns__link {
  width: 180px;
  height: 50px;
  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;
  border-radius: 4px 4px 0 0;
}

/* .application-btns__link:first-child {
  background-color: #999B9B;
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}

.application-btns__link:last-child {
  background-color: #A59332;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  cursor: pointer;
} */

.application-btns__link {
  background-color: #999B9B;
  font-size: 20px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.application-btns__link + .application-btns__link {
  margin-left: 20px;
}

.application-btns__link.is-active {
  background-color: #A59332;
  color: white;
  pointer-events: none;
}

.application-contents {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 80px 96px;
  border-top: 4px solid #A59332;
  position: relative;
}

.application-contents {
  display: none;
}

.application-contents.is-active {
  display: block;
}

.application-contents table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
}

.application-contents table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.application-contents table tr td {
  width: 100%;
}

.application-contents table tr td:first-child {
  width: 20%;
  padding: 15px;
  border-bottom: 2px solid #A59332;
  font-weight: bold;
  color: #A59332;
  line-height: 1.875;
}

.application-contents table tr td:last-child {
  width: 80%;
  border-bottom: 1px solid #DCE0E2;
  line-height: 1.875;
  padding: 15px;
}

.application-contents table tr td:last-child span.red {
  color: #E50012;
}

.application-contents table tr td:last-child span.small {
  font-size: 14px;
}

.application-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.application-bottom {
  text-align: center;
  margin: 40px 0;
}

.application-bottom__txt {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
}

.application-bottom__txt::after {
  content: "";
  background: url(../img/icon_arrow_down.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 20px);
}

.entry {
  background: url(../img/cta_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.entry-contents {
  max-width: 900px;
  background-color: white;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entry-contents__left {
  width: 400px;
  padding-right: 35px;
  border-right: 1px solid #E7EBED;
}

.entry-contents__left h3 {
  font-size: 30px;
  line-height: 1.46667;
  font-weight: bold;
}

.entry-contents__left h4 {
  font-size: 20px;
  line-height: 1.45;
  color: #A59332;
}

.entry-contents__left p {
  line-height: 1.875;
  margin-top: 15px;
}

.entry-contents__right {
  width: 350px;
}

.entry-contents__btn {
  width: 100%;
  height: 60px;
  background-color: #A59332;
  border-radius: 4px;
  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;
  color: white;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.entry-contents__btn::after {
  content: "";
  background: url(../img/icon_material_chevron_right.svg) no-repeat;
  background-size: cover;
  width: 5.56px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
}

.entry-contents__btn:hover {
  background-color: #CBB335;
}

.entry-contents__info {
  margin-top: 20px;
}

.entry-contents__info span {
  background-color: #FFF8A0;
  line-height: 1.875;
}

.entry-contents__contact {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-contents__contact span {
  font-size: 14px;
  margin-right: 5px;
}

.entry-contents__contact a {
  font-weight: 500;
  color: #A59332;
  font-size: 16px;
}

.entry-contents__contact span:nth-child(2) {
  font-weight: 500;
  color: #A59332;
  font-size: 16px;
}

.entry-contents__contact:nth-child(2) {
  margin-left: 20px;
}

.entry-contents__otherInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.entry-contents__bottom {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

@media (max-width: 1260px) {
  .interview-head__contents {
    padding: 0 30px;
  }
  .interview-contents__inner {
    margin: 0 30px;
  }
  .interview-contents__txtItem {
    margin: 0 30px;
  }
  .interview-contents__txtItem .interview-group {
    width: 55%;
  }
  .interview-schedule__item {
    margin: 0 30px;
  }
  .interview-profile {
    width: 100%;
  }
  .interview-profile__bottom {
    font-size: 80px;
    margin-bottom: -5px;
  }
  .application {
    margin: 0 30px;
  }
}

@media (max-width: 1120px) {
  .interview-head__txt {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .kv {
    border-top: 10px solid #A59332;
    padding-bottom: 16rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .kv-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .kv-img img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 150px;
  }
  .kv-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kv-mark img {
    width: 37.5rem;
    height: 14.8rem;
  }
  .kv-txtArea {
    position: absolute;
    top: unset;
    bottom: 4.1rem;
    left: 1.5rem;
  }
  .kv-txtArea__vision {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kv-txtArea__vision span {
    font-size: 1.8rem;
    line-height: 1.66667;
    font-weight: bold;
    color: #817427;
    background-color: #fff9dbbe;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kv-txtArea__mainTxt {
    margin-top: 1.5rem;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kv-txtArea__mainTxt span {
    display: block;
    font-size: 5rem;
    font-weight: 500;
    background-color: white;
    margin-top: 10px;
    line-height: 1.3;
    padding: 0 5px;
  }
  .kv-txtArea__bottomTxt {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
    margin-top: 1rem;
  }
  .about {
    position: relative;
    background-color: white;
    margin-right: 1.5rem;
    padding-bottom: 6rem;
    border-bottom-right-radius: 100px;
  }
  .about-txtArea {
    position: relative;
    padding: 4rem 0;
  }
  .about-txtArea__inner {
    margin: 0 1.5rem;
  }
  .about-txtArea__item {
    width: 100%;
  }
  .about-txtArea__jpTtl {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.46667;
  }
  .about-txtArea__enTtl {
    font-size: 1.8rem;
    color: #A59332;
    margin-top: 8px;
    line-height: 1.45;
  }
  .about-txtArea__border {
    width: 100%;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0;
  }
  .about-txtArea__border span:first-child {
    width: 13%;
    height: 1px;
    background-color: #A59332;
  }
  .about-txtArea__border span:last-child {
    height: 1px;
    width: 87%;
    background-color: #DCE0E2;
  }
  .about-txtArea__txt {
    line-height: 1.875;
  }
  .about-txtArea__txt span {
    background-color: #FFF8A0;
  }
  .about-txtArea::before {
    content: unset;
  }
  .about-bottomTxt {
    display: none;
  }
  .about-img {
    position: relative;
    top: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.5rem;
  }
  .about-img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  .interview {
    margin-top: 6rem;
  }
  .interview__jpTtl {
    font-size: 3rem;
  }
  .interview__enTtl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .interview-item {
    background-color: white;
    width: 100%;
    border-bottom-right-radius: 150px;
  }
  .interview-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .interview-head__img {
    display: none;
  }
  .interview-head__contents {
    width: 100%;
    margin-right: unset;
    padding-bottom: 3.5rem;
    padding-left: unset;
    padding-right: unset;
    border-bottom: 1px solid #DCE0E2;
  }
  .interview-head__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.5rem 0 0 1.5rem;
  }
  .interview-head__category p {
    font-size: 1.2rem;
  }
  .interview-head__txt {
    font-size: 2.5rem;
    margin: 1.5rem 1.5rem 2.5rem 1.5rem;
  }
  .interview-head__txt br {
    display: none;
  }
  .interview-sp__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
  }
  .interview-sp__img img {
    width: 100%;
    height: auto;
  }
  .interview-profile {
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
    padding: 1.5rem;
    border: 1px solid #DCE0E2;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: unset;
  }
  .interview-profile__bottom {
    display: none;
  }
  .interview-profile__img img {
    width: 12rem;
    height: 12rem;
  }
  .interview-profile__date {
    font-size: 1.6rem;
  }
  .interview-profile__job {
    font-size: 1.6rem;
  }
  .interview-profile__name {
    font-size: 2.5rem;
  }
  .interview-contents {
    padding: 0 0 6rem 0;
    margin: 0 auto;
  }
  .interview-contents__inner {
    margin: 0 1.5rem;
  }
  .interview-contents__otherInner {
    position: relative;
  }
  .interview-contents__resetInner {
    position: relative;
  }
  .interview-contents__resetInner .interview-contents__txtItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .interview-contents__txtItem {
    margin: 0 1.5rem;
  }
  .interview-contents__txtItem .interview-group {
    width: 100%;
  }
  .interview-group {
    margin-top: 4rem;
  }
  .interview-group__ttl {
    font-size: 1.8rem;
  }
  .interview-group__txt {
    margin-top: 2rem;
  }

  .interview-group__smTxt {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
  .interview-group__img {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 6rem;
  }
  .interview-group__img img {
    width: 100%;
    height: auto;
  }
  .interview-group__img1 {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 6rem;
  }
  .interview-group__img1 img {
    width: 100%;
    height: auto;
  }
  .interview-schedule {
    padding: 4rem 0;
    position: relative;
  }
  .interview-schedule.schedule-bg1 {
    background: url(../img/interview_1_img2_pc.png) no-repeat;
    background-size: cover;
  }
  .interview-schedule.schedule-bg2 {
    background: url(../img/interview_2_img2_pc.jpg) no-repeat;
    background-size: cover;
  }
  .interview-schedule__item {
    margin: 0 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-schedule__left {
    margin-right: unset;
  }
  .interview-schedule__left h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
  }
  .interview-schedule__left h4 {
    font-size: 1.8rem;
    line-height: 1.45;
    color: white;
    margin-top: 12px;
  }
  .interview-schedule__right {
    width: 100%;
    margin-top: 2.5rem;
  }
  .interview-schedule__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid white;
    padding: 15px 0;
  }
  .interview-schedule__row:first-child {
    border-top: 1px solid white;
  }
  .interview-schedule__date {
    font-size: 1.8rem;
    width: 8.8rem;
  }
  .interview-schedule__txt {
    color: white;
  }
  .interview-schedule__txt span {
    display: block;
  }
  .interview-schedule__txt span:first-child {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .application {
    margin: 0 1.5rem;
    padding: 6rem 0 3rem 0;
  }
  .application-ttl {
    margin-bottom: 3rem;
  }
  .application-ttl h3 {
    font-size: 3rem;
  }
  .application-ttl h4 {
    font-size: 1.8rem;
  }
  .application-ttl p {
    font-size: 1.4rem;
  }
  .application-btns__link {
    width: 15rem;
    height: 5rem;
    font-size: 1.8rem !important;
  }
  .application-btns__link:nth-child(2) {
    margin-left: 1.5rem;
  }
  .application-contents {
    padding: 4rem 1.5rem;
  }
  .application-contents table tr td {
    font-size: 1.4rem !important;
    padding: 15px 6px !important;
  }
  .application-contents table tr td:first-child {
    width: 27%;
  }
  .application-bottom__txt {
    font-size: 1.8rem;
  }
  .application-mark img {
    width: 203.29px;
    height: 160.05px;
  }
  .entry {
    padding: 6rem 1.5rem;
    background: url(../img/cta_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .entry-contents {
    padding: 2rem 2rem 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .entry-contents__left {
    width: 100%;
    padding-right: 0;
    border-right: unset;
  }
  .entry-contents__left h3 {
    text-align: center;
    font-size: 3rem;
  }
  .entry-contents__left h4 {
    text-align: center;
    font-size: 1.8rem;
  }
  .entry-contents__left p {
    font-size: 1.4rem;
  }
  .entry-contents__btn {
    height: 5rem;
    font-size: 1.7rem;
  }
  .entry-contents__btn::after {
    width: 0.556rem;
    height: 0.9rem;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.45rem);
  }
  .entry-contents__right {
    width: 100%;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #DCE0E2;
  }
  .entry-contents__info {
    text-align: center;
  }
  .entry-contents__contact span:first-child {
    font-size: 1.4rem;
  }
  .entry-contents__contact span:last-child {
    font-size: 1.6rem;
  }
  .entry-contents__contact a {
    font-size: 1.6rem;
  }
  .entry-contents__bottom {
    font-size: 1.2rem;
  }
}

.p-contact {
  padding: 80px 0;
  position: relative;
}

.p-contact__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.p-contact__enPos {
  position: absolute;
  top: 10px;
  right: -210px;
}

@media (max-width: 768px) {
  .p-contact__enPos {
    display: none;
  }
}

.p-contact__radio__group + .p-contact__radio__group {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .p-contact__radio__group + .p-contact__radio__group {
    margin-top: 30px;
  }
}

.p-contact__radio__group__title {
  font-size: 12px;
  margin-bottom: 20px;
}

.p-contact__radio__group__list.is-pc {

}

@media (max-width: 768px) {
  .p-contact__radio__group__list.is-pc {
    display: none;
  }
}

.p-contact__radio__group__list.is-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-contact__radio__group__list.is-sp {
    display: block;
  }
}

.p-contact__radio__group__list__inner {
  display: flex;
}

.p-contact__radio__group__list__inner div {

}

@media (max-width: 768px) {
  .p-contact__radio__group__list__inner div {
    width: 50%;
  }
}

.p-contact__radio__group__list__inner div + div {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .p-contact__radio__group__list__inner div + div {
    margin-left: 0;
    margin-top: 0;
  }
}

.p-contact__radio__group__list__inner div label {
  display: block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .p-contact__radio__group__list__inner div label {
    margin: 0;
  }
}

.p-contact__radio__group__list__inner div label + label {
  margin-top: 20px;
}

.p-contact__radio__group__select > div {
  display: flex;
}

.p-contact__radio__group__select .message {
  margin-top: 3px;
  font-size: 12px;
  color: #E50012;
}

.p-contact__radio__group__select .error-message {
  display: none;
  margin-top: 3px;
  font-size: 12px;
  color: #E50012;
}

.p-contact__radio__group__select div + div {
  margin-top: 20px;
}

.p-contact__radio__group__select div label {
  width: 160px;
}

@media (max-width: 768px) {
  .p-contact__radio__group__select div .c-checkbox {
    margin: 0;
  }
}

.p-contact__radio__group__select div select {
  width: 100px;
  height: 28px;
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #999b9b;
  padding: 2px 4px 0;
  opacity: 0.4;
}

.p-contact__radio__group__select div select.is-empty {
  border: 1px solid #E50012;
}

.p-contact__radio__group__select div select.is-selected {
  opacity: 1;
}

.p-contact__radio__group textarea {
  width: 100%;
  height: 90px;
  height: 90px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #999b9b;
  padding: 10px;
}

.p-contact__radio__group textarea::placeholder {
  color: #AFAFAF;
}

.p-contact__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-contact__txt {
  line-height: 1.875;
  margin-top: 20px;
}

.p-contact__txt span {
  color: #A59332;
}

.p-contact__unInput {
  font-size: 16px;
  color: #E50012;
  margin: 20px 0 40px;
  display: none;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contact__unInput {
    font-size: 1.4rem;
    margin: 2rem 1.5rem 4rem 1.5rem;
    text-align: left;
  }
}

.p-contact__item {
  margin-top: 40px;
  background-color: white;
  border-radius: 10px;
  padding: 50px;
}

.p-contact__leadTxt {
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #DCE0E2;
  padding-bottom: 20px;
}

.p-contact__leadTxt .set-clr-red {
  color: #E50012;
}

.p-contact__need {
  background-color: #E50012;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  padding: 3px 5px 4px 5px;
}

.p-contact__careful {
  font-size: 12px;
  margin-left: 15px;
}

.p-contact__row {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #DCE0E2;
}

.p-contact__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.p-contact__lead span:first-child {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.p-contact__input input[type="text"],
.p-contact__input input[type="email"],
.p-contact__input input[type="phone"] {
  width: 100%;
  height: 40px;
  border: 1px solid #999B9B;
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 8px 17px;
}

.p-contact__input input[type="text"]::-webkit-input-placeholder, .p-contact__input input[type="email"]::-webkit-input-placeholder, .p-contact__input input[type="phone"]::-webkit-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.p-contact__input input[type="text"]::-moz-placeholder, .p-contact__input input[type="email"]::-moz-placeholder, .p-contact__input input[type="phone"]::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

.p-contact__input input[type="text"]:-ms-input-placeholder, .p-contact__input input[type="email"]:-ms-input-placeholder, .p-contact__input input[type="phone"]:-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.p-contact__input input[type="text"]::-ms-input-placeholder, .p-contact__input input[type="email"]::-ms-input-placeholder, .p-contact__input input[type="phone"]::-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.p-contact__input input[type="text"]::placeholder,
.p-contact__input input[type="email"]::placeholder,
.p-contact__input input[type="phone"]::placeholder {
  color: #777777;
  font-size: 16px;
}

.p-contact__input input[type="text"]:focus,
.p-contact__input input[type="email"]:focus,
.p-contact__input input[type="phone"]:focus {
  outline: unset;
}

.p-contact .mt-30 {
  margin-top: 30px;
}

.p-contact__privacy {
  border: 1px solid #999B9B;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 140px;
  overflow-y: scroll;
  margin: 15px 0 20px 0;
}

.p-contact__privacyItem {
  margin-bottom: 30px;
}

.p-contact__privacyItem:last-child {
  margin-bottom: unset;
}

.p-contact__privacyTtl {
  font-size: 16px;
  font-weight: 500;
}

.p-contact__privacyTxt {
  font-size: 14px;
  margin-top: 9px;
  line-height: 1.85714;
}

.p-contact__privacySmTxt {
  font-size: 12px;
  line-height: 1.5;
}

.p-contact__formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.p-contact__btn {
  width: 305px;
  height: 60px;
  background-color: white;
  border: 2px solid #A59332;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #A59332;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-contact__btn svg {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 20px;
}

.p-contact__btn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #A59332;
}

.p-contact__btn:hover {
  background-color: #A59332;
  color: white;
}

.p-contact__btn:hover svg path {
  fill: white;
}

.p-contact-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-contact-mark img {
  width: 563px;
  height: 443.26px;
  z-index: -1;
}

@media (max-width: 768px) {
  .p-contact-mark {
    display: none;
  }
}

.p-confirm__txt {
  margin-left: 20px;
}

.p-confirm .kana {
  margin-top: 20px;
}

.p-confirm .qualifications span {
  margin: 0 5px 5px 0;
}

.p-confirm__agree {
  margin-top: 40px;
  text-align: center;
}

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

.p-confirm__back button {
  background-color: white;
  border: unset;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.p-complete {
  max-width: 700px;
  margin: 0 auto 150px auto;
}

.p-complete__entryImg {
  text-align: center;
  margin: 60px 0;
}

.p-complete__txt {
  line-height: 1.875;
}

.p-complete__backTop {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-complete__backTop span:first-child {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-complete__backTop span:last-child {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.p-complete__backTop:hover span:last-child {
  color: #A59332;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-contact {
    padding: 3rem 0 0 0;
  }
  .p-contact__ttl {
    font-size: 2.6rem;
  }
  .p-contact__txt {
    margin: 2rem 1.5rem 0 1.5rem;
  }
  .p-contact__item {
    padding: 2rem 1.5rem 6rem 1.5rem;
    border-bottom: 2px solid #A59332;
    border-radius: unset;
  }
  .p-contact__row {
    padding: 2rem 0 3rem 0;
  }
  .p-contact__need {
    font-size: 1.2rem;
  }
  .p-contact__leadTxt {
    font-size: 1.4rem;
  }
  .p-contact__lead span:first-child {
    font-size: 1.4rem;
  }
  .p-contact__radioG {
    margin-right: 0.8rem;
  }
  .p-contact__radioG label {
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"],
  .p-contact__input input[type="email"],
  .p-contact__input input[type="phone"] {
    height: 4rem;
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"]::-webkit-input-placeholder, .p-contact__input input[type="email"]::-webkit-input-placeholder, .p-contact__input input[type="phone"]::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"]::-moz-placeholder, .p-contact__input input[type="email"]::-moz-placeholder, .p-contact__input input[type="phone"]::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"]:-ms-input-placeholder, .p-contact__input input[type="email"]:-ms-input-placeholder, .p-contact__input input[type="phone"]:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"]::-ms-input-placeholder, .p-contact__input input[type="email"]::-ms-input-placeholder, .p-contact__input input[type="phone"]::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact__input input[type="text"]::placeholder,
  .p-contact__input input[type="email"]::placeholder,
  .p-contact__input input[type="phone"]::placeholder {
    font-size: 1.4rem;
  }
  .p-contact__privacy {
    height: 18rem;
  }
  .p-contact__privacyTtl {
    font-size: 1.6rem;
  }
  .p-contact__privacyTxt {
    font-size: 1.4rem;
  }
  .p-contact__privacySmTxt {
    font-size: 1.2rem;
  }
  .p-contact__btn {
    width: 100%;
    height: 5.5rem;
    font-size: 1.7rem;
  }
  .p-contact__btn svg {
    width: 0.558rem;
    height: 0.9rem;
  }
  .p-complete {
    margin: 0 1.5rem 6rem 1.5rem;
  }
  .p-complete__entryImg {
    margin: 3rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-complete__entryImg img {
    width: 20.4rem;
    height: 4.669rem;
  }
  .p-complete__txt {
    margin: 3rem 0;
  }
  .p-complete__backTop span:first-child {
    margin-right: 1rem;
  }
  .p-complete__backTop span:first-child img {
    width: 0.6rem;
    height: 0.9rem;
  }
  .p-complete__backTop span:last-child {
    font-size: 1.2rem;
  }
}

.u-pc-block {
  display: block;
}

.u-sp-block {
  display: none;
}

.is-invalid .message .error-message {
  font-size: 12px;
  color: #E50012;
}

.is-invalid input {
  border: 2px solid #E50012 !important;
}

.errorNone {
  display: none;
}

.errorShow {
  display: block;
}

.u-center {
  text-align: center;
}

@media (max-width: 768px) {
  .u-pc-block {
    display: none;
  }
  .u-sp-block {
    display: block;
  }
  .is-invalid .message .error-message {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
