@charset "utf-8";

.sp {
  display: none;
}

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

.w-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.section_title {
  margin-bottom: 72px;
}

@media screen and (max-width: 640px) {
  .section_title {
    margin-bottom: 50px;
  }
}

.section_title-en {
  font-size: 64px;
}

@media screen and (max-width: 1060px) {
  .section_title-en {
    font-size: 55px;
    line-height: 1.4;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .section_title-en {
    font-size: 35px;
  }
}

.section_title-ja {
  color: #a58c1b;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .section_title-ja {
    font-size: 20px;
  }
}

.hero {
  padding: 87px 20px 162px;
}

@media screen and (max-width: 1060px) {
  .hero {
    padding: 87px 0 120px;
  }
}

@media screen and (max-width: 600px) {
  .hero {
    padding: 60px 0 100px;
  }
}

.hero_inner {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}

@media screen and (max-width: 1060px) {
  .hero_inner {
    flex-direction: column-reverse;
  }
}

.hero_box {
  position: relative;
  right: -40px;
}

@media screen and (max-width: 1350px) {
  .hero_box {
    width: 45%;
  }
}

@media screen and (max-width: 1060px) {
  .hero_box {
    width: 100%;
    right: 0;
  }
}

.hero_heading {
  margin-bottom: 65px;
}

@media screen and (max-width: 1060px) {
  .hero_heading {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1060px) {
  .hero_button {
    padding: 0 20px;
    text-align: center;
  }
}

.hero_button a {
  background-color: #958348;
  display: inline-block;
  font-size: 26px;
  padding: 36px 0;
  position: relative;
  text-align: center;
  width: 388px;
}

@media screen and (max-width: 600px) {
  .hero_button a {
    font-size: 22px;
    padding: 20px 0;
    width: 80%;
  }
}

.hero_button a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 36px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
  .hero_thumb {
    width: 55%;
  }
}

@media screen and (max-width: 1060px) {
  .hero_thumb {
    margin-bottom: 50px;
    width: 100%;
  }

  .hero_thumb img {
    width: 100%;
  }
}

.hero_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

@media screen and (max-width: 1060px) {
  .hero_list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .hero_list {
    gap: 20px;
  }
}

.hero_list li {
  border: 1px solid #887e5b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  width: 182px;
  height: 182px;
}

@media screen and (max-width: 600px) {
  .hero_list li {
    font-size: 16px;
    width: 150px;
    height: 150px;
  }
}

/* 社訓 */
.motto {
  position: relative;
}

.motto::before {
  background: url(../images/recruit/bg-motto.jpg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 1172px;
  height: 513px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1060px) {
  .motto::before {
    width: 100%;
    height: 420px;
    top: 25%;
  }
}

@media screen and (max-width: 600px) {
  .motto::before {
    top: 14%;
  }
}

.motto_box {
  background-color: #312c29;
  margin-left: auto;
  max-width: 887px;
  padding: 64px 80px;
  position: relative;
  top: 72px;
}

@media screen and (max-width: 1060px) {
  .motto_box {
    margin-left: auto;
    padding: 50px 60px;
    width: 90%;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .motto_box {
    padding: 50px 30px 40px;
  }
}

.motto_title {
  font-family: Trajan;
  font-size: 64px;
  text-transform: uppercase;
  position: absolute;
  top: -24px;
}

@media screen and (max-width: 1060px) {
  .motto_title {
    font-size: 55px;
  }
}

@media screen and (max-width: 600px) {
  .motto_title {
    font-size: 35px;
    top: -12px;
  }
}

.motto_heading {
  border-bottom: 1px solid #787573;
  color: #a58c1b;
  font-size: 24px;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .motto_heading {
    font-size: 20px;
  }
}

.motto_list li {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .motto_list li {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 34px;
    text-indent: -34px;
  }
}

.motto_list li + li {
  margin-top: 32px;
}

@media screen and (max-width: 600px) {
  .motto_list li + li {
    margin-top: 20px;
  }
}

.motto_num {
  color: #a58c1b;
  font-size: 30px;
  margin-right: 22px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 600px) {
  .motto_num {
    font-size: 22px;
  }
}

/* 募集職種 */
.recruitment {
  padding-top: 192px;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .recruitment {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.recruitment::after {
  background: url(../images/recruit/bg.jpg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100%;
  height: 513px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.recruitment_item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 49px 80px 49px 64px;
}

@media screen and (max-width: 1060px) {
  .recruitment_item {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .recruitment_item {
    padding: 38px 30px;
  }
}

.recruitment_item + .recruitment_item {
  margin-top: 8px;
}

.recruitment_heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recruitment_heading-ja {
  color: #332e2b;
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .recruitment_heading-ja {
    font-size: 22px;
  }
}

.recruitment_heading-en {
  color: #a58c1b;
  font-family: Trajan;
  font-size: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .recruitment_heading-en {
    font-size: 14px;
  }
}

.recruitment_detail {
  display: flex;
  gap: 172px;
  height: 72px;
}

@media screen and (max-width: 1060px) {
  .recruitment_detail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .recruitment_detail {
    display: block;
  }
}

.recruitment_detail a {
  color: #332e2b;
  display: flex;
  align-items: center;
  font-size: 24px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .recruitment_detail a {
    font-size: 20px;
  }
}

.recruitment_detail a::after {
  background: url(../images/recruit/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  transform: translate(16px, 0);
}

.recruitment_detail a + a::before {
  background-color: rgba(112, 112, 112, 0.3);
  content: "";
  display: inline-block;
  width: 1px;
  height: 72px;
  transform: translate(-78px, 0);
}

@media screen and (max-width: 640px) {
  .recruitment_detail a + a::before {
    transform: translate(-50px, 0);
  }
}

.recruitment_list.-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2px;
  margin-top: 8px;
}

@media screen and (max-width: 950px) {
  .recruitment_list.-v2 {
    flex-direction: column;
  }
}

.recruitment_list.-v2 .recruitment_item {
  margin-top: 0;
  padding: 0;
  width: calc((100% - 2px) / 2);
}

@media screen and (max-width: 950px) {
  .recruitment_list.-v2 .recruitment_item {
    width: 100%;
  }
}

.recruitment_list.-v2 .recruitment_item a {
  display: block;
  padding: 38px 56px 38px 64px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .recruitment_list.-v2 .recruitment_item a {
    padding: 38px 30px;
  }
}

.recruitment_list.-v2 .recruitment_item a::after {
  background: url(../images/recruit/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1060px) {
  .recruitment_list.-v2 .recruitment_item a::after {
    right: 30px;
  }
}

.pb {
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .pb {
    padding-bottom: 80px;
  }
}

.detail {
  padding-top: 88px;
}

.detail + .detail {
  padding-top: 120px;
}

@media screen and (max-width: 640px) {
  .detail + .detail {
    padding-top: 65px;
  }
}

.detail_title {
  margin-bottom: 64px;
}

@media screen and (max-width: 640px) {
  .detail_title {
    margin-bottom: 40px;
  }
}

.detail_box + .detail_box {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .detail_box + .detail_box {
    margin-top: 60px;
  }
}

.detail_heading {
  font-size: 28px;
  margin-bottom: 73px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .detail_heading {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.detail_heading::after {
  background: #958348;
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -32px;
}

@media screen and (max-width: 640px) {
  .detail_heading::after {
    bottom: -25px;
  }
}

.detail_text {
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .detail_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.detail_list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 1.4;
}

.detail_list li + li {
  margin-top: 16px;
}

.detail_list-num {
  border: 1px solid #656362;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: Trajan;
  padding-top: 4px;
  width: 32px;
  height: 32px;
}

.detail_heading.-v2 {
  margin-bottom: 32px;
}

.detail_heading.-v2::after {
  width: 100%;
}

.detail_content {
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .detail_content {
    display: block;
    padding: 20px 0;
  }
}

.detail_content dt {
  font-size: 18px;
  width: 200px;
}

@media screen and (max-width: 640px) {
  .detail_content dt {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.detail_content dd {
  font-size: 16px;
  line-height: 1.8;
  width: calc(100% - 200px);
}

@media screen and (max-width: 640px) {
  .detail_content dd {
    font-size: 15px;
    width: 100%;
  }
}

.detail_content dd ul {
  padding-left: 1em;
  text-indent: -1em;
}

.button {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .button {
    margin-top: 35px;
    text-align: center;
  }
}

.button a {
  background-color: #958348;
  display: inline-block;
  font-size: 26px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 338px;
}

@media screen and (max-width: 640px) {
  .button a {
    font-size: 20px;
    padding: 20px 0;
    width: 80%;
  }
}

.button a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 36px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}

.company {
  background-color: #312c29;
  padding: 120px 20px 125px;
}

@media screen and (max-width: 640px) {
  .company {
    padding: 80px 20px 60px;
  }
}

.company_table {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .company_table {
    margin-bottom: 60px;
  }
}

.company_detail {
  border-bottom: 1px solid #787573;
  display: flex;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .company_detail {
    display: block;
    font-size: 15px;
  }
}

.company_detail dt {
  background-color: #3e3936;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 22px 32px;
  width: 176px;
}

@media screen and (max-width: 640px) {
  .company_detail dt {
    padding: 20px 25px;
    width: 100%;
  }
}

.company_detail dd {
  background-color: #fff;
  color: #332e2b;
  line-height: 1.8;
  padding: 32px;
  width: calc(100% - 176px);
}

@media screen and (max-width: 640px) {
  .company_detail dd {
    padding: 20px 25px;
    width: 100%;
  }
}

.company_heading {
  font-size: 28px;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .company_heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.company_heading::after {
  background: #958348;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -32px;
}

@media screen and (max-width: 640px) {
  .company_heading::after {
    bottom: -25px;
  }
}

.company_history {
  padding-top: 48px;
}

@media screen and (max-width: 640px) {
  .company_history {
    padding-top: 35px;
  }
}

.company_history li {
  display: flex;
  gap: 27px;
}

.company_history-year {
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .company_history-year {
    font-size: 24px;
  }
}

.company_history-year + div {
  border-left: 1px solid #787573;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .company_history-year + div {
    padding-left: 25px;
  }
}

.company_history-year + div::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 11px;
  left: -4.5px;
}

@media screen and (max-width: 640px) {
  .company_history-year + div::before {
    top: 9px;
  }
}

.border-none::after {
  background-color: #312c29;
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  top: 0;
  left: -1px;
}

@media screen and (max-width: 640px) {
  .border-none::after {
    top: -2px;
  }
}

.border-none-v2::after {
  background-color: #312c29;
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: -1px;
}

@media screen and (max-width: 640px) {
  .border-none-v2::after {
    top: 18px;
  }
}

.company_history-content {
  display: flex;
  gap: 42px;
  line-height: 1.8;
  padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .company_history-content {
    gap: 20px;
    padding-bottom: 30px;
  }
}

.company_history-month {
  color: #a58c1b;
  font-size: 16px;
  width: 34px;
}

@media screen and (max-width: 640px) {
  .company_history-month {
    font-size: 15px;
  }
}

.company_history-text {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .company_history-text {
    flex: 1;
    font-size: 15px;
  }
}

.corporate {
  padding-top: 130px;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .corporate {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.corporate_box.guidelines {
  background-color: #fff;
  padding: 72px 97px;
}

@media screen and (max-width: 960px) {
  .corporate_box.guidelines {
    padding: 50px;
  }
}

.corporate_box + .corporate_box {
  margin-top: 24px;
}

.corporate_box-row {
  display: flex;
  gap: 1px;
}

@media screen and (max-width: 767px) {
  .corporate_box-row {
    flex-direction: column;
  }
}

.corporate_box-row.-v2 {
  align-items: center;
  gap: 160px;
}

@media screen and (max-width: 960px) {
  .corporate_box-row.-v2 {
    gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .corporate_box-row.-v2 {
    gap: 24px;
  }
}

.corporate_box-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 48px 20px 68px;
  width: calc((100% - 1px) / 2);
}

@media screen and (max-width: 767px) {
  .corporate_box-item {
    padding: 40px 20px 50px;
    width: 100%;
  }
}

.corporate_box-lead {
  color: #332e2b;
  font-size: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .corporate_box-lead {
    font-size: 28px;
  }
}

.corporate_box-lead.mb {
  margin-bottom: 42px;
}

.corporate_box-text {
  color: #332e2b;
  font-size: 18px;
  line-height: 1.8;
}

.corporate_box-list {
  flex: 1;
}

.corporate_box-list li + li {
  margin-top: 24px;
}

.corporate_box-en {
  color: #a58c1b;
  font-family: Trajan;
  font-size: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .corporate_box-en {
    font-size: 22px;
  }
}

.corporate_box.guidelines .corporate_box-text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .corporate_box.guidelines .corporate_box-text {
    font-size: 15px;
  }
}

/* 経営方針 */
.corporate_box.policy {
  background-color: #fff;
  padding: 48px 40px 64px;
  text-align: center;
}

/* 画像セクション */
.bg img {
  width: 100%;
}

/* 応募フォーム */
.entry {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .entry {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.entry_lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 110px;
  text-align: center;
}

@media screen and (max-width: 910px) {
  .entry_lead {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .entry_lead {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

.entry_form {
  border-top: 1px solid #958348;
}

.entry_form dl {
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .entry_form dl {
    display: block;
    padding: 20px 0;
  }
}

.entry_form dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  width: 260px;
}

@media screen and (max-width: 640px) {
  .entry_form dt {
    font-size: 16px;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 15px;
    width: 100%;
  }
}

.entry_form .required {
  background-color: #958348;
  color: #d6d6d6;
  display: inline-block;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  width: 48px;
}

.entry_form dd {
  width: calc(100% - 260px);
}

@media screen and (max-width: 640px) {
  .entry_form dd {
    width: 100%;
  }
}

.entry_form input[type="text"],
.entry_form input[type="email"],
.entry_form input[type="tel"] {
  border: none;
  font-family: inherit;
  font-size: 18px;
  outline: none;
  padding: 0 32px;
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 640px) {
  .entry_form input[type="text"],
  .entry_form input[type="email"],
  .entry_form input[type="tel"] {
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
  }
}

.entry_form .radio.row {
  display: flex;
  gap: 64px;
}

.entry_form label {
  cursor: pointer;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .entry_form label {
    font-size: 16px;
  }
}

.entry_form label input {
  appearance: none;
  opacity: 0;
  position: absolute;
}

.entry_form label span {
  padding-left: 48px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .entry_form label span {
    padding-left: 35px;
  }
}

.entry_form label span::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}

.entry_form label span::after {
  background-color: #958348;
  border-radius: 50%;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  transition: all 0.3s;
}

.entry_form label input:checked + span::after {
  opacity: 1;
}

.entry_form .birthday.row {
  display: flex;
  gap: 18px;
}

@media screen and (max-width: 640px) {
  .entry_form .birthday.row {
    gap: 12px;
  }
}

.entry_form .select {
  position: relative;
}

.entry_form .select::after {
  background: url(../images/recruit/select-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.entry_form .select select {
  appearance: none;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  padding: 19px 24px;
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 640px) {
  .entry_form .select select {
    font-size: 16px;
    height: 60px;
    padding: 19px 20px;
  }
}

.entry_form .select.year {
  width: 308px;
}

@media screen and (max-width: 640px) {
  .entry_form .select.year {
    width: 250px;
  }
}

.entry_form .select.month,
.entry_form .select.date {
  width: 185px;
}

@media screen and (max-width: 640px) {
  .entry_form .select.month,
  .entry_form .select.date {
    width: 125px;
  }
}

.entry_form .select.address {
  margin-bottom: 16px;
  width: 308px;
}

@media screen and (max-width: 640px) {
  .entry_form .select.address {
    width: 100%;
  }
}

/* 希望勤務地 */
.entry_form .place {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* 希望職種 */
.entry_form .work {
  display: flex;
  gap: 24px 42px;
  flex-wrap: wrap;
}

.entry_form .work > span {
  display: inline-block;
  line-height: 1.2;
  margin-left: 0 !important;
  width: calc((100% - 42px) / 2);
}

@media screen and (max-width: 1200px) {
  .entry_form .work span {
    width: 100%;
  }
}

textarea {
  border: none;
  font-family: inherit;
  font-size: 18px;
  outline: none;
  padding: 19px 32px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  textarea {
    font-size: 16px;
    padding: 19px 20px;
  }
}

.checkbox {
  margin-top: 40px;
}

.checkbox input[type="checkbox"] {
  appearance: none;
  opacity: 0;
  position: absolute;
}

.checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox label span {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .checkbox label span {
    font-size: 16px;
    line-height: 1.4;
  }
}

.checkbox label span::before {
  background-color: #d6d6d6;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .checkbox label span::before {
    top: -1px;
  }
}

.checkbox label span::after {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #958348;
  border-bottom: 3px solid #958348;
  content: "";
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s;
}

.checkbox label input:checked + span::after {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .checkbox label input:checked + span::after {
    top: 4px;
  }
}

.submit {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  width: 634px;
}

@media screen and (max-width: 767px) {
  .submit {
    margin-top: 30px;
    width: 80%;
  }
}

.submit::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 36px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}

.submit input {
  background-color: #958348;
  border: none;
  color: #d6d6d6;
  cursor: pointer;
  font-family: inherit;
  font-size: 26px;
  outline: none;
  padding: 30px 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .submit input {
    font-size: 20px;
    padding: 20px 0;
  }
}

.submit input:hover {
  opacity: 0.9;
}

/* お電話でのお問い合わせ */
.contactTel {
  background-color: #312c29;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .contactTel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.contactTel .section_title {
  margin-bottom: 48px;
}

@media screen and (max-width: 640px) {
  .contactTel .section_title {
    margin-bottom: 35px;
  }
}

.contactTel_tel {
  font-size: 48px;
  line-height: 1.43;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contactTel_tel {
    font-size: 34px;
  }
}

.contactTel_time {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contactTel_time {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.contactTel_note {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contactTel_note {
    font-size: 14px;
    text-align: left;
  }
}
