/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3.3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
html {
  overflow-x: hidden;
}

.imain_content img {
  display: block;
}
@media screen and (min-width: 1200px), print {
  .imain_content .ipc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .imain_content .isp_none {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .imain_content .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .imain_content .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1100px), print {
  ._pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 1099px) {
  ._sp_none {
    display: none !important;
  }
}

.mainimg_section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mainimg_section {
    height: calc(100svh - 40px);
    min-height: 665px;
  }
}
.mainimg_section.inited .main_title {
  opacity: 1;
  clip-path: inset(0);
}
.mainimg_section.inited .main_text {
  opacity: 1;
  clip-path: inset(0);
}

.mainimg {
  height: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .mainimg {
    display: block;
    padding-left: 120px;
    margin: 0 0 0 auto;
  }
}
.mainimg .main_img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 30px 60px 0px rgba(227, 228, 227, 0.8);
}
@media screen and (max-width: 767px) {
  .mainimg .main_img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% bottom;
    object-position: 70% bottom;
  }
}

.mainimg_desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mainimg_desc {
    padding-top: 75px;
  }
}
.mainimg_desc .line_img {
  position: absolute;
  top: 35.8%;
  left: -180px;
}
@media screen and (max-width: 767px) {
  .mainimg_desc .line_img {
    width: 767px;
    top: 210px;
    left: -20px;
    right: auto;
  }
  .mainimg_desc .line_img img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .mainimg_desc .line_img {
    width: clamp(380px, 100vw, 400px);
    top: 250px;
    left: 0;
    right: auto;
  }
  .mainimg_desc .line_img img {
    width: 100%;
  }
}
.mainimg_desc .mask_img {
  max-width: 720px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.mainimg_desc .mask_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainimg_desc .mask_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% bottom;
    object-position: 70% bottom;
  }
}
@media screen and (max-width: 999px) {
  .mainimg_desc .mask_img {
    margin: 0 0 0 auto;
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mainimg_desc .mask_img {
    display: none;
  }
}

.mainimg_text {
  display: flex;
  gap: 38px;
  position: absolute;
  top: 180px;
  z-index: 2;
}
@keyframes main_text {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .mainimg_text {
    top: 125px;
    gap: 15px;
  }
}
.mainimg_text .main_title {
  order: 2;
  width: 180px;
}
.mainimg_text .main_title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainimg_text .main_title {
    width: 90px;
  }
}
.mainimg_text .main_text {
  order: 1;
  width: 60px;
  padding-top: 85px;
}
.mainimg_text .main_text img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainimg_text .main_text {
    width: 58px;
    padding-top: 0;
  }
}

.mainimg_info_box {
  position: absolute;
  right: -40px;
  bottom: 60px;
}
@media screen and (max-width: 1260px) {
  .mainimg_info_box {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainimg_info_box {
    right: auto;
    left: 20px;
    bottom: 40px;
  }
}

.about_section {
  max-width: 1200px;
  margin: 0 auto 150px;
  padding-top: 150px;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
@media screen and (max-width: 1260px) {
  .about_section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .about_section {
    display: block;
    padding-top: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about_section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_section {
    padding-top: 40px;
  }
}
.about_section .about_img {
  width: 500px;
  position: absolute;
  top: -160px;
  right: calc(100% - 40px);
  z-index: 0;
}
.about_section .about_img img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .about_section .about_img {
    display: none;
  }
}
.about_section .about_head {
  position: relative;
  width: clamp(300px, 50vw, 600px);
  padding-left: 140px;
  padding-right: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .about_section .about_head {
    padding-left: 50px;
  }
}
@media screen and (max-width: 999px) {
  .about_section .about_head {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.about_section .about_head .ititle {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .about_section .about_head .ititle {
    margin-bottom: 5px;
  }
}
.about_section .about_head .about_desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 999px) {
  .about_section .about_head .about_desc {
    line-height: 2;
  }
}
.about_section .about_body {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .about_section .about_body {
    padding-top: 30px;
    position: relative;
    padding-left: clamp(380px, 60vw, 570px);
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about_section .about_body {
    padding-left: clamp(380px, 50vw, 570px);
  }
}
@media screen and (max-width: 640px) {
  .about_section .about_body {
    padding-top: 30px;
    padding-left: 60%;
  }
}
@media screen and (max-width: 500px) {
  .about_section .about_body {
    padding-top: 180px;
    padding-left: 0;
  }
}
.about_section .about_map {
  width: 874px;
  position: absolute;
  top: -163px;
  right: -186px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .about_section .about_map {
    width: 500px;
    left: 10%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .about_section .about_map {
    width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .about_section .about_map {
    width: 350px;
    top: -100px;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .about_section .about_map {
    width: 390px;
    top: -140px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(30px);
  }
}
.about_section .about_map .map {
  width: 100%;
}
.about_section .about_map .map_icon {
  width: 35px;
  position: absolute;
  top: 42.8%;
  right: 59.5%;
}
@media screen and (max-width: 999px) {
  .about_section .about_map .map_icon {
    width: 28px;
    top: 40.8%;
    right: 58.6%;
  }
}
@media screen and (max-width: 640px) {
  .about_section .about_map .map_icon {
    top: 38.7%;
    right: 57.6%;
  }
}
.about_section .about_map .map_line {
  width: 145px;
  height: 25px;
  position: absolute;
  top: 47.6%;
  right: 43.7%;
}
.about_section .about_map .map_line .line {
  display: block;
  height: 1px;
  background-color: #000;
  border: 3px solid #f6f6f6;
  border-radius: 3px;
}
.about_section .about_map .map_line .line._1 {
  width: 19px;
  transform: rotate(45deg);
  border-right: none;
}
.about_section .about_map .map_line .line._2 {
  width: 120px;
  margin-left: 19px;
  border-left: none;
  transform: translateY(1px);
}
@media screen and (max-width: 999px) {
  .about_section .about_map .map_line {
    top: 48.6%;
    right: 31.7%;
  }
  .about_section .about_map .map_line .line._2 {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .about_section .about_map .map_line {
    top: 48.6%;
    right: 29%;
  }
  .about_section .about_map .map_line .line._2 {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .about_section .about_map .map_line {
    top: 49.1%;
    right: 20%;
  }
}
@media screen and (max-width: 500px) {
  .about_section .about_map .map_line {
    display: none;
  }
}
.about_section .about_box {
  max-width: 200px;
  background-color: #ffffff;
  position: relative;
  padding: 20px 25px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .about_section .about_box {
    padding: 15px 20px 15px;
  }
}
@media screen and (max-width: 500px) {
  .about_section .about_box {
    max-width: none;
    width: 100%;
  }
}
.about_section .about_box__head {
  text-align: center;
  color: #0b8b35;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about_section .about_box__head {
    font-size: 1rem;
  }
}
.about_section .about_box__main_area_text {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_section .about_box__main_area_text {
    font-size: 1.125rem;
  }
}
.about_section .about_box__area_text {
  color: #595959;
  font-size: 0.938rem;
  text-align: center;
}
.about_section .about_box__area_text li {
  line-height: 1.9;
  font-size: 0.938rem;
  letter-spacing: 0rem;
}

.news_section {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  gap: clamp(30px, 7vw, 120px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1260px) {
  .news_section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .news_section {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news_section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.news_section .news_head {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .news_section .news_head {
    margin-bottom: 10px;
  }
}
.news_section .home_news_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .news_section .home_news_list {
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .news_section .home_news_list {
    flex-direction: column;
    gap: 10px;
  }
}
.news_section .home_newsline {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 30px 30px 0px rgba(227, 228, 227, 0.3);
  box-sizing: border-box;
  padding: 20px 40px;
  transition: box-shadow 0.2s;
}
@media screen and (max-width: 999px) {
  .news_section .home_newsline {
    min-height: 80px;
    padding: 15px 20px;
  }
}
.news_section .home_newsline .date {
  font-family: Marcellus, serif;
  font-weight: 400;
  color: #0b8b35;
  margin-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .news_section .home_newsline .date {
    margin-bottom: 0;
  }
}
.news_section .home_newsline .ex {
  color: #1a1a1a;
  transition: color 0.2s;
}
.news_section .home_newsline .ex .new {
  font-size: 14px;
  color: #f19b9d;
  margin-left: 5px;
}
.news_section .home_newsline._disable {
  pointer-events: none;
}
.news_section .home_newsline:hover {
  opacity: 1;
  box-shadow: 0px 0 0 0px rgba(227, 228, 227, 0.3);
}
.news_section .home_newsline:hover .ex {
  color: #0b8b35;
}

.guide_section {
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  padding: 70px 0 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .guide_section {
    padding: 30px 0 60px;
  }
}

.guide_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .guide_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .guide_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.guide_head {
  margin-bottom: 33px;
}
@media screen and (max-width: 999px) {
  .guide_head {
    margin-bottom: 0;
  }
}

.guide_column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .guide_column {
    flex-direction: column;
  }
}
.guide_column .guide_info {
  width: 33.3333%;
  padding: 0 30px 20px 40px;
  box-sizing: border-box;
}
.guide_column .guide_info:not(:last-of-type) {
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 1200px) {
  .guide_column .guide_info {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .guide_column .guide_info {
    width: 100%;
    padding: 20px 0 !important;
  }
  .guide_column .guide_info:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
    border-right: none;
  }
}
@media screen and (max-width: 1200px) {
  .guide_column .guide_info:not(:last-of-type) {
    padding-right: 10px;
  }
  .guide_column .guide_info:not(:nth-child(3n+1)) {
    padding-left: 10px;
  }
}
.guide_column .guide_info__head {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.25rem;
}
.guide_column .guide_info__head img {
  height: 24px;
}
.guide_column .guide_info__title {
  font-size: 1.5rem;
  color: #0b8b35;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .guide_column .guide_info__title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 999px) {
  .guide_column .guide_info__title {
    font-size: 1.25rem;
  }
}
.guide_column .guide_info .time_day_text {
  line-height: 1.5;
  color: #0b8b35;
}
.guide_column .guide_info .time_day_text > .time {
  font-family: Marcellus, serif;
  font-weight: 400;
  font-size: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .guide_column .guide_info .time_day_text > .time {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 999px) {
  .guide_column .guide_info .time_day_text > .time {
    font-size: 1.375rem;
  }
}
.guide_column .guide_info .time_day_text > .day {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .guide_column .guide_info .time_day_text > .day {
    font-size: 1rem;
  }
}
.guide_column .guide_info .info_group {
  font-family: Marcellus, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .guide_column .guide_info .info_group {
    font-size: 1rem;
  }
}
.guide_column .guide_info .info_group > .label {
  margin-right: 25px;
}
@media screen and (max-width: 1260px) {
  .guide_column .guide_info .info_group > .label {
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .guide_column .guide_info .info_group > .label {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .guide_column .guide_info .info_group > .label {
    margin-right: 20px;
  }
}
.guide_column .guide_info .info_group._tell {
  color: #0b8b35;
  font-size: 1.875rem;
  letter-spacing: 0.09em;
}
.guide_column .guide_info .info_group._tell > .label {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .guide_column .guide_info .info_group._tell {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 999px) {
  .guide_column .guide_info .info_group._tell {
    font-size: 1.375rem;
  }
}

.service_section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 65px;
  padding-left: clamp(340px, 25vw, 395px);
  padding-right: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .service_section {
    padding-right: 30px;
  }
}
@media screen and (max-width: 999px) {
  .service_section {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service_section {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}

.service_img {
  position: absolute;
  z-index: 2;
}
.service_img._left {
  width: 440px;
  top: -48px;
  right: calc(100% - 300px);
}
.service_img._left img {
  width: 100%;
}
.service_img._right {
  width: 520px;
  left: 100%;
  bottom: -85px;
}
.service_img._right img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .service_img {
    display: none;
  }
}

.service_head {
  position: relative;
  z-index: 1;
  margin-top: -22px;
}
.service_head .ititle {
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .service_head .ititle {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .service_head {
    margin-top: -18px;
  }
}

.service_body .service_box_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 1260px) {
  .service_body .service_box_wrap {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 999px) {
  .service_body .service_box_wrap {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service_body .service_box_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service_body .service_box_wrap .service_box._full_width {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .service_body .service_box_wrap .service_box._full_width {
    grid-column: span 1;
    display: block;
  }
}
.service_body .service_box_wrap .service_box._full_width > .num {
  grid-column: span 2;
}

.service_box .num {
  font-family: Marcellus, serif;
  font-weight: 400;
  font-size: 0.938rem;
  opacity: 0.6;
  position: relative;
  line-height: 1;
  margin-bottom: 25px;
}
.service_box .num::after {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 1260px) {
  .service_box .num {
    margin-bottom: 15px;
  }
}
.service_box__head {
  margin-bottom: 7px;
}
.service_box__head .main_title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .service_box__head .main_title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .service_box__head .main_title {
    font-size: 1.25rem;
  }
}
.service_box__head .sub_title {
  font-size: 1.125rem;
  color: #0b8b35;
  letter-spacing: 0.1ex;
}
@media screen and (max-width: 575px) {
  .service_box__head .sub_title {
    line-height: 1.5;
  }
}
.service_box__body {
  line-height: 1.87;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .service_box__body {
    line-height: 1.8;
  }
}

.contact_section {
  background-color: #f1f1f1;
  padding-top: 92px;
  padding-bottom: 200px;
}
@media screen and (max-width: 999px) {
  .contact_section {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact_section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .contact_section {
    padding-bottom: 30px;
  }
}
.contact_section .contact_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 12px;
  box-sizing: border-box;
  gap: clamp(30px, 5vw, 80px);
}
@media screen and (max-width: 1260px) {
  .contact_section .contact_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .contact_section .contact_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact_section .contact_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.contact_head {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .contact_head {
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  .contact_head .br {
    display: none;
  }
}
.contact_head > .img {
  width: 14px;
  padding-top: 10px;
}
.contact_head > .img img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .contact_head > .img {
    width: 5px;
    padding-top: 0;
  }
}
.contact_head > .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .contact_head > .text {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 575px) {
  .contact_head > .text {
    font-size: 1.375rem;
  }
}

.contact_body {
  padding-top: 0.6em;
}
.contact_body ul li {
  font-size: 1.125rem !important;
}
@media screen and (max-width: 575px) {
  .contact_body ul li {
    font-size: 1rem !important;
  }
}
.contact_body ul li:not(:last-of-type) {
  margin-bottom: 1.2em !important;
}
@media screen and (max-width: 999px) {
  .contact_body ul li:not(:last-of-type) {
    margin-bottom: 0.9em !important;
  }
}

.staff_section {
  position: relative;
}
.staff_section .staff_img {
  width: 100%;
  max-width: 1600px;
  min-width: 600px;
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.staff_section .staff_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff_section .staff_img {
    top: -10px;
    left: -60px;
  }
}
.staff_section .staff_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .staff_section .staff_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .staff_section .staff_inner {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .staff_section .staff_inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
  }
}

.staff_head {
  position: relative;
  margin-bottom: 50px;
}
.staff_head .ititle > .jp {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .staff_head {
    margin-bottom: 30px;
  }
}

.staff_body {
  position: relative;
}

.staff_box_wrap {
  display: flex;
  gap: clamp(20px, 3vw, 60px);
}
@media screen and (max-width: 999px) {
  .staff_box_wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .staff_box_wrap {
    flex-direction: column;
  }
}

.staff_box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 47px 37px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .staff_box {
    padding: 25px 30px 30px;
  }
}
.staff_box__head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .staff_box__head {
    margin-bottom: 20px;
  }
}
.staff_box__head > .sub_title {
  font-size: 1.125rem;
  color: #0b8b35;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .staff_box__head > .sub_title {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 999px) {
  .staff_box__head > .sub_title {
    font-size: 1rem;
  }
}
.staff_box__head > .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  .staff_box__head > .title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 999px) {
  .staff_box__head > .title {
    font-size: 1.25rem;
  }
}
.staff_box__icon {
  margin: 0 auto 24px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
}
.staff_box__icon img {
  width: 100%;
}
.staff_box__icon .icon {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: auto;
  right: -20px;
  bottom: -20px;
}
.staff_box__text {
  line-height: 1.9;
}

.recruit_section {
  background-color: #f1f1f1;
  position: relative;
  z-index: 2;
}
.recruit_section .recruit_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 55px;
  padding-right: 230px;
  padding-bottom: 70px;
  padding-left: 230px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .recruit_section .recruit_inner {
    padding-right: 170px;
    padding-left: 170px;
  }
}
@media screen and (max-width: 830px) {
  .recruit_section .recruit_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_section .recruit_inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.recruit_section .recruit_inner .recruit_img {
  position: absolute;
}
.recruit_section .recruit_inner .recruit_img._left {
  width: 420px;
  top: -100px;
  right: calc(100% - 220px);
}
.recruit_section .recruit_inner .recruit_img._left img {
  width: 100%;
}
.recruit_section .recruit_inner .recruit_img._right {
  width: 340px;
  bottom: -40px;
  left: calc(100% - 220px);
}
.recruit_section .recruit_inner .recruit_img._right img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .recruit_section .recruit_inner .recruit_img._left {
    right: 80%;
  }
  .recruit_section .recruit_inner .recruit_img._right {
    left: 80%;
  }
}
@media screen and (max-width: 830px) {
  .recruit_section .recruit_inner .recruit_img {
    display: none;
  }
}
.recruit_section .recruit_head {
  margin-bottom: 25px;
}
.recruit_section .recruit_head > .ititle > .jp {
  line-height: 1.8;
}
.recruit_section .recruit_head > .ititle > .jp ._green {
  color: #0b8b35;
}
.recruit_section .recruit_head > .ititle > .jp .br {
  display: none;
}
@media screen and (max-width: 410px) {
  .recruit_section .recruit_head > .ititle > .jp .br {
    display: block;
  }
}
.recruit_section .recruit_body {
  text-align: center;
}
.recruit_section .recruit_body > .text {
  line-height: 1.875;
  margin-bottom: 50px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .recruit_section .recruit_body > .text {
    margin-bottom: 30px;
  }
}

.ititle {
  display: flex;
  flex-direction: column;
}
.ititle > .jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: 0em;
  line-height: 1.2;
}
.ititle > .en {
  font-family: Marcellus, serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0b8b35;
}
.ititle > .caption {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0em;
}
.ititle._large > .jp {
  font-size: 3rem;
}
.ititle._small > .jp {
  font-size: 1.875rem;
}
.ititle._center {
  text-align: center;
}
.ititle._side {
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
.ititle._side > .en {
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .ititle > .jp {
    font-size: 1.875rem !important;
  }
  .ititle > .en {
    font-size: 1.125rem !important;
  }
  .ititle > .caption {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ititle > .jp {
    font-size: 1.75rem !important;
  }
  .ititle > .en {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 575px) {
  .ititle > .jp {
    font-size: 1.5rem !important;
  }
  .ititle > .en {
    font-size: 1rem !important;
  }
  .ititle > .caption {
    font-size: 1rem !important;
  }
}
/*# sourceMappingURL=home.css.map */
