@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Akshar", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #2B2B2B;
  --color-placeholder: #2B2B2B;
  --color-blue-dark: #001776;
  --color-cyan: #00B5CC;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 375;
  --width-sp-design-content: 347;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-products {
  padding-block: 12.3rem 17.4rem;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding-block: 5.3rem 7.8rem;
  }
}
.p-products .c-wrap {
  position: relative;
}
.p-products .c-hgroup-02 {
  text-align: center;
}
.p-products .c-hgroup-02:is(* + .c-hgroup-02) {
  margin-top: 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-products .c-hgroup-02:is(* + .c-hgroup-02) {
    margin-top: 7.3rem;
  }
}
.p-products .c-deco-circle-3 {
  top: 1.7rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-products .c-deco-circle-3 {
    top: 4.5rem;
    right: -3.1rem;
  }
}
.p-products .c-deco-half-circle-3 {
  top: 64.2rem;
  left: -1.7rem;
}
@media screen and (max-width: 767px) {
  .p-products .c-deco-half-circle-3 {
    top: 86.9rem;
    left: -2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products .c-deco-various {
    right: -2.7rem;
    bottom: -6.7rem;
  }
}

.p-products-genre-intro {
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro {
    margin-top: 4.9rem;
  }
}
.p-products-genre-intro .c-wrap {
  position: relative;
}
.p-products-genre-intro .bnr {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-products-genre-intro .bnr {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro .bnr {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    width: calc(334 / var(--width-sp-design) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .p-products-genre-intro .bnr_img {
    display: grid;
    align-items: center;
    grid-row: 1;
    grid-column: 1;
    width: 53.115942029%;
  }
}
.p-products-genre-intro .bnr_box {
  padding: 3.7rem 5.7rem 3.7rem 14.7rem;
  background: #00AFD9;
}
@media screen and (min-width: 768px) {
  .p-products-genre-intro .bnr_box {
    grid-row: 1;
    grid-column: 1;
    margin-left: auto;
    width: 53.4057971014%;
    clip-path: polygon(9rem 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro .bnr_box {
    padding: 3.8rem 2.7rem 5.5rem;
  }
}
.p-products-genre-intro .bnr_box_ttl {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro .bnr_box_ttl {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    text-align: center;
  }
}
.p-products-genre-intro .bnr_box_txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: justify;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro .bnr_box_txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-products-genre-intro .c-deco-circle-3 {
  top: -9rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-intro .c-deco-circle-3 {
    top: -3.5rem;
    right: -2.8rem;
  }
}
.p-products-genre-manufacturer {
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-manufacturer {
    margin-top: 8.2rem;
  }
}
.p-products-genre-manufacturer .list {
  margin: 4rem auto 0;
  max-width: 129rem;
}
@media screen and (min-width: 768px) {
  .p-products-genre-manufacturer .list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    column-gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products-genre-manufacturer .list {
    margin-top: 2rem;
    width: fit-content;
  }
}
.p-products-genre-manufacturer .list_link {
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-manufacturer .list_link {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    padding-left: 1.5rem;
  }
}
.p-products-genre-manufacturer .list_link::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 1.4rem;
  height: 2rem;
  background: var(--color-cyan);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-products-genre-manufacturer .list_link::before {
    top: 0.6rem;
    width: 1rem;
    height: 1.5rem;
  }
}
.p-products-genre-examples {
  margin-top: 15.2rem;
  padding-bottom: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples {
    margin-top: 7.8rem;
    padding-bottom: 8.6rem;
  }
}
.p-products-genre-examples .c-wrap {
  position: relative;
}
.p-products-genre-examples .c-deco-half-circle-3 {
  top: -1.1rem;
  left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .c-deco-half-circle-3 {
    top: 29%;
    left: -2.3rem;
  }
}
.p-products-genre-examples .c-deco-various {
  right: -11.9rem;
  bottom: 23.6rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .c-deco-various {
    right: -2.7rem;
    bottom: -6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples:has(.icon-list) {
    padding-bottom: 10rem;
  }
}
.p-products-genre-examples:has(.icon-list) .c-deco-half-circle-3 {
  top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples:has(.icon-list) .c-deco-half-circle-3 {
    top: 40.3%;
  }
}
.p-products-genre-examples:has(.icon-list) .c-deco-various {
  bottom: 32.3rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples:has(.icon-list) .c-deco-various {
    bottom: -9.2rem;
  }
}
.p-products-genre-examples:has(.icon-list) .list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples:has(.icon-list) .list {
    margin-top: 7.4rem;
  }
}
.p-products-genre-examples:has(.icon-list) .list_btn {
  margin-top: 1.4rem;
}
.p-products-genre-examples .p-u-icon {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  padding-bottom: 0.2rem;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.2rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .p-u-icon {
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    border-width: 0.1rem;
  }
}
.p-products-genre-examples .p-u-icon._flat-sheet {
  border-radius: 50%;
  background: #A0E600;
}
.p-products-genre-examples .p-u-icon._rotary {
  border-radius: 50%;
  background: #FF3E54;
}
.p-products-genre-examples .p-u-icon._water-ink {
  background: #00BEEB;
}
.p-products-genre-examples .p-u-icon._oil-ink {
  background: #FFC14B;
}
.p-products-genre-examples .p-u-icon._uv-ink {
  background: #D155FF;
}
.p-products-genre-examples .icon-list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  gap: 1.7rem 9rem;
  margin: 5.5rem auto 0;
  padding: 1.7rem;
  max-width: 129.1rem;
  border-radius: var(--border-radius-infinity);
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .icon-list {
    align-items: center;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(6, auto);
    gap: 0.8rem 5.5rem;
    margin-top: 3rem;
    padding: 2.5rem 0;
    width: calc(322 / var(--width-sp-design) * 100vw);
    border-radius: 1.1rem;
  }
}
.p-products-genre-examples .icon-list_item {
  font-size: 2rem;
  line-height: 2.1;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .icon-list_item {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    column-gap: 0.5rem;
  }
  .p-products-genre-examples .icon-list_item:nth-child(1) {
    grid-row: 2/span 2;
    grid-column: 1;
  }
  .p-products-genre-examples .icon-list_item:nth-child(2) {
    grid-row: 4/span 2;
    grid-column: 1;
  }
  .p-products-genre-examples .icon-list_item:nth-child(3) {
    grid-row: span 2;
    grid-column: 2;
  }
  .p-products-genre-examples .icon-list_item:nth-child(4) {
    grid-row: 3/span 2;
    grid-column: 2;
  }
  .p-products-genre-examples .icon-list_item:nth-child(5) {
    grid-row: 5/span 2;
    grid-column: 2;
  }
}
.p-products-genre-examples .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.2rem 3.8rem;
  margin: 5rem auto 0;
  max-width: 129.1rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list {
    grid-template-columns: 1fr;
    gap: 6.8rem;
    margin-top: 1.9rem;
    width: calc(322 / var(--width-sp-design) * 100vw);
  }
}
.p-products-genre-examples .list_fig {
  position: relative;
}
.p-products-genre-examples .list_fig_img {
  aspect-ratio: 405/265;
  overflow: hidden;
}
.p-products-genre-examples .list_fig_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-products-genre-examples .list_fig_item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  top: -1.4rem;
  left: -1.3rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_fig_item {
    top: -1.1rem;
    left: -1rem;
  }
}
.p-products-genre-examples .list_hgroup {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_hgroup {
    margin-top: 1.7rem;
  }
}
.p-products-genre-examples .list_hgroup_product {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_hgroup_product {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-products-genre-examples .list_hgroup_company {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-family: var(--font-family-en);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_hgroup_company {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-products-genre-examples .list_hgroup_item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_hgroup_item {
    margin-top: 0.4rem;
  }
}
.p-products-genre-examples .list_btn {
  position: relative;
  z-index: 1;
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_btn {
    margin-top: 1.5rem;
  }
}
.p-products-genre-examples .list_btn_link {
  display: grid;
  place-content: center;
  margin-inline: auto;
  padding-left: 6.1rem;
  width: 98.7654320988%;
  height: 5rem;
  border: 0.1rem solid var(--color-blue-dark);
  border-radius: var(--border-radius-infinity);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_btn_link {
    padding-left: 4.9rem;
    width: 98.7577639752%;
    height: 3.9rem;
  }
}
.p-products-genre-examples .list_btn_txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  color: var(--color-blue-dark);
  display: block;
  position: relative;
  padding-right: 7.9rem;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_btn_txt {
    font-size: 1.2rem;
    padding-right: 6.6rem;
  }
}
.p-products-genre-examples .list_btn_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -20%;
  width: 7rem;
  height: 0.8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 7.251"><path d="M-4323.1,1290.755h-69a.5.5,0,0,1-.5-.5.5.5,0,0,1,.5-.5h67.6l-6.544-5.364a.5.5,0,0,1-.07-.7.5.5,0,0,1,.7-.07l7.626,6.251a.5.5,0,0,1,.154.555A.5.5,0,0,1-4323.1,1290.755Z" transform="translate(4392.604 -1283.504)" fill="%23001776"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-products-genre-examples .list_btn_txt::after {
    width: 5.6rem;
    height: 0.6rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 6"><path d="M-4337.106,1289.5h-55a.5.5,0,0,1-.5-.5.5.5,0,0,1,.5-.5h53.589l-4.991-4.1a.5.5,0,0,1-.07-.709.5.5,0,0,1,.707-.07l6.078,4.993a.5.5,0,0,1,.155.559A.5.5,0,0,1-4337.106,1289.5Z" transform="translate(4392.604 -1283.504)" fill="%23001776"/></svg>') center/contain no-repeat;
  }
}

.p-products-item {
  padding-block: 12rem 12.4rem;
}
@media screen and (max-width: 767px) {
  .p-products-item {
    padding-block: 4.8rem 11.1rem;
  }
}
.p-products-item .c-wrap {
  position: relative;
  max-width: 129rem;
}
@media screen and (min-width: 768px) {
  .p-products-item .c-wrap {
    display: grid;
    grid-template-columns: 59.2rem 1fr;
    gap: 11.7rem 17.7rem;
  }
  .p-products-item .c-wrap:has(.operating) .specification {
    grid-column: 1;
  }
}
.p-products-item .ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: var(--color-blue-dark);
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 2.1rem;
  }
}
.p-products-item .ttl::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: var(--color-blue-dark);
}
@media screen and (max-width: 767px) {
  .p-products-item .ttl::before {
    top: 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-products-item .item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-products-item .item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 66.8rem;
    grid-column: span 2;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-products-item .item {
    margin-inline: auto;
    max-width: calc(313 / var(--width-sp-design) * 100vw);
  }
}
.p-products-item .item_hgroup_name {
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .p-products-item .item_hgroup_name {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.p-products-item .item_hgroup_company {
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
  font-family: var(--font-family-en);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-products-item .item_hgroup_company {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-products-item .item_hgroup_txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .item_hgroup_txt {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-top: 0.9rem;
  }
}
.p-products-item .item_img {
  aspect-ratio: 668/418;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-products-item .item_img {
    margin-top: 2rem;
    aspect-ratio: 313/200;
  }
}
.p-products-item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-products-item .specification {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .p-products-item .specification {
    margin-top: 6rem;
    padding-left: 2rem;
  }
}
.p-products-item .specification_dl {
  margin-top: 0.2rem;
  padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl {
    padding-left: 0;
  }
}
.p-products-item .specification_dl_item {
  display: grid;
  align-items: center;
  grid-template-columns: 16.5rem 1fr;
  padding-block: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl_item {
    grid-template-columns: 10.9rem 1fr;
    padding-block: 1.6rem;
  }
}
.p-products-item .specification_dl_item:nth-child(n+2) {
  border-top: 0.1rem solid #B2B2B2;
}
.p-products-item .specification_dl_theme {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl_theme {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-right: 0.5rem;
  }
}
.p-products-item .specification_dl_des {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl_des {
    font-size: 1.7rem;
    line-height: 1.5294117647;
  }
}
.p-products-item .specification_dl_des_btn_link {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  color: var(--color-blue-dark);
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  width: 22.5rem;
  height: 5rem;
  border: 0.1rem solid var(--color-blue-dark);
  border-radius: var(--border-radius-infinity);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl_des_btn_link {
    font-size: 1.4rem;
    width: 20.2rem;
    height: 4.4rem;
  }
}
.p-products-item .specification_dl_des_btn_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.9rem;
  width: 0.7rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 11.654"><path d="M1138.947,1180.154a.477.477,0,0,1-.317-.833l5.644-5.012-5.643-4.975a.476.476,0,1,1,.63-.715l6.047,5.331a.477.477,0,0,1,0,.714l-6.047,5.37A.476.476,0,0,1,1138.947,1180.154Z" transform="translate(-1138.47 -1168.5)" fill="%23001776"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-products-item .specification_dl_des_btn_link::after {
    right: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-products-item .operating {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-products-item .operating {
    margin: 5rem auto 0;
    width: calc(307 / var(--width-sp-design) * 100vw);
  }
}
.p-products-item .operating_list {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list {
    margin-top: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-products-item .operating_list_item {
    display: grid;
    align-items: center;
    grid-template-columns: 16.2rem 1fr;
    column-gap: 3.2rem;
  }
}
.p-products-item .operating_list_item:nth-child(n+2) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list_item:nth-child(n+2) {
    margin-top: 5rem;
  }
}
.p-products-item .operating_list_img {
  aspect-ratio: 162/99;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list_img {
    margin-inline: auto;
    width: calc(191 / var(--width-sp-design) * 100vw);
    aspect-ratio: 191/117;
  }
}
.p-products-item .operating_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list_box {
    margin-top: 2.3rem;
  }
}
.p-products-item .operating_list_box_txt {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list_box_txt {
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
  }
}
.p-products-item .operating_list_box_btn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .operating_list_box_btn {
    text-align: center;
  }
}
.p-products-item .operating_list_box_btn_link {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color-blue-dark);
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.6rem;
  display: inline-block;
  transition: text-decoration-color var(--transition-base), opacity var(--transition-base);
}
.p-products-item .operating_list_box_btn_link:focus-visible {
  text-decoration-color: transparent;
}
@media (any-hover: hover) {
  .p-products-item .operating_list_box_btn_link:hover {
    text-decoration-color: transparent;
  }
}
.p-products-item .c-deco-circle-3 {
  top: -7.3rem;
  right: -14rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .c-deco-circle-3 {
    top: -0.3rem;
    right: -3.2rem;
  }
}
.p-products-item .c-deco-half-circle-3 {
  top: 28rem;
  left: -6.2rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .c-deco-half-circle-3 {
    top: 46%;
    left: -3.2rem;
  }
}
.p-products-item .c-deco-various {
  top: 83.8rem;
  right: -13.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-item .c-deco-various {
    top: auto;
    bottom: -5.8rem;
    right: -2.7rem;
  }
}

/*# sourceMappingURL=products.css.map */
