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

kv

------------------------------------------- */
.top-kv {
  position: relative;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: calc(100vh - 6rem);
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 44rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
  background: url(../img/deco-1.png) no-repeat left 20rem top 6rem, url(../img/deco-2.png) no-repeat right 15rem bottom;
  background-size: 20rem auto, 5rem auto;
  background-color: #fff;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 10rem 2rem;
    background: url(../img/deco-1.png) no-repeat left 2rem top 2rem, url(../img/deco-2.png) no-repeat right 2rem bottom 1rem;
    background-size: 14rem auto, 5rem auto;
    background-color: #fff;
  }
  .top-news .more {
    margin: 4rem auto 0 auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

about

------------------------------------------- */
.top-about {
  background: url(../img/deco-4.png) no-repeat left 4rem top 15rem, url(../img/deco-5.png) no-repeat right -2rem bottom 12rem, url(../img/bg-wave-1.jpg) no-repeat center top;
  background-size: 7rem auto, 12rem auto, 100% auto;
  padding: 12rem 0 10rem 0;
  position: relative;
}
.top-about .deco-1 {
  position: absolute;
  left: 20rem;
  top: -8rem;
  width: 13rem;
}
.top-about h2 {
  margin-bottom: 6rem;
}
.top-about ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.top-about ul li {
  width: calc((100% - 4rem) / 2);
  background: #fff;
  padding-bottom: 2rem;
  border-radius: 3rem;
}
.top-about ul li div {
  margin: 1.5rem 0 1.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #493a34;
  line-height: 1;
}
.top-about ul li div span {
  color: #898989;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.top-about ul li img {
  border-radius: 3rem 3rem 0 0;
}
.top-about .more {
  height: 3.8rem;
}

@media screen and (max-width: 768px) {
  .top-about {
    background: url(../img/deco-4.png) no-repeat left 2rem top 10rem, url(../img/deco-5.png) no-repeat right -1rem bottom 3rem, url(../img/bg-wave-1.jpg) no-repeat center top;
    background-size: 7rem auto, 12rem auto, 100% auto;
    padding: 12rem 3rem 10rem 3rem;
    position: relative;
  }
  .top-about .deco-1 {
    left: 2rem;
    top: -6rem;
    width: 10rem;
  }
  .top-about h2 {
    margin-bottom: 4rem;
  }
  .top-about ul {
    flex-direction: column;
    gap: 3rem;
  }
  .top-about ul li {
    width: 100%;
  }
  .top-about ul li div span {
    font-size: 0.9rem;
  }
}
/* -------------------------------------------

entrance

------------------------------------------- */
.top-entrance {
  background: url(../img/deco-6.png) no-repeat right 8rem top 8rem, url(../img/deco-7.png) no-repeat right 14rem bottom 8rem;
  background-size: 24rem auto, 22rem auto;
  background-color: #fff;
  padding: 4rem 10rem 10rem 10rem;
  display: flex;
  justify-content: space-between;
}
.top-entrance > * {
  width: 47%;
}
.top-entrance > div {
  padding-top: 14rem;
}
.top-entrance h2 {
  text-align: left;
}
.top-entrance p {
  margin-bottom: 5rem;
  padding-right: 14rem;
}
.top-entrance .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-entrance {
    background: url(../img/deco-1.png) no-repeat left 2rem top 2rem, url(../img/deco-7.png) no-repeat right 2rem bottom 3rem;
    background-size: 18rem auto, 22rem auto;
    background-color: #fff;
    padding: 3rem 3rem 14rem 3rem;
    flex-direction: column;
  }
  .top-entrance > * {
    width: 100%;
  }
  .top-entrance > div {
    padding-top: 0;
    margin-top: 2rem;
  }
  .top-entrance h2 {
    text-align: left;
  }
  .top-entrance p {
    margin-bottom: 4rem;
    padding-right: 0;
  }
  .top-entrance .more {
    margin: 0;
  }
}
/* -------------------------------------------

member

------------------------------------------- */
.top-member {
  background: url(../img/deco-5.png) no-repeat left 10rem top 5rem, url(../img/deco-4.png) no-repeat right 10rem bottom 8rem;
  background-size: 11rem auto, 7rem auto;
  padding: 6rem 0;
}
.top-member > div {
  width: 62rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-member {
    background: url(../img/deco-5.png) no-repeat left 1rem top 1rem, url(../img/deco-4.png) no-repeat right 1rem bottom 1rem;
    background-size: 11rem auto, 7rem auto;
    padding: 6rem 3rem;
  }
  .top-member > div {
    width: 100%;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  background: url(../img/deco-6.png) no-repeat left 32rem top 10rem, url(../img/deco-9.png) no-repeat left 15rem bottom 10rem;
  background-size: 22rem auto, 10rem auto;
  background-color: #fff;
  padding: 10rem 10rem;
  position: relative;
}
.top-recruit .wrap {
  display: flex;
  flex-direction: row-reverse;
}
.top-recruit .wrap > figure {
  width: 63%;
  margin-left: -3%;
}
.top-recruit .wrap > div {
  width: 40%;
  padding-top: 12rem;
  padding-left: 8rem;
}
.top-recruit .wrap h2 {
  text-align: left;
}
.top-recruit .wrap p {
  margin-bottom: 5rem;
}
.top-recruit .wrap .more {
  margin: 0;
}
.top-recruit .deco-1 {
  position: absolute;
  left: 2rem;
  top: -4rem;
  display: block;
  width: 21rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    background: url(../img/deco-6.png) no-repeat right 2rem top 2rem, url(../img/deco-9.png) no-repeat right 2rem bottom 3rem;
    background-size: 16rem auto, 10rem auto;
    background-color: #fff;
    padding: 10rem 3rem;
  }
  .top-recruit .wrap {
    flex-direction: column;
  }
  .top-recruit .wrap > figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .top-recruit .wrap > div {
    width: 100%;
    padding: 0;
  }
  .top-recruit .wrap h2 {
    text-align: left;
  }
  .top-recruit .wrap p {
    margin-bottom: 5rem;
  }
  .top-recruit .wrap .more {
    margin: 0;
  }
  .top-recruit .deco-1 {
    top: -2.5rem;
    left: 1rem;
    width: 14rem;
  }
}
/* -------------------------------------------

faq

------------------------------------------- */
.top-faq {
  background: url(../img/deco-10.png) no-repeat right 14rem top, url(../img/deco-1.png) no-repeat left 14rem top 2rem;
  background-size: 10rem auto, 20rem auto;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.top-faq dl {
  border-bottom: solid 0.15rem #493a34;
}

@media screen and (max-width: 768px) {
  .top-faq {
    background: url(../img/deco-10.png) no-repeat right 2rem top 3rem, url(../img/deco-1.png) no-repeat left 2rem top 4rem;
    background-size: 8rem auto, 14rem auto;
    background-color: #fff;
    padding: 10rem 3rem 10rem 3rem;
  }
}
.faq-ttl {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 2rem 6rem 2rem 2rem;
  position: relative;
  transition: all 0.3s;
  border-top: solid 0.15rem #493a34;
}

.faq-ttl i {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.75rem);
}

.faq-ttl i::before,
.faq-ttl i::after {
  content: "";
  background: #231815;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-ttl i::before {
  width: 100%;
  height: 0.2rem;
}

.faq-ttl i::after {
  width: 0.2rem;
  height: 100%;
  transition: all 0.3s;
}

.faq-ttl.open i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-ttl:hover {
  cursor: pointer;
}

.faq-ttl > span:nth-child(1),
.faq-content > span:nth-child(1) {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
  background: #b2c251;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-ttl > span:nth-child(2) {
  font-size: 1.5rem;
  padding-left: 1.5rem;
  width: calc(100% - 3.6rem);
}

.faq-content > span:nth-child(1) {
  background: #493a34;
}

.faq-content {
  background: #f9f9f9;
  display: flex;
  padding: 2rem 2rem 2rem 2rem;
}

.faq-content > span:nth-child(2) {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  width: calc(100% - 3.6rem);
}

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

contact

------------------------------------------- */
.top-contact {
  background: url(../img/deco-13.png) no-repeat left 8rem bottom;
  background-size: 28rem auto;
  padding: 12rem 0 15rem 0;
  position: relative;
  margin-bottom: -3rem;
}
.top-contact .wrap {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 0;
  display: flex;
  align-items: center;
}
.top-contact .wrap > span {
  display: block;
  width: 45%;
  padding: 0 13rem;
}
.top-contact .wrap > div {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-contact .wrap h2 {
  margin: 0;
}
.top-contact .wrap p {
  margin: 3rem 0;
  padding-right: 15rem;
}
.top-contact > span {
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.top-contact .deco-1 {
  left: 13rem;
  top: 7rem;
  width: 8rem;
}
.top-contact .deco-2 {
  right: 10rem;
  bottom: 5rem;
  width: 22rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    background: url(../img/deco-13.png) no-repeat left 2rem bottom;
    background-size: 20rem auto;
    padding: 8rem 3rem;
    position: relative;
    margin-bottom: 0;
  }
  .top-contact .wrap {
    padding: 6rem 3rem;
    flex-direction: column;
  }
  .top-contact .wrap > span {
    display: flex;
    width: 100%;
    padding: 0 8rem;
    margin-bottom: 3rem;
  }
  .top-contact .wrap > div {
    width: 100%;
    align-items: center;
  }
  .top-contact .wrap h2 {
    margin: 0;
  }
  .top-contact .wrap p {
    margin: 3rem 0;
    padding-right: 0;
  }
  .top-contact .deco-1 {
    left: 2rem;
    top: 4rem;
  }
  .top-contact .deco-2 {
    right: 1rem;
    bottom: -2rem;
    width: 16rem;
  }
}
/* -------------------------------------------

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/top-kv-2.jpg) no-repeat center/cover;
}

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

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 16rem;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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 {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@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%;
  }
}
/* -------------------------------------------

ready

------------------------------------------- */
.ready {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 50px 0;
}
/* -------------------------------------------

tab

------------------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.tab-label {
  background: #827a77;
  order: -1;
  width: calc((100% - 1.5rem) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding-bottom: 0.15rem;
  transition: all 0.3s;
  color: #fff;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .tab-label {
    width: calc((100% - 0.5rem) / 2);
    font-size: 1.3rem;
  }
}
.tab-label:hover {
  cursor: pointer;
  background: #b2c251;
  color: #fff;
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 4rem;
}

/* active */
.tab-switch:checked + .tab-label {
  background: #b2c251;
  color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* radio */
.tab-switch {
  display: none;
}

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

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%;
}

@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: #fff;
  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: #b2c251;
  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: #b2c251;
  color: #fff;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 10rem;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
  border-radius: 10rem;
}

.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: #b2c251;
  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: #b2c251;
}

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

entrance

------------------------------------------- */
.table-wrap + span {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.table-wrap + span a {
  color: #b2c251;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.3rem #493a34;
}
table th, table td {
  border: solid 0.12rem #493a34;
  padding: 1rem;
  vertical-align: middle;
}
table th {
  background: #827a77;
  color: #fff;
  font-weight: 500;
}
table td {
  background: #fff;
  text-align: center;
}

.entrance-flow {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.entrance-flow li {
  background: #fff;
  border-radius: 1rem;
  border: solid 0.3rem #493a34;
  padding: 1.5rem 2rem;
  color: #493a34;
  position: relative;
}
.entrance-flow li:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #493a34;
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -2.2rem;
}

@media screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;
    padding-bottom: 1rem;
    font-size: 1.3rem;
  }
  th,
  td {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */