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

kv

------------------------------------------- */
.top-kv {
  padding: 0 10rem 0 8rem;
  margin-top: -4rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-kv {
    padding: 0 1rem;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
}
/* -------------------------------------------

policy

------------------------------------------- */
.top-policy {
  padding-bottom: 8rem;
}
.top-policy .wrap {
  padding: 0 6rem 0 19rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.top-policy .wrap > * {
  width: 48%;
}
.top-policy .wrap > figure {
  margin-top: -14rem;
}
.top-policy .wrap > div {
  padding-top: 5rem;
}
.top-policy .wrap h2 {
  font-weight: 500;
  font-size: 1.8rem;
}
.top-policy .wrap p {
  margin: 2.5rem 0;
}
.top-policy .wrap .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-policy {
    padding-bottom: 6rem;
  }
  .top-policy .wrap {
    padding: 0 3rem;
    flex-direction: column-reverse;
  }
  .top-policy .wrap > * {
    width: 100%;
  }
  .top-policy .wrap > figure {
    margin-top: -7rem;
    pointer-events: none;
  }
  .top-policy .wrap > div {
    padding-top: 2rem;
  }
  .top-policy .wrap h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
  }
  .top-policy .wrap p {
    margin: 2.5rem 0;
  }
  .top-policy .wrap .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

service

------------------------------------------- */
.top-service {
  background: #fcfbf2;
  padding: 8rem 0;
  position: relative;
}
.top-service ul {
  position: relative;
  z-index: 10;
  margin-bottom: 5rem;
  display: flex;
  gap: 3rem;
}
.top-service ul li {
  width: calc((100% - 3rem) / 2);
  background: #fff;
  box-shadow: 0px 0px 18.06px 2.94px rgba(176, 161, 138, 0.5);
  border-radius: 1.5rem;
}
.top-service ul li figure img {
  border-radius: 1.5rem 1.5rem 0 0;
}
.top-service ul li div {
  padding: 1rem 0 2rem 0;
}
.top-service ul li div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #818181;
}
.top-service ul li div a > img {
  width: 20rem;
  margin-bottom: 1rem;
}
.top-service ul li div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.3em;
}
.top-service ul li div a span img {
  width: 2rem;
  margin-left: 1rem;
  margin-top: 0.2rem;
}
.top-service ul li .insta {
  display: block;
  width: 2.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.top-service > span {
  display: block;
  position: absolute;
  pointer-events: none;
}
.top-service .deco-1 {
  right: 5rem;
  top: -3rem;
  width: 26rem;
}
.top-service .deco-2 {
  left: 2rem;
  bottom: -20rem;
  width: 36rem;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 8rem 3rem;
  }
  .top-service ul {
    position: relative;
    z-index: 10;
    margin-bottom: 4rem;
    flex-direction: column;
  }
  .top-service ul li {
    width: 100%;
  }
  .top-service .deco-1 {
    right: 1rem;
    top: -3rem;
    width: 16rem;
  }
  .top-service .deco-2 {
    left: 1rem;
    bottom: -18rem;
    width: 24rem;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  padding: 8rem 0;
  position: relative;
  z-index: 10;
}
.top-recruit .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 1.5rem;
  background: #faffe9;
  border: solid 0.25rem #92b928;
}
.top-recruit .wrap > * {
  width: 50%;
}
.top-recruit .wrap figure img {
  border-radius: 0 1.5rem 1.5rem 0;
}
.top-recruit .wrap h2 {
  color: #92b928;
  margin: 0;
}
.top-recruit .wrap p {
  margin: 2.5rem 0;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 6rem 3rem;
  }
  .top-recruit .wrap {
    flex-direction: column;
  }
  .top-recruit .wrap > * {
    width: 100%;
  }
  .top-recruit .wrap figure img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .top-recruit .wrap > div {
    padding: 3rem 0;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-contact h2 {
  margin: 0;
  color: #eb5515;
}
.top-contact p {
  text-align: center;
  margin: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .top-contact p {
    text-align: left;
    padding: 0 3rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
  margin-top: 3rem;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    margin-top: 0;
  }
  .page-ttl > div {
    background: rgba(0, 0, 0, 0.4);
    height: 14rem;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .page-ttl h2 {
    font-size: 3.2rem;
  }
  .page-ttl h2.adjust {
    font-size: 2.4rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

.container .wrap > div {
  width: 61%;
}

.recruit-preparing {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .container .wrap,
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
  .recruit-preparing {
    font-size: 2rem;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #eb5515;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #eb5515;
  color: #fff;
  display: block;
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
  border-radius: 10rem;
  font-weight: bold;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #92b928;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  border-radius: 10rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #eb5515;
}/*# sourceMappingURL=style.css.map */