.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.accent {
  color: #ff8634;
}

.mv {
  background-image: url("../images/mv-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 105rem;
  width: 100%;
  position: relative;
}
#.mv::after {
#  content: "";
#  background-image: url("../images/35.png");
#  background-size: contain;
#  position: absolute;
#  width: 17.5rem;
#  height: 17.5rem;
#  right: 11rem;
#  bottom: 29rem;
#  z-index: 20;
#}
@media screen and (max-width: 768px) {
  .mv::after {
    width: 17.6rem;
    height: 17.7rem;
    right: 2.5rem;
    bottom: 20rem;
  }
}
.mv::before {
  content: "";
  background-image: url("../images/mv_mark.png");
  background-size: contain;
  position: absolute;
  width: 18.4rem;
  height: 18.4rem;
  right: 4.5rem;
  top: 3.6rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .mv::before {
    width: 20.6rem;
    height: 20.7rem;
    right: 4rem;
    top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url("../images/mv-bg_sp.png");
    background-size: 100%;
    overflow: hidden;
    height: 132rem;
  }
}
.mv__main {
  max-width: 104rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .mv__main {
    max-width: 100%;
    width: 100%;
    top: 0;
  }
  .mv__main img {
    object-fit: cover;
  }
}
.mv__content {
  width: 62.5rem;
  height: 46rem;
  position: absolute;
  left: 12rem;
  top: 18rem;
}
@media screen and (max-width: 768px) {
  .mv__content {
    left: 6rem;
    top: 69rem;
    width: 65rem;
  }
}
.mv__logo {
  width: 40rem;
  transform: translate(-2rem, 0);
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 36rem;
  }
}
.mv__title {
  margin: 1.8rem 0 2.4rem;
}
.mv__title img {
  width: 54.7rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .mv__title img {
    width: 63rem;
  }
}
.mv__read {
  font-size: 2.1rem;
  line-height: 1.7619047619;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mv__read {
    margin-bottom: 2.4rem;
  }
}
.mv__text {
  font-size: 1.9rem;
  line-height: 1.8421052632;
}

.marker-yellow{
  background-color: #fffdba;
}

@media screen and (max-width: 768px) {
  .mv__text {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}
.mv__label {
  width: 40rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: #f05848;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .mv__label {
    width: 51.5rem;
    line-height: 5.4rem;
    height: 5.4rem;
    border-radius: 2.2rem;
    font-size: 2.78rem;
  }
}
.mv__label:nth-child(2) {
  background-color: #12bdbd;
}
.mv__label:nth-child(3) {
  background-color: #eda219;
}
.mv__label + .mv__label {
  margin-top: 0.8rem;
}

/* section-title **/
.section-heading {
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 6rem;
  }
}
.section-heading--reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.section-heading__main {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-heading__main {
    font-size: 6.5rem;
  }
}
.section-heading__sub {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-heading__sub {
    font-size: 2.8rem;
  }
}

section {
  padding: 14.5rem 0 20rem;
  margin-top: 6.8rem;
  position: relative;
}
section.before-shape1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6.8rem;
  width: 100%;
  height: 17.2rem;
  background-size: 100%;
  background-image: url("../images/mark1.png");
}
@media screen and (max-width: 768px) {
  section.before-shape1::before {
    background-image: url("../images/mark1_sp.png");
  }
}
section.before-shape2 {
  margin-top: 0;
}
section.before-shape2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11rem;
  width: 100%;
  height: 20.5rem;
  background-size: 100%;
  background-image: url("../images/mark2.png");
}
@media screen and (max-width: 768px) {
  section.before-shape2::before {
    background-image: url("../images/mark2_sp.png");
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 13rem 0 16rem;
  }
}
section p {
  font-size: 1.7rem;
  line-height: 2.0588235294;
}
@media screen and (max-width: 768px) {
  section p {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

/* .cta-section */
.section-cta {
  padding: 0 0 9rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section-cta {
    padding: 5rem 0 6rem;
  }
}

.section-cta2 {
  padding: 6.5rem 0 6.5rem;
  margin-top: 0;
}

.section-case {
  background-color: #fcf9f9;
}
.case-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .case-items {
    padding: 0 2.4rem;
  }
}

.case-item {
  background-color: #fff;
  flex: 0 0 calc(50% - 3rem);
  max-width: calc(50% - 3rem);
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    /* flex: 0 0 calc(50% - 1.2rem);
    max-width: calc(50% - 1.2rem); */
    margin-bottom: 4rem !important;
  }
}
.case-item:nth-child(n+5) {
  margin-bottom: 0;
}
.case-item__figure {
  position: relative;
}
.case-item__figure img {
  width: 100%;
  object-fit: cover;
}
.case-item__title {
  font-size: 2.8rem;
  background-color: #ff8634;
  border-radius: 2.6rem;
  text-align: center;
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transform: translate(0, -50%);
}

.case-item__body {
  padding: 2rem 3rem 0;
  height: 22rem;
}

.case-item__body-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.case-item__body dl {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .case-item__title {
    margin: 0.6rem 0;
    font-weight: normal;
    padding: 0.2rem;
    letter-spacing: 0.08em;
  }

  .case-item__body {
    padding: 1.5rem 1.8rem 0;
  }

  .case-item__body-title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    height: auto;
    letter-spacing: 0.05em;
  }

  .case-item__body .mini {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    display: block;
  }

  .case-item__body dl {
    font-size: 2.3rem;
  }
}

.case-item__body dl:last-child {
  margin-bottom: 0;
}
.case-item__body dl dt {
  padding: 0.8rem 3.2rem;
  color: #ff8634;
  background-color: #fffdba;
  margin-right: 4.8rem;
}

.section-recommendation {
  background-color: #e1f6ff;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .case-item__body dl dt {
    padding: 0.4rem 2.3rem;
    white-space: nowrap;
    margin-right: 1.8rem;
  }

  .section-recommendation {
    padding-bottom: 8rem;
  }
}
.section-recommendation::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6.8rem;
  width: 100%;
  height: 20.5rem;
  background-size: 100%;
  background-image: url("../images/mark2.png");
}

.recommendation-content {
  max-width: 900px;
  width: 90rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recommendation-content {
    max-width: calc(100% - 8rem);
    width: 100%;
  }
}

.recommendation-box {
  position: relative;
  background: #fff;
  padding: 0 10rem 5rem;
  background-image: url("../images/bg-shape.png");
  background-repeat: no-repeat;
  background-size: 13.9rem;
  background-position: left top;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box {
    padding: 0 2rem 6rem;
  }
}
.recommendation-box .logo {
  transform: translate(0rem, -85%);
  margin-bottom: -2rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .logo {
    transform: translate(0rem, -75%);
  }
}
.recommendation-box .logo img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .logo img {
    width: 25rem;
  }
}
.recommendation-box .title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .title {
    font-size: 4.5rem;
    margin-bottom: 4rem;
  }
}
.recommendation-box .text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recommendation-box .text {
    line-height: 1.7307692308;
    font-size: 2.6rem;
  }
}
.recommendation-box .text .accent {
  font-weight: bold;
}
.recommendation-box .figures {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .figures {
    display: block;
  }
}
.recommendation-box .figures > * {
  flex: 0 0 50%;
  max-width: 33.5rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .figures > * {
    margin: 5rem 0;
    max-width: 100%;
  }
}
.recommendation-box .label {
  text-align: center;
  font-weight: bold;
  color: #ff8634;
  padding: 1rem;
  border: solid 5px;
  border-radius: 3rem;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .recommendation-box .label {
    border: solid 2.5px;
    font-size: 2.8rem;
    border-radius: 40px;
  }
}
.recommendation-box .row1 {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row1 {
    display: block;
  }
}
.recommendation-box .row1 .left1 {
  width: 22.7rem;
  flex: 0 0 22.7rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row1 .left1 {
    float: left;
    width: 22rem;
  }
}
.recommendation-box .row1 .right1 {
  padding-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row1 .right1 {
    padding-left: 0;
  }
  .recommendation-box .row1 .right1 p {
    font-size: 2.6rem;
  }
  .recommendation-box .row1 .right1 .spacer {
    margin-top: 1rem;
    display: block;
    margin-bottom: 6rem;
  }
}
.recommendation-box .row2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row2 {
    margin-top: 4rem;
  }
}
.recommendation-box .row2 .left2 {
  padding-right: 6.8rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row2 .left2 {
    padding-right: 1rem;
  }
}
.recommendation-box .row2 .right2 {
  width: 19.3rem;
  flex: 0 0 19.3rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row2 .right2 {
    width: 26rem;
    flex: 0 0 26rem;
  }
}
.recommendation-box .row3 {
  display: flex;
  align-items: center;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row3 {
    margin-bottom: 5.4rem;
  }
}
.recommendation-box .row3 .left3 {
  padding-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row3 .left3 {
    padding-right: 2.7rem;
  }
}
.recommendation-box .row3 .right3 {
  width: 18.4rem;
  flex: 0 0 18.4rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row3 .right3 {
    width: 24rem;
    flex: 0 0 24rem;
  }
}
.recommendation-box .row4 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row4 {
    display: block;
  }
}
.recommendation-box .row4 > * {
  flex: 0 0 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .recommendation-box .row4 > * {
    max-width: 100%;
  }
  .recommendation-box .row4 > *:first-child {
    margin-bottom: 4rem;
  }
}
.recommendation-box .row4 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommendation-box .row4 .items .item {
  text-align: center;
  font-size: 1.38rem;
  flex: 0 0 33.33%;
  max-width: 9.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row4 .items .item {
    font-size: 2.6rem;
    max-width: 18rem;
  }
}
.recommendation-box .row4 .items .item-title {
  margin-top: 1rem;
}
.recommendation-box .row4 .left4-title {
  font-weight: bold;
  text-align: center;
  color: #51aba8;
  font-size: 1.48rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row4 .left4-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.recommendation-box .row4 .left4-title span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 1rem;
}
.recommendation-box .row4 .left4-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #51aba8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.recommendation-box .row4 .right4-title {
  font-weight: bold;
  text-align: center;
  color: #ff8634;
  font-size: 1.48rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommendation-box .row4 .right4-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.recommendation-box .row4 .right4-title span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 1rem;
}
.recommendation-box .row4 .right4-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff8634;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.recommendation-box .cavet {
  font-size: 1.7rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .recommendation-box .cavet {
    margin-top: 5rem;
    font-size: 2.4rem;
  }
}

/**section-voice**/
.section-voice {
  background-color: #def8e8;
}

.voice-items {
  max-width: 900px;
  width: 90rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .voice-items {
    max-width: calc(100% - 8rem);
    width: 100%;
  }
}

.voice-visual {
  margin-top: -5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .voice-visual {
    margin: -2rem 0 3rem;
  }
}
.voice-visual img {
  max-width: 57.7rem;
}

.voice-item {
  background-color: #fff;
  margin-right: 3rem;
  position: relative;
  border-radius: 2rem;
  margin-bottom: 2rem;
  padding: 4.8rem 7.6rem 3rem 10rem;
}
@media screen and (max-width: 768px) {
  .voice-item {
    padding: 4rem 2rem;
    margin-right: 2rem;
  }
}
.voice-item:last-child {
  margin-bottom: 0;
}
.voice-item::after {
  content: "";
  width: 3rem;
  height: 8.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border: solid 4.2rem transparent;
  border-left: solid 3rem #fff;
}
@media screen and (max-width: 768px) {
  .voice-item::after {
    border: solid 3.6rem transparent;
    border-left: solid 2.4rem #fff;
    height: 6.5rem;
  }
}
.voice-item:nth-child(even) {
  margin-left: 3rem;
  padding: 4.8rem 10rem 3rem 7.6rem;
}
@media screen and (max-width: 768px) {
  .voice-item:nth-child(even) {
    margin-left: 2rem;
    padding: 4rem 2rem;
  }
}
.voice-item:nth-child(even)::after {
  content: "";
  width: 3rem;
  height: 8.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  border: solid 4.2rem transparent;
  border-right: solid 3rem #fff;
}
.voice-item__title {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ff8634;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .voice-item__title {
    font-size: 3.7rem;
    align-items: baseline;
  }
}
.voice-item__title img {
  display: inline;
  margin: 0 2rem 0 0;
  width: 5.4rem;
}
@media screen and (max-width: 768px) {
  .voice-item__title img {
    display: inline-block;
    margin-top: 0rem;
    position: relative;
    top: 1rem;
  }
}
.voice-item b {
  color: #ff8634;
}
@media screen and (max-width: 768px) {
  .voice-item__text {
    font-size: 2.6rem;
  }
}

/** section-step **/
.section-step {
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 0 top 0;
}
@media screen and (max-width: 768px) {
  .section-step .section-heading {
    margin-bottom: 15rem;
  }
}

.step-items {
  max-width: 90rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .step-items {
    max-width: 100%;
    padding: 0 4rem;
  }
}

.step-item {
  border: solid 1px #7d7d7d;
  border-radius: 20px;
  margin-bottom: 5.5rem;
  position: relative;
  padding: 2rem 3.2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .step-item {
    padding: 2rem 2rem 7rem;
    margin-bottom: 14rem;
  }
  .step-item:last-child {
    margin-bottom: 0 !important;
  }
}
.step-item::after {
  content: "";
  background-image: url("../images/triangle.svg");
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 3.3rem;
  height: 2rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .step-item::after {
    display: none;
  }
}
.step-item__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step-item__inner {
    display: block;
  }
}
.step-item__body {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .step-item__body {
    padding-left: 0;
  }
}
.step-item__mark {
  width: 15.6rem;
  height: 5rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  line-height: 5rem;
  border-radius: 25px;
  background: #ff8634;
  background: linear-gradient(270deg, rgb(255, 153, 51) 0%, rgb(255, 113, 102) 100%);
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .step-item__mark {
    width: 16rem;
    height: 7.3rem;
    line-height: 7.3rem;
    font-size: 2.8rem;
    margin: 0 auto 1.2rem;
    position: relative;
    top: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .step-item__figure {
    position: relative;
    top: -9rem;
    margin-bottom: -9rem;
  }
}
.step-item__figure img {
  max-width: 27.8rem;
}
@media screen and (max-width: 768px) {
  .step-item__figure img {
    max-width: 34rem;
    width: 34rem;
  }
}
.step-item__title {
  font-size: 3rem;
  color: #ff8634;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .step-item__title {
    text-align: center;
    font-size: 4.5rem;
  }
}
.step-item:last-child {
  margin-bottom: 0;
}
.step-item:last-child::after {
  display: none;
}

/*.section-job*/
.section-job {
  background: rgb(255, 153, 51);
  background: linear-gradient(90deg, rgb(255, 153, 51) 0%, rgb(255, 113, 102) 100%);
  color: #fff;
}

.job-items {
  max-width: 100%;
  width: 124rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .job-items {
    max-width: 100%;
    width: 100%;
    padding: 0 .9rem;
  }
}

.job-item {
  width: 50%;
  padding: 5rem;
}

@media screen and (max-width: 768px) {
  .job-item {
    padding: .9rem;
  }
}

.job-item__inner {
  background-color: #fff;
  color: #333333;
}

.job-item__figure {
  position: relative;
}

.job-item__figure::before {
  content: '';
  padding: 61.53% 0 0;
  display: block;
}

.job-item__figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-item__body {
  padding: 2rem 4rem 4rem;
}

@media screen and (max-width: 768px) {
  .job-item__body {
    padding: 2.4rem 1.2rem 4.5rem;
  }
}

.job-item__title {
  margin: 0 -2rem 1rem;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #ff8634;
  text-align: center;
}

.job-item__title span {
  display: inline-block;
  border-bottom: solid 2px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .job-item__title {
    margin: 0 0 1rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.job-item__free {
  margin: 0 0 1rem;
  text-align: center;
}

.job-item__free p {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: .08em;
  word-break: auto-phrase;
}

@media screen and (max-width: 768px) {
  .job-item__free p {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

.job-item__table {
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .job-item__table {
    margin: 0 0 2rem;
  }
}

.job-item__table-head {
  width: 12.8rem;
  padding: .9rem 0;
}

@media screen and (max-width: 768px) {
  .job-item__table-head {
    width: 10.8rem;
  }
}

.job-item__table-head__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff7d9;
  color: #ff8634;
  width: 100%;
  padding: .8rem;
}

@media screen and (max-width: 768px) {
  .job-item__table-head__inner {
    padding: .5rem;
    font-size: 2.2rem;
    line-height: 1;
  }
}

.job-item__table-head__inner i {
  font-size: 1.6em;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .job-item__table-head__inner i {
    transform: translate(0, .05em);
    font-size: 1.4em;
    line-height: 0;
    margin-right: .8rem;
  }
}

.job-item__table-body {
  padding: .9rem 0 .9rem 3rem;
}

@media screen and (max-width: 768px) {
  .job-item__table-body {
    padding: .9rem 0 .9rem 1.4rem;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

.job-item__url {
  width: 40rem;
  max-width: 100%;
  padding: 1.6rem;
  margin: 0 auto;
  border-radius: 50vh;
  background: #f05848;
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .job-item__url {
    width: 31rem;
    padding: 1.3rem;
    font-size: 2.2rem;
  }
}

/***/
.section-qa {
  background-color: #fef8f8;
}
@media screen and (max-width: 768px) {
  .section-qa {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.qa-items {
  max-width: 900px;
  width: 90rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .qa-items {
    max-width: 100%;
    width: 100%;
  }
}

.qa-item {
  padding: 5rem 2.3rem;
  background-color: #fff;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .qa-item {
    padding: 3rem 2rem;
  }
}
.qa-item__q {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.qa-item__q.is-active::after {
  transform: scale(-1);
}
.qa-item__q::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 2.3rem;
  top: 1.5rem;
  width: 2.8rem;
  height: 1.4rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .qa-item__q::after {
    top: 3.5rem;
  }
}
.qa-item__q-icon {
  background: #ff8634;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4.6rem;
  display: block;
  border-radius: 100%;
  flex: 0 0 4.6rem;
}
@media screen and (max-width: 768px) {
  .qa-item__q-icon {
    align-self: flex-start;
    flex: 0 0 7.5rem;
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7rem;
    font-size: 3rem;
  }
}
.qa-item__q-title {
  padding-left: 4rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .qa-item__q-title {
    font-weight: bold;
    padding-left: 2.5rem;
    padding-right: 0rem;
    font-size: 2.6rem;
  }
}
.qa-item__a {
  padding-top: 5rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .qa-item__a {
    padding-top: 3.8rem;
  }
}
.qa-item__a-content {
  display: flex;
  padding: 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .qa-item__a-content {
    border-top: 1px solid #dadada;
    padding-top: 3.8rem;
  }
}
.qa-item__a-icon {
  font-size: 2.4rem;
  font-weight: bold;
  color: #57cf98;
}
@media screen and (max-width: 768px) {
  .qa-item__a-icon {
    font-size: 4rem;
  }
}
.qa-item__a-text {
  padding-left: 3.5rem;
}

/*.company**/
.section-company {
  background-color: #ffffff;
}
.section-company .wrapper {
  max-width: 90rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-company {
    padding-bottom: 10rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.company-item {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .company-item {
    padding-bottom: 3rem;
  }
}
.company-item + .company-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .company-item + .company-item {
    margin-top: 3.5rem;
  }
}
.company-item__title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .company-item__title {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=index.css.map */



/* 20221021追記 */
.case-item__jobtitle{
  border-top: 5px solid #f67020;
}

.case-item__jobtitle-p{
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  padding: 2.6rem 3rem 1.6rem;
  color: #f67020;
  height: 12.95rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.case-item__detailbtn-a{
  background: #f05848;
  border-radius: 3.75rem;
  width: 42.5rem;
  height: 7.5rem;
  text-align: center;
  margin: 3.5rem auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-item__detailbtn{
  color: #fff;
  font-size: 2.8rem;
  display: block;
}

.case-item__recommend{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.case-item__recommend img{
  margin: 0;
  width: 2.4rem;
  height: 100%;
}

.case-item__recommend-p{
  font-size: 2.3rem;
  font-weight: bold;
  color: #f1877c;
}


@media screen and (min-width: 769px) {
  .case-item__body-title, .case-item__body dl dd{
    color: #595959;
  }
}

@media screen and (max-width: 768px) {
  .case-item__jobtitle{
    border-top: 4px solid #f67020;
  }

  .case-item__jobtitle-p{
    font-size: 3.7333vw;
    letter-spacing: 0.05em;
    padding: 0;
    height: 15.46vw;
  }

  .case-item__detailbtn-a{
    width: 41.3333vw;
    height: 6.9333vw;
    margin: 0 auto 3.5rem;
  }



  .case-item__detailbtn{
    font-size: 2.3rem;
  }

  .case-item__recommend{
    margin-bottom: 1rem;
  }
}


@media screen and (max-width: 768px) {
  .case-item__body-3line{
    height: 22rem;
  }

  .case-item__body-title-3line{
    margin-bottom: 1rem !important;
  }
  
  .case-item__detailbtn-a-1or3line{
    margin: 2rem auto 3.5rem;
  }
}