@charset "UTF-8";
/*==============================================================*/
/*      main      */
/*==============================================================*/
.top_wrap {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .top_wrap {
    margin-top: 112px;
  }
}
.top_wrap .fv {
  width: 100%;
  min-height: 200px;
}

.section .section_inner {
  max-width: 1100px;
  width: 90%;
}
@media (min-width: 1000px) {
  .section .section_inner {
    margin: 85px auto;
    display: flex;
    padding: 0 85px;
    max-width: 1280px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.section .section_img {
  width: 100%;
  height: auto;
  justify-content: center;
  margin: 50px 0 0 0;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .section .section_img {
    margin: 0;
    height: 340px;
    max-width: 500px;
    width: calc(500 / 1100 *100%);
  }
}
.section .section_text_div {
  margin-top: 30px;
  padding-bottom: 80px;
  width: 100%;
}
@media (min-width: 1000px) {
  .section .section_text_div {
    margin: 0;
    padding: 0;
    margin-left: calc(100 / 1100 *100%);
    width: calc(500 / 1100 *100%);
  }
}
.section .h2_div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .section .h2_div {
    margin-left: 0;
  }
}
.section .section_text {
  display: block;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .section .section_text {
    display: block;
    margin-top: 40px;
  }
}
.section .button {
  margin: 40px auto 0;
  padding: 0;
  width: 250px;
  height: 49px;
  background-color: #FFCC2C;
  border-radius: 120px;
}
@media (min-width: 1000px) {
  .section .button {
    margin: 40px 0 0 0;
  }
}
.section .button:hover {
  background-color: #FFB35A;
}
.section .button_text {
  padding: 13px 0;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: white;
}

.kid {
  padding-top: 80px;
  background-color: #FFF8ED;
}
@media (min-width: 1000px) {
  .kid {
    padding-top: 80px;
  }
}
.kid .inner {
  width: 90%;
  max-width: 1100px;
}
.kid .h2 {
  text-align: center;
}
.kid .h2_eng {
  text-align: center;
  padding-bottom: 45px;
}
.kid .under {
  display: block;
  padding-bottom: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  /* または195% */
  text-align: center;
  letter-spacing: 0.08em;
  color: #5C5C5C;
  border-bottom: 2px dashed #FFCC2C;
}
@media (min-width: 1000px) {
  .kid .under {
    font-size: 20px;
    line-height: 39px;
  }
}
.kid .under2 {
  border-bottom: 2px dashed #FDAFB3;
}
.kid .under3 {
  padding-bottom: 5px;
}
.kid .p {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* または195% */
  text-align: center;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
@media (min-width: 1000px) {
  .kid .p {
    font-size: 20px;
    line-height: 39px;
  }
}
.kid .highlight {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  /* または195% */
  text-align: center;
  letter-spacing: 0.08em;
  color: #5C5C5C;
  background: linear-gradient(transparent 50%, rgba(253, 204, 208, 0.7411764706) 50%);
}
@media (min-width: 1000px) {
  .kid .highlight {
    font-size: 20px;
    line-height: 39px;
  }
}
.kid .flex {
  display: flex;
  margin-top: 40px;
  gap: 30px;
  flex-direction: column;
  padding-bottom: 80px;
}
@media (min-width: 1000px) {
  .kid .flex {
    margin-top: 60px;
    gap: 2%;
    flex-direction: row;
    padding-bottom: 104px;
  }
}
.kid .flex .whitebox {
  width: 100%;
  padding: 35px 43px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .kid .flex .whitebox {
    width: 49%;
  }
}
.kid .flex .whitebox .under {
  border-bottom: 2px dashed #B8E382;
}
.kid .flex .whitebox .under4 {
  border-bottom: 2px dashed #FDAFB3;
}
.kid .flex .whitebox .img {
  margin-top: 23px;
  width: 100%;
}
.kid .flex .whitebox .text {
  margin-top: 30px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* または160% */
  letter-spacing: 0.08em;
  color: #4C4948;
}
@media (min-width: 750px) {
  .kid .flex .whitebox .text {
    font-size: 20px;
    line-height: 32px;
  }
}

.bottom_separator {
  padding-bottom: 104px;
}
@media (min-width: 1000px) {
  .bottom_separator {
    padding-bottom: 124px;
  }
}
.bottom_separator .inner {
  width: 90%;
  max-width: 1100px;
}
.bottom_separator .inner .colorbox {
  margin-top: 80px;
  padding: 45px 4% 45px;
  max-width: 850px;
  background-color: #FFF2F3;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .bottom_separator .inner .colorbox {
    margin-top: 100px;
  }
}
.bottom_separator .inner .colorbox .h2 {
  padding-top: 0;
}
.bottom_separator .inner .colorbox .center {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bottom_separator .inner .colorbox .center .p1 {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* ボックスの高さと同一 */
  text-align: center;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
@media (min-width: 500px) {
  .bottom_separator .inner .colorbox .center .p1 {
    display: inline;
  }
}
@media (min-width: 750px) {
  .bottom_separator .inner .colorbox .center .p1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.bottom_separator .inner .colorbox .center .p1_2 {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* ボックスの高さと同一 */
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFCC2C;
}
@media (min-width: 500px) {
  .bottom_separator .inner .colorbox .center .p1_2 {
    display: inline;
  }
}
@media (min-width: 750px) {
  .bottom_separator .inner .colorbox .center .p1_2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.bottom_separator .inner .colorbox .img {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bottom_separator .inner .colorbox .p2 {
  margin-top: 30px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* または181% */
  text-align: center;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
.bottom_separator .inner .colorbox .flex {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: baseline;
  max-width: 650px;
}
@media (min-width: 750px) {
  .bottom_separator .inner .colorbox .flex {
    flex-direction: row;
    gap: 20%;
  }
}
.bottom_separator .inner .colorbox .flex .box {
  width: 80%;
}
@media (min-width: 1000px) {
  .bottom_separator .inner .colorbox .flex .box {
    width: 40%;
  }
}
.bottom_separator .inner .colorbox .flex .box .color_p {
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  /* ボックスの高さと同一、または145% */
  text-align: center;
  letter-spacing: 0.08em;
  color: #FDAFB3;
  border-bottom: 2px dashed #FDAFB3;
}
.bottom_separator .inner .colorbox .flex .box .color_p2 {
  color: #FFCC2C;
  border-bottom: 2px dashed #FFCC2C;
}
.bottom_separator .inner .colorbox .flex .box .p3 {
  margin-top: 20px;
}
.bottom_separator .inner .h2_under {
  display: block;
  margin: 80px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px dashed #FFCC2C;
}
@media (min-width: 1000px) {
  .bottom_separator .inner .h2_under {
    margin: 100px auto 0;
  }
}
.bottom_separator .inner .flex {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  .bottom_separator .inner .flex {
    flex-direction: row;
    gap: 8%;
  }
}
.bottom_separator .inner .flex .textarea,
.bottom_separator .inner .flex .img {
  width: 100%;
}
.bottom_separator .inner .flex2 {
  padding-top: 0px;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .bottom_separator .inner .flex2 {
    flex-direction: row;
    gap: 8%;
  }
}
.bottom_separator .h2 {
  text-align: center;
}
.bottom_separator .h2_flow {
  padding-top: 70px;
}
@media (min-width: 1000px) {
  .bottom_separator .h2_flow {
    padding-top: 90px;
  }
}
.bottom_separator .h2_eng {
  text-align: center;
}
.bottom_separator .flow {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  padding: 40px 2.2727272727%;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  border-radius: 10px;
  border: 2px dashed;
}
@media (min-width: 1100px) {
  .bottom_separator .flow {
    flex-direction: row;
  }
}
.bottom_separator .flow .img {
  display: block;
  margin: auto;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 600px;
}
@media (min-width: 1100px) {
  .bottom_separator .flow .img {
    width: 32.1818181818%;
    margin: auto 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bottom_separator .flow .text_div {
  width: 90%;
  margin-left: 5.0909090909%;
  margin-right: 0;
}
@media (min-width: 1100px) {
  .bottom_separator .flow .text_div {
    width: 59.2727272727%;
    margin-top: 0;
  }
}
.bottom_separator .flow .text_div .h3_div {
  margin-left: 0;
  margin-top: 30px;
  margin-right: auto;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1100px) {
  .bottom_separator .flow .text_div .h3_div {
    margin-top: 0;
  }
}
.bottom_separator .flow .text_div .h3_div .h3_eng {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 43px;
  letter-spacing: 0.08em;
}
.bottom_separator .flow .text_div .h3_div .h3 {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
.bottom_separator .flow .text_div .text {
  margin-top: 20px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
@media (min-width: 500px) {
  .bottom_separator .flow .text_div .text {
    font-size: 16px;
  }
}
.bottom_separator .down_img {
  display: block;
  margin: 36px auto;
  width: 40px;
  height: 28px;
}
.bottom_separator .step1 {
  margin-top: 45px;
  background-color: #F5F9F0;
  border-color: #B8E382;
}
.bottom_separator .step1 .tel_and_mail {
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 750px) {
  .bottom_separator .step1 .tel_and_mail {
    flex-direction: row;
  }
}
.bottom_separator .step1 .tel_and_mail .tel {
  padding-top: 0;
}
@media (min-width: 750px) {
  .bottom_separator .step1 .tel_and_mail .tel {
    padding-top: 15px;
  }
}
.bottom_separator .step1 .tel_and_mail .tel .flex {
  display: flex;
  width: 240px;
}
.bottom_separator .step1 .tel_and_mail .tel .flex .icon {
  width: 23px;
  height: 29px;
}
.bottom_separator .step1 .tel_and_mail .tel .flex .link_text {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FDAFB3;
}
.bottom_separator .step1 .tel_and_mail .tel .flex .link_text:hover {
  color: #FFCC2C;
}
.bottom_separator .step1 .tel_and_mail .tel .business_hours {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  padding-left: 20px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FDAFB3;
}
.bottom_separator .step1 .tel_and_mail .mail {
  margin: 25px auto 0;
}
@media (min-width: 750px) {
  .bottom_separator .step1 .tel_and_mail .mail {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1100px) {
  .bottom_separator .step1 .tel_and_mail .mail {
    margin-left: 10%;
  }
}
.bottom_separator .step1 .tel_and_mail .mail .mailform {
  display: flex;
  width: 280px;
  height: 61px;
  border-radius: 120px;
  background: #FFCC2C;
}
.bottom_separator .step1 .tel_and_mail .mail .mailform:hover {
  background-color: #FFB35A;
}
.bottom_separator .step1 .tel_and_mail .mail .mailform .link {
  display: flex;
  margin: 0;
  padding: 0;
}
.bottom_separator .step1 .tel_and_mail .mail .mailform .icon {
  margin: 18px 0 0 62px;
  width: 25px;
  height: 25px;
}
.bottom_separator .step1 .tel_and_mail .mail .mailform .text {
  margin: 19px 0 0 10px;
  color: white;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 23px;
}
.bottom_separator .step1 .tel_and_mail .mail .text {
  margin-top: 4px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFCC2C;
}
.bottom_separator .step1 {
  background-color: #F5F9F0;
  border-color: #B8E382;
}
.bottom_separator .step1 .h3_eng {
  color: #B8E382;
}
.bottom_separator .step1 .h3_div {
  border-bottom: 2px dashed #B8E382;
}
.bottom_separator .step2 {
  background-color: #FFF2F3;
  border-color: #FDAFB3;
}
.bottom_separator .step2 .h3_eng {
  color: #FDAFB3;
}
.bottom_separator .step2 .h3_div {
  border-bottom: 2px dashed #FDAFB3;
}
.bottom_separator .step3 {
  background-color: #FFF8ED;
  border-color: #FFCC2C;
}
.bottom_separator .step3 .h3_eng {
  color: #FFCC2C;
}
.bottom_separator .step3 .h3_div {
  border-bottom: 2px dashed #FFCC2C;
}
.bottom_separator .step4 {
  background-color: #F5F9F0;
  border-color: #B8E382;
}
.bottom_separator .step4 .h3_eng {
  color: #B8E382;
}
.bottom_separator .step4 .h3_div {
  border-bottom: 2px dashed #B8E382;
}
.bottom_separator .step5 {
  background-color: #FFF2F3;
  border-color: #FDAFB3;
}
.bottom_separator .step5 .h3_eng {
  color: #FDAFB3;
}
.bottom_separator .step5 .h3_div {
  border-bottom: 2px dashed #FDAFB3;
}
.bottom_separator .step6 {
  background-color: #FFF8ED;
  border-color: #FFCC2C;
}
.bottom_separator .step6 .h3_eng {
  color: #FFCC2C;
}
.bottom_separator .step6 .h3_div {
  border-bottom: 2px dashed #FFCC2C;
}
.bottom_separator .step7 {
  background-color: #F5F9F0;
  border-color: #B8E382;
}
.bottom_separator .step7 .h3_eng {
  color: #B8E382;
}
.bottom_separator .step7 .h3_div {
  border-bottom: 2px dashed #B8E382;
}

.daycare {
  background: #F5F9F0;
  padding-bottom: 56px;
}
@media (min-width: 1000px) {
  .daycare {
    padding-bottom: 76px;
  }
}
.daycare .section_inner {
  flex-direction: column;
  margin: 0 auto;
}
.daycare .section_inner .h2_div {
  margin: 0 auto 45px;
}
.daycare .section_inner .h2 {
  padding-top: 55px;
}
@media (min-width: 1000px) {
  .daycare .section_inner .h2 {
    padding-top: 70px;
  }
}
.daycare .section_inner .whiteback {
  padding: 26px 5%;
  margin-bottom: 26px;
  max-width: 920px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .daycare .section_inner .whiteback {
    padding: 26px 2.6%;
  }
}
.daycare .section_inner .whiteback .flex {
  display: flex;
  margin-bottom: 14px;
  border-bottom: 2px dashed #C4C4C4;
}
.daycare .section_inner .whiteback .flex .circle {
  margin: auto 10px 13px 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFCC2C;
}

.daycare .section_inner .whiteback .flex .circle250129{
  margin-top: 3px;
}

.daycare .section_inner .whiteback .flex .h3 {
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
.daycare .section_inner .whiteback .payment_img {
  margin: 15px auto 20px 0;
  max-width: 100%;
}
@media (min-width: 750px) {
  .daycare .section_inner .whiteback .payment_img {
    max-width: 90%;
  }
}
.daycare .section_inner .whiteback .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #595757;
}
@media (min-width: 750px) {
  .daycare .section_inner .whiteback .text {
    font-size: 16px;
  }
}
.daycare .section_inner .whiteback .bold {
  font-weight: 700;
}

.sougei_tyuushoku {
  padding-top: 70px;
}
@media (min-width: 1000px) {
  .sougei_tyuushoku {
    padding-top: 90px;
  }
}
.sougei_tyuushoku .inner {
  width: 90%;
  max-width: 1100px;
}
.sougei_tyuushoku .inner .flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 0;
  justify-content: start;
  align-items: stretch;
}
@media (min-width: 1000px) {
  .sougei_tyuushoku .inner .flex {
    flex-direction: row;
    gap: 4%;
  }
}
.sougei_tyuushoku .inner .flex .sougei {
  width: 100%;
  background-color: #FFF2F3;
  border-radius: 10px;
  padding: 40px 5%;
}
@media (min-width: 1000px) {
  .sougei_tyuushoku .inner .flex .sougei {
    width: 48%;
    padding: 40px 3%;
  }
}
.sougei_tyuushoku .inner .flex .sougei .under {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Maru Gothic";
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  /* ボックスの高さと同一、または160% */
  letter-spacing: 0.08em;
  color: #5C5C5C;
  border-bottom: 2px dashed #FDAFB3;
}
@media (min-width: 750px) {
  .sougei_tyuushoku .inner .flex .sougei .under {
    font-size: 20px;
    line-height: 32px;
  }
}
.sougei_tyuushoku .inner .flex .sougei .img {
  margin-top: 25px;
  width: 100%;
}
.sougei_tyuushoku .inner .flex .sougei .p {
  margin-top: 23px;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* または160% */
  letter-spacing: 0.08em;
  color: #4C4948;
}
@media (min-width: 750px) {
  .sougei_tyuushoku .inner .flex .sougei .p {
    font-size: 20px;
    line-height: 32px;
  }
}
.sougei_tyuushoku .inner .flex .tyuushoku {
  background-color: #FFF8ED;
}
.sougei_tyuushoku .inner .flex .tyuushoku .under2 {
  border-bottom: 2px dashed #FFCC2C;
}

.hyouka {
  padding-top: 50px;
  background-color: #F5F9F0;
}
@media (min-width: 1000px) {
  .hyouka {
    padding-top: 70px;
  }
}
.hyouka .inner {
  width: 90%;
  max-width: 800px;
}
.hyouka .inner .flex {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .hyouka .inner .flex {
    margin-top: 45px;
  }
}
.hyouka .inner .flex .button {
  margin: 0;
  width: 330px;
  height: 63px;
  background-color: #FFCC2C;
  border-radius: 120px;
}
.hyouka .inner .flex .button .link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
}
.hyouka .inner .flex .button .link .img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.hyouka .inner .flex .button .link .text {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.hyouka .inner .flex .button:hover {
  background-color: #FFB35A;
}

.both_separator {
  background-image: url(https://papyrus1124.co.jp/system_panel/uploads/images/20220712185108186578.png), url(https://papyrus1124.co.jp/system_panel/uploads/images/20220712185108186578.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
}

.bottom_separator {
  background-image: url(https://papyrus1124.co.jp/system_panel/uploads/images/20220712185108186578.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.flex_text {
  display: flex;
}

.text_mt {
  display: block;
  margin-left: 5px;
  margin-top: -3px;
}

@media (min-width: 820px) {
  .br820 {
    display: none;
  }
}


.ladies_recruit .section_inner .list {
  margin: 25px auto 0;
  padding-bottom: 50px;
  width: 85%;
  max-width: 800px;
}
@media (min-width: 1000px) {
  .ladies_recruit .section_inner .list {
    padding-bottom: 40px;
  }
}
.ladies_recruit .section_inner .list .row {
  display: flex;
  min-height: 70px;
  align-items: center;
  border-bottom: 1px dashed #C4C4C4;
}
.ladies_recruit .section_inner .list .row .title {
  display: block;
  width: 100%;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.08em;
}
@media (min-width: 500px) {
  .ladies_recruit .section_inner .list .row .title {
    font-size: 16px;
  }
}
.ladies_recruit .section_inner .list .row .text {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #5C5C5C;
}
@media (min-width: 500px) {
  .ladies_recruit .section_inner .list .row .text {
    font-size: 16px;
  }
}
.ladies_recruit .section_inner .list .row .link .text {
  margin-left: 0;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #5C5C5C;
  white-space: nowrap;
}
@media (min-width: 500px) {
  .ladies_recruit .section_inner .list .row .link .text {
    font-size: 16px;
  }
}
.ladies_recruit .section_inner .list .row .link .textlink:hover {
  color: #C4C4C4;
}

.side-border-heading {
    border-left: 20px solid #ff2c2c;
    border-right: 20px solid #ff2c2c;
    padding: 0 16px;
    width: fit-content;
}
.h3.recruit_h3.side-border-heading{
max-width:100%;
}