/****************************************
*
* ublog.css
*
*****************************************/

/*
* common
*/

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sec-in-post p:not(.staff_cm) {
  display: none;
}

.section {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  margin: auto;
  width: 100%;
  position: relative;
  padding: 0;
}

.section__inner {
  max-width: 375px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
}

.section--sec-n73 {
  padding: 0px 15px 30px;
}

.section--sec-n74 {
  padding: 0 0 30px;
}

.section--sec-n75 {
  padding-bottom: 15px;
}

.section--sec-n76 {
  padding-bottom: 20px;

}

.section--sec-n77 {
  padding: 0 0 34px;
}

.section--sec-n78 {
  background-color: #fdf6df;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  padding-bottom: 0;
}

.section--sec-n79 {
  padding-bottom: 32px;
}

.section--sec-contents {}

.section--sec-n80 {}

.section--sec-n81 {
  padding: 40px 0px 15px;
}

.section--sec-n82 {}

.section--sec-n83 {}

@media screen and (min-width: 768px) {
  .section {
    margin: auto;
    width: 100%;
    position: relative;
    padding: 0 0 15px;
  }

  .section__inner {
    max-width: 768px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }


  .section--sec-n73 {
    max-width: 1000px;
    padding: 15px 30px 35px;
  }

  .section--sec-n74 {
    padding-bottom: 35px;
  }

  .section--sec-n75 {
    padding-bottom: 30px;
  }

  .section--sec-n77 {
    padding-bottom: 40px;
  }

  .section--sec-n78 {
    padding-bottom: 0;
  }

  .section--sec-n79 {
    padding-bottom: 74px;
  }

  .section--sec-n81 {
    padding: 40px 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .common-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
  }

  .text-marker {
    background: linear-gradient(transparent 60%, #FFF100 60%, #FFF100 100%, transparent 100%);
  }

  .text-accent {
    color: #E8380D;
  }

  .text-shadow {
    position: relative;

    text-shadow:
      3px -3px #1E9BD8,
      4px -2px #1E9BD8,
      5px -1px #1E9BD8,
      6px 0 #1E9BD8,
      5px 1px #1E9BD8,
      4px 2px #1E9BD8,
      3px 3px #1E9BD8,
      0 -3px #1E9BD8,
      0 3px #1E9BD8,
      -3px -3px #1E9BD8,
      -4px -2px #1E9BD8,
      -5px -1px #1E9BD8,
      -6px 0 #1E9BD8,
      -5px 1px #1E9BD8,
      -4px 2px #1E9BD8,
      -3px 3px #1E9BD8;
  }

  /*
.text-shadow::before {
  width: 100%;
  content: attr(data-text);
  font-weight: 900;
  color: #1E9BD8;
  scale: 1;
  position: absolute;
  z-index: -1;
  letter-spacing: -0.03em;
}
*/
  .no-image {
    width: 100%;
    height: 100%;
    background-color: #C9CACA;
  }
}

@media screen and (min-width: 768px) {
  .common-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2.25;
    font-weight: 400;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
  }

  .text-marker {
    background: linear-gradient(transparent 60%, #FFF100 60%, #FFF100 100%, transparent 100%);
  }

  .text-accent {
    color: #E8380D;
  }

  .text-shadow {
    position: relative;

    text-shadow:
      3px -3px #1E9BD8,
      4px -2px #1E9BD8,
      5px -1px #1E9BD8,
      6px 0 #1E9BD8,
      5px 1px #1E9BD8,
      4px 2px #1E9BD8,
      3px 3px #1E9BD8,
      0 -3px #1E9BD8,
      0 3px #1E9BD8,
      -3px -3px #1E9BD8,
      -4px -2px #1E9BD8,
      -5px -1px #1E9BD8,
      -6px 0 #1E9BD8,
      -5px 1px #1E9BD8,
      -4px 2px #1E9BD8,
      -3px 3px #1E9BD8;
  }

  /*
  .text-shadow::before {
    width: 100%;
    content: attr(data-text);
    font-weight: 900;
    color: #1E9BD8;
    scale: 1;
    position: absolute;
    z-index: -1;
    letter-spacing: -0.03em;
  }
  */
  .no-image {
    width: 100%;
    height: 100%;
    background-color: #C9CACA;
  }
}

/*
* sec-n73
*/
@media screen and (max-width: 767px) {
  .sec-n73 {}

  .sec-n73__text1 {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    padding: 15px 13px;
    font-feature-settings: "palt";

    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #2A54A5;

    border: 1px solid #2A54A5;
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sec-n73 {}

  .sec-n73__text1 {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    padding: 18px 13px;
    font-feature-settings: "palt";

    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #2A54A5;

    border: 1px solid #2A54A5;
    border-radius: 30px;
  }
}

/*
* sec-n74
*/
@media screen and (max-width: 767px) {
  .sec-n74 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    gap: 19px;
  }

  .sec-n74__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: unset;
  }

  .sec-n74__box1 {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sec-n74__box1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(110deg, var(--blue1) 50%, var(--blue2) 50%);
  }

  .sec-n74__title {
    width: 100%;
    padding: 3px 15px 15px 15px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #231815;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .sec-n74 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 45px;
  }

  .sec-n74__box1 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }

  .sec-n74__box1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: linear-gradient(110deg, var(--blue1) 50%, var(--blue2) 50%);
  }

  .sec-n74__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: unset;
  }

  .sec-n74__title {
    width: 100%;
    padding: 0 10px 20px 30px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    color: #231815;
    text-align: left;

    background-image: url(../img/text-deco-001.svg), url(../img/text-deco-001.svg);
    background-size: 768px 9px;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
  }
}

/*
* sec-n75
*/
@media screen and (max-width: 767px) {
  .sec-n75 {}

  .sec-n75__list {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
  }

  .sec-n75__item {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #231815;
    text-align: left;
  }

  .sec-n75__item:first-child::after {
    content: "/";
  }

  .sec-n75__item .num {
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media screen and (min-width: 768px) {
  .sec-n75 {}

  .sec-n75__list {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
  }

  .sec-n75__item {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #231815;
    text-align: left;
  }

  .sec-n75__item:first-child::after {
    content: "/";
  }

  .sec-n75__item .num {
    margin-left: 3px;
    margin-right: 3px;
  }

}

/*
* sec-n76
*/
@media screen and (max-width: 767px) {
  .sec-n76 {}

  .sec-n76__text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #231815;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .sec-n76 {
    padding: 0;
  }

  .sec-n76__text {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
    color: #231815;
    text-align: left;
  }
}

/*
* sec-n77
*/
.sec-n77 {
  padding: 20px 0;
}

.sec-n77__content {
  display: flex;
  flex-direction: column;
}

.sec-n77__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 47px;
  align-content: center;
  background-image: linear-gradient(353deg, var(--blue1) 50%, var(--blue2) 50%);
}

.sec-n77__box1 {
  border: 2px solid var(--blue1);
  border-top: none;
  padding: 10px;
}

ul.understand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

}

ul.understand li {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
  padding-left: 35px;
}

ul.understand li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../image/understand__item-icon.png);
  background-size: 100%;
  width: 22px;
  height: 22px;
}

@media screen and (min-width: 768px) {
  .sec-n77 {
    padding: 20px 0;
  }

  .sec-n77__content {
    display: flex;
    flex-direction: column;
  }

  .sec-n77__title {
    font-size: 26px;
    height: 80px;
    background-image: linear-gradient(353deg, var(--blue1) 50%, var(--blue2) 50%);
  }

  .sec-n77__box1 {
    border: 2px solid var(--blue1);
    border-top: none;
    padding: 30px 10px;
  }

  ul.understand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  ul.understand li {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    position: relative;
    padding-left: 50px;
  }

  ul.understand li::before {
    width: 28px;
    height: 28px;
  }

}

/*
* sec-n78
*/
.sec-n78 {
  position: relative;
  padding: 25px 15px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.sec-n78 p {
  display: block;
}

.sec-n78 #toc_container {
  width: 100% !important;
}

.sec-n78 .toc_toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 17px;
  line-height: calc(48 / 20);
  font-weight: 900;
  color: var(--blue1);
  text-align: center;
  width: 32px;
  height: 38px;
  rotate: -90deg;
}

.sec-n78 .toc_brackets {
  display: none;
}

.sec-n78 .toc_title {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--blue1);
  text-align: center;
  border-top: 1px solid var(--blue1);
  border-bottom: 1px solid var(--blue1);
  padding: 5px;
  width: 100%;
}

.sec-n78 .toc_list {
  padding-left: 20px;
  padding-top: 14px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec-n78 .toc_list>li {
  font-size: 15px;
  line-height: calc(28 / 15);
  font-weight: 700;
  color: #231815;
  text-align: left;
  letter-spacing: -0.02em;
  position: relative;
}

.sec-n78 .toc_list>li::before {
  position: absolute;
  top: 4px;
  left: -20px;
  content: "";
  background-image: url(../image/sec-n78__toc-icon.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.sec-n78 .toc_list>li ul {}

.sec-n78 .toc_list>li ul>li {
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  color: var(--blue1);
  text-align: left;
}

.sec-n78 .toc_list>li ul>li::before {
  content: "・";
}

.sec-n78 .toc_list>li ul>li a {
  display: inline;
}

@media screen and (min-width: 768px) {
  .sec-n78 {
    position: relative;
    padding: 25px 15px;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-n78 p {
    display: block;
  }

  .sec-n78 #toc_container {
    width: 100% !important;
  }

  .sec-n78 .toc_toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    line-height: calc(48 / 20);
    font-weight: 900;
    color: var(--blue1);
    text-align: center;
    width: 51px;
    height: 62px;
    rotate: -90deg;
  }

  .sec-n78 .toc_brackets {
    display: none;
  }

  .sec-n78 .toc_title {
    position: relative;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--blue1);
    text-align: center;
    border-top: 2px solid var(--blue1);
    border-bottom: 2px solid var(--blue1);
    padding: 10px;
    width: 100%;
  }

  .sec-n78 .toc_list {
    padding-left: 70px;
    padding-top: 40px;
    padding-right: 0px;
    gap: 30px;
  }

  .sec-n78 .toc_list>li {
    font-size: 18px;
  }

  .sec-n78 .toc_list>li::before {
    position: absolute;
    top: 0px;
    left: -38px;
    content: "";
    width: 28px;
    height: 28px;
  }

  .sec-n78 .toc_list>li ul {}

  .sec-n78 .toc_list>li ul>li {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: var(--blue1);
    text-align: left;
  }

  .sec-n78 .toc_list>li ul>li::before {
    content: "・";
  }

  .sec-n78 .toc_list>li ul>li a {}
}

/*
* sec-n79
*/
.sec-n79 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  padding-top: 40px;
}

.sec-n79__inner {}

.sec-n79__box1 {
  background-color: var(--blue1);
  padding: 5px;
  margin-bottom: -2px;
}

.sec-n79__box2 {
  display: flex;
  gap: 15px;
  padding: 5px;
}

.sec-n79__text1 {
  background-color: var(--yellow1);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--blue1);
  line-height: 2;
}

.sec-n79__box3 {
  width: 118px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
}

.sec-n79__box4 {
  position: relative;
}

.sec-n79__box4::after {
  content: "";
  display: block;
  width: 32px;
  height: 41px;
  background-image: url(../image/parts-n06b__box1-after.png);
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  right: 0px;
  top: -10px;
}

.sec-n79__text3 {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-align: left;
  padding-top: 5px;
}

.sec-n79__text3 .sub1 {
  position: relative;
}

.sec-n79__text3 .sub1::before {
  content: "";
  width: 0.2em;
  height: 0.2em;
  background-color: var(--yellow1);
  position: absolute;
  right: 0;
  left: 0;
  top: -0.1em;
  margin: auto;
  border-radius: 50%;

}

.sec-n79__text4 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-align: left;
  color: #fff;
  line-height: 1.3;
}

.sec-n79__text5 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  color: var(--blue1);
  width: 100%;
  height: 40px;
  padding-top: 5px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .sec-n79 {
    padding-top: 80px;
  }

  .sec-n79__inner {}

  .sec-n79__box1 {
    padding: 5px;
    margin-bottom: -2px;
  }

  .sec-n79__box2 {
    display: flex;
    gap: 15px;
    padding: 5px;
  }

  .sec-n79__text1 {
    border-radius: 5px;
    font-size: 27px;
  }

  .sec-n79__box3 {
    width: 264px;
    flex-shrink: unset;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
  }

  .sec-n79__box4 {
    position: relative;
  }

  .sec-n79__box4::after {
    content: "";
    display: block;
    width: 62px;
    height: 81px;
    background-image: url(../image/parts-n06b__box1-after.png);
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    right: -10px;
    top: -15px;
  }

  .sec-n79__text3 {
    font-size: 54px;
    padding-top: 10px;
  }

  .sec-n79__text3 .sub1 {}

  .sec-n79__text3 .sub1::before {
    content: "";
    width: 0.2em;
    height: 0.2em;
    background-color: var(--yellow1);
    position: absolute;
    right: 0;
    left: 0;
    top: -0.1em;
    margin: auto;
    border-radius: 50%;
  }

  .sec-n79__text4 {
    font-size: 32px;
  }

  .sec-n79__text5 {
    font-size: 23px;
    height: 40px;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
  }
}



/*
* sec-contents 投稿ページ記事コンテンツ用
*/
.sec-contents {
  padding: 20px 0;
}

.sec-contents__title,
.sec-contents h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--blue1);
  text-align: left;
  background-color: var(--blue3);
  border-left: 0.25em solid var(--blue1);

  padding: 10px 1px 10px 10px;
  margin-bottom: 16px;
  position: relative;
}

.sec-contents__img1 {
  display: block;
  width: 345px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.sec-contents__text {
  margin-bottom: 12px;
}

.sec-contents__h3 {
  font-size: 18px;
  line-height: calc(20 / 18);
  font-weight: 700;
  color: #231815;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  padding: 9px 0 7px 1.4em;
}

.sec-contents__h3::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1lh;
  height: 1lh;
  display: inline-block;
  background-color: var(--blue1);
  border-radius: 50%;
}

.sec-contents__h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.333lh;
  content: "";
  width: 0.333lh;
  height: 0.333lh;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}


.sec-contents__h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #231815;
  text-align: left;
  font-feature-settings: "palt";
  padding-left: 0.5em;
  margin-bottom: 0.75em;
  position: relative;
  border-left: 0.2em solid var(--blue1);
}

@media screen and (min-width: 768px) {
  .sec-contents {}

  .sec-contents__title {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 60px;
  }

  .sec-contents__img1 {
    display: block;
    width: 550px;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .sec-contents__text {
    margin-bottom: 49px;
  }

  .sec-contents__h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .sec-contents__h4 {
    font-size: 24px;
  }
}

/*
* parts-p1
*/
.parts-p1 {
  padding: 30px 0 20px;

}

.parts-p1__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.parts-p1__title::before {
  content: "●";
  color: #fff;
  font-size: 10px;
  text-align: center;
  width: 2.4em;
  height: 2.4em;
  background-color: var(--blue1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0.4em;
}

.parts-p1__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 16px;
  border: 3px solid var(--green1);
  border-radius: 6px;
}

.parts-p1__item {
  padding-left: 1em;
  position: relative;

  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #231815;
  text-align: left;
  letter-spacing: -0.08em;
}

.parts-p1__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.75lh;
  height: 0.75lh;
  background-color: var(--green1);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .parts-p1 {
    padding: 50px 0 30px;
  }

  .parts-p1__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .parts-p1__title::before {
    content: "●";
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 2.4em;
    height: 2.4em;
    background-color: var(--blue1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0.4em;
  }

  .parts-p1__list {
    gap: 30px;
    padding: 30px 32px;
    border: 4px solid var(--green1);
    border-radius: 12px;
    flex-wrap: wrap;
    height: auto;
  }

  .parts-p1__item {
    font-size: 18px;
  }
}

/*
* parts-p3
*/
/*.parts-p3 {
  padding-top: 10px;
  padding-bottom: 20px;
}*/
.parts-p3 {
  position: relative;
  margin: 38px 0 50px;
  padding-top: 10px;
  background-image: url(../img/parts-p3-img.png);
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: left 20px;
  min-height: 128px; /* コンテナの最小高さを確保 */
}
.parts-p3__inner {
  --_bg-size: 69px;
  background-image: url(../image/parts-p3-bg.svg);
  background-size: var(--_bg-size) auto;
  background-repeat: no-repeat;
  background-position: left 50px;
  padding-left: calc(var(--_bg-size) + 20px);
  padding-top: 50px;
}

p.staff_cm {
  position: absolute;
  left: 10px;
  margin: -35px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.parts-p3__text {
  padding: 0.75em;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #231815;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #f5fbfe;
  position: relative;
  border-radius: 10px;
}

.parts-p3__text::before {
  position: absolute;
  left: -1em;
  top: 1em;
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 0.5em 1em 0.5em 0;
  border-color: transparent #f5fbfe transparent transparent;
}

@media screen and (min-width: 768px) {
  .parts-p3 {
    position: relative;
    margin: 40px 0;
    padding-top: 10px;
    background-image: url(../img/parts-p3-img.png);
    background-size: 128px auto;
    background-repeat: no-repeat;
    background-position: left 20px;
    min-height: 128px; /* コンテナの最小高さを確保 */
  }
  .parts-p3__inner {
    --_bg-size: 128px;
    background-image: url(../image/parts-p3-bg.svg);
    background-size: var(--_bg-size) auto;
    background-repeat: no-repeat;
    background-position: left 31px;
    padding-left: calc(var(--_bg-size) + 20px);
    padding-top: 50px;
    min-height: calc(var(--_bg-size) + 31px); /* 背景画像の高さ + 背景画像の上端からのオフセット */
  }
  
  p.staff_cm {
    position: absolute;
    left: 0;
    margin: -45px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-align: center;
  }
  
  .parts-p3__text {
    background-image: url(../img/parts-p3__text-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 16px 16px 26px 48px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    min-height: 100px;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
/*
  .parts-p3 {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
  }

  .parts-p3__inner {
    --_bg-size: 120px;
    --_padding: 20px;
    padding: var(--_padding) 0;
    padding-left: calc(var(--_bg-size) + var(--_padding));
  }

  p.staff_cm {
    position: absolute;
    left: 0;
    width: auto;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
  .parts-p3__text {
    padding: 1.5em;
  }
*/
}

/*
* parts-p4
*/
.parts-p4 {
  border: 3px solid #00a000;
  border-radius: 10px;
  padding: 9px 10px 10px 15px;
  margin-bottom: 30px;
}

.parts-p4__list {
  padding-left: 0;
  counter-reset: list;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
}

.parts-p4__item {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #231815;
  text-align: left;
  padding-left: 25px;
  position: relative;
  letter-spacing: -0.03em;
}

.parts-p4__item::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: counter(list);
  counter-increment: list;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00a000;
  border-radius: 50%;
  margin-right: 0px;
}

@media screen and (min-width: 768px) {
  .parts-p4 {
    border: 4px solid #00a000;
    border-radius: 10px;
    padding: 27px 18px 20px 30px;
  }

  .parts-p4__list {
    padding-left: 0;
    counter-reset: list;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .parts-p4__item {
    font-size: 18px;
    line-height: 33px;
    font-weight: 600;
    color: #231815;
    text-align: left;
    padding-left: 35px;
    position: relative;
    letter-spacing: -0.03em;
  }

  .parts-p4__item::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: counter(list);
    counter-increment: list;
    display: inline-block;
    width: 23px;
    height: 23px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
  }
}

/*
* parts-p6
*/
.parts-p6 {
  padding: 20px 0;
}

.parts-p6__item {
  width: 100%;
  position: relative;
}

.parts-p6__link {
  background-color: #fff;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  gap: 12px;
  align-items: flex-start;
  padding: 10px;
  box-shadow: 0 0 5px rgba(35, 24, 21, 0.35);
}

.parts-p6__box1 {
  padding-top: 5px;
}

.parts-p6__icon {
  position: relative;
  top: 0;
  right: 0;
  width: 80px;
  height: 1lh;
  background-color: #1491e1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 100px;
}

.parts-p6__img {
  display: block;
  width: 90px;
  height: 100%;
  flex-shrink: 0;
}

.parts-p6__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.parts-p6__title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #231815;
  text-align: left;
  width: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .parts-p6 {
    padding: 30px 0;
  }

  .parts-p6__item {
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .parts-p6__link {
    gap: 20px;
    padding: 15px 20px;
    box-shadow: 0 0 5px rgba(35, 24, 21, 0.35);
  }

  .parts-p6__icon {
    width: 111px;
    font-size: 18px;
    line-height: 36px;
  }

  .parts-p6__img {
    width: 104px;
    height: 104px;
  }

  .parts-p6__img img {}

  .parts-p6__title {
    font-size: 18px;
    line-height: 32px;
  }
}

/*
* parts-p2
*/
.parts-p2 {
  position: relative;
  margin-top: 30px;
  border: 2px solid var(--blue1);
  padding: 30px 20px 23px 20px;
}

.parts-p2__title {
  background-color: var(--blue1);
  width: fit-content;
  height: 1lh;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -0.5lh;
  margin: auto;
  padding: 0 1.5em;
}

.parts-p2__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.parts-p2__item {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #231815;
  text-align: left;
  padding-left: 1.3em;
  position: relative;
}

.parts-p2__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../image/parts-n30__item-before.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .parts-p2 {
    position: relative;
    margin-top: 60px;
    border: 3px solid var(--blue1);
    padding: 50px 50px 25px;
  }

  .parts-p2__title {
    font-size: 24px;
    padding: 0 2.5em;
  }

  .parts-p2__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .parts-p2__item {
    font-size: 18px;
  }
}

/*
* parts-p7
*/
.parts-p7 {
  border: 3px solid #00a000;
  border-radius: 10px;
  padding: 30px 5px 30px 10px;
}

.parts-p7__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: parts-p7__list;
}

.parts-p7__item {
  counter-increment: parts-p7__list;
}

.parts-p7__title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  width: fit-content;
  min-width: 210px;
  padding-left: 4em;
  padding-right: 1em;

  position: relative;
  background-color: #eeeeef;
  margin-bottom: 0.5em;
}

.parts-p7__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "その" counter(parts-p7__list);
  font-size: 14px;
  line-height: 30px;
  width: 50px;
  height: 1lh;
  background-color: #00a000;
  color: #fff;
  text-align: center;
}

.parts-p7__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #231815;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .parts-p7 {
    border: 6px solid #00a000;
    border-radius: 15px;
    padding: 40px 10px 30px 25px;
  }

  .parts-p7__list {
    gap: 30px;
  }

  .parts-p7__item {}

  .parts-p7__title {
    font-size: 24px;
    line-height: 50px;
    min-width: 320px;
  }

  .parts-p7__title::before {
    font-size: 18px;
    line-height: 50px;
    width: 80px;
    padding: 0 0.5em;
  }

  .parts-p7__text {}
}

/*
* parts-p8
*/
.parts-p8 {
  padding: 15px 10px;
  border: 8px solid #ea5a17;
  position: relative;
}

.parts-p8__inner {
  --_bg-size: 45px;
  background-image: url(../image/parts-p8-bg.svg);
  background-size: var(--_bg-size) auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: calc(var(--_bg-size) + 0px);
}

.parts-p8__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #231815;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .parts-p8 {
    padding: 15px;
  }

  .parts-p8__inner {
    background-position: left center;
    --_bg-size: 68px;
    padding-top: 0;
    padding-left: calc(var(--_bg-size) + 20px);
  }

  .parts-p8__text {}
}

/*
* parts-p9
*/
.parts-p9 {}

.parts-p9__content {}

.parts-p9__box1 {}

.parts-p9__box1 .parts-n06b__box1 {
  padding: 15px 8px 15px 10px;
  z-index: 1;
}

.parts-p9__box1 .parts-n06b__box1::before {
  background-image: url(../image/parts-p9__box1-before.png);
  background-size: 96px;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 80px;
  height: 105px;
  left: unset;
  right: 0;
  bottom: unset;
  top: -5px;
  z-index: -1;
}

.parts-p9__box1 .parts-n06b__text4 {
  left: 0;
  width: 207px;
  height: 34px;
  padding-top: 5px;
  padding-left: 30px;
}

.parts-p9__box1 .parts-n06b__text4::before {
  content: "";
  background-image: url(../image/parts-n06b__box1-after.png);
  background-size: 100%;
  width: 25px;
  height: 33px;
  position: absolute;
  left: 8px;
  top: -5px;
}

.parts-p9__box1 .parts-n06b__link {}

.parts-p9__box1 .parts-n06__link {}

.parts-p9__box1 .parts-n06b__text2 {
  padding-right: 60px;
}

.parts-p9__box1 .parts-n06b__text3 {
  padding-left: 30px;
}

.parts-p9__box1 .parts-n06b__text3::before {
  left: 0;
}

.parts-p9__box1 .parts-n06b__text3 .sub1 {
  font-size: 32px;
}

.parts-p9__box1 .parts-n06b__list {
  padding-bottom: 10px;
  border-bottom: 3px solid var(--blue1);
}

.parts-p9__box1 .parts-n06b__item {}

.parts-p9__box1 .parts-n06b__item.sub1 {
  background-image: none;
  color: #231815;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-weight: 500;
}

.parts-p9__text3 {
  margin-top: 10px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-image: linear-gradient(to bottom, #00ffff, #0046ff 60%);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0.6em 0;
  text-align: center;
  color: #fff;
}

.parts-p9__text3::before {
  content: "";
  display: inline-block;
  background-image: url(../image/parts-p9__text3-before.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 1lh;
  vertical-align: middle;
  margin-right: 0.5em;
}

.parts-p9__text4 {
  display: none;
}

@media screen and (min-width:768px) {
  .parts-p9 {}

  .parts-p9__content {}

  .parts-p9__box1 {}

  .parts-p9__box1 .parts-n06b__box1 {
    padding: 20px 8px 20px 10px;
    z-index: 1;
    display: flex;
  }

  .parts-p9__box1 .parts-n06b__box1::before {
    background-image: url(../image/parts-p9__box1-before.png);
    background-size: 168px;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 167px;
    height: 184px;
    left: unset;
    right: 0;
    bottom: unset;
    top: -19px;
    z-index: -1;
  }

  .parts-p9__box1 .parts-n06b__text4 {
    left: 0;
    width: 207px;
    height: 34px;
    padding-top: 5px;
    padding-left: 30px;
  }

  .parts-p9__box1 .parts-n06b__text4::before {
    content: "";
    background-image: url(../image/parts-n06b__box1-after.png);
    background-size: 100%;
    width: 25px;
    height: 33px;
    position: absolute;
    left: 8px;
    top: -5px;
  }

  .parts-p9__box1 .parts-n06b__link {
    width: 420px;
  }

  .parts-p9__box1 .parts-n06__link {}

  .parts-p9__box1 .parts-n06b__text2 {
    font-size: 28px;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .parts-p9__box1 .parts-n06b__text2::before,
  .parts-p9__box1 .parts-n06b__text2::after {
    content: "";
    height: 40px;
    width: 5px;
    background-color: var(--black1);
    border: 1px solid #fff;
    rotate: -15deg;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 15px;
  }

  .parts-p9__box1 .parts-n06b__text2::after {
    rotate: 15deg;
    margin-left: 15px;
    margin-right: auto;
  }


  .parts-p9__box1 .parts-n06b__text3 {
    padding-left: 40px;
  }

  .parts-p9__box1 .parts-n06b__text3::before {
    left: 0;
    width: 47px;
    height: 27px;
  }

  .parts-p9__box1 .parts-n06b__text3 .sub1 {
    font-size: 52px;
    width: 376px;
    height: 58px;
  }

  .parts-p9__box1 .parts-n06b__list {
    padding-bottom: 10px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .parts-p9__box1 .parts-n06b__item {
    width: 121px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    display: block;
    flex-grow: 0;
    padding-top: 8px;
  }

  .parts-p9__box1 .parts-n06b__item.sub1 {
    display: none;
  }

  .parts-p9__text3 {
    margin-top: 10px;
    width: 234px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: linear-gradient(to bottom, #00ffff, #0046ff 60%);
    font-size: 20px;
    line-height: 1.2;
    padding: 0.6em 0;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 40px;
  }

  .parts-p9__text3::before {
    content: "";
    display: inline-block;
    background-image: url(../image/parts-p9__text3-before.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 28px;
    height: 1lh;
    vertical-align: middle;
    margin-right: 0.5em;
  }

  .parts-p9__text4 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-align: center;
  }
}

/*
* sec-n80
*/
.sec-n80 {
  padding-bottom: 40px;
}

.sec-n80__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--blue1);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;

  padding: 13px 0px 22px 0;
  margin-bottom: 20px;
  translate: 0px 0;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
  position: relative;
}

.sec-n80__title::after {
  content: "";
  width: 2.5em;
  height: 0.15em;
  background-color: var(--blue2);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: -1.3lh;
  position: absolute;
}
.sec-n80__text1 {
  font-size: 17px;
  line-height: calc(28 / 17);
  font-weight: 700;
  color: var(--blue1);
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .sec-n80 {
    padding-bottom: 60px;
  }

  .sec-n80__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--blue1);
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;

    padding: 25px 0px 42px 0;
    margin-bottom: 30px;
    translate: 0px 0;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
  }

  .sec-n80__title::after {
    content: "";
    width: 2.5em;
    height: 0.15em;
    background-color: var(--blue2);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: -1.3lh;
    position: absolute;
  }
  .sec-n80__text1 {
    font-size: 21px;
    margin-bottom: 40px;
  }
}

/*
* sec-n72b
*/
.sec-n72b {
  padding-top: 30px;
}

.sec-n72b__title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: var(--blue1);
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
  padding: 6px 0 8px;
  position: relative;
}

.sec-n72b__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-image: url(../image/sec-n72b__title-after.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 34px;

}

.sec-n72b__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px 0px;
}

.sec-n72b__item {
  width: 162px;
  flex-shrink: 0;
}

.sec-n72b__item-img {
  width: 100%;
  height: 100px;
  margin-bottom: 8px;
}

.sec-n72b__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-n72b__item-title {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
  color: #231815;
  text-align: left;
  letter-spacing: -0.07em;
}

@media screen and (min-width: 768px) {
  .sec-n72b {
    padding-top: 50px;
  }

  .sec-n72b__title {
    font-size: 48px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: var(--blue1);
    width: 100%;
    margin: 0 auto 50px;
    padding: 18px 50px 19px;
    position: relative;
    max-width: 768px;
  }

  .sec-n72b__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    background-image: url(../image/sec-n72b__title-after.svg);
    background-size: 100%;
    width: 24px;
    height: 34px;

  }

  .sec-n72b__list {
    display: flex;
    flex-wrap: wrap;
    gap: 52px 48px;
  }

  .sec-n72b__item {
    width: calc(50% - 24px);
  }

  .sec-n72b__item-img {
    width: 100%;
    height: 224px;
    margin-bottom: 20px;
  }

  .sec-n72b__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sec-n72b__item-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #231815;
    text-align: left;
    letter-spacing: -0.07em;
  }
}

/*
* sec-n81
*/
.sec-n81 {
  padding: 30px 0px 15px 15px;
  background-color: #f5fbfe;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

}

.sec-n81__box1 {
  background-image: url(../image/sec-n81__box1-bg.svg);
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 110px;
  position: relative;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec-n81__title {
  font-size: 16px;
  line-height: calc(13.75 / 12);
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 6px 12px;
  background-color: var(--blue1);
  margin-bottom: 18px;
  border-radius: 100px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -45px;
}

.sec-n81__text2 {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #231815;
  text-align: left;
  margin-bottom: 7px;
  font-feature-settings: "palt";
  padding-left: 1px;
}

.sec-n81__text3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #231815;
  text-align: left;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  padding-left: 1px;
  letter-spacing: 0.06em;
}

.sec-n81__text4 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: #231815;
  text-align: left;
  font-feature-settings: "palt";
  padding-left: 1px;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .sec-n81 {
    padding: 30px 0px 15px 0px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-n81__box1 {
    background-image: url(../image/sec-n81__box1-bg.svg);
    background-size: 151px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 30px 0 30px 180px;
    position: relative;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .sec-n81__title {
    font-size: 18px;
    line-height: calc(13.75 / 12);
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 12px 24px;
    background-color: var(--blue1);
    margin-bottom: 18px;
    border-radius: 100px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -55px;
  }

  .sec-n81__text2 {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #231815;
    text-align: left;
    margin-bottom: 7px;
    font-feature-settings: "palt";
    padding-left: 1px;
  }

  .sec-n81__text3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #231815;
    text-align: left;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    padding-left: 1px;
    letter-spacing: 0.06em;
  }

  .sec-n81__text4 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
    padding-left: 1px;
    letter-spacing: 0.06em;
  }
}

/*
* sec-n82
*/
@media screen and (max-width: 767px) {
  .sec-n82 {}

  .sec-n82__bg {
    background-color: #EAF6FD;
    border-radius: 5px;
    background-image: url(../img/sec-n82-bg1-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 18px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
  }

  .sec-n82__bg::before {
    position: absolute;
    z-index: 2;
    top: -8px;
    right: 6px;
    content: "";
    display: block;
    background-image: url(../img/sec-n82__box2-after-bg-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 170px;
    height: 58px;
  }

  .sec-n82__bg::after {
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: 135px;
    content: "";
    display: block;
    width: 155px;
    height: 215px;
    background-image: url(../img/sec-n82-bg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .sec-n82__box1 {
    height: 304px;
    background-image: url(../img/sec-n82__box1-bg.png);
    background-size: 305px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 23px;
  }

  .sec-n82__text1 {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    margin-bottom: -31px;
    width: fit-content;
    padding: 6px 0px 0 5px;
    margin-left: 0;
    margin-right: auto;
    letter-spacing: -0.01em;
  }

  .sec-n82__text1::before,
  .sec-n82__text1::after {
    content: "";
    display: inline-block;
    background-image: url(../img/text-deco-002-sp.png);
    background-size: 100%;
    width: 10px;
    height: 17px;
    vertical-align: middle;
    margin-right: 1px;
    translate: 0px -1px;
  }

  .sec-n82__text1::after {
    background-image: url(../img/text-deco-003-sp.png);
    margin-right: 0;
    margin-left: -4px;
  }

  .sec-n82__text2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .left {
    width: 284px;
    display: block;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 15px 6px 30px 0;
    background-image: url(../img/sec-n82__text2-left-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: -15px;
  }

  .right {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(../img/sec-n82__text2-right-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 77px;
    height: 104px;
    padding: 45px 0 0 4px;
  }

  .sec-n82__text3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #231815;
    text-align: left;
    margin-bottom: 66px;
    font-feature-settings: "palt";
  }

  .sec-n82__box2 {
    position: relative;
    top: 0px;
  }

  .sec-n82__text4 {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #FFF100;
    text-align: left;
    font-feature-settings: "palt";
    translate: -4px -14px;
    position: relative;
    display: inline-block;

    z-index: 1;

  }

  .sec-n82__text4::before {
    top: -6px;
    left: 8px;
  }

  .sec-n82__text5 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-feature-settings: "palt";
    display: inline-block;
    translate: -2px -7px;
  }

  .sec-n82__text6 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #FFF100;
    text-align: left;
    font-feature-settings: "palt";
  }

  .sec-n82__text6::before {
    top: -20px;
    left: 8px;
    letter-spacing: 0;
  }

  .sec-n82__box3 {
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 5;
  }

  .sec-n82__text7 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
  }

  .sec-n82__text7--sub {
    font-size: 24px;
    line-height: 40px;
    color: #2A54A5;
    text-shadow:
      3px 0 #EAF6FD,
      0 3px #EAF6FD,
      -3px 0 #EAF6FD,
      0 -3px #EAF6FD,
      3px 3px #EAF6FD,
      -3px -3px #EAF6FD,
      -3px 3px #EAF6FD,
      3px -3px #EAF6FD;
  }
}

@media screen and (min-width: 768px) {
  .sec-n82 {}

  .sec-n82__bg {
    background-color: #EAF6FD;
    border-radius: 10px;
    background-image: url(../img/sec-n82-bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 34px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
  }

  .sec-n82__bg::before {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: 20px;
    content: "";
    display: block;
    background-image: url(../img/sec-n82__box2-after.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 375px;
    height: 109px;
  }

  .sec-n82__bg::after {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 247px;
    height: 343px;
    background-image: url(../img/sec-n82-bg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .sec-n82__box1 {
    height: 640px;
    background-image: url(../img/sec-n82__box1-bg.png);
    background-size: 626px auto;
    background-repeat: no-repeat;
    background-position: 62px bottom;
    margin-bottom: 30px;
  }

  .sec-n82__text1 {
    font-size: 34px;
    line-height: calc(60 / 34);
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    margin-bottom: -91px;
    width: fit-content;
    padding: 17px 33px;
    margin-left: 0;
    margin-right: auto;
    letter-spacing: -0.05em;
  }

  .sec-n82__text1::before,
  .sec-n82__text1::after {
    content: "";
    display: inline-block;
    background-image: url(../img/text-deco-002.png);
    background-size: 100%;
    width: 22px;
    height: 34px;
    vertical-align: middle;
    margin-right: 1px;
    translate: -4px -4px;
  }

  .sec-n82__text1::after {
    background-image: url(../img/text-deco-003.png);
    margin-right: 0;
    margin-left: 2px;
  }

  .sec-n82__text2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .left {
    width: 570px;
    display: block;
    font-size: 46px;
    line-height: calc(67 / 46);
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 21px 6px 50px 0;
    background-image: url(../img/sec-n82__text2-left-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: -15px
  }

  .right {
    display: block;
    font-size: 70px;
    line-height: calc(78 / 70);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(../img/sec-n82__text2-right-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 159px;
    height: 212px;
    padding: 86px 0 0 4px;
  }

  .sec-n82__text3 {
    font-size: 20px;
    line-height: calc(38 / 20);
    font-weight: 400;
    color: #231815;
    text-align: center;
    margin-bottom: 89px;
    font-feature-settings: "palt";
  }

  .sec-n82__box2 {
    position: relative;
    top: -27px;
  }

  .sec-n82__text4 {
    font-size: 102px;
    line-height: 1;
    font-weight: 700;
    color: #FFF100;
    text-align: left;
    font-feature-settings: "palt";
    translate: -4px 0;
    position: relative;
    display: inline-block;

    z-index: 1;

  }

  .sec-n82__text4::before {
    top: -6px;
    left: 8px;
  }

  .sec-n82__text5 {
    font-size: 69px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-feature-settings: "palt";
    display: inline-block;
    translate: 9px 5px;
  }

  .sec-n82__text6 {
    font-size: 55px;
    line-height: 1.9;
    font-weight: 700;
    color: #FFF100;
    text-align: left;
    font-feature-settings: "palt";
  }

  .sec-n82__text6::before {
    top: -20px;
    left: 8px;
    letter-spacing: 0;
  }

  .sec-n82__box3 {
    margin-top: -10px;
    position: relative;
    z-index: 5;
  }

  .sec-n82__text7 {
    font-size: 24px;
    line-height: calc(50 / 24);
    font-weight: 600;
    color: #231815;
    text-align: left;
    font-feature-settings: "palt";
  }

  .sec-n82__text7--sub {
    color: #2A54A5;
    text-shadow:
      3px 0 #EAF6FD,
      0 3px #EAF6FD,
      -3px 0 #EAF6FD,
      0 -3px #EAF6FD,
      3px 3px #EAF6FD,
      -3px -3px #EAF6FD,
      -3px 3px #EAF6FD,
      3px -3px #EAF6FD;
  }
}

/*
* sec-n83
*/
@media screen and (max-width: 767px) {
  .sec-n83 {}

  .sec-n83__box1 {
    position: relative;
    padding-top: 40px;
  }

  .sec-n83__text1 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #2A54A5;
    text-align: center;
    width: fit-content;
    padding: 10px 0px 9px 6px;
  }

  .sec-n83__text1::before {
    content: "";
    position: absolute;
    width: 173px;
    height: 3px;
    background-color: #2A54A5;
    top: 0;
    left: 0;
  }

  .sec-n83__text1::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 3px;
    background-color: #2A54A5;
    bottom: 0;
    left: 0;
  }

  .sec-n83__text1--sub1 {
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: #2A54A5;
    text-align: center;
  }

  .sec-n83__text1--sub2 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    color: #2A54A5;
    text-align: center;
  }

  .sec-n83__text2 {
    position: absolute;
    top: -3px;
    right: 3px;
  }

  .sec-n83__text2--sub1 {
    width: 69px;
    height: auto;
    object-fit: contain;
  }

  .sec-n83__text2--sub2 {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #3C3C3C;
    display: inline-block;
    translate: 0 36px;
    letter-spacing: -0.05em;
  }

  .sec-n83__text3 {
    font-size: 46px;
    line-height: calc(197 / 113);
    font-weight: 700;
    color: #1FA13A;
    text-align: left;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
  }

  .sec-n83__text3--sub1 {
    font-size: 85px;
    line-height: calc(291 / 167);
  }

  .sec-n83__box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 31px;
    margin-bottom: 42px;
  }

  .sec-n83__img1 {
    width: 131px;
    height: auto;
    object-fit: contain;
  }

  .sec-n83__text4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #231815;
    text-align: center;
    letter-spacing: -0.03em;
  }

  .sec-n83__text4 em {
    color: #2A54A5;
    font-style: normal;
  }

  .sec-n83__text4 em.lg {
    font-size: 28px;
    line-height: 46px;
  }

  .sec-n83__text6 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #231815;
    text-align: center;
    margin-bottom: 14px;
    font-feature-settings: "palt";
  }

  .sec-n83__text7 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    padding: 10px 0;
    border-top: 2px solid #EA5628;
    border-bottom: 2px solid #EA5628;
    margin-bottom: 18px;
  }

  .sec-n83__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 38px 0;
  }

  .sec-n83__item {
    width: 154px;
    flex-shrink: 0;
  }

  .sec-n83__item-icon1 {
    font-size: 25px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(../img/sec-n83__item-icon1-bg.png);
    background-size: 100%;
    width: 96px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7px;
    position: relative;
    z-index: 2;
  }

  .sec-n83__item-img1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }

  .sec-n83__item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec-n83__item-text {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #231815;
    text-align: left;
  }

  .sec-n83__item-text em {
    color: #EA5628;
    font-style: normal;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .sec-n83 {}

  .sec-n83__box1 {
    position: relative;
    padding-left: 15px;
    padding-top: 75px;
  }

  .sec-n83__text1 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 24px;
    line-height: calc(32 / 29);
    font-weight: 700;
    color: #2A54A5;
    text-align: center;
    width: fit-content;
    padding: 27px 30px 27px 60px;
  }

  .sec-n83__text1::before {
    content: "";
    position: absolute;
    width: 334px;
    height: 5px;
    background-color: #2A54A5;
    top: 0;
    left: 50px;
  }

  .sec-n83__text1::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 5px;
    background-color: #2A54A5;
    bottom: 0;
    left: 50px;
  }

  .sec-n83__text1--sub1 {
    font-size: 22px;
    line-height: calc(32 / 22);
    font-weight: 700;
    color: #2A54A5;
    text-align: center;
  }

  .sec-n83__text1--sub2 {
    font-size: 36px;
    line-height: calc(32 / 36);
    font-weight: 700;
    color: #2A54A5;
    text-align: center;
  }

  .sec-n83__text2 {
    position: absolute;
    top: -58px;
    right: 37px;
  }

  .sec-n83__text2--sub1 {
    width: 124px;
    height: 167px;
  }

  .sec-n83__text2--sub2 {
    font-size: 100px;
    line-height: calc(200 / 114);
    font-weight: 700;
    color: #3C3C3C;
    display: inline-block;
    translate: 0 76px;
  }

  .sec-n83__text3 {
    font-size: 113px;
    line-height: calc(197 / 113);
    font-weight: 700;
    color: #1FA13A;
    text-align: center;
    letter-spacing: -0.12em;
  }

  .sec-n83__text3--sub1 {
    font-size: 150px;
    line-height: calc(291 / 167);
  }

  .sec-n83__box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 24px;
  }

  .sec-n83__img1 {
    width: 194px;
    height: 186px;
  }

  .sec-n83__text4 {
    font-size: 26px;
    line-height: calc(50 / 28);
    font-weight: 700;
    color: #231815;
    text-align: left;
    letter-spacing: -0.03em;
  }

  .sec-n83__text4 em {
    color: #2A54A5;
    font-style: normal;
  }

  .sec-n83__text6 {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #231815;
    text-align: center;
    margin-bottom: 45px;
  }

  .sec-n83__text7 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 39px 0;
    border-top: 2px solid #EA5628;
    border-bottom: 2px solid #EA5628;
    margin-bottom: 36px;
  }

  .sec-n83__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 0;
  }

  .sec-n83__item {
    width: 340px;
  }

  .sec-n83__item-icon1 {
    font-size: 54px;
    line-height: calc(95 / 54);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(../img/sec-n83__item-icon1-bg.png);
    background-size: 100%;
    width: 206px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
  }

  .sec-n83__item-img1 {
    width: 340px;
    height: auto;
    position: relative;
    z-index: 1;
  }

  .sec-n83__item-title {
    font-size: 30px;
    line-height: calc(40 / 30);
    font-weight: 700;
    color: #EA5628;
    text-align: center;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec-n83__item-text {
    font-size: 18px;
    line-height: calc(30 / 18);
    font-weight: 400;
    color: #231815;
    text-align: left;
  }

  .sec-n83__item-text em {
    color: #EA5628;
    font-style: normal;
    font-weight: 700;
  }
}

/*
* sec-n85
*/
.sec-n85 {}

.sec-n85__box1 {}

.sec-n85__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  position: relative;
  margin-bottom: 20px;
}

.sec-n85__title .sub1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  background-image: linear-gradient(-60deg, var(--blue1) 50%, var(--blue2) 50%);
}

.sec-n85__title .sub1 {
  width: auto;
  position: relative;
  padding-left: 20px;
}

.sec-n85__title .sub3 {
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 700;
  color: #204fa0;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.sec-n85__title .sub4 {
  font-size: 20px;
  line-height: calc(28 / 20);
  font-weight: 700;
  text-align: left;
  display: block;
  padding-right: 20px;
}

.sec-n85__title .sub2 {
  background-image: url(../image/sec-n85__title-sub2-bg.svg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 280px;
}

.sec-n85__title .sub5 {
  font-size: 22px;
  line-height: calc(13 / 10);
  font-weight: 700;
  color: #fff;
  text-align: center;
  rotate: -7deg;
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  width: 80px;
}

.sec-n85__title .sub6 {
  font-size: 22px;
  line-height: calc(13 / 10);
  font-weight: 700;
  color: #fff;
  text-align: center;
  rotate: 7deg;
  display: block;
  position: absolute;
  right: 27px;
  top: 35px;
  width: 110px;
}
.sec-n85__box2 {
  margin-block: 10px;
}

@media screen and (min-width:768px) {
  .section--sec-n85 {}

  .section--sec-n85 .section__inner {
    max-width: 992px;
  }

  .sec-n85 {
    margin-bottom: 30px;
  }

  .sec-n85 .common-text {
    width: 500px;
  }

  .sec-n85__box1 {}

  .sec-n85__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
  }

  .sec-n85__title .sub1::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 10px;
    height: 100%;
    background-image: linear-gradient(-60deg, var(--blue1) 50%, var(--blue2) 50%);
  }

  .sec-n85__title .sub1 {
    width: 480px;
    position: relative;
  }

  .sec-n85__title .sub3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sec-n85__title .sub4 {
    font-size: 40px;
    padding-right: 0;
  }

  .sec-n85__title .sub2 {
    background-image: url(../image/sec-n85__title-sub2-bg.svg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 476px;
    height: 372px;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .sec-n85__title .sub5 {
    font-size: 32px;
    line-height: calc(13 / 10);
    font-weight: 700;
    color: #fff;
    text-align: center;
    rotate: -5deg;
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 220px;
  }

  .sec-n85__title .sub6 {
    font-size: 32px;
    line-height: calc(13 / 10);
    font-weight: 700;
    color: #fff;
    text-align: center;
    rotate: 5deg;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 220px;
  }
}

/*
* parts-p10
*/
.parts-p10 {
  background-color: #f5fbfe;
  padding: 20px;
  margin: 20px -20px;

}
.parts-p10__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: var(--blue1);
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0 50%);
  margin-bottom: 0;
}

.parts-p10__box1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  box-shadow: 3px 3px 3px rgb(4 0 0 / 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.parts-p10__table {
  width: 100%;
  border: 2px solid #1491E1;
  border-bottom: none;
}
.parts-p10__table-text1 {
  font-size: 12px;
  line-height: calc(16 / 12);
  color: var(--blue1);
  font-weight: 700;
  text-align: left;
  border-right: 2px solid #1491E1;
  border-bottom: 2px solid #1491E1;
  background-color: #EAF6FD;
  padding: 5px 10px;
}

.parts-p10__table-text2 {
  font-size: 17px;
  line-height: calc(27 / 25);
  font-weight: 700;
  color: var(--red1);
  text-align: center;
  border-bottom: 2px solid #1491E1;
}

.parts-p10__table-text2 .sub1 {
  font-size: 8px;
  line-height: calc(27 / 14);
  font-weight: 700;
  text-align: center;
  color: #282828;
}

.parts-p10__box2 {
  margin-block-start: 40px;
  border: 4px solid var(--blue2);
  border-radius: 10px;
  background-color: #fff;
  margin-inline: 9px;
}

.parts-p10__text1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--blue1);
  text-align: center;
  background-color: var(--yellow1);
  width: 200px;
  height: 32px;
  margin-inline: auto;
  position: relative;
  translate: 0 -20px;
  margin-block-end: -20px;
  border-radius: calc(infinity * 1px);
}
.parts-p10__text1::before {
  content: "";
  position: absolute;
  background-image: url(../image/parts-p10__text1-before.png);
  background-size: 100%;
  width: 168px;
  height: 190px;
  left: 10px;
  bottom: 40px;
}

.parts-p10__text1 .sub1 {
  font-size: 48px;
  color: var(--yellow1);
}

.parts-p10__text2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: left;
  position: relative;
  padding-inline: 110px 20px;
  padding-block: 10px 15px;
}

.parts-p10__text2 .sub1 {
  font-size: inherit;
  font-weight: 600;
  color: var(--blue1);
  display: inline;
}
.parts-p10__text2::before {
  content: "";
  position: absolute;
  background-image: url(../image/parts-p10__text2-before.png);
  background-size: 100%;
  width: 130px;
  height: 110px;
  left: -28px;
  bottom: 0px;
  scale: -1 1;
}

@media screen and (min-width:768px) {
  .parts-p10 {
    background-color: #f5fbfe;
    padding: 20px 20px 60px;
    margin: 20px calc(50% - 50vw);
  
  }
  .parts-p10__title {
    font-size: 40px;
    letter-spacing: 0.1em;
    padding: 13px 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 768px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .parts-p10__box1 {
    max-width: 992px;
    margin-left:auto;
    margin-right:auto;
    padding: 30px 20px 40px;
    box-shadow: 3px 3px 3px rgb(4 0 0 / 0.3);
    border-radius: 10px;
    background-color: #fff;
  }
  
  .parts-p10__table {
    max-width: 768px;
    margin-left:auto;
    margin-right:auto;

    width: 100%;
    border: 4px solid #1491E1;
    border-bottom: none;
  }
  
  .parts-p10__table-text1 {
    font-size: 28px;
    line-height: calc(16 / 12);
    color: var(--blue1);
    font-weight: 700;
    text-align: left;
    border-right: 4px solid #1491E1;
    border-bottom: 4px solid #1491E1;
    background-color: #EAF6FD;
    padding: 5px 15px ;
  }
  
  .parts-p10__table-text2 {
    font-size: 34px;
    line-height: calc(27 / 25);
    font-weight: 700;
    color: var(--red1);
    text-align: center;
    border-bottom: 4px solid #1491E1;
  }
  
  .parts-p10__table-text2 .sub1 {
    font-size: 16px;
    line-height: calc(27 / 14);
    font-weight: 700;
    text-align: center;
    color: #282828;
  }
  .parts-p10__box2 {
    width: 820px;
    border-width: 6px;
    margin-inline: auto;
    margin-block-start: 70px;
    border-radius: 6px;
  }
  
  .parts-p10__text1 {
    font-size: 32px;
    line-height: 1.9;
    font-weight: 700;
    width: 400px;
    height: 64px;
    translate: 0 -35px;
    margin-block-end: -35px;
  }
  
  .parts-p10__text2 {
    font-size: 34px;
    letter-spacing: unset;
    padding-inline: 210px 20px;
    padding-block: 20px 30px;
  }
  
  .parts-p10__text2 .sub1 {
  }
  .parts-p10__text2::before {
    width: 220px;
    height: 180px;
    left: 0;
    scale: unset;
  }
  
}