.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/technician/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    position: relative;
    background: url("../img/technician/sp_main_img.webp") no-repeat center center/cover;
    height: 280px;
    display: table;
    width: 100%;
    margin-bottom: 45px;
  }
  .main-img__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .main-img__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 440px;
    height: 130px;
    background-color: #fff;
    font-size: 2.4rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.33333;
    white-space: nowrap;
  }
  .main-img__title--en {
    font-size: 2rem;
    font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #e24b07;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.intro {
  margin-bottom: 134px;
}

.intro__text {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 90px;
  }
}

.technician {
  margin-bottom: 107px;
}

.technician__title {
  margin-bottom: 0.5em;
}

.technician__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}

.technician__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 60px;
}
.technician__photo img {
  height:auto;
}

.technician__textarea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 2em;
}

.technician__message {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .technician__message {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.technician__name {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .technician__name {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.technician__name--job {
  font-size: 1.8rem;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .technician {
    margin-bottom: 68px;
  }
  .technician__title {
    margin-bottom: 1.5em;
  }
  .technician__group {
    display: block;
    margin-bottom: 4em;
  }
  .technician__photo {
    width: 200px;
    margin: 0 auto;
  }
  .technician__textarea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.9em;
  }
  .technician__name {
    margin-bottom: 2.5em;
  }
  .technician__name--job {
    font-size: 1.5rem;
  }
}

.technician-career {
  margin-bottom: 107px;
}

.technician-career__heading {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.technician-career__list {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.technician-career__item {
  padding: 1.2em 0 1.5em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .technician-career {
    margin-bottom: 68px;
  }
  .technician-career__item {
    padding: 1em 0 1.25em;
    line-height: 1.46667;
  }
}

.feature {
  margin-bottom: 107px;
}

.feature__title {
  margin-bottom: 1em;
}

.feature-list {
  margin-bottom: 44px;
}

.feature-list__item {
  background-color: #eae7e4;
}

.feature-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.feature-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.feature-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .feature-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .feature-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .feature-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.feature-list__heading {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cac6c1;
}

.feature-list__item {
  padding: 30px 40px;
}

.feature-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.feature__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.feature__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.feature__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .feature__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .feature__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    margin-bottom: 68px;
  }
  .feature-list {
    margin-bottom: 28px;
  }
  .feature__heading {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .feature__item {
    padding: 23px;
  }
  .feature__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.feature__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.feature__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.feature__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .feature__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .feature__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

.facility__title {
  margin-bottom: 1.5em;
}

.facility__photo {
  margin-bottom: 1.5em;
}
.facility__photo img {
  height:auto;
}

.facility__heading {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .facility__heading {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.facility__list {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 70px;
}

.facility__item {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding: 2em 0 4em;
}

.facility-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facility-group__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.facility-group__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.facility-group__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 365px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 1024px) {
  .facility-group {
    display: block;
  }
  .facility-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
}

.facility__text-bottom {
  text-align: center;
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.77778;
}

@media screen and (max-width: 767px) {
  .facility__title {
    margin-bottom: 1em;
  }
  .facility__heading {
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .facility__heading {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

@media screen and (max-width: 767px) {
  .facility__list {
    margin-bottom: 48px;
  }
  .facility__item {
    padding: 2em 0;
  }
  .facility-group__photo {
    margin-bottom: 1.5em;
  }
  .facility-group__photo img {
    height:auto;
  }
  .facility__text-bottom {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    line-height: 1.47059;
  }
}
/*# sourceMappingURL=technician.css.map */