@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.main-wrap {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .main-wrap {
    padding-top: 6.5rem;
  }
}
.main-wrap .page-title {
  text-align: center;
  display: inline-block;
}
.main-wrap .text-area {
  z-index: 1;
  font-weight: 700;
  height: 100%;
  text-align: center;
  grid-area: stack;
  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;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .text-area {
    margin-left: 0;
    top: 30%;
    left: 2rem;
    font-size: 8vw;
    margin-bottom: 8rem;
  }
}
.main-wrap .catch {
  color: #C94A4A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .catch {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrap .sub-title {
    margin-top: 2rem;
  }
}
.main-wrap .image-canvas {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  z-index: 1;
  grid-area: stack;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas {
    height: calc(100% + 6.5rem);
    top: -6.5rem;
  }
}
.main-wrap .image-canvas img[class*=fig-circle] {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-wrap .image-canvas .fig-circle-tl {
  width: clamp(150px, 26vw, 284px);
  top: 15%;
  right: 82%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .fig-circle-tl {
    top: 16%;
    right: 70%;
  }
}
.main-wrap .image-canvas .fig-circle-tr {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  width: clamp(110px, 22vw, 216px);
  top: 4%;
  left: 71%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .fig-circle-tr {
    top: 18%;
    left: 75%;
  }
}
.main-wrap .image-canvas .fig-circle-bl {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: clamp(105px, 26vw, 193px);
  bottom: 5%;
  right: 70%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .fig-circle-bl {
    bottom: -9%;
    right: 66%;
  }
}
.main-wrap .image-canvas .fig-circle-br {
  width: clamp(94px, 33vw, 184px);
  top: 43%;
  left: 86%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .fig-circle-br {
    top: 81%;
    left: 66%;
  }
}
.main-wrap .image-canvas .dots-area {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}
.main-wrap .image-canvas .dots-area .dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  translate: -50% -50%;
  width: clamp(32px, var(--s, 2.4) * 1vw, 64px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot {
    width: clamp(16px, var(--s, 2.4) * 1vw, 32px);
  }
}
.main-wrap .image-canvas .dots-area .dot-red {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #C94A4A;
}
.main-wrap .image-canvas .dots-area .dot-yellow {
  background: #EEAE50;
}
.main-wrap .image-canvas .dots-area .dot-l-01 {
  --x: 23%;
  --y: 21%;
  --s: 10;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-l-01 {
    --x: auto;
    right: 65%;
    --y: 22%;
  }
}
.main-wrap .image-canvas .dots-area .dot-l-02 {
  --x: 27%;
  --y: 43%;
  --s: 1;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-l-02 {
    --x: 4%;
    --y: 52%;
  }
}
.main-wrap .image-canvas .dots-area .dot-l-03 {
  --x: 5%;
  --y: 80%;
  --s: 10;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-l-03 {
    --x: auto;
    right: 85%;
    --y: 93%;
  }
}
.main-wrap .image-canvas .dots-area .dot-r-01 {
  --x: 92%;
  --y:8%;
  --s: 1;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-r-01 {
    --x: 78%;
    --y: 21%;
  }
}
.main-wrap .image-canvas .dots-area .dot-r-02 {
  --x: 76%;
  --y: 53%;
  --s: 10;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-r-02 {
    --x: 99%;
    --y: 61%;
    --s: 5;
  }
}
.main-wrap .image-canvas .dots-area .dot-r-03 {
  --x: 83%;
  --y: 76%;
  --s: 1;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas .dots-area .dot-r-03 {
    --x: 57%;
    --y: 97%;
  }
}

.entry-fix-area {
  position: fixed;
  bottom: 1rem;
  right: 9rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.entry-fix-area a.btn-entry {
  display: block;
  background-color: #C94A4A;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area a.btn-entry {
    width: 120px;
    height: 120px;
    padding-top: 1rem;
  }
}
.entry-fix-area a.btn-entry span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.entry-fix-area a.btn-entry span.en {
  font-size: 3rem;
  font-style: italic;
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area a.btn-entry span.en {
    font-size: 2.4rem;
  }
}
.entry-fix-area a.btn-entry span.jp {
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area a.btn-entry span.jp {
    font-size: 1.2rem;
  }
}
.entry-fix-area a.btn-entry span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area a.btn-entry span::before {
    width: 20px;
    height: 20px;
    bottom: 0.7rem;
  }
}
.entry-fix-area a.btn-entry span::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #C94A4A;
  border-right: 3px solid #C94A4A;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-56%) rotate(45deg);
          transform: translateX(-56%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .entry-fix-area a.btn-entry span::after {
    width: 7px;
    height: 7px;
    border-top-width: 2px;
    border-right-width: 2px;
    bottom: 1.4rem;
  }
}
.entry-fix-area a.btn-entry:hover {
  opacity: 0.7;
}

.recruit-title {
  color: #6A6F78;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .recruit-title {
    font-size: 2.8rem;
  }
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.recruit-info-wrap {
  padding: 8rem 0;
  background-color: #FAF7F2;
}

.recruit-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area {
    display: block;
  }
}
.recruit-info-area .title {
  width: 220px;
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area .title {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit-info-area .title .recruit-title {
  margin-bottom: 4rem;
  text-align: left;
  color: #6A6F78;
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area .title .recruit-title {
    margin-bottom: 2rem;
  }
}
.recruit-info-area .title a {
  display: inline-block;
  position: relative;
  color: #555;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  padding: 1rem 3.2rem 1rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area .title a {
    -ms-flex-item-align: start;
        align-self: start;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-left: 4rem;
  }
}
.recruit-info-area .title a::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-color: #4A6FA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-info-area .title a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.4em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.recruit-info-area .title a:hover {
  opacity: 0.7;
}
.recruit-info-area .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-info-area ul.info-list {
  list-style: none;
  padding: 4rem 5rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 991.98px) {
  .recruit-info-area ul.info-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area ul.info-list {
    padding: 1.5rem 2rem;
  }
}
.recruit-info-area ul.info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991.98px) {
  .recruit-info-area ul.info-list li a {
    display: block;
  }
}
.recruit-info-area ul.info-list li a div {
  width: 160px;
}
.recruit-info-area ul.info-list li a div data {
  display: inline-block;
}
.recruit-info-area ul.info-list li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .recruit-info-area ul.info-list li a p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-info-area ul.info-list li a p {
    margin-top: 0.5rem;
  }
}
.recruit-info-area ul.info-list li a p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-color: #C94A4A;
  border-radius: 50%;
}
.recruit-info-area ul.info-list li a:hover p {
  color: #4A6FA8;
}

/*----------------------------------------------------
  先輩社員の声
----------------------------------------------------*/
ul.voice-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.voice-list li {
  width: 25%;
  padding: 0 0.75rem;
}
@media screen and (max-width: 991.98px) {
  ul.voice-list li {
    width: 33.3333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  ul.voice-list li {
    width: 100%;
    padding: 0;
  }
}
ul.voice-list li a {
  display: block;
  color: #555;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  ul.voice-list li a {
    width: 280px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
ul.voice-list li a .thumbnail {
  overflow: hidden;
  border-radius: 1rem;
}
ul.voice-list li a .thumbnail img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.voice-list li a .text {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li a .text {
    padding: 2rem;
  }
}
ul.voice-list li a .text h3 {
  color: #6A6F78;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li a .text h3 {
    font-size: 1.6rem;
  }
}
ul.voice-list li:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
  福利厚生
----------------------------------------------------*/
/*----------------------------------------------------
  新卒採用
----------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  img.fig-about {
    max-height: 280px;
    margin-bottom: 2rem;
  }
}

.recruit-area {
  background-color: #FAF7F2;
  padding: 4rem 3rem;
  margin-top: 5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-area {
    padding: 2rem;
  }
}
.recruit-area h3, .recruit-area h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .recruit-area h3, .recruit-area h4 {
    font-size: 2.4rem;
  }
}
.recruit-area h3 {
  color: #C94A4A;
}
.recruit-area h4 {
  color: #6A6F78;
}
.recruit-area .recruit-block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .recruit-area .recruit-block-area {
    display: block;
  }
}
.recruit-area .recruit-block-area > div {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-area .recruit-block-area > div {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-area .recruit-block-area > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.recruit-area .recruit-block {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
  height: 100%;
}
.recruit-area .recruit-block .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-area .recruit-block .image img {
  margin-bottom: 2rem;
}
.recruit-area .recruit-block p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.recruit-area .recruit-block-area.create > div {
  width: 100%;
}
.recruit-area .recruit-block-area.create .recruit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .recruit-area .recruit-block-area.create .recruit-block {
    display: block;
  }
}
.recruit-area .recruit-block-area.create .recruit-block .image {
  width: 35%;
  min-height: auto;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-area .recruit-block-area.create .recruit-block .image {
    width: auto;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.recruit-area .recruit-block-area.create .recruit-block .image img {
  width: 240px;
  margin-bottom: 0;
}
.recruit-area .recruit-block-area.create .recruit-block p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.career-area {
  padding-top: 0;
}

.career-block {
  background-color: #FAF7F2;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .career-block {
    padding: 2rem;
  }
}
.career-block h3 {
  color: #C94A4A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .career-block h3 {
    font-size: 2.4rem;
  }
}
.career-block ul li {
  color: #6A6F78;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .career-block ul li {
    font-size: 1.4rem;
  }
}

.section-wrap.entry-area {
  margin-bottom: 8rem;
}
.section-wrap.entry-area .inquiry-wrap {
  padding-top: 3rem;
  padding-bottom: 0;
  text-align: left;
}