@charset "UTF-8";
/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.akiya {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.akiya img {
  width: 100%;
}
.akiya header {
  background-color: #fff;
  width: 100%;
  padding: 8px 12px;
}
.akiya header img {
  height: 35px;
  width: auto;
}
.akiya footer {
  padding: 8px 16px;
  background-color: #dfdfdf;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.akiya footer a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

#compact-header {
  position: relative;
  background: #1cae5d;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px 16px;
  color: #fff;
}
#compact-header span {
  color: #EAFF00;
}
#compact-header:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 0;
  border-bottom: solid 24px #1cae5d;
  border-right: solid 24px #1cae5d;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: calc(-100% + 16px);
  margin: auto;
}

.notion-box {
  background-color: #FFDEE0;
  padding: 16px;
  text-align: center;
}
.notion-box__inner {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.notion-box__inner p {
  font-size: 16px;
  font-weight: 600;
}
.notion-box__inner p.small {
  font-size: 14px;
  margin-bottom: 0;
}
.notion-box__inner p span {
  color: #c64f61;
}

.thanks-section {
  text-align: center;
  padding: 24px 0;
}
.thanks-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1cae5d;
  margin: 0 0 12px;
}
.thanks-section p {
  font-size: 14px;
  color: var(--form-text-light);
  line-height: 1.8;
  margin-bottom: 0;
}

.thanks-guide-section {
  background-color: #caeeff;
  padding: 16px;
}
.thanks-section .btn-back-top{
	margin-top: 16px;
	color: #fff;
	background: #1cae5d;
	padding: 12px 16px;
	display: inline-block;
}
.thanks-guide-section__box {
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.thanks-guide-section__box a.call {
  color: #c64f61;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.thanks-guide-section__box a.call svg {
  width: 32px;
  height: 32px;
}
.thanks-guide-section__box p.small {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--form-text-light);
}
.thanks-guide-section__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.thanks-guide-section__top p {
  font-size: 14px;
  color: var(--form-text-light);
  margin-bottom: 0;
}
.thanks-guide-section__top p span {
  color: #c64f61;
  font-weight: 500;
}
.thanks-guide-section__top img {
  width: 15%;
}

.thanks-guide-bottom {
  padding: 24px 16px;
}
.thanks-guide-bottom p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
}
.thanks-guide-bottom .call-rich {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: #F4A610;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 0 #c07f06;
}
.thanks-guide-bottom .call-rich svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}

@media (max-width: 600px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sp {
    display: block;
  }
  #content {
    box-shadow: none;
  }
  .form-area form {
    max-width: 100%;
  }
  .recruit-about__ul {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */