@media screen and (min-width: 769px) {
  .about-prologue {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-prologue {
    padding: 40px 0 60px;
  }
}

.about-prologue__inner {
  max-width: 670px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.about-prologue__heading {
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .about-prologue__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-prologue__heading {
    font-size: 20px;
  }
}

.about-prologue__movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 769px) {
  .about-prologue__movieWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-prologue__movieWrap {
    margin-top: 30px;
  }
}

.about-prologue__movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-prologue__text {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .about-prologue__text {
    margin-top: 40px;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .about-prologue__text {
    margin-top: 20px;
    line-height: 1.8;
  }
}

.about-work {
  position: relative;
}
.about-work:before {
  content: "";
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .about-work {
    padding: 100px 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .about-work {
    padding: 30px 15px 50px;
  }
}

.about-work__row {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about-work__row {
    min-height: 416px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .about-work__description {
    max-width: 440px;
    margin-right: clamp(420px, 59vw, 570px);
  }
}
@media screen and (max-width: 768px) {
  .about-work__description {
    max-width: 560px;
    margin: 0 auto;
  }
}

.about-work__roma {
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .about-work__roma {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__roma {
    font-size: 18px;
  }
}

.about-work__ja {
  color: #333;
}
@media screen and (min-width: 769px) {
  .about-work__ja {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__ja {
    font-size: 24px;
  }
}

.about-work__imageWrap {
  max-width: 690px;
}
@media screen and (min-width: 769px) {
  .about-work__imageWrap {
    width: 75%;
    position: absolute;
    top: 0;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__imageWrap {
    margin-top: 20px;
  }
}

.about-work__read {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .about-work__read {
    margin-top: 35px;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .about-work__read {
    margin-top: 20px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .about-work__list {
    max-width: 1050px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .about-work__list {
    max-width: 560px;
    margin: 30px auto 0;
  }
}

.about-work__item {
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .about-work__item {
    width: 47%;
  }
  .about-work__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.about-work__itemTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .about-work__itemTitle {
    padding: 30px 10px 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__itemTitle {
    padding: 20px 12px 12px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .about-work__itemDesc {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__itemDesc {
    padding: 20px;
  }
}

.about-work__itemThumb {
  max-width: 440px;
}
@media screen and (min-width: 769px) {
  .about-work__itemThumb {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-work__itemThumb {
    margin: 0 auto 20px;
  }
}

.about-work__subTitle {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.about-work__itemText {
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .about-work__itemText.--high {
    min-height: 194px;
  }
}

.about-work__buttonWrap {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .about-work__buttonWrap {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about-work__buttonWrap {
    margin: 30px auto 0;
  }
}

.about-work__button {
  height: 50px;
}

@media screen and (min-width: 769px) {
  .about-position {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-position {
    padding-bottom: 60px;
  }
}

.about-position__item {
  background-color: #F5F5F5;
  position: relative;
  z-index: 0;
}
.about-position__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-mask: url("../img/common/common_bg.svg") repeat-y right 25% top/84%;
          mask: url("../img/common/common_bg.svg") repeat-y right 25% top/84%;
  background-color: #E5E8EC;
}
@media screen and (min-width: 769px) {
  .about-position__item {
    padding: 60px 15px;
  }
  .about-position__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-position__item {
    padding: 30px 15px;
  }
  .about-position__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.about-position__itemInner {
  max-width: 1050px;
  margin: 0 auto;
}

.about-position__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .about-position__itemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-position__itemTitle {
    font-size: 20px;
  }
}

.about-position__itemText {
  font-size: 14px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .about-position__itemText {
    margin-top: 10px;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .about-position__itemText {
    margin-top: 20px;
    line-height: 1.8;
  }
}
.about-position__itemText strong {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .about-position__itemText strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-position__itemText strong {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .about-position__subList {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .about-position__subList {
    margin-top: 30px;
  }
}

.about-position__subItem {
  padding: 20px 0 20px 20px;
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .about-position__subItem {
    width: 23.5%;
  }
  .about-position__subItem:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .about-position__subItem:nth-child(n+2) {
    margin-top: 10px;
  }
}

.about-position__subTitle {
  margin-left: 60px;
  padding-bottom: 8px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .about-position__subTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-position__subTitle {
    font-size: 16px;
  }
}
.about-position__subTitle img {
  width: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
}

.about-position__subText {
  margin-top: 25px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.about-position__buttonGroup {
  max-width: 640px;
}
@media screen and (min-width: 769px) {
  .about-position__buttonGroup {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about-position__buttonGroup {
    margin: 30px auto 0;
  }
}

.about-position__button {
  min-height: 50px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .about-position__button {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .about-position__button:nth-child(n+2) {
    margin-top: 8px;
  }
}

.service-section__positionWrap {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .service-section__positionWrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service-section__positionWrap {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .service-section__row {
    display: -ms-grid;
    display: grid;
    gap: 26px;
  }
  .service-section__row.--list01 {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 0 26px;
  }
  .service-section__row.--list01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-section__row.--list01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .service-section__row.--list01 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .service-section__row.--list01 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .service-section__row.--list01 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .service-section__row.--list01 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .service-section__row.--list01 > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .service-section__row.--list01 > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .service-section__row.--list02 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .service-section__row.--list02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-section__row.--list02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .service-section__row.--list02 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .service-section__row.--list02 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .service-section__row.--list03 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .service-section__row.--list03 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .service-section__row {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .service-section__defineList.--list01:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .service-section__defineList.--list01:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .service-section__defineList.--list01:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/5/2;
  }
  .service-section__defineList.--list01:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/5/3;
  }
}
@media screen and (max-width: 768px) {
  .service-section__defineList:nth-child(n+2) {
    margin-top: 20px;
  }
}

.service-section__defineTitle {
  position: relative;
  font-family: notoSansJp700, sans-serif;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.service-section__defineTitle:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
.service-section__defineTitle.--color1:before {
  background-color: #88B6CA;
}
.service-section__defineTitle.--color2:before {
  background-color: #748EBE;
}
.service-section__defineTitle.--color3:before {
  background-color: #B46FA3;
}
.service-section__defineTitle.--color4:before {
  background-color: #C6BA8D;
}
.service-section__defineTitle.--color5:before {
  background-color: #A3C65F;
}
.service-section__defineTitle.--color6:before {
  background-color: #83B873;
}
.service-section__defineTitle.--color7:before {
  background-color: #C8C797;
}
.service-section__defineTitle.--color8:before {
  background-color: #BF9085;
}
@media screen and (min-width: 769px) {
  .service-section__defineTitle {
    padding-left: 20px;
    font-size: 18px;
  }
  .service-section__defineTitle:before {
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .service-section__defineTitle {
    padding-left: 15px;
  }
  .service-section__defineTitle:before {
    top: 5px;
  }
}

.service-section__defineData {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.53;
}
@media screen and (min-width: 769px) {
  .service-section__defineData {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .service-section__departList {
    display: -ms-grid;
    display: grid;
    gap: 26px;
  }
  .service-section__departList.--list01 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .service-section__departList.--list01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-section__departList.--list01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) and (min-width: 768px) {
  .service-section__departList.--list01 .service-section__department {
    height: 108px;
  }
}
@media screen and (min-width: 769px) {
  .service-section__departList.--list02 {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 26px;
  }
  .service-section__departList.--list02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-section__departList.--list02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .service-section__departList.--list03 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .service-section__departList.--list03 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-section__departList.--list03 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .service-section__departList.--list03 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .service-section__departList.--list03 > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}

.service-section__department {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .service-section__department:nth-child(n+2) {
    margin-top: 10px;
  }
}

.service-section__emphasis {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 15px;
  font-family: notoSansJp700, sans-serif;
}
.service-section__emphasis.--color1 {
  color: #88B6CA;
  border-bottom: 1px dotted #88B6CA;
}
.service-section__emphasis.--color2 {
  color: #748EBE;
  border-bottom: 1px dotted #748EBE;
}
.service-section__emphasis.--color3 {
  color: #B46FA3;
  border-bottom: 1px dotted #B46FA3;
}
.service-section__emphasis.--color4 {
  color: #C6BA8D;
  border-bottom: 1px dotted #C6BA8D;
}
.service-section__emphasis.--color5 {
  color: #A3C65F;
  border-bottom: 1px dotted #A3C65F;
}
.service-section__emphasis.--color6 {
  color: #83B873;
  border-bottom: 1px dotted #83B873;
}
.service-section__emphasis.--color7 {
  color: #C8C797;
  border-bottom: 1px dotted #C8C797;
}
.service-section__emphasis.--color8 {
  color: #BF9085;
  border-bottom: 1px dotted #BF9085;
}