@charset "UTF-8";

.pc-block {
  display: none;
}
.tb-block {
  display: none;
}
.sp-block {
  display: block;
}

@media screen and (min-width: 48em) {
  .pc-block {
    display: block;
  }
  .tb-block {
    display: none;
  }
  .sp-block {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 83.125em) {
  .pc-block {
    display: block;
  }
  .tb-block {
    display: block;
  }
  .sp-block {
    display: none;
  }
}

/** mv **/

.bl_mainvisual_en {
  /* font-size: calc(100vw / 750 * 30); */
  font-size: 1.5rem;
  max-width: none;
  margin-bottom: calc(100vw / 750 * 20);
}
.bl_mainvisual_en img {
  width: calc(100vw / 750 * 398);
}
.bl_mainvisual_ttl,
.bl_mainvisual_lp_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / 750 * 64);
  /* font-size: 3.2rem; */
  letter-spacing: -0.02rem;
  line-height: 1.5;
  color: #ffffff;
  margin-top: -8px;
  margin-bottom: -8px;
}
.bl_mainvisual_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / 750 * 32);
  /* font-size: 1.6rem; */
  letter-spacing: 0.02rem;
  line-height: 1.19;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: calc(100vw / 750 * 16);
  padding-left: calc(100vw / 750 * 35);
  position: relative;
}
.bl_mainvisual_txt:last-of-type {
  margin-bottom: 0;
}
.bl_mainvisual_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #bf9c3f;
  width: calc(100vw / 750 * 22);
  aspect-ratio: 22 / 35;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.bl_mainvisual_txt_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(6, 56, 126, 0.4);
  padding: calc(100vw / 750 * 35.3) calc(100vw / 750 * 37)
    calc(100vw / 750 * 45.4);
}
.bl_mainvisual {
  padding-bottom: 0;
  height: calc(100vw / 750 * 1210);
}
.bl_mainvisual_inner {
  display: block;
  height: auto;
}
@media screen and (min-width: 48em) {
  .bl_mainvisual_en {
    font-size: 24px;
    max-width: 339px;
  }
  .bl_mainvisual_en img {
    width: 339px;
  }
  .bl_mainvisual_ttl {
    font-size: 6rem;
    line-height: 1.3;
  }
  .bl_mainvisual_lp_ttl {
    font-size: 5.2rem;
    line-height: 1.3;
  }
  .bl_mainvisual_txt {
    font-size: 2.8rem;
    line-height: 1.21;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .bl_mainvisual_txt::before {
    width: 1.6rem;
    height: 3rem;
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  }
  .bl_mainvisual_txt_wrapper {
    position: static;
    background: none;
    padding: 0 20px 121px;
  }
  .bl_mainvisual {
    padding-bottom: 120px;
    height: clamp(700px, 100vh, 1080px);
  }
  .bl_mainvisual_inner {
    display: flex;
    height: 75%;
  }
}

/** introduction **/

.bl_introduction_ttlArea_ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: calc(100vw / 750 * 48);
  /* font-size: 2.4rem; */
  line-height: 1.42;
  color: #bf9c3f;
  padding: calc(100vw / 750 * 110) 0 calc(100vw / 750 * 52);
  text-align: center;
  background-image: url(/img/index/gekkeizyu-sp.png);
  background-size: calc(100vw / 750 * 690);
  background-position: center;
  background-repeat: no-repeat;
}
.bl_introduction_ttlArea_txt {
  background-color: #06387e;
  text-align: center;
  padding: calc(100vw / 750 * 88) 0 calc(100vw / 750 * 60);
  position: relative;
}
.bl_introduction_ttlArea_txt:after {
  border-top: calc(100vw / 750 * 65) solid #06387e; /* 角度を緩やかなものに指定 */
  border-left: calc(100vw / 750 * 375) solid transparent; /* 左のボーダーを透過に指定 */
  border-right: calc(100vw / 750 * 375) solid transparent; /*右のボーダーを透過に指定*/
  content: "";
  position: absolute;
  bottom: calc(100vw / 750 * -64);
  left: 50%; /* 中央寄せに使用 */
  margin-left: calc(100vw / 750 * -375); /* 中央寄せに使用*/
}
.bl_introduction_ttlArea_txt .bl_introduction_ttlArea_txt-strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / 750 * 40);
  /* font-size: 2.0rem; */
  letter-spacing: 0.02rem;
  line-height: 1.8;
  color: #e8bc4e;
  margin-top: -8px;
  margin-bottom: -8px;
}
.bl_introduction_ttlArea_txt .bl_introduction_ttlArea_txt-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(100vw / 750 * 28);
  /* font-size: 1.4rem; */
  line-height: 1.88;
  color: #ffffff;
  margin-top: 33px;
  margin-bottom: -6px;
}
.bl_introduction_txtArea {
  text-align: center;
  padding: calc(100vw / 750 * 114) 0;
}
.bl_introduction_txtArea p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(100vw / 750 * 32);
  /* font-size: 1.6rem; */
  line-height: 1.64;
  color: #141415;
  margin-top: -5px;
  margin-bottom: calc(100vw / 750 * 52);
}
.bl_introduction_txtArea p:last-of-type {
  margin-bottom: 0;
}
.bl_introduction_txtArea .bl_introduction_txtArea_item_wrapper {
  width: 100%;
  max-width: calc(100vw / 750 * 630);
  margin: 0 auto;
}
.bl_introduction_txtArea .bl_introduction_txtArea_item {
  margin: calc(100vw / 750 * 47) 0 calc(100vw / 750 * 63);
  text-align: left;
}
.bl_introduction_txtArea .bl_introduction_txtArea_item li {
  display: block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / 750 * 32);
  /* font-size: 1.6rem; */
  line-height: 1.6;
  color: #06387e;
  padding-left: 24px;
  margin-top: -10px;
  margin-bottom: 17px;
  position: relative;
}
.bl_introduction_txtArea .bl_introduction_txtArea_item li::before {
  position: absolute;
  content: "";
  background-image: url(/img/common/introduction-icon.png);
  background-size: contain;
  width: calc(100vw / 750 * 37);
  /* width: 1.85rem; */
  aspect-ratio: 1 / 1;
  top: 4px;
  left: 0;
}

@media screen and (min-width: 48em) {
  .bl_introduction_ttlArea_ttl {
    font-size: 5rem;
    line-height: 1;
    padding: 111px 0 77px;
    background-image: url(/img/index/gekkeizyu-pc.png);
    background-size: 981px 111px;
  }
  .bl_introduction_ttlArea_txt {
    padding: 35px 0 8px;
  }
  .bl_introduction_ttlArea_txt:after {
    border-top: 65px solid #06387e; /* 角度を緩やかなものに指定 */
    border-left: 720px solid transparent; /* 左のボーダーを透過に指定 */
    border-right: 720px solid transparent; /*右のボーダーを透過に指定*/
    bottom: -65px;
    margin-left: -720px; /* 中央寄せに使用*/
  }
  .bl_introduction_ttlArea_txt .bl_introduction_ttlArea_txt-strong {
    font-size: 32px;
    line-height: 1.6;
    margin-top: -9px;
    margin-bottom: -9px;
  }
  .bl_introduction_ttlArea_txt .bl_introduction_ttlArea_txt-normal {
    font-size: 24px;
    line-height: 2.13;
    margin-top: calc(30px - 13px);
    margin-bottom: -13px;
  }
  .bl_introduction_txtArea {
    padding: 113px 0 104px;
  }
  .bl_introduction_txtArea p {
    font-size: 24px;
    line-height: 1.6;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .bl_introduction_txtArea p:last-of-type {
    margin-bottom: -7px;
  }
  .bl_introduction_txtArea .bl_introduction_txtArea_item_wrapper {
    max-width: 820px;
  }
  .bl_introduction_txtArea .bl_introduction_txtArea_item {
    margin: 30px 0 27px;
  }
  .bl_introduction_txtArea .bl_introduction_txtArea_item li {
    font-size: 22px;
    line-height: 2;
    padding-left: 30px;
    margin-top: -11px;
    margin-bottom: calc(24px - 11px);
  }
  .bl_introduction_txtArea .bl_introduction_txtArea_item li::before {
    width: 26px;
    height: 26px;
    top: 10px;
  }
}

/** point **/

.ly_pointList {
  width: 100%;
}
.ly_pointList_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ly_pointList_item:not(:last-of-type) {
  margin-bottom: calc(100vw / 750 * 113);
}
.ly_pointList_item_img {
  width: calc(100vw / 750 * 520);
  margin: 0 auto;
}
.ly_pointList_item_img img {
  width: 100%;
  height: auto;
}
.ly_pointList_item_txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* font-size: calc(100vw / 750 * 40); */
  font-size: 2rem;
  line-height: 1.6;
  color: #06387e;
  margin-top: calc(100vw / 750 * 44);
  margin-bottom: calc(100vw / 750 * 22);
  display: flex;
  align-items: center;
}
.ly_pointList_item_txt h3 strong {
  font-weight: 700;
  line-height: 1.2;
}
.ly_pointList_item_txt h3 small {
  /* font-size: calc(100vw / 750 * 30); */
  font-size: 1.5rem;
}
.ly_pointList_item_txt_number {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: italic;
  /* font-size: calc(100vw / 750 * 120); */
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.06rem;
  color: #bf9c3f;
  opacity: 0.6;
  margin-right: calc(100vw / 750 * 30);
}
.ly_pointList_item_small_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #06387e;
}
.ly_pointList_item_txt p {
  /* font-size: calc(100vw / 750 * 28); */
  line-height: 1.88;
  color: #141415;
  margin-top: -6px;
  margin-bottom: -6px;
}
.ly_pointList_item_txt p strong {
  font-weight: 700;
  color: #06387e;
}
@media screen and (min-width: 48em) {
  .ly_pointList {
    max-width: 1200px;
  }
  .ly_pointList_item {
    flex-direction: row;
    justify-content: space-between;
  }
  .ly_pointList_item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .ly_pointList_item_img {
    width: 33%;
  }
  .ly_pointList_item_txt {
    width: 65%;
  }
  .ly_pointList_item_txt h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-top: -7px;
    margin-bottom: calc(21px - 7px);
  }
  .ly_pointList_item_txt h3 small {
    font-size: 18px;
    line-height: 1.78;
  }
  .ly_pointList_item_txt_number {
    font-size: 80px;
    line-height: 1.2;
    margin-right: 30px;
  }
  .ly_pointList_item_txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}

/** price **/
.bl_priceList_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bl_priceList {
  display: block;
}
.bl_priceList_ttl {
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: calc(100vw / 750 * 30); */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #141415;
  padding: calc(100vw / 750 * 20) 0;
  background-color: #f6f6f6;
  width: 100%;
  text-align: center;
  margin-bottom: calc(100vw / 750 * 40);
}
.bl_priceList_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(100vw / 750 * 60);
}
.bl_priceList_item .bl_priceList_item_txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 48%;
  aspect-ratio: 220 / 205;
  background-image: url(/img/common/price_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_priceList_item .bl_priceList_item_txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(100vw / 750 * 30);
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.bl_priceList:last-of-type
  .bl_priceList_item
  .bl_priceList_item_txt:last-of-type {
  margin-left: calc(100vw / 750 * 134);
  padding-right: calc(100vw / 750 * 10);
}
.bl_priceText1 p {
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: calc(100vw / 750 * 28); */
  font-weight: 400;
  line-height: 1.88;
  color: #141415;
  margin-top: -6px;
  margin-bottom: calc(100vw / 750 * (48 - 6));
}
.bl_priceText2 p {
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: calc(100vw / 750 * 30); */
  font-weight: 500;
  line-height: 1.8;
  color: #06387e;
  margin-top: -6px;
  margin-bottom: -6px;
}

@media screen and (min-width: 48em) {
  .bl_priceList_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .bl_priceList {
    display: inline-block;
  }
  .bl_priceList:first-of-type {
    width: 38%;
  }
  .bl_priceList:last-of-type {
    width: 56%;
  }
  .bl_priceList_ttl {
    font-size: 18px;
    padding: 14px 0;
    margin-bottom: 25px;
  }
  .bl_priceList_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .bl_priceList:first-of-type .bl_priceList_item .bl_priceList_item_txt {
    width: 49%;
  }
  .bl_priceList:last-of-type .bl_priceList_item .bl_priceList_item_txt {
    width: 32.8%;
  }
  .bl_priceList:last-of-type
    .bl_priceList_item
    .bl_priceList_item_txt:last-of-type {
    margin-left: 0;
    padding-right: 0;
  }
  .bl_priceList_item .bl_priceList_item_txt p {
    font-size: 18px;
    line-height: 1.8;
  }
  .bl_priceText1 p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: -6px;
    margin-bottom: 35px;
  }
  .bl_priceText2 p {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02rem;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 48em) and (max-width: 83.125em) {
  .bl_priceList_item .bl_priceList_item_txt p {
    font-size: calc(100vw / 1440 * 22);
  }
}

/** contact **/
.el_contactTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.el_title_caption {
  /* font-size: calc(100vw / 750 * 28); */
  line-height: 1.88;
  margin-top: calc(100vw / 750 * 60);
}
.el_title_caption strong {
  font-weight: 700;
}
.bl_contactList_item {
  background-color: #ffffff;
  width: calc(100vw / 750 * 560);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(100vw / 750 * 30);
  margin: calc(100vw / 750 * 93) auto calc(100vw / 750 * 100);
  padding: 0;
}
.bl_contactList_item_tel {
  background-color: #001a41;
  margin-top: 0;
  width: 100%;
  aspect-ratio: 4 / 1;
  padding: calc(100vw / 750 * 30) calc(100vw / 750 * 98);
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_contactList_item_tel:hover {
  opacity: 0.6;
}
.bl_contactList_item_tel img {
  width: 100%;
  height: auto;
}
.bl_contactList_item_line {
  margin-top: 0;
  width: 100%;
  aspect-ratio: 4 / 1;
}
.bl_contactList_item_line:hover {
  opacity: 0.6;
  background-color: #7a6226;
  border: none;
  color: #fff;
  fill: #fff;
}
.bl_contactList_item_line:focus {
  opacity: 1;
  background-color: #7a6226;
  border: none;
  color: #fff;
  fill: #fff;
}
.bl_contactList_item_line i {
  width: calc(100vw / 750 * 63);
  aspect-ratio: 1 / 1;
  margin-right: calc(100vw / 750 * 12);
}
.bl_contactList_item_line i img {
  width: 100%;
  height: auto;
}
.bl_contactList_item_line span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(100vw / 750 * 30);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .el_contactTitle {
    flex-direction: row;
    align-items: flex-start;
  }
  .el_title_caption {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .bl_contactList_item {
    background-color: #ffffff;
    width: 840px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 66px auto 80px;
    padding: 0;
  }
  .bl_contactList_item_tel {
    background-color: #001a41;
    margin-top: 0;
    width: 400px;
    height: 100px;
    padding: 22px 70px;
  }
  .bl_contactList_item_line {
    width: 400px;
    height: 100px;
  }
  .bl_contactList_item_line i {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  .bl_contactList_item_line span {
    font-size: 20px;
  }
}

/** その他 **/
#mv {
  min-height: 100vh;
  min-height: 780px;
}
#mv.is_loaded .bl_mainvisual {
  min-height: 100vh;
  min-height: 100svh;
}
.bl_mainvisual_bg img {
  min-height: 100vh;
  min-height: 780px;
}
#flow {
  background-color: #f6f6f6;
}
#contact {
  padding-bottom: 88px;
}
#contact .hp_bottomLargeSpace {
  padding-bottom: 0;
}
#point.bg_slash:after {
  height: 100%;
}
#point.bg_slash:before {
  content: none;
}
#point.ly_displayContent {
  padding-bottom: 91px;
}
@media screen and (min-width: 48em) {
  .bl_about {
    padding-top: 0;
  }
  #contact {
    padding-bottom: 120px;
  }
  #service.bg_slash:after {
    top: 120px;
  }
  .bl_about {
    background: linear-gradient(
      0deg,
      #f6f6f6 0%,
      #f6f6f6 75%,
      #ffffff 75%,
      #ffffff 100%
    );
  }
}
@media screen and (min-width: 83.125em) and (max-width: 110em) {
  .bl_headerNav_list {
    padding-left: 12px;
    gap: 12px;
  }
}

/** アニメーション **/

/*　上に上がる動き　*/
#headerContact {
  opacity: 0;
}
#headerContact.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#headerContact.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(80px);
  }
}
@media screen and (min-width: 48em) {
  #headerContact {
    opacity: 1;
  }
  #headerContact.UpMove {
    animation: none;
  }
  #headerContact.DownMove {
    animation: none;
  }
}
.ly_pointList_item_txt_link_service{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.ly_pointList_item_txt_link_service a{
  color: #06387e;
  font-size: 14px;
  text-align: center;
}
.ly_pointList_item_txt_link_service_txt{
  font-weight: 700;
}
.ly_pointList_item_txt_link {
  margin-top: 20px;
  text-align: right;
}

.ly_pointList_item_txt_link a {
  color: #06387e;
  font-size: 14px;
  font-weight: 700;
}
.ly_pointList_item_txt_link a:hover {
  opacity: 0.6;
}
.ly_pointList_item_txt_link_service a:hover {
  opacity: 0.6;
}
.ly_office_main_txt_wrapper{
  margin-top: 20px;
}
.ly_office_main_txt{
  font-size: 14px;
  line-height: 1.88;
  color: #06387e;
  text-align: center;
}
.ly_office_main_txt_strong{
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .ly_pointList_item_txt_link a {
    font-size: 20px;
  }
  .ly_pointList_item_txt_link_service a{
    font-size: 20px;
  }
  .ly_pointList_item_txt_link_service{
    margin-top: 40px;
  }
  .ly_office_main_txt{
    font-size: 16px;
  }
}

.service-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .service-section {
    padding-top: 70px;
  }
}

.service-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.75rem;
}

.service-section-header {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .service-section-header {
    margin-bottom: 60px;
  }
}


@media (min-width: 768px) {
  .service-subheading {
    font-size: 1.125rem;
  }
}

.service-heading {
  color: #06387e;
  font-size: 22px;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .service-heading {
    font-size: 28px;
  }
}

.service-br-sp {
  display: inline;
}

@media (min-width: 768px) {
  .service-br-sp {
    display: none;
  }
}

.service-review {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-review {
    margin-bottom: 50px;
  }
}

.service-review-flex {
  position: relative;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .service-review-flex {
    height: 415px;
    display: flex;
    flex-wrap: nowrap;
  }

  .service-review-flex.service-reverse {
    flex-direction: row-reverse;
  }
}

.service-review-image {
  min-height: 180px;
  width: 100%;
}

@media (min-width: 768px) {
  .service-review-image {
    height: 340px;
    width: 65%;
    max-width: 600px;
  }

  .service-review-flex .service-review-image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .service-review-flex.service-reverse .service-review-image {
    left: auto;
    right: 0;
  }
}

.service-review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-review-text-box {
  background-color: #ffffff;
  padding: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .service-review-text-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    max-width: 517px;
    min-height: 245px;
    padding: 50px;
    width: 55%;
  }

  .service-review-flex.service-reverse .service-review-text-box {
    right: auto;
    left: 0;
  }
}

.service-review-title {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .service-review-title {
    font-size: 20px;
  }
}

.service-review-highlight {
  color: #06387e;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .service-review-highlight {
    font-size: 20px;
  }
}

.service-review-text {
  line-height: 1.5;
  margin-top: 1rem;
  font-size: 14px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .service-review-text {
    margin-top: 2rem;
    font-size: 16px;
  }
}



.service-media-block {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-media-block {
    margin-bottom: 50px;
  }
}

.service-media-text {
  text-align: center;
  color: #06387e;
  margin-bottom: 1rem;
}

.service-media-line {
  color: #06387e;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .service-media-line {
    font-size: 28px;
  }
}

.service-media-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .service-media-title {
    font-size: 28px;
  }
}

.service-media-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .service-media-images {
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.service-media-img-sm {
  width: 100%;
  max-width: 200px;
}

.service-media-img-lg {
  width: 100%;
  max-width: 400px;
}

.service-br-sp {
  display: inline;
}
.font-size-lg {
  font-size: 18px;
}
@media (min-width: 768px) {
  .service-br-sp {
    display: none;
  }
}