@charset "UTF-8";
.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-size: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .inner {
  padding: 0 115px;
}
.sec01 .checkbox {
  background: linear-gradient(to bottom, #F6F6F6 0%, transparent 100%);
  padding: 60px 80px 80px;
}
.sec01 .checkbox .box_header {
  text-align: center;
  margin-bottom: 50px;
}
.sec01 .checkbox .box_header .box_subtitle {
  font-size: 25px;
  color: #333;
  font-family: serif;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.sec01 .checkbox .box_header .box_subtitle::after {
  content: "";
  display: block;
  width: 285px;
  height: 38px;
  margin-top: 4px;
  background: url(/images/recruit/fukidashi_right.webp) center/contain no-repeat;
}
.sec01 .checkbox .box_header .box_title {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
}
.sec01 .checkbox .box_header .box_title .small {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: serif;
  background: none;
}
.sec01 .checkbox .box_header .box_title span {
  color: #2F8969;
  font-size: 36px;
  font-weight: bold;
  font-family: serif;
  background: linear-gradient(transparent 40%, rgba(251, 243, 164, 0.6) 40%);
}
.sec01 .checkbox .flexbox {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: stretch;
}
.sec01 .checklist {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 400px;
  justify-content: space-between;
}
.sec01 .checklist .checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sec01 .checklist .checklist-item img {
  flex-shrink: 0;
  width: 43px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: center;
}
.sec01 .checklist .checklist-item span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 3.8vw;
  }
  .sec01 .inner {
    padding: 0 5.3vw;
  }
  .sec01 .checkbox {
    padding: 8vw 5vw 10.6vw;
  }
  .sec01 .checkbox .box_header {
    margin-bottom: 8vw;
  }
  .sec01 .checkbox .box_header .box_subtitle {
    font-size: 4.3vw;
  }
  .sec01 .checkbox .box_header .box_subtitle::after {
    width: 46vw;
    height: 6.4vw;
    margin-top: 0vw;
  }
  .sec01 .checkbox .box_header .box_title {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
  .sec01 .checkbox .box_header .box_title span {
    font-size: 5.5vw;
  }
  .sec01 .checkbox .box_header .box_title .small {
    font-size: 4.3vw;
  }
  .sec01 .checkbox .flexbox {
    flex-direction: column;
    gap: 6.4vw;
  }
  .sec01 .checklist {
    min-width: unset;
    gap: 5.3vw;
  }
  .sec01 .checklist .checklist-item {
    gap: 3.2vw;
  }
  .sec01 .checklist .checklist-item img {
    width: 8.5vw;
    height: auto;
    min-width: initial;
  }
  .sec01 .checklist .checklist-item span {
    font-size: 4vw;
    line-height: 1.6;
  }
}

.sec02 {
  margin-bottom: 170px;
  background: linear-gradient(to top, rgba(47, 137, 105, 0.12) 0%, transparent 100%);
  padding: 80px 0 100px;
}
.sec02 .sec_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  justify-content: center;
}
.sec02 .sec_flex .sec_img {
  flex-shrink: 0;
}
.sec02 .sec_flex .sec_img img {
  width: 226px;
  height: auto;
  display: block;
}
.sec02 .sec_flex .sec_title {
  font-size: 45px;
  font-weight: bold;
  font-family: serif;
  color: #2F8969;
  letter-spacing: 0.1em;
  margin: 0;
}
.sec02 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sec02 .flexbox::after {
  display: none;
}
.sec02 .box {
  width: 363px;
  height: 408px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 28px;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.08));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}
.sec02 .box::before {
  content: "";
  position: absolute;
}
.sec02 .box.box04, .sec02 .box.box05 {
  width: 363px;
  height: 408px;
}
.sec02 .box .box_title {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  font-family: serif;
  text-align: center;
}
.sec02 .box .box_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.sec02 .box .box_text span {
  font-size: 22px;
  font-weight: bold;
  color: #A48535;
  font-family: serif;
}
.sec02 .green {
  font-size: 38px;
  color: #2F8969;
  font-weight: bold;
  font-family: serif;
}
.sec02 .gold {
  color: #A48535;
  font-size: 67px;
  font-weight: bold;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec02 .g_title {
  display: block;
  font-size: 38px;
  margin-bottom: 4px;
  font-family: serif;
  font-weight: bold;
}
.sec02 .big {
  display: block;
  font-size: 46px;
  font-weight: bold;
  font-family: serif;
}
.sec02 .small {
  display: block;
  font-size: 33px;
  font-weight: bold;
  margin-top: 4px;
  font-family: serif;
}
.sec02 .box_flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
.sec02 .box_flex .box01::after {
  position: absolute;
  content: "";
}
.sec02 .box_flex .box03_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec02 .box_flex .box03_2::before {
  content: "";
  position: absolute;
  width: 164px;
  height: 150px;
  left: 10px;
  top: 40px;
  background: url(/images/recruit/img03.webp) center/contain no-repeat;
}
.sec02 .box_flex .box03_2 .green {
  font-size: 26px;
  text-align: left;
  line-height: 1.4;
}
.sec02 .box_flex .box03_2 .right {
  font-size: 41px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  margin-left: 10px;
  font-family: serif;
  line-height: 1;
}
.sec02 .box_flex .box03_2 .right span {
  font-size: 67px;
  font-weight: bold;
  color: #A48535;
  font-family: serif;
  line-height: 1;
}
.sec02 .box_flex .box03_2 .right02 {
  font-size: 25px;
}
.sec02 .box_flex .box03_2 .right02 span {
  font-size: 50px;
}
.sec02 .box_flex .box03_2_2 {
  position: relative;
}
.sec02 .box_flex .box03_2_2::before {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  left: 90px;
  top: -40px;
  background: url(/images/recruit/img04.webp) center/contain no-repeat;
}
.sec02 .box_flex .box03_2_3 {
  position: relative;
}
.sec02 .box_flex .box03_2_3::before {
  content: "";
  position: absolute;
  width: 141px;
  height: 141px;
  right: -30px;
  left: initial;
  top: -20px;
  background: url(/images/recruit/img05.webp) center/contain no-repeat;
}
.sec02 .box05 .box_text {
  font-size: 32px;
  font-weight: bold;
  color: #2F8969;
  font-family: serif;
  line-height: 1.3;
  text-align: left;
  margin-top: 40px;
}
.sec02 .box05 .box_text span {
  font-size: 41px;
  font-weight: bold;
  font-family: serif;
}
.sec02 .box01::before {
  width: 237px;
  height: 180px;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/recruit/img01.webp) center/contain no-repeat;
}
.sec02 .box02::before {
  width: 327px;
  height: 102px;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/recruit/img02.webp) center/contain no-repeat;
}
.sec02 .box04::before {
  width: 220px;
  height: 107px;
  bottom: 20px;
  right: 50%;
  transform: translateX(60%);
  background: url(/images/recruit/img06.webp) center/contain no-repeat;
}
.sec02 .box05::before {
  width: 310px;
  height: 181px;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/recruit/img07.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
    padding: 8vw 5.3vw 10.6vw;
  }
  .sec02 .sec_flex {
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    margin-bottom: 8vw;
  }
  .sec02 .sec_flex .sec_img img {
    width: 50vw;
  }
  .sec02 .sec_flex .sec_title {
    font-size: 4.8vw;
    text-align: center;
  }
  .sec02 .flexbox {
    flex-direction: column;
    gap: 5.3vw;
  }
  .sec02 .box {
    width: 100%;
    height: auto;
    padding: 6.4vw 5.3vw 20vw;
  }
  .sec02 .box.box04, .sec02 .box.box05 {
    width: 100%;
    height: auto;
  }
  .sec02 .box .box_title {
    font-size: 6.4vw;
  }
  .sec02 .box .box_text {
    font-size: 5.3vw;
  }
  .sec02 .box .box_text span {
    font-size: 6.4vw;
  }
  .sec02 .green {
    font-size: 6.4vw;
  }
  .sec02 .gold {
    font-size: 12vw;
  }
  .sec02 .g_title {
    font-size: 5.3vw;
    margin-bottom: 2vw;
  }
  .sec02 .big {
    font-size: 8vw;
  }
  .sec02 .small {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .sec02 .box_flex {
    gap: 5.3vw;
    margin-top: 4vw;
  }
  .sec02 .box_flex .box03_2::before {
    width: 26vw;
    height: 24vw;
    left: 2vw;
    top: 6vw;
  }
  .sec02 .box_flex .box03_2 .green {
    font-size: 4vw;
  }
  .sec02 .box_flex .box03_2 .right {
    font-size: 6.4vw;
  }
  .sec02 .box_flex .box03_2 .right span {
    font-size: 12vw;
  }
  .sec02 .box_flex .box03_2 .right02 {
    font-size: 5.3vw;
  }
  .sec02 .box_flex .box03_2 .right02 span {
    font-size: 9.6vw;
  }
  .sec02 .box_flex .box03_2_2::before {
    width: 32vw;
    height: 32vw;
    left: 16vw;
    top: -11vw;
  }
  .sec02 .box_flex .box03_2_3::before {
    width: 32vw;
    height: 32vw;
    right: -1vw;
    top: -1vw;
    left: initial;
  }
  .sec02 .box05 .box_text {
    font-size: 5.3vw;
    margin-top: 4vw;
    padding-left: 10vw;
  }
  .sec02 .box05 .box_text span {
    font-size: 6.4vw;
  }
  .sec02 .box01::before {
    width: 40vw;
    height: 25vw;
    bottom: 0;
  }
  .sec02 .box02::before {
    width: 60vw;
    height: 19vw;
    bottom: 3vw;
  }
  .sec02 .box04::before {
    width: 40vw;
    height: 20vw;
    bottom: 3vw;
  }
  .sec02 .box05::before {
    width: 56vw;
    height: 33vw;
    bottom: 7vw;
  }
}

.sec03 {
  margin-bottom: 180px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .reason_header {
  margin-bottom: 130px;
  position: relative;
}
.sec03 .reason_header .header_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.sec03 .reason_header .sec_title {
  text-align: right;
}
.sec03 .reason_header .sec_subtitle {
  font-size: 65px;
  font-family: serif;
  opacity: 40%;
  color: #A48535;
}
.sec03 .reason_box {
  padding: 0 115px;
}
.sec03 .reason_box .box_header {
  max-width: 1200px;
  padding-left: 50px;
  margin-bottom: 30px;
}
.sec03 .reason_box .box_header .reason_title {
  font-weight: bold;
  font-family: serif;
  font-size: 31px;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.sec03 .reason_box .box_header .reason_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, #A48535, transparent);
}
.sec03 .reason_box .box_header .reason_title span {
  color: #2F8969;
  font-size: 80px;
  font-weight: 600;
  font-family: serif;
}
.sec03 .reason_box .first_box {
  margin-bottom: 55px;
}
.sec03 .reason_box .first_box .imagebox {
  text-align: center;
}
.sec03 .reason_box .flexbox {
  align-items: flex-start;
  -moz-column-gap: 65px;
       column-gap: 65px;
  margin-bottom: 80px;
}
.sec03 .reason_box .flexbox .textbox {
  width: 100%;
}
.sec03 .reason_box .flexbox .textbox .box_title {
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 15px;
}
.sec03 .reason_box .flexbox .imagebox {
  width: 100%;
  position: relative;
}
.sec03 .reason_box .flexbox .imagebox .circle {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.sec03 .reason_box .flexbox .imagebox .circle .g_circle {
  background-image: linear-gradient(0deg, rgb(47, 137, 105), rgba(255, 255, 255, 0.9));
  width: 167px;
  height: 167px;
  border-radius: 50vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.sec03 .reason_box .reverse .imagebox .circle {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  top: -30px;
  left: 0;
}
.sec03 .reason_box .reverse .imagebox .circle .g_circle {
  background-image: linear-gradient(0deg, rgb(69, 115, 142), rgba(255, 255, 255, 0.9));
  width: 167px;
  height: 167px;
  border-radius: 50vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec03 .reason_box .textbox02 {
  margin-top: 30px;
  margin-bottom: 120px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .reason_box .reason03 {
  padding-left: 0;
}
.sec03 .reason_box .point_box {
  margin-top: 150px;
  position: relative;
}
.sec03 .reason_box .point_box::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  height: 531px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1300' height='531'%3E%3Cpolygon points='70,0 1300,0 1230,531 0,531' fill='none' stroke='%232F8969' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}
.sec03 .reason_box .point_box > * {
  position: relative;
  z-index: 1;
}
.sec03 .reason_box .point_box .point_title {
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  color: #2F8969;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.sec03 .reason_box .point_box .point_title::before {
  position: absolute;
  content: "Point";
  font-size: 85px;
  font-weight: 500;
  font-family: serif;
  color: #A48535;
  left: -80px;
  bottom: 90px;
  letter-spacing: 0.1em;
}
.sec03 .reason_box .point_box .point_title span {
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec03 .reason_box .point_box .flexbox {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sec03 .reason_box .point_box .flexbox .imagebox {
  width: 92.7%;
  position: relative;
}
.sec03 .reason_box .point_box .flexbox .imagebox .y_circle {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background-image: linear-gradient(0deg, rgb(164, 133, 53), rgba(255, 255, 255, 0.9));
  width: 167px;
  height: 167px;
  border-radius: 50vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.sec03 .reason_box .point02::before {
  height: 417px;
  top: -100px;
}
.sec03 .reason_box .d_header {
  text-align: center;
  text-align: center;
}
.sec03 .reason_box .d_header .d_subtitle {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: serif;
  border-bottom: 2px solid #2F8969;
  margin-bottom: 10px;
}
.sec03 .reason_box .d_header .d_title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec03 .reason_box .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 200px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.sec03 .reason_box .gridbox .g_box {
  max-width: 550px;
}
.sec03 .reason_box .gridbox .g_box .g_title {
  font-weight: bold;
  text-align: center;
  color: #2F8969;
  font-family: serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.sec03 .reason_box .gridbox .g_box .imagebox {
  margin-bottom: 15px;
}
.sec03 .compare_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.05em;
  max-width: 1066px;
  margin: 60px auto 150px;
}
.sec03 .compare_table thead tr th {
  padding: 40px 24px;
  font-weight: normal;
  text-align: center;
}
.sec03 .compare_table thead tr th.empty {
  border: none;
  background: transparent;
  width: 18%;
}
.sec03 .compare_table thead tr th.our_office {
  color: #2F8969;
  border: 2px solid #2F8969;
  border-top: none;
  background: rgba(47, 137, 105, 0.07);
  font-weight: bold;
  width: 41%;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec03 .compare_table thead tr th.other_office {
  border-bottom: 2px solid #2F8969;
  color: #333;
  width: 41%;
  font-family: serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  background: #F6F6F6;
}
.sec03 .compare_table tbody tr {
  border-bottom: 2px solid #2F8969;
}
.sec03 .compare_table tbody tr:last-child {
  border-bottom: none;
}
.sec03 .compare_table tbody tr th {
  padding: 51px 57px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-family: serif;
}
.sec03 .compare_table tbody tr th:first-child {
  border-top: 2px solid #2F8969;
}
.sec03 .compare_table tbody tr td {
  padding: 28px 24px;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  background: #F6F6F6;
}
.sec03 .compare_table tbody tr td.our_office {
  border-left: 2px solid #2F8969;
  border-right: 2px solid #2F8969;
  background: rgba(47, 137, 105, 0.07);
}
@media screen and (max-width: 768px) {
  .sec03 .compare_table {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .sec03 .compare_table thead tr th {
    padding: 3.2vw 2.6vw;
  }
  .sec03 .compare_table thead tr th.empty {
    width: 22%;
  }
  .sec03 .compare_table thead tr th.our_office, .sec03 .compare_table thead tr th.other_office {
    width: 39%;
  }
  .sec03 .compare_table tbody tr th {
    padding: 4vw 2.6vw;
    font-size: 3.2vw;
    white-space: normal;
  }
  .sec03 .compare_table tbody tr td {
    padding: 4vw 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .reason_header {
    margin-bottom: 10.6vw;
    height: auto;
  }
  .sec03 .reason_header .header_bg {
    height: 50vw;
  }
  .sec03 .reason_header .sec_subtitle {
    font-size: 8vw;
  }
  .sec03 .reason_header .sec_title {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .sec03 .reason_header .sec_title img {
    width: 80vw;
    height: auto;
  }
  .sec03 .reason_box {
    padding: 0 5vw;
  }
  .sec03 .reason_box .box_header {
    padding-left: 0;
    margin-bottom: 5.3vw;
  }
  .sec03 .reason_box .box_header .reason_title {
    font-size: 5vw;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 0;
    margin-bottom: 5.3vw;
    letter-spacing: 0.05em;
  }
  .sec03 .reason_box .box_header .reason_title span {
    font-size: 14vw;
    line-height: 1;
  }
  .sec03 .reason_box .first_box {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec03 .reason_box .first_box .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec03 .reason_box .flexbox {
    flex-direction: column-reverse;
    gap: 8vw;
    margin-bottom: 15vw;
  }
  .sec03 .reason_box .flexbox .textbox {
    width: 100%;
  }
  .sec03 .reason_box .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .sec03 .reason_box .flexbox .textbox .box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec03 .reason_box .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .reason_box .flexbox .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec03 .reason_box .flexbox .imagebox .circle {
    display: flex;
    gap: 3.2vw;
    bottom: -6vw;
    justify-content: center;
  }
  .sec03 .reason_box .flexbox .imagebox .circle .g_circle {
    width: 28vw;
    height: 28vw;
    font-size: 3.2vw;
  }
  .sec03 .reason_box .flexbox > .box_text {
    font-size: 4vw;
    line-height: 1.8;
    width: 100%;
  }
  .sec03 .reason_box .flex03 {
    flex-direction: column;
  }
  .sec03 .reason_box .reverse {
    flex-direction: column-reverse;
  }
  .sec03 .reason_box .reverse .imagebox .circle {
    top: -6vw;
    margin-top: 0;
    justify-content: flex-start;
    bottom: initial;
  }
  .sec03 .reason_box .textbox02 {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 10vw;
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  .sec03 .reason_box .point_box {
    margin-top: 13.8vw;
  }
  .sec03 .reason_box .point_box::before {
    display: block;
    width: 95vw;
    height: 203vw;
    aspect-ratio: 1300/531;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec03 .reason_box .point_box .point_title {
    font-size: 5.3vw;
    margin-bottom: 6.4vw;
  }
  .sec03 .reason_box .point_box .point_title::before {
    font-size: 10vw;
    left: -25vw;
    bottom: auto;
    top: 0vw;
    position: relative;
    display: block;
    text-align: center;
  }
  .sec03 .reason_box .point_box .point_title span {
    font-size: 5.6vw;
  }
  .sec03 .reason_box .point_box .flexbox {
    flex-direction: column-reverse;
  }
  .sec03 .reason_box .point_box .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .reason_box .point_box .flexbox .imagebox .y_circle {
    width: 28vw;
    height: 28vw;
    font-size: 3.2vw;
    bottom: 3vw;
    left: 2vw;
  }
  .sec03 .reason_box .point02::before {
    display: none;
  }
  .sec03 .reason_box .d_header {
    margin-bottom: 5.3vw;
  }
  .sec03 .reason_box .d_header .d_subtitle {
    font-size: 3.7vw;
    margin-bottom: 2vw;
  }
  .sec03 .reason_box .d_header .d_title {
    font-size: 4.5vw;
  }
  .sec03 .reason_box .gridbox {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10.6vw;
    margin-bottom: 13.8vw;
  }
  .sec03 .reason_box .gridbox .g_box {
    max-width: 100%;
  }
  .sec03 .reason_box .gridbox .g_box .g_title {
    font-size: 5.3vw;
    margin-bottom: 3.2vw;
  }
  .sec03 .reason_box .gridbox .g_box .imagebox {
    margin-bottom: 3.2vw;
  }
  .sec03 .reason_box .gridbox .g_box .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec03 .reason_box .gridbox .g_box .g_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec03 .reason_box .reason03 {
    padding-left: 0;
  }
  .sec03 .compare_table {
    margin: 8vw auto 13.8vw;
  }
  .sec03 .compare_table thead tr th {
    padding: 3vw 1vw;
  }
  .sec03 .compare_table thead tr th.our_office, .sec03 .compare_table thead tr th.other_office {
    font-size: 3.5vw;
  }
  .sec03 .compare_table tbody tr th {
    font-size: 3.2vw;
    padding: 4vw 1vw;
    white-space: normal;
  }
  .sec03 .compare_table tbody tr td {
    font-size: 3.2vw;
    padding: 4vw 2.6vw;
  }
}

.sec04 {
  background-color: rgba(47, 137, 105, 0.13);
  padding: 100px 0 170px;
  margin-bottom: 200px;
}
.sec04 .inner {
  padding: 0 115px;
}
.sec04 .message_header {
  margin-bottom: 125px;
  position: relative;
}
.sec04 .message_header::before {
  content: "";
  position: absolute;
  right: -115px;
  bottom: -30px;
  width: 819px;
  height: 470px;
  z-index: -1;
  background: url(/images/recruit/sec04_1.webp) center/contain no-repeat;
}
.sec04 .message_header .message_title {
  font-weight: bold;
  font-size: 28px;
  color: #2F8969;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
.sec04 .message_header .message_subtitle {
  font-family: serif;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 50px;
}
.sec04 .message_header .message_subtitle span {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.sec04 .message_header .message_text {
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec04 .message_header .message_text span {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
}
.sec04 .message_textbox {
  margin-bottom: 100px;
  position: relative;
}
.sec04 .message_textbox::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -115px;
  width: calc(100% - 600px);
  height: 2px;
  background: linear-gradient(to right, #2F8969 0%, transparent 100%);
}
.sec04 .message_textbox.m_reverse::before {
  left: auto;
  right: -115px;
  width: calc(100% - 462px);
  background: linear-gradient(to right, #2F8969 0%, transparent 100%);
}
.sec04 .message_textbox .title_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
}
.sec04 .message_textbox .m_title {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.sec04 .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 100px;
}
.sec04 .flexbox .imagebox {
  width: 77%;
}
.sec04 .flexbox .textbox {
  width: 100%;
}
.sec04 .flexbox .textbox .box_title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  font-family: serif;
  line-height: 1.5;
  margin-bottom: 40px;
}
.sec04 .bottom_box {
  position: relative;
}
.sec04 .bottom_box .imagebox {
  position: absolute;
  right: -115px;
  bottom: 0;
  z-index: -1;
}
.sec04 .bottom_box .textbox {
  width: 50%;
  margin-bottom: 65px;
}
.sec04 .bottom_box .textbox .box_title {
  font-family: serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.sec04 .bottom_box .textbox02 {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 35vw 0 50vw;
    margin-bottom: 43.8vw;
  }
  .sec04 .inner {
    padding: 0 5.3vw;
  }
  .sec04 .message_header {
    margin-bottom: 10vw;
  }
  .sec04 .message_header::before {
    right: -5.3vw;
    bottom: 45vw;
    width: 80vw;
    height: 46vw;
  }
  .sec04 .message_header .message_title {
    font-size: 4.3vw;
    margin-bottom: 6.4vw;
  }
  .sec04 .message_header .message_subtitle {
    font-size: 5.3vw;
    margin-bottom: 5.3vw;
  }
  .sec04 .message_header .message_subtitle span {
    font-size: 6.4vw;
  }
  .sec04 .message_header .message_text {
    font-size: 4.5vw;
  }
  .sec04 .message_header .message_text span {
    font-size: 3.7vw;
  }
  .sec04 .message_textbox {
    margin-bottom: 10.6vw;
  }
  .sec04 .message_textbox::before, .sec04 .message_textbox.m_reverse::before {
    display: none;
  }
  .sec04 .message_textbox .title_w {
    justify-content: flex-start;
    text-align: left;
  }
  .sec04 .message_textbox .m_title {
    font-size: 5vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .sec04 .message_textbox .m_text {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .sec04 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    margin-bottom: 10.6vw;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .imagebox img {
    width: 100%;
    height: auto;
  }
  .sec04 .flexbox .textbox {
    width: 100%;
  }
  .sec04 .flexbox .textbox .box_title {
    font-size: 5.3vw;
    margin-bottom: 4vw;
  }
  .sec04 .flexbox .textbox .box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec04 .bottom_box .imagebox {
    margin-top: 8vw;
    right: 0;
    bottom: -50vw;
  }
  .sec04 .bottom_box .imagebox img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec04 .bottom_box .textbox {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .sec04 .bottom_box .textbox .box_title {
    font-size: 5.3vw;
    margin-bottom: 4vw;
  }
  .sec04 .bottom_box .textbox .box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec04 .bottom_box .textbox02 {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.sec05 {
  margin-bottom: 375px;
}
.sec05 .inner {
  padding: 0 80px;
}
.sec05 .get_title {
  text-align: center;
  font-size: 35px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 85px;
  position: relative;
}
.sec05 .get_title::before {
  content: "";
  position: absolute;
  width: 459px;
  height: 459px;
  left: -80px;
  top: -190px;
  background: url(/images/recruit/sec05_1.webp) center/contain no-repeat;
}
.sec05 .get_title::after {
  content: "";
  position: absolute;
  width: 377px;
  height: 377px;
  right: -60px;
  top: 70px;
  background: url(/images/recruit/sec05_2.webp) center/contain no-repeat;
}
.sec05 .get_title span {
  font-weight: bold;
  font-family: serif;
  color: #2F8969;
  font-size: 45px;
}
.sec05 .sec_body .reason_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sec05 .sec_body .reason_list .row_top {
  display: flex;
  justify-content: center;
}
.sec05 .sec_body .reason_list .row_top .reason_item {
  width: calc(50% - 30px);
}
.sec05 .sec_body .reason_list .row_bottom {
  display: flex;
  gap: 60px;
}
.sec05 .sec_body .reason_list .row_bottom .reason_item {
  flex: 1;
}
.sec05 .sec_body .reason_item .item_header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.sec05 .sec_body .reason_item .item_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #A48535 0%, #A48535 20%, #2F8969 20%, #2F8969 100%);
}
.sec05 .sec_body .reason_item .item_header .num {
  font-size: 35px;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  flex-shrink: 0;
}
.sec05 .sec_body .reason_item .item_header .item_title {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
}
.sec05 .sec_body .reason_item .item_header .item_title span {
  color: #2F8969;
  font-weight: bold;
}
.sec05 .sec_body .reason_item .item_text {
  font-size: 15px;
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
  .sec05 .inner {
    padding: 0 5.3vw;
  }
  .sec05 .get_title {
    font-size: 5.6vw;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
  }
  .sec05 .get_title::before {
    width: 40vw;
    height: 40vw;
    left: -5.3vw;
    top: -30vw;
  }
  .sec05 .get_title::after {
    width: 30vw;
    height: 30vw;
    right: -4vw;
    top: 5vw;
  }
  .sec05 .get_title span {
    font-size: 6.4vw;
  }
  .sec05 .sec_body {
    margin-top: 8vw;
  }
  .sec05 .sec_body .reason_list {
    gap: 10.6vw;
  }
  .sec05 .sec_body .reason_list .row_top,
  .sec05 .sec_body .reason_list .row_bottom {
    flex-direction: column;
    gap: 10.6vw;
  }
  .sec05 .sec_body .reason_list .row_top .reason_item,
  .sec05 .sec_body .reason_list .row_bottom .reason_item {
    width: 100%;
    flex: none;
  }
  .sec05 .sec_body .reason_item .item_header {
    gap: 3.2vw;
    margin-bottom: 4vw;
    padding-bottom: 3.2vw;
  }
  .sec05 .sec_body .reason_item .item_header::after {
    height: 1.5px;
  }
  .sec05 .sec_body .reason_item .item_header .num {
    font-size: 6.4vw;
  }
  .sec05 .sec_body .reason_item .item_header .item_title {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec05 .sec_body .reason_item .item_text {
    font-size: 4vw;
    line-height: 1.8;
  }
}

.sec06 {
  margin-bottom: 170px;
}
.sec06 .inner {
  padding: 0;
}
.sec06 .int_header {
  background-color: #A48535;
  padding: 60px;
  position: relative;
}
.sec06 .int_header::before {
  content: "";
  position: absolute;
  width: 493px;
  height: 518px;
  transform: translateY(30%);
  right: 110px;
  bottom: 50%;
  background: url(/images/recruit/sec06_1.webp) center/contain no-repeat;
}
.sec06 .int_header .int_title {
  font-size: 63px;
  font-weight: bold;
  color: #fff;
  opacity: 60%;
  font-family: serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec06 .int_header .int_subtitle {
  font-family: serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.sec06 .int_bg {
  padding: 120px 50px 20px;
  background-color: #DBCEAE;
}
.sec06 .sec_body .interview_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-color: #fff;
  position: relative;
  padding: 50px;
  margin-bottom: 100px;
}
.sec06 .sec_body .interview_grid::before {
  content: "";
  position: absolute;
  width: 153px;
  height: 191px;
  left: 0;
  top: -140px;
  background: url(/images/recruit/i01.webp) center/contain no-repeat;
}
.sec06 .sec_body .interview_grid .main_box {
  position: relative;
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.sec06 .sec_body .interview_grid .main_box::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 42px;
  width: 26px;
  height: 50px;
  border-top: 2px solid #A48535;
  border-left: 2px solid #A48535;
}
.sec06 .sec_body .interview_grid .main_box::after {
  content: "";
  position: absolute;
  bottom: 112px;
  right: 42px;
  width: 26px;
  height: 50px;
  border-bottom: 2px solid #A48535;
  border-right: 2px solid #A48535;
}
.sec06 .sec_body .interview_grid .main_box .main_quote {
  font-size: clamp(24px, 1.94vw, 28px);
  font-weight: bold;
  font-family: serif;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 auto;
}
.sec06 .sec_body .interview_grid .main_box .main_person {
  font-size: 25px;
  color: #A48535;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-align: right;
}
.sec06 .sec_body .interview_grid .qa_box .qa_question {
  font-size: 20px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 10px;
  background-color: rgba(164, 133, 53, 0.1);
}
.sec06 .sec_body .interview_grid .qa_box .qa_answer {
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}
.sec06 .sec_body .grid02::before {
  background: url(/images/recruit/i02.webp) center/contain no-repeat;
}
.sec06 .sec_body .grid03::before {
  background: url(/images/recruit/i03.webp) center/contain no-repeat;
}
.sec06 .sec_body .grid03 .main_box {
  padding: 50px 20px;
}
.sec06 .sec_body .grid03 .main_box::after {
  right: 10px;
}
.sec06 .sec_body .grid03 .main_box::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .int_header {
    padding: 8vw 5.3vw;
  }
  .sec06 .int_header::before {
    width: 36vw;
    height: 38vw;
    right: 2vw;
    bottom: 50%;
    transform: translateY(30%);
  }
  .sec06 .int_header .int_title {
    font-size: 8vw;
  }
  .sec06 .int_header .int_subtitle {
    font-size: 4.3vw;
  }
  .sec06 .int_bg {
    padding: 18vw 5.3vw 5.3vw;
  }
  .sec06 .sec_body .interview_grid {
    grid-template-columns: 1fr;
    gap: 5.3vw;
    padding: 8vw 5vw;
    margin-bottom: 15.8vw;
  }
  .sec06 .sec_body .interview_grid::before {
    width: 24vw;
    height: 30vw;
    top: -22vw;
    left: 0;
  }
  .sec06 .sec_body .interview_grid .main_box {
    padding: 8vw 5vw;
    gap: 7vw;
  }
  .sec06 .sec_body .interview_grid .main_box::before {
    top: 3.2vw;
    left: 0vw;
    width: 5.3vw;
    height: 10vw;
  }
  .sec06 .sec_body .interview_grid .main_box::after {
    bottom: 18.2vw;
    right: 0vw;
    width: 5.3vw;
    height: 10vw;
  }
  .sec06 .sec_body .interview_grid .main_box .main_quote {
    font-size: 5vw;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .sec06 .sec_body .interview_grid .main_box .main_person {
    font-size: 3.7vw;
  }
  .sec06 .sec_body .interview_grid .qa_box {
    padding: 0;
  }
  .sec06 .sec_body .interview_grid .qa_box .qa_question {
    font-size: 4.3vw;
    margin-bottom: 3.2vw;
    padding: 2.6vw;
    letter-spacing: 0.1em;
  }
  .sec06 .sec_body .interview_grid .qa_box .qa_answer {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec06 .sec_body .grid03 .main_box {
    padding: 8vw 5.3vw;
  }
  .sec06 .sec_body .grid03 .main_box::before {
    left: 3.2vw;
  }
  .sec06 .sec_body .grid03 .main_box::after {
    right: 3.2vw;
  }
}

.sec07 {
  margin-bottom: 180px;
}
.sec07 .sec_body {
  padding: 0 55px;
}
.sec07 .faq {
  margin-bottom: 50px;
  border-bottom: 2px dashed #A48535;
}
.sec07 .faq .qbox, .sec07 .faq .abox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  padding: 0 100px 50px 90px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec07 .faq .qbox .q_left, .sec07 .faq .qbox .a_left, .sec07 .faq .abox .q_left, .sec07 .faq .abox .a_left {
  font-size: 40px;
  line-height: 1;
  color: #2F8969;
  font-family: serif;
}
.sec07 .faq .qbox .q_left, .sec07 .faq .abox .q_left {
  color: #A48535;
}
.sec07 .faq .qbox .q_text, .sec07 .faq .abox .q_text {
  font-size: 25px;
  font-family: serif;
  color: #A48535;
  font-weight: bold;
}
.sec07 .faq .qbox .a_text a, .sec07 .faq .abox .a_text a {
  color: #2F8969;
  font-weight: bold;
}
.sec07 .faq .abox {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .sec_body {
    padding: 0;
  }
  .sec07 .faq {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
  .sec07 .faq .qbox, .sec07 .faq .abox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec07 .faq .qbox .q_left, .sec07 .faq .qbox .a_left, .sec07 .faq .abox .q_left, .sec07 .faq .abox .a_left {
    font-size: 8vw;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
  }
  .sec07 .faq .qbox .q_left, .sec07 .faq .abox .q_left {
    color: #D3CEA8;
  }
  .sec07 .faq .qbox .q_text, .sec07 .faq .qbox .a_text, .sec07 .faq .abox .q_text, .sec07 .faq .abox .a_text {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec07 .faq .qbox .q_text, .sec07 .faq .abox .q_text {
    font-size: 5vw;
    font-feature-settings: "palt";
  }
  .sec07 .faq .qbox {
    margin-bottom: 0;
    padding-bottom: 3vw;
  }
  .sec07 .faq .abox {
    align-items: flex-start;
    padding-top: 3vw;
  }
}

.sec08 {
  margin-bottom: 200px;
}
.sec08 .green_box {
  background-color: rgba(47, 137, 105, 0.15);
  position: relative;
  height: 1250px;
}
.sec08 .green_box .top_box {
  background-color: rgba(47, 137, 105, 0.68);
  padding: 175px 110px 244px;
  position: relative;
}
.sec08 .green_box .top_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 326px;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  z-index: -1;
  background: url(/images/recruit/sec08_1.webp) center/contain no-repeat;
}
.sec08 .green_box .top_box .top_title {
  font-weight: bold;
  color: #fff;
  font-family: serif;
  font-size: 42px;
  margin-bottom: 50px;
  text-align: center;
}
.sec08 .green_box .top_box .top_text {
  color: #fff;
  font-weight: bold;
}
.sec08 .white_box {
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 80px 80px 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 100%;
  max-width: 1040px;
  border-radius: 10px;
}
.sec08 .white_box .flexbox {
  margin-bottom: 65px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}
.sec08 .white_box .flexbox .fukidashi_text {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.sec08 .white_box .flexbox .fukidashi_text::before {
  content: "";
  position: absolute;
  width: 285px;
  height: 38px;
  bottom: -30px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/recruit/fukidashi_right.webp) center/contain no-repeat;
}
.sec08 .white_box .flexbox .fukidashi02 {
  bottom: 50px;
}
.sec08 .white_box .flexbox .fukidashi03::before {
  background: url(/images/recruit/fukidashi_left.webp) center/contain no-repeat;
}
.sec08 .white_box .white_header {
  text-align: center;
  margin-bottom: 33px;
}
.sec08 .white_box .white_header .white_title {
  font-weight: bold;
  font-family: serif;
  font-size: 34px;
  margin-bottom: 30px;
}
.sec08 .white_box .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 110px;
       column-gap: 110px;
  margin-bottom: 55px;
  position: relative;
}
.sec08 .white_box .gridbox::before {
  content: "＞";
  position: absolute;
  font-size: 30px;
  color: #2F8969;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec08 .white_box .gridbox .box .box_title {
  background-color: #2F8969;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec08 .white_box .gridbox .box .box_title span {
  font-family: serif;
}
.sec08 .white_box .gridbox .box .box_text {
  max-height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 2px solid #2F8969;
}
.sec08 .white_box .white_bottom {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec08 {
    margin-bottom: 13.8vw;
  }
  .sec08 .green_box {
    height: 330vw;
  }
  .sec08 .green_box .top_box {
    padding: 10.6vw 5.3vw 8vw;
  }
  .sec08 .green_box .top_box::before {
    height: 23vw;
  }
  .sec08 .green_box .top_box .top_title {
    font-size: 5.6vw;
    margin-bottom: 5.3vw;
  }
  .sec08 .green_box .top_box .top_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec08 .white_box {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 80%;
    padding: 18vw 5.3vw 8vw;
    border-radius: 0;
    margin: 10vw auto;
  }
  .sec08 .white_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12vw;
    margin-bottom: 4.6vw;
  }
  .sec08 .white_box .flexbox .fukidashi_text {
    font-size: 4vw;
    bottom: 0;
  }
  .sec08 .white_box .flexbox .fukidashi_text::before {
    width: 37vw;
    height: 4vw;
    bottom: -3vw;
  }
  .sec08 .white_box .flexbox .fukidashi02 {
    bottom: 17vw;
  }
  .sec08 .white_box .white_header {
    margin-bottom: 6.4vw;
  }
  .sec08 .white_box .white_header .white_title {
    font-size: 5.6vw;
    margin-bottom: 3.2vw;
  }
  .sec08 .white_box .white_header .white_text {
    font-size: 3.8vw;
  }
  .sec08 .white_box .gridbox {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12vw;
    margin-bottom: 8vw;
  }
  .sec08 .white_box .gridbox::before {
    content: "∨";
    top: auto;
    bottom: 42vw;
    left: 50%;
    font-size: 6.4vw;
  }
  .sec08 .white_box .gridbox .box .box_title {
    font-size: 4.5vw;
    height: auto;
    padding: 4vw;
    letter-spacing: 0.05em;
  }
  .sec08 .white_box .gridbox .box .box_text {
    font-size: 4vw;
    max-height: none;
    padding: 4vw;
    line-height: 1.8;
  }
  .sec08 .white_box .white_bottom {
    font-size: 4vw;
    line-height: 1.8;
  }
}

.sec09 {
  margin-bottom: 170px;
}
.sec09 .inner {
  padding: 0 110px;
}
.sec09 .sec_title {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  font-family: serif;
  margin-bottom: 100px;
}
.sec09 .recruit_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05em;
  border: 1px solid #2F8969;
}
.sec09 .recruit_table tbody tr {
  position: relative;
}
.sec09 .recruit_table tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  right: 70px;
  height: 1px;
  background: #2F8969;
}
.sec09 .recruit_table tbody tr:last-child::after {
  display: none;
}
.sec09 .recruit_table tbody tr th {
  width: 160px;
  padding: 35px 70px;
  font-weight: bold;
  font-size: 22px;
  color: #2F8969;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2F8969;
}
.sec09 .recruit_table tbody tr td {
  letter-spacing: 0.1em;
  padding: 35px 70px;
  vertical-align: top;
  font-size: 18px;
}
.sec09 .recruit_table tbody tr td ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.sec09 .recruit_table tbody tr td ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 4px;
}
.sec09 .recruit_table tbody tr td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec09 .recruit_table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
.sec09 .recruit_table tbody tr:first-child th, .sec09 .recruit_table tbody tr:first-child td {
  padding-top: 90px;
}
.sec09 .recruit_table tbody tr:last-child th, .sec09 .recruit_table tbody tr:last-child td {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec09 {
    margin-bottom: 13.8vw;
  }
  .sec09 .inner {
    padding: 0 5.3vw;
  }
  .sec09 .sec_title {
    font-size: 5.5vw;
    margin-bottom: 8vw;
  }
  .sec09 .sec_body {
    margin-top: 0;
  }
  .sec09 .recruit_table {
    font-size: 3.5vw;
    border: none;
    width: 100%;
    table-layout: fixed;
  }
  .sec09 .recruit_table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #2F8969;
  }
  .sec09 .recruit_table tbody tr:last-child {
    border-bottom: 1px solid #2F8969;
  }
  .sec09 .recruit_table tbody tr th {
    width: 100% !important;
    min-width: unset;
    padding: 4vw 4vw 1.6vw;
    font-size: 4.3vw;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    border-bottom: none;
    box-sizing: border-box;
  }
  .sec09 .recruit_table tbody tr td {
    width: 100%;
    padding: 0 4vw 5.3vw;
    font-size: 4vw;
    line-height: 1.8;
    box-sizing: border-box;
  }
  .sec09 .recruit_table tbody tr td ul {
    margin-top: 2vw;
    padding: 0;
  }
  .sec09 .recruit_table tbody tr td ul li {
    margin-bottom: 1.6vw;
    line-height: 1.7;
  }
}

.sec010 {
  margin-bottom: 235px;
}
.sec010 .inner {
  padding: 0 100px;
}
.sec010 .c_flex {
  display: block;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid #2F8969;
  margin-bottom: 100px;
}
.sec010 .c_flex .mail_title {
  font-size: 42px;
  font-weight: bold;
  font-family: serif;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
}
.sec010 .table {
  margin: 0 auto;
}
.sec010 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
.sec010 .t_title {
  width: 410px;
  min-width: 37%;
  padding-left: 2em;
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.sec010 .t_data {
  width: 574px;
  max-width: 63%;
}
.sec010 .row:nth-of-type(1) {
  padding-top: 40px;
  box-sizing: border-box;
}
.sec010 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec010 .row:nth-of-type(1) .radiolist {
  width: 600px;
  display: flex;
}
.sec010 .radio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: text-top;
}
.sec010 .radio:checked {
  border-color: #333;
  background-color: #2F8969;
  box-shadow: inset 0 0 0 3px #fff;
}
.sec010 .radioitem {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec010 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec010 .t_title label {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: serif;
}
.sec010 .t_data input.i_text,
.sec010 .t_data textarea {
  width: 600px;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec010 .t_data.radiobox p {
  display: inline-block;
}
.sec010 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec010 .t_data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 25px;
  background-image: url(/images/entry/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  padding: 10px 25px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec010 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec010 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 60px 0 10px;
}
.sec010 .contact_row .radiolist {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.sec010 .t_data textarea {
  height: 272px !important;
  width: 600px !important;
}
.sec010 .required {
  display: inline-block;
  background: #F9E9E9;
  color: #E94925;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1.4;
}
.sec010 .agree_btn {
  margin: 0 auto 20px;
  text-align: center;
}
.sec010 .agree_btn label {
  font-size: 18px;
}
.sec010 .agree_btn a {
  text-decoration: underline;
}
.sec010 .submit_btn {
  width: 360px;
  height: 90px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
  position: relative;
  font-weight: bold;
}
.sec010 .submit_btn::after {
  content: "＞";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #A48535;
  line-height: 1;
  text-align: center;
}
.sec010 .submit_btn input {
  width: 100%;
  height: 100%;
  background: rgba(47, 137, 105, 0.2);
  border: 2px solid #2F8969;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #333;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
  border-radius: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .sec010 .submit_btn input:hover {
    background: #2F8969;
    color: #fff;
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec010 .submit_btn:has(input:hover)::after {
    color: #fff;
  }
}
.sec010 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec010 .g-recaptcha {
  width: 300px;
  margin: 0 auto 90px;
}
.sec010 .warning {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
}
.sec010 .bottom_box {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 80px;
  height: 350px;
  overflow-y: scroll;
}
.sec010 .bottom_box .privacy {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #b40e2a;
}
.sec010 .bottom_box .privacy_text {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec010 .bottom_box .privacy_text .bold {
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .sec010 {
    margin-bottom: 13.8vw;
    padding: 0;
    box-sizing: border-box;
  }
  .sec010 .inner {
    padding: 0 5.3vw;
  }
  .sec010 .c_flex {
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
  .sec010 .c_flex .mail_title {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
  .sec010 .contact_row .t_data .radiolist {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .sec010 .contact_row .radioitem label {
    font-size: 3.7vw;
    margin: 0 3vw 0 1.6vw;
  }
  .sec010 .required {
    font-size: 3vw;
    padding: 1px 2vw;
    margin-left: 2vw;
    border-radius: 1vw;
  }
  .sec010 .table {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec010 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 8vw;
    padding: 0;
  }
  .sec010 .t_title {
    display: block;
    width: 100%;
    margin: 0 0 2vw;
    padding-left: 0;
    font-size: 4vw;
    font-weight: bold;
    white-space: normal;
  }
  .sec010 .t_title label {
    font-size: 4vw;
  }
  .sec010 .t_data {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .sec010 .t_data input.i_text,
  .sec010 .t_data textarea {
    width: 100%;
    padding: 2.6vw;
    font-size: 3.75vw;
    max-width: none;
    box-sizing: border-box;
  }
  .sec010 .t_data textarea {
    width: 100% !important;
    height: 55vw !important;
    max-width: none;
  }
  .sec010 .t_data.radiobox label {
    font-size: 3.7vw;
    margin: 0 3vw 0 1.6vw;
  }
  .sec010 .radio {
    width: 4.4vw;
    height: 4.4vw;
    flex-shrink: 0;
  }
  .sec010 .agree_btn {
    width: 100%;
    margin: 0 auto 5.3vw;
    text-align: center;
  }
  .sec010 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec010 .agree_btn label {
    font-size: 3.5vw;
  }
  .sec010 .warning {
    font-size: 3.5vw;
    margin: 0 0 4vw;
    text-align: center;
  }
  .sec010 .g-recaptcha {
    width: 100%;
    margin: 0 auto 8vw;
    display: flex;
    justify-content: center;
  }
  .sec010 .submit_btn {
    width: 80vw;
    height: 16.5vw;
    margin: 0 auto 13.8vw;
  }
  .sec010 .submit_btn::after {
    right: 4vw;
    font-size: 4vw;
  }
  .sec010 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    max-width: none;
    color: #333;
  }
  .sec010 .row:nth-of-type(1) .radiolist {
    width: 100%;
  }
  .sec010 .t_data {
    width: 100% !important;
    max-width: none !important;
  }
  .sec010 .t_data input.i_text {
    width: 100% !important;
    box-sizing: border-box;
  }
  .sec010 .t_title {
    width: 100% !important;
    min-width: unset !important;
  }
  .sec010 .table .row {
    padding: 0 !important;
  }
}

.thanks_sec {
  padding: 0 0 200px;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
.thanks_sec .to_top {
  text-align: center;
  margin: 50px auto;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
  .thanks_sec .to_top {
    text-align: center;
    margin: 10vw auto;
    font-size: 4vw;
  }
}/*# sourceMappingURL=recruit.css.map */