/* 共通 */
.wrapper {
  background-color: #EEE;
  border-top: 2px solid #000;
}

.inner {
  max-width: 1058px;
  padding: 70px 0px 100px 0px;
  margin-inline: auto;
  position: relative;
}

#mainContents > .wrapper .inner {
  padding-top: 76px;
  max-width: 1102px;
}
#mainContents > section section{
  border: 0;
}

.inner::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 7px;
    background: linear-gradient(90deg, #1EAA39 0%, #1EAA39 33.3%, #08287E 33%, #08287E 66.6%, #36BDEF 66.6%, #36BDEF 100%);
}

.ttl-h2 {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  line-height: normal;
  letter-spacing: .05em;
}

.card {
  background-color: #FFF;
  position: relative;
  width: 100%;
  border-left: 3px solid;
  border-image: linear-gradient(to top, #36BDEF, #08287E, #1EAA39) 1;
  padding: 40px 35px 38px 31px;
}

.salary .card.nensyu {
  padding-right: 35px;
}

.card:not(:first-child) {
  margin-top: 30px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}
.cards .card:not(:first-child) {
  margin-top: 0;
}

.flexbox {
  display: flex;
  align-items: flex-start;
}

.answerTxt.flexbox {
  gap: 12px;
  margin-top: 19px;
}

.answerTxt + .card__ttl {
  margin-top: 35px;
}

.card__ttl {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: normal;
  color: #4b4b4b;
  letter-spacing: .05em;
  line-height: 1.6;
  position: relative;
  padding-left: 1.1em
}

.card__ttl > .ttl_q {
  position: absolute;
  top: 0;
  left: 0;
}

.answerTxt  {
  line-height: 1.88;
}

.normalTxt {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.87;
}
.normalTxt-pink {
  color: #E3007F;
  font-weight: 700;
}
.normalTxt-sm {
  font-size: 14px;
}
.normalTxt > em{
  font-style: normal;
  font-weight: 700;
}

.answerTxt .initialTxt {
  font-weight: 900;
  font-size: 18px;
  color: #E3007F;
}
.answerTxt .initialTxt.txt-green {
  color: #1EAA39;
}

.answerTxt .japTxt {
  font-weight: 700;
  font-size: 20px;
  color: #E3007F;
  margin-left: 12px;
}

.pinkTxt {
  color: #E3007F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
}
.pinkTxt02 {
  color: #E3007F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
}
.pinkTxt03 {
  color: #E3007F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.87;
}
.initialTxt:has(+.pinkTxt03) {
  padding-top: 11px;
}

.grayBox {
  background: #F4F4F4;
  padding: 15px 27px 18px 20px;
}
.grayBox_txt {
  color: #000;
  font-size: 13px;
  line-height: 1.84;
}

.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .05em;
  color: #fff;
  font-weight: 900;
  background: #000;
  position: relative;
  border-bottom: 4px solid;
  margin-top: 43px;
  border-image: linear-gradient(to left, #36bdef, #08287e, #1eaa39) 1;
  max-width: 340px;
  margin-inline: auto;

  @media screen and (max-width: 768px) {
    margin-top: 31px;
    font-size: 14px;
    line-height: 2.8;
    max-width: 271px;
    height: 50px;
  }
}

@media (any-hover: hover) {
  .primary-btn:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.primary-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
  width: 12px;
  height: 12px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;

  @media screen and (max-width: 768px) {
    width: 10px;
    height: 10px;
    right: 17px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inner {
    padding: 42px 0px 47px 0px;
    margin-inline: auto;
    max-width: 335px;
    position: relative;
  }
  #mainContents > .wrapper .inner {
    padding-top: 51px;
    max-width: 375px;
  }

  .ttl-h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }

  .card {
    border-left: 3px solid;
    padding: 17px 16px 20px 16px;
  }

    .salary .card.nensyu {
    padding-right: 17px;
  }

  .card__ttl {
    font-size: 15px;
  }

  .answerTxt.flexbox {
    gap: 5px;
    margin-top: 19px;
  }

  .normalTxt {
    font-size: 13px;
  }

  .pinkTxt02 {
    color: #E3007F;
    font-size: 16px;
    line-height: 1.56;
  }

  .pinkTxt03 {
    color: #E3007F;
    font-size: 18px;
  }


  .grayBox {
    background: #F4F4F4;
    padding: 15px 18px 16px 20px;
  }

  .answerTxt .japTxt {
    font-size: 16px;
  }

  .initialTxt:has(+.pinkTxt03) {
    padding-top: 3px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

/* 給与 */
.salary .card {
  padding-block: 40px;
  padding-left: 31px;
  padding-right: 80px;
}

.answer {
  display: flex;
  align-items: end;
}

.salary .card .answerTxt {
  margin-top: 28px;
  display: flex;
}

.txt-green {
  color: #1EAA39;
}

.box-green {
  margin-left: 15px;
  padding: 0 6px;
  background-color: #1EAA39;
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
}

.answerTxtNum {
  margin-left: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #1EAA39;
}

.answerTxtNum__bigSize {
  font-weight: 700;
  font-size: 85px;
  line-height: .88;
  margin-left: 7px;
}

.japTxt-sm {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}

.card__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 143px;
  width: 141px;
  height: 188px;
}

.notes {
  margin-left: 16px;
}

.notes_txt {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .02em;
  color: #6D6D6D;
  line-height: 1.83;
}
.notes_txt.lh2 {
  line-height: 1.5;
}

@media only screen and (max-width: 1050px) {
  .card__img {
    position: static;
    right: 10%;
    top: auto;
    transform: none;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .salary .card {
    padding: 17px 13px 24px 17px;
  }

  .answer {
    display: block;
  }

  .answerTxt {
    margin-top: 20px;
  }

  .box-green {
    margin-left: 12px;
    font-size: 16px;
  }

  .answerTxtNum {
    margin-left: 18px;
    font-size: 27px;
  }

  .answerTxtNum__bigSize {
    font-size: 72px;
    letter-spacing: -3px;
  }

  .card__img {
    margin-top: initial;
    position: absolute;
    width: 68px;
    height: 90px;
    top: 130px;
    left: 249px;
  }

  .notes {
    margin-left: initial;
    margin-top: 21px;
  }
}

@media only screen and (max-width: 340px) {
  .card__img {
    position: relative;
    margin-top: 20px;
    /* width: 68px;
    height: 90px; */
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    left: 50%;
  }
}


/*  */
.w-245 {
  width: 245px;
}

.card:not(:nth-of-type(1)) .notes {
  margin-left: initial;
  margin-top: 42px;
  width: 266px;
}

.card.card-flex {
  display: flex;
}

.card:not(:nth-of-type(1)) .answerTxt {
  margin-top: 12px;
}


.info-row {
  display: flex;
  align-self: end;
}

.rikujiInfo, .kaijiInfo, .kujiInfo {
  position: relative;
  z-index: 0;
  padding-top: 38px;
}

.rikujiInfo {
  margin-left: 56px;
}
.kaijiInfo {
  margin-left: 70px;
}
.kujiInfo {
  margin-left: 51px;
  align-self: end;
}
@media screen and (max-width: 1000px) {
  .rikujiInfo {
    margin-left: 20px;
  }
  .kaijiInfo {
    margin-left: 20px;
  }
  .kujiInfo {
    margin-left: 21px;
    align-self: auto;
  }
}

.rikujiInfo::after,
.kaijiInfo::after,
.kujiInfo::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rikujiInfo::after {
  background: url(../img/human_01.svg) no-repeat left 40% center;
  background-size: contain;
}
.kaijiInfo::after {
  background: url(../img/human_02.svg) no-repeat left 40% center;
  background-size: contain;
}
.kujiInfo:after {
  background: url(../img/human_03.svg) no-repeat left 40% center;
  background-size: contain;
}

.card:nth-of-type(2) .kaijiColor {
  color: #08287E;
}

.card:nth-of-type(2) .kujiColor {
  color: #36BDEF;
}

.shozokuTxt {
  color: #000;
  font-weight: 700;
  font-size: 23.85px;
  line-height: 23.64px;
  text-align: center;
}

.ageTxt {
  margin-top: 22px;
  font-weight: 700;
  font-size: 45px;
  line-height: .8;
  text-align: center;
  color: #1EAA39;
}

.salaryTxt1 {
  margin-top: 4px;
  font-weight: 700;
  font-size: 24.43px;
  line-height: normal;
  text-align: center;
  color: #1EAA39;
}
.salaryTxt1 > span{
  font-size: 1.31em;
}

.oneYearTxt {
  margin-top: 3px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.salaryTxt2 {
  color: #000;
  margin-top: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.salaryTxt2 > span{
  font-size: 1.25em;
}

@media only screen and (max-width: 768px) {
  .card.card-flex {
    display: block;
  }

  .rikujiInfo, .kaijiInfo, .kujiInfo {
    margin-left: initial;
    padding-top: 27px;
  }

  .kujiInfo {
    margin-top: 23px;
  }

  .info-row {
    margin-top: 37px;
    justify-content: center;
    gap: 13%;
    padding-top: 0;
  }

  .card:nth-of-type(2) .notes {
    margin-top: 30px;
  }

  .rikujiInfo::after {
    background-position: center;
  }
  .kaijiInfo::after {
    background-position: center;
  }
  .kujiInfo:after {
    background-position: center;
  }

  .card:not(:nth-of-type(1)) .notes {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }

  .shozokuTxt {
    font-size: 19px;
  }
  .ageTxt {
    font-size: 36px;
    margin-top: 11px;
  }
  .salaryTxt1 {
    font-size: 20px;
    margin-top: 6px;
  }
  .salaryTxt1 > span{
    font-size: 1.1em;
  }
  .oneYearTxt{
    font-size: 11px;
    margin-top: 0;
  }
  .salaryTxt2 {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
  }
  .salaryTxt2 > span{
    font-size: 1.1em;
  }

  .notes_txt.lh2 {
    line-height: 1.83;
  }
}

/*  */
.card:nth-of-type(3) {
  display: flex;
  align-items: center;
  gap: 38px;
}

.w-302 {
  width: 302px;
}
.w-325 {
  width: 325px;
}

.japTxt-big {
  font-weight: 900;
  font-size: 38px;
  line-height: 1.3;
}
.japTxt-bitBig {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.3;
}
.japTxt-big02 {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
}

.card:not(:nth-of-type(1)) .notes {
  margin-top: 31px;
}
.card:not(:nth-of-type(1)) .notes.w-325 {
  width: 325px;
}

.grayCard {
  background-color: #F4F4F4;
  padding: 24px 22px;
  width: 32.2%;
  min-height: 255px;
}

.grayCard01,
.grayCard02 {
  position: relative;
  z-index: 0;
}
.grayCard01::after,
.grayCard02::after {
  content: "";
  position: absolute;
  top: -5%;
  right: 0;
  width: 94px;
  height: 114px;
  z-index: -1;
}
.grayCard01::after {
  background: url(../img/human_04.svg) no-repeat center;
  background-size: auto 114px;
}
.grayCard02::after {
  background: url(../img/human_05.svg) no-repeat center;
  background-size: auto 114px;
}


.grayCard__ttl {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  line-height: normal;
}

.grayCard__smallTxt {
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}

.mt-13 {
  margin-top: 13px;
}
.grayCard__bigTxt {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 33px;
}

.grayCard__bigTxt .pink {
  color: #E3007F;
}

@media only screen and (max-width: 768px) {
  .card:nth-of-type(3) {
    display: block;
  }
  .card:nth-of-type(3) .answerTxt {
    margin-top: 10px;
  }
  .card:nth-of-type(3) .japTxt {
    font-size: 20px;
  }
  .card:nth-of-type(3) .notes {
    margin-top: 17px;
    width: 100%;
  }
  .grayCard {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .mt-17 {
    margin-top: 17px;
  }
  .mt-37 {
    margin-top: 37px;
  }
}

/* life */
.life {
  margin-top: 56px;
}

.life .cards {
  margin-top: 39px;
  display: flex;
  gap: 31px;
}

.life .cards .card {
  padding: 40px 24px 34px 31px;
}

.life .card .answerTxt {
  margin-top: 28px;
  display: flex;
}

.life .cards .card:first-child {
  width: 44.5%;
}

.life .cards .card .answerTxt {
  align-items: baseline;
  margin-top: 4px;
}

.life .card .initialTxt-top {
  align-self: flex-start;
  padding-top: 8px;
}

.life .cards .card .japTxt {
  letter-spacing: .1em;
  margin-top: 14px;
}
.life .cards .card .japTxt-big {
  align-items: baseline;
  margin-top: 8px;
  font-size: 43px;
}
.life .cards .card .japTxt-big2 {
  font-size: 32px;
}
.life .cards .card .japTxt-big3 {
  font-size: 50px;
}
.life .cards .card .japTxt-big4 {
  font-size: 40px;
}
.life .cards .card .notes {
  margin-top: 24px;
  margin-left: 0;
}
.life .cards .card .card__illust01 {
  margin-inline: auto;
  display: block;
  margin-top: 26px;
}
.life .cards .card .pinkTxt {
  margin-top: 22px;
  padding-left: 30px;
}
.life .cards .card .grayBox {
  margin-top: 26px;
}
.life .cards .card .grayBox {
  margin-top: 26px;
}
.life .cards .card .card__illust02 {
  position: absolute;
  top: 40px;
  right: 84px;
}

.life .card.card-kaizen {
  padding: 40px;
}

.life .card .answerGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 3fr));
  gap: 40px;
  margin-top: 33px;
}
.life .card .imgs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 2fr));
  gap: 27px;
  margin-top: 58px;
}
.life .card .imgs > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.life .card .listTtl {
  color: #E3007F;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.life .card .listTtl > img{
  display: block;
  margin-right: 13px;
}
.life .card .listTxt{
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.87;
  margin-top: 22px;
}

@media only screen and (max-width: 1006px) {
  .life .cards .card .card__illust02 {
    right: 4%;
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .life .cards {
    display: block;
  }
  .life .cards .card {
    padding: 17px 14px 20px 16px;
  }
  .life .cards .card:first-child {
    width: 100%;
  }
  .life .cards .card .japTxt {
    margin-top: 0;
    margin-left: 4px;
    font-size: 22px;
  }
  .life .cards .card .initialTxt-top {
    padding-top: 14px;
  }
  .life .cards .card .pinkTxt {
    margin-top: 4px;
    padding-left: 0;
  }
  .life .cards .card .card__illust02 {
    width: 100%;
    max-width: 177px;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    display: block;
    margin-inline: auto;
  }

  .life .card.card-kaizen {
    padding: 18px 18px 25px;
  }
  .life .card .answerGrid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 20px;
  }
  .life .card .imgs {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 29px;
  }
  .life .card .listTtl {
    font-size: 18px;
  }
  .life .card .listTtl > img {
    width: 27px;
    height: auto;
    margin-right: 9px;
  }
  .life .card .listTxt{
    font-size: 13px;
    margin-right: 17px;
  }
}

/* support */
.support {
  margin-top: 56px;
}


.support .cards {
  margin-top: 30px;
  gap: 28px;
  align-items: stretch;
}


.support .card > .flexbox {
  gap: 44px;
  align-items: center;
}
.support .card > .flexbox > .col01 {
  width: 68%;
  flex: 1;
}

.support .card .answerTxt.flexbox + .normalTxt{
  padding-left: 24px;
  padding-right: 20px;
  margin-top: 9px;
}
.support .card .answerTxt.flexbox + .block {
  margin-top: 16px;
}
.support .card-type1 {
  padding: 40px 26px 54px 33px;
}
.support .card-type2 {
  padding: 40px 26px 30px 33px;
}
.support .card .normalTxt > em  {
  font-size: 13px;
}
.support .card .grayBox {
  margin-top: 20px;
  padding: 10px 16px 30px;
  position: relative;
}
.support .card .grayBox-type2 {
  margin-top: 40px;
  padding: 10px 52% 20px 16px;
}
.support .card .grayBox::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 124px;
  height: 191px;
  background: url(../img/illust_04.svg) no-repeat center;
  background-size: contain;
}
.support .card .grayBox-type2::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -9px;
  right: 0;
  width: 171px;
  height: 158px;
  background: url(../img/illust_05.svg) no-repeat center;
  background-size: contain;
}
.support .card .grayBox_flex {
  display: flex;
  gap: 17px;
  margin-top: 12px;
}
.support .card .grayBox_listItem {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
}
.support .card .grayBox_listItem + .grayBox_listItem {
  margin-top: 6px;
}
.support .card .grayBox_list + .normalTxt {
  margin-top: 1.5em;
}

@media screen and (max-width: 1050px) {
  .support .card .grayBox-type2 {
    padding: 10px 16px 20px 16px;
  }
  .support .card .grayBox::after {
    position: relative;
    margin-inline: auto;
    top: 10px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .support .cards .card:not(:first-child),
  .life .cards .card:not(:first-child) {
    margin-top: 20px;
  }
  .support .cards.flexbox {
    display: block;
  }
  .support .card > .flexbox {
    display: block;
  }
  .support .card > .flexbox > .col01 {
    width: 100%;
  }
  .support .card > .flexbox > .col02 {
    margin-top: 22px;
  }
  .support .card .answerTxt.flexbox  + .normalTxt{
    padding-left: 20px;
    padding-right: 0;
    margin-top: 20px;
  }
  .support .card .card__illust03 {
    max-width: 141px;
    height: auto;
    margin-inline: auto;
    display: block;
  }
  .support .card .answerTxt.flexbox + .block {
    margin-top: 23px;
  }
  .support .card-type1 {
    padding: 17px 16px 38px 18px;
  }
  .support .card-type2 {
    padding: 17px 16px 28px 18px;
  }
  .support .card .grayBox_flex {
    display: block;
  }
  .support .card .grayBox-type2 {
    padding: 12px 16px 12px;
    margin-top: 23px;
  }
  .support .card .grayBox::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    width: 119px;
    height: 183px;
  }
  .support .card .grayBox-type2::after {
    position: relative;
    top: auto;
    bottom: -20px;
    width: 146px;
    height: 135px;
  }
  .support .card .grayBox_listItem + .grayBox_listItem {
    margin-top: 6px;
  }

}

@media screen and (max-width: 360px) {
  .support .card .grayBox::after {
    width: 80px;
    height: 124px;
    bottom: 40px;
  }
}

.support .card-onthejob {
  padding: 33px 31px 36px 33px;
  gap: 28px;
}
.support .card-onthejob >h3 {
  width: 45%;
}
.support .card-onthejob .answerTxt.flexbox {
  align-items: flex-start;
  gap: 12px;
  margin-top: 0;
}

.support .card-large {
  padding: 38px 47px 43px 33px;
}
.support .card-large>.flexbox {
  gap: 16px;
  align-items: flex-start;
}
.support .card-large .answerTxt.flexbox + .normalTxt {
  padding-left: 0;
  padding-right: 0;
  margin-top: 13px;
}
.support .card-large .normalTxt + .card__ttl {
  margin-top: 43px;
}

.support .card-large > .flexbox > .col01 {
  width: 70%;
}
.support .card-large .answerList {
  margin-top: 14px;
  padding-left: 4em;
}
.support .card-large .answerList >li{
  color: #E3007F;
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .support .card-onthejob {
    padding: 17px 24px 30px 17px;
  }
  .support .card-onthejob >h3 {
    width: 100%
  }
  .support .card-onthejob .answerTxt.flexbox {
    display: flex;
    margin-top: 20px;
  }
  .support .card-onthejob .answerTxt .normalTxt-pink {
    font-size: 16px;
    line-height: 1.56;
  }

  .support .card-large {
    padding: 17px 24px 31px 17px;
  }

  .support .card-large > .flexbox > .col01 {
    width: 100%;
  }
  .support .card-large > .flexbox > .col01 > .normalTxt {
    padding-left: 18px;
  }
  .support .card-large .answerList{
    padding-left: 3em;
  }
  .support .card-large .answerList >li{
    line-height: 1.56;
  }
  .support .card-large .answerList >li+li{
    margin-top: 7px;
  }
  .support .card-large .card__illust06 {
    max-width: 162px;
    height: auto;
    margin-inline: auto;
    display: block;
  }


}


/*****************/
/****** 共通 *******/
/*****************/
#mainContents .inner {
  padding: 0 22px 71px 21px;
}
@media only screen and (max-width: 768px) {
  #mainContents .inner {
    max-width: 375px;
  }
}

/*****************/
/****** MV *******/
/*****************/
.lowHeading img {
  height: 500px;
  top: 0;
}
.lowHeading {
  height: 845px;
  padding-top: 70px;
}
.treatment-banner img {
  height: 125px;
  width: 600px;
  position: relative;
  margin-top: 35px;
}
@media (any-hover: hover) {
  .treatment-banner:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 768px) {
  .lowHeading {
    height: 775px;
  }
  .lowHeading-high {
    height: 796px;
  }
  .treatment-banner img {
    width: 100%;
    height: 100%;
    margin-top: 28px;
  }
}


.p-job-heading {
  position: absolute;
  top: 360px;
}
@media only screen and (max-width: 768px) {
  .p-job-heading {
    position: absolute;
    top: 390px;
  }
}
.p-job-heading-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 27px 66px;
  background-color: white;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-job-heading-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.4px;
    padding: 30px 21px;
  }
}
.p-job-lead {
  padding-left: 66px;
  padding-top: 13px;
}
@media only screen and (max-width: 768px) {
  .p-job-lead {
    padding: 0 20px;
  }
}
.p-job-lead__contents {
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 768px) {
  .p-job-lead__contents {
    font-size: 14px;
    line-height: 26px;
  }
}

/*****************/
/**** 吹き出しセクション *****/
/*****************/
#mainContents .voice-section .inner {
  top: -55px;
}
@media only screen and (max-width: 768px) {
  #mainContents .voice-section .inner {
    padding-bottom: 16px; /* top:-55pxでずらした分を71px（デザインの余白）から引いた数 */
  }
}
.voice-section__list {
  margin-top: 55px;
  padding-top: 105px;
}
@media only screen and (max-width: 768px) {
  .voice-section__list {
    padding-top: 52px;
  }
}
.voice-section__list__item {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}
.voice-section__list__item:nth-child(odd) {
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item:nth-child(odd) {
    margin-bottom: 26px;
  }
}
.active {
  margin-bottom: 87px;
}
@media only screen and (max-width: 768px) {
  .active {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item {
    justify-content: center;
    column-gap: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .voice-section__list__item img {
    width: 100px;
    height: 100px;
  }
}
/* 左の吹き出し */
.boloon-border-left {
  background: linear-gradient(to left, #36bdef, #08287e 50%, #1eaa39);
  border-radius: 36px;
  padding: 3px;
  width: 860px;
  min-height: 140px;
}
@media only screen and (max-width: 768px) {
  .boloon-border-left {
    width: 218px;
    min-height: 107px;
    border-radius: 18px;
  }
}
.voice-section__list__item__baloon-left {
  background: #fff;
  border-radius: 34px;
  padding-left: 50px;
  padding-right: 50px;
  padding-block: 30px;
  min-height: 144px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-left {
    border-radius: 15px;
    min-height: 101px;
    row-gap: 16px;
    padding: 18px 12px 18px 17px;
  }
}
.voice-section__list__item__baloon-left::before {
  content: "";
  position: absolute;
  top: 52px;
  left: -33px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 33px solid #1eaa39;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-left::before {
    top: 40px;
    left: -13px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #1eaa39;
  }
}
.voice-section__list__item__baloon-left::after {
  content: "";
  position: absolute;
  top: 55px;
  left: -27px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 30px solid #fff;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-left::after {
    top: 40px;
    left: -8px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #fff;
  }
}
.voice-section__list__item__baloon-left p {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-left p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
}

.voice-section__list__item__baloon-left__accordion {
  border: none;
  color: #e3007f;
  position: relative;
  cursor: pointer;
}

.voice-section__list__item__baloon-left__accordion::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e3007f;
  border-right: solid 2px #e3007f;
  transform: translateY(-70%) rotate(-225deg);
  position: absolute;
  top: 50%;
  right: -20px;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease-out;
}

.voice-section__list__item__baloon-left__accordion.rotate::after {
  transform: translateY(-30%) rotate(-45deg);
  transition: 0.2s ease-out;
}

/* 右の吹き出し */
.accordion-answer-content {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.boloon-border-right {
  background: linear-gradient(to right, #36bdef, #08287e 50%, #1eaa39);
  border-radius: 36px;
  padding: 3px;
  width: 860px;
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  .boloon-border-right {
    width: 218px;
  }
}
.voice-section__list__item__baloon-right {
  background: #fff;
  border-radius: 34px;
  padding: 21px 64px 37px 38px; /* padding-bottomは6px+1行分 */
  min-height: 144px;
  position: relative;
}
.pt-space {
  padding-top: 38px;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right {
    padding: 18px 10px 20px 18px;
  }
  .pt-space {
    padding-top: 18px;
  }
}
.voice-section__list__item__baloon-right::before {
  content: "";
  position: absolute;
  top: 70px;
  margin-top: -15px;
  right: -33px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 33px solid #1eaa39;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right::before {
    top: 52px;
    left: 214px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #1eaa39;
  }
}
.voice-section__list__item__baloon-right::after {
  content: "";
  position: absolute;
  top: 70px;
  margin-top: -12px;
  right: -27px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 30px solid #fff;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right::after {
    top: 49px;
    left: 210px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #fff;
  }
}
.voice-section__list__item__baloon-right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
}
.voice-section__list__item__baloon-right .imgs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 3%;
  margin-top: 38px;
}
.voice-section__list__item__baloon-right .imgs img {
  width: 48.5%;
}
@media only screen and (max-width: 1006px) {
  .voice-section__list__item__baloon-right .imgs img {
    width: calc(48.5% - 20px);
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right .imgs img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .voice-section__list__item__baloon-right .remarks {
    font-size: 11px;
  }
}

/*****************/
/**** topics *****/
/*****************/
#topics .inner {
  padding-top: 34px;
}
@media only screen and (max-width: 768px) {
  .c-section__title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.3px;
  }
}
