@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.pc_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_block {
    display: none !important;
  }
}

.sp_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_block {
    display: block !important;
  }
}

#toppage_concept p, #concept p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #toppage_concept p, #concept p {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    padding-bottom: 7.4666666667vw;
  }
}
#toppage_concept p:last-child, #concept p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #toppage_concept p:last-child, #concept p:last-child {
    padding-bottom: 0;
  }
}

#toppage_concept {
  margin: 0 auto;
  width: 1000px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #toppage_concept {
    width: auto;
    padding: 100px 3%;
  }
}
#toppage_concept .ttl {
  color: #282828;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  #toppage_concept .ttl {
    font-size: 7.2vw;
    margin-bottom: 7.2vw;
  }
}
#toppage_concept .lead {
  text-align: center;
}
#toppage_concept .btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 60px;
  background-color: #8cba3d;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #toppage_concept .btn {
    width: 100%;
  }
}
#toppage_concept .btn .txt {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #toppage_concept .btn .txt {
    font-size: 4.2666666667vw;
  }
}
#toppage_concept .btn .txt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("/concept/img/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#concept {
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #concept {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
#concept .ttl, #concept .catch, #concept .lead_left, #concept .lead_right, #concept .column, #concept .staff_lead, #concept .staff, #concept .service, #concept .staff_fv {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #concept .ttl, #concept .catch, #concept .lead_left, #concept .lead_right, #concept .column, #concept .staff_lead, #concept .staff, #concept .service, #concept .staff_fv {
    width: auto;
    padding: 0 3%;
  }
}
#concept .ttl {
  color: #282828;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #concept .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#concept .fv_visual {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #concept .fv_visual {
    width: auto;
  }
}
#concept .fv_visual img {
  width: 100%;
}
#concept .catch {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #282828;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #concept .catch {
    font-size: 5.8666666667vw;
  }
}
#concept .lead_left {
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #concept .lead_left {
    display: block;
  }
}
#concept .lead_left .lead {
  width: 487.5px;
  color: #8cba3d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #concept .lead_left .lead {
    width: auto;
    font-size: 5.3333333333vw;
  }
}
#concept .lead_right {
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #concept .lead_right {
    display: block;
  }
}
#concept .lead_right .lead {
  width: 487.5px;
  color: #8cba3d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #concept .lead_right .lead {
    display: block;
    width: auto;
    font-size: 5.3333333333vw;
  }
}
#concept .column {
  margin-top: 25px;
  margin-bottom: 50px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #concept .column {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
#concept .column .item01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #concept .column .item01:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #concept .column .item01:nth-child(2) {
    order: 1;
  }
}
#concept .column .item02 img {
  width: 100%;
}
#concept .support_room_ttl {
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #concept .support_room_ttl {
    margin-top: 0;
  }
}
#concept #support_room_wrap {
  background: linear-gradient(90deg, rgb(242, 250, 234) 0%, rgb(230, 245, 220) 100%);
  margin-top: 25px;
  padding: 50px 0 25px 0;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap {
    padding: 25px 0;
  }
}
#concept #support_room_wrap .support_room_catch {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .support_room_catch {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .support_room_lead {
    margin-top: 25px;
  }
}
#concept #support_room_wrap .support_room_sub_ttl::before {
  content: "";
  border-left: 4px solid #8cba3d;
  padding: 0 5px;
}
#concept #support_room_wrap .staff {
  margin-bottom: 75px;
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .staff {
    margin-top: 25px;
    margin-bottom: 50px;
    row-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#concept #support_room_wrap .staff .staff_item {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
#concept #support_room_wrap .staff .staff_item:hover {
  opacity: 1;
}
#concept #support_room_wrap .staff .staff_item .staff_photo {
  width: 40%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .staff .staff_item .staff_photo {
    width: 35%;
  }
}
#concept #support_room_wrap .staff .staff_item .staff_photo img {
  width: 100%;
}
#concept #support_room_wrap .staff .staff_item .staff_profile {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .staff .staff_item .staff_profile {
    width: 65%;
  }
}
#concept #support_room_wrap .staff .staff_item .staff_profile .staff_detail {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .staff .staff_item .staff_profile .staff_detail {
    line-height: 5.8666666667vw;
  }
}
#concept #support_room_wrap .staff .staff_item .staff_profile .staff_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .staff .staff_item .staff_profile .staff_name {
    font-size: 4.8vw;
  }
}
#concept #support_room_wrap .service {
  margin-bottom: 50px;
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .service {
    margin-top: 25px;
    row-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#concept #support_room_wrap .service .service_item {
  background-color: #FFF;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .service .service_item {
    padding: 15px;
  }
}
#concept #support_room_wrap .service .service_item:hover {
  opacity: 1;
}
#concept #support_room_wrap .service .service_item .service_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 10px;
}
#concept #support_room_wrap .service .service_item .service_ttl::before {
  content: "■ ";
  color: #8cba3d;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .service .service_item .service_ttl {
    font-size: 4.2666666667vw;
  }
}
#concept #support_room_wrap .service .service_item .service_txt {
  padding-bottom: 10px;
}
#concept #support_room_wrap .service .service_item .service_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 19px;
}
#concept #support_room_wrap .service .service_item .service_link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("/concept/img/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #concept #support_room_wrap .service .service_item .service_link {
    font-size: 4.2666666667vw;
  }
}
#concept .detail_service_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 19px;
}
#concept .detail_service_link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("/concept/img/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #concept .detail_service_link {
    font-size: 4.2666666667vw;
  }
}
#concept .staff_fv {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv {
    display: block;
  }
}
#concept .staff_fv .staff_visual {
  width: 52%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv .staff_visual {
    width: 100%;
    margin-right: 0;
  }
}
#concept .staff_fv .staff_catch_unit {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv .staff_catch_unit {
    width: 100%;
  }
}
#concept .staff_fv .staff_catch_unit .staff_catch {
  margin-bottom: 50px;
  color: #282828;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv .staff_catch_unit .staff_catch {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 5.8666666667vw;
  }
}
#concept .staff_fv .staff_catch_unit .staff_detail {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv .staff_catch_unit .staff_detail {
    line-height: 5.8666666667vw;
  }
}
#concept .staff_fv .staff_catch_unit .staff_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #concept .staff_fv .staff_catch_unit .staff_name {
    font-size: 4.8vw;
  }
}
#concept #contents {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #concept #contents {
    margin-top: 50px;
  }
}
#concept #contents .contents_sub_ttl::before {
  content: "";
  border-left: 4px solid #8cba3d;
  padding: 0 5px;
}
#concept #contents .contents_box {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #concept #contents .contents_box {
    width: auto;
    padding: 0 3%;
  }
}
#concept #contents .contents_box .contents_lineup {
  margin-bottom: 50px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #concept #contents .contents_box .contents_lineup {
    margin-top: 25px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#concept #contents .contents_box .contents_lineup .contents_btn {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #8cba3d;
  border-radius: 15px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #concept #contents .contents_box .contents_lineup .contents_btn {
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
    font-size: 3.2vw;
  }
}
#concept #contents .contents_box .contents_lineup .contents_btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("/concept/img/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #concept #contents .contents_box .contents_lineup .contents_btn::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}/*# sourceMappingURL=concept.css.map */