@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --Sans: "Noto Sans JP", sans-serif;
  --Popp: "Poppins", sans-serif;
  --color01: #ffffff;
  --color02: #000000;
  --color03: #2C3C4D;
  --color04: #C3D0DC;
  --color05: #ECF0F4;
}

:root {
  --header-h: 0px;
  --page-nav-h: 0px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  scroll-padding-top: calc(var(--header-h) + var(--page-nav-h) + 10px) !important;
}

body {
  font-family: var(--Sans);
  font-weight: 500;
  color: var(--color02);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

.l-container p:empty {
  display: none;
}

.l-header {
  width: 100%;
  z-index: 100;
}

.l-footer.top {
  background-color: var(--color03);
}
.single-seminar .l-footer.top, .single-download .l-footer.top {
  display: none;
}
.l-footer.top .inner {
  width: 91%;
  margin: 0 auto;
  padding: 81px 0 76px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width >= 1080px) {
  .l-footer.top .inner {
    width: 1040px;
    flex-direction: row;
    gap: 0;
  }
}
.l-footer.top .l-footer__logo {
  width: 128px;
  height: 36px;
  margin: 0 auto 0 0;
}
@media (width >= 1080px) {
  .l-footer.top .l-footer__logo {
    width: 216px;
    height: 47.82px;
  }
}
.l-footer.top .l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo_footer_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 1080px) {
  .l-footer.top .l-footer__logo a {
    background: none;
  }
}
.l-footer.top .l-footer__logo img {
  display: none;
}
@media (width >= 1080px) {
  .l-footer.top .l-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.l-footer.bottom {
  background-color: var(--color01);
}
.l-footer.bottom .inner {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (width >= 1280px) {
  .l-footer.bottom .inner {
    width: 1300px;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer.bottom .inner__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (width >= 1080px) {
  .l-footer.bottom .inner__left {
    width: max-content;
    gap: 60px;
    flex-direction: row;
  }
}
.l-footer.bottom .inner__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (width >= 1080px) {
  .l-footer.bottom .inner__right {
    width: max-content;
    gap: 44.8px;
    flex-direction: row;
  }
}
.l-footer.bottom .l-footer__logo {
  width: 107px;
  height: 25px;
  margin-top: -5px;
}
@media (width >= 1080px) {
  .l-footer.bottom .l-footer__logo {
    width: 130px;
    height: 30px;
  }
}
.l-footer.bottom .l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer.bottom .l-footer__att {
  display: none;
}
@media (width >= 1080px) {
  .l-footer.bottom .l-footer__att {
    display: block;
    font-size: 1.1rem;
    color: #8F97A0;
    line-height: 1.636;
  }
}
.l-footer.bottom .l-footer__copy {
  font-size: 1.1rem;
  color: #8F97A0;
  line-height: 1.636;
}

.l-col__col-1 {
  width: 90vw;
  margin: 0 auto;
  padding: 60px 0 100px;
}
@media (width >= 1080px) {
  .l-col__col-1 {
    width: 1040px;
  }
}
@media (width >= 1080px) {
  .single .l-col__col-1 {
    width: 800px;
  }
}
@media (width >= 1080px) {
  .single-case .l-col__col-1 {
    width: 900px;
  }
}
.l-col__col-2 {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width >= 768px) {
  .l-col__col-2 {
    flex-direction: row;
    gap: 40px;
  }
}
@media (width >= 1080px) {
  .l-col__col-2 {
    width: 1040px;
    gap: 60px;
  }
}
@media (width >= 768px) {
  .l-col__col-2 main {
    width: calc(100% - 240px);
  }
}
@media (width >= 1080px) {
  .l-col__col-2 main {
    width: 680px;
  }
}
.single-seminar .l-col__col-2, .single-download .l-col__col-2 {
  width: 100%;
}
@media (width >= 768px) {
  .single-seminar .l-col__col-2, .single-download .l-col__col-2 {
    flex-direction: column;
    gap: 40px;
  }
}
@media (width >= 1280px) {
  .single-seminar .l-col__col-2, .single-download .l-col__col-2 {
    flex-direction: row;
    width: 1180px;
    gap: 120px;
  }
}
.single-seminar .l-col__col-2 main, .single-download .l-col__col-2 main {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 1280px) {
  .single-seminar .l-col__col-2 main, .single-download .l-col__col-2 main {
    width: 650px;
    margin: 0;
  }
}

.l-wrapper {
  position: relative;
}
@media (width >= 1080px) {
  .l-wrapper:has(.l-col__col-2) .l-wrapper__bg {
    width: calc((100vw - 1180px) / 2 + 410px);
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.c-button-01 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  color: var(--color01);
  border: 1px solid var(--color03);
  border-radius: 2.5px;
  background-color: var(--color03);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media (width >= 1080px) {
  .c-button-01 {
    border-radius: 5px;
  }
}
.c-button-01::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-button-01[target=_blank]::after {
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon_external1_1%22%20d%3D%22M12%2C12v3.2a.8.8%2C0%2C0%2C1-.8.8H.8a.8.8%2C0%2C0%2C1-.8-.8V4.8A.8.8%2C0%2C0%2C1%2C.8%2C4H4V.806A.8.8%2C0%2C0%2C1%2C4.806%2C0H15.194A.8.8%2C0%2C0%2C1%2C16%2C.806l0%2C10.388a.805.805%2C0%2C0%2C1-.806.806Zm-1.6%2C0H4.806A.8.8%2C0%2C0%2C1%2C4%2C11.194V5.6H1.6v8.8h8.8Zm4-1.6%2C0-8.8H5.6v8.8Z%22%20fill%3D%22%230076be%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.c-button-01--arrow {
  padding: 0 35px;
}
@media (width >= 1080px) {
  .c-button-01--arrow {
    padding: 0 40px;
  }
}
.c-button-01--arrow::after {
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-01--arrow::after {
    right: 25px;
  }
}
.c-button-01--return {
  padding: 0 35px;
}
@media (width >= 1080px) {
  .c-button-01--return {
    padding: 0 40px;
  }
}
.c-button-01--return::after {
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26998%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026998%22%20d%3D%22M803%2C1877H785l5.5-5%22%20transform%3D%22translate(-783.707%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-01--return::after {
    right: 25px;
  }
}
.c-button-01--dl {
  padding: 0 57px;
}
@media (width >= 768px) {
  .c-button-01--dl {
    padding: 0 30px;
  }
}
@media (width >= 1080px) {
  .c-button-01--dl {
    padding: 0 57px;
  }
}
.c-button-01--dl::after {
  width: 20px;
  height: 17.91px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217.914%22%20viewBox%3D%220%200%2020%2017.914%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_256%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20256%22%20transform%3D%22translate(-1164%20-5600.543)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_381%22%20data-name%3D%22%E3%83%91%E3%82%B9%20381%22%20d%3D%22M1183.367%2C5614.411a.632.632%2C0%2C0%2C0-.632.632v1.223a.927.927%2C0%2C0%2C1-.926.927h-15.618a.927.927%2C0%2C0%2C1-.926-.927v-1.223a.633.633%2C0%2C0%2C0-1.265%2C0v1.223a2.194%2C2.194%2C0%2C0%2C0%2C2.191%2C2.191h15.618a2.194%2C2.194%2C0%2C0%2C0%2C2.191-2.191v-1.223A.632.632%2C0%2C0%2C0%2C1183.367%2C5614.411Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_382%22%20data-name%3D%22%E3%83%91%E3%82%B9%20382%22%20d%3D%22M1178.242%2C5609.649a.634.634%2C0%2C0%2C0-.431.169l-3.179%2C2.951v-11.594a.633.633%2C0%2C0%2C0-1.265%2C0v11.594l-3.178-2.951a.632.632%2C0%2C0%2C0-.861.926l4.242%2C3.938a.593.593%2C0%2C0%2C0%2C.079.049l.02.014a.628.628%2C0%2C0%2C0%2C.079.052l.022.008a16.326%2C16.326%2C0%2C0%2C0%2C.218.044l.012%2C0%2C.012%2C0a16.326%2C16.326%2C0%2C0%2C0%2C.218-.044l.023-.008a.509.509%2C0%2C0%2C0%2C.076-.052l.023-.015a.575.575%2C0%2C0%2C0%2C.078-.048l4.242-3.938a.632.632%2C0%2C0%2C0-.43-1.1Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
}
@media (width >= 768px) {
  .c-button-01--dl::after {
    right: 10px;
  }
}
@media (width >= 1080px) {
  .c-button-01--dl::after {
    right: 35px;
  }
}
.c-button-01--down {
  padding: 0 35px;
}
@media (width >= 1080px) {
  .c-button-01--down {
    padding: 0 45px;
  }
}
.c-button-01--down::after {
  width: 12px;
  height: 13px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%22520%22%20viewBox%3D%220%200%20480%20520%22%3E%20%3Cpath%20id%3D%22arrow_downward_alt_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24%22%20d%3D%22M480-240%2C240-480l56-56L440-392V-760h80v368L664-536l56%2C56Z%22%20transform%3D%22translate(-240%20760)%22%20fill%3D%22%231f1f1f%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.c-button-01--end {
  border: none;
  color: var(--color01);
  background-color: #ccc;
}
@media (any-hover: hover) {
  .c-button-01:not(div):hover {
    color: var(--color03);
    background-color: var(--color05);
  }
  .c-button-01:not(div):hover::after {
    background-color: var(--color03);
  }
}

.c-button-02 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  color: var(--color03);
  border: 1px solid var(--color01);
  border-radius: 2.5px;
  background-color: var(--color01);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media (width >= 1080px) {
  .c-button-02 {
    border-radius: 5px;
  }
}
.c-button-02::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color03);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-button-02[target=_blank]::after {
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon_external1_1%22%20d%3D%22M12%2C12v3.2a.8.8%2C0%2C0%2C1-.8.8H.8a.8.8%2C0%2C0%2C1-.8-.8V4.8A.8.8%2C0%2C0%2C1%2C.8%2C4H4V.806A.8.8%2C0%2C0%2C1%2C4.806%2C0H15.194A.8.8%2C0%2C0%2C1%2C16%2C.806l0%2C10.388a.805.805%2C0%2C0%2C1-.806.806Zm-1.6%2C0H4.806A.8.8%2C0%2C0%2C1%2C4%2C11.194V5.6H1.6v8.8h8.8Zm4-1.6%2C0-8.8H5.6v8.8Z%22%20fill%3D%22%230076be%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.c-button-02--arrow {
  padding: 0 35px;
  text-align: center;
  line-height: 1.3;
}
@media (width >= 1080px) {
  .c-button-02--arrow {
    padding: 0 45px;
  }
}
.c-button-02--arrow::after {
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-02--arrow::after {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .c-button-02:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
  .c-button-02:hover::after {
    background-color: var(--color01);
  }
}

.c-button-03 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  color: var(--color03);
  border: 1px solid var(--color03);
  border-radius: 2.5px;
  background-color: var(--color05);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media (width >= 1080px) {
  .c-button-03 {
    border-radius: 5px;
  }
}
.c-button-03::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color03);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-button-03[target=_blank]::after {
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon_external1_1%22%20d%3D%22M12%2C12v3.2a.8.8%2C0%2C0%2C1-.8.8H.8a.8.8%2C0%2C0%2C1-.8-.8V4.8A.8.8%2C0%2C0%2C1%2C.8%2C4H4V.806A.8.8%2C0%2C0%2C1%2C4.806%2C0H15.194A.8.8%2C0%2C0%2C1%2C16%2C.806l0%2C10.388a.805.805%2C0%2C0%2C1-.806.806Zm-1.6%2C0H4.806A.8.8%2C0%2C0%2C1%2C4%2C11.194V5.6H1.6v8.8h8.8Zm4-1.6%2C0-8.8H5.6v8.8Z%22%20fill%3D%22%230076be%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.c-button-03--arrow {
  padding: 0 35px;
}
@media (width >= 1080px) {
  .c-button-03--arrow {
    padding: 0 45px;
  }
}
.c-button-03--arrow::after {
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-03--arrow::after {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .c-button-03:not(div):hover {
    color: var(--color01);
    background-color: var(--color03);
  }
  .c-button-03:not(div):hover::after {
    background-color: var(--color01);
  }
}

.c-button-04 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  color: var(--color02);
  border: 1px solid #C3D0DC;
  border-radius: 2.5px;
  background-color: var(--color01);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media (width >= 1080px) {
  .c-button-04 {
    border-radius: 5px;
  }
}
.post-type-archive-service .c-button-04 {
  font-size: clamp(1.3rem, 1.69vw, 1.7rem);
  letter-spacing: 0.01em;
}
.c-button-04::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color03);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-button-04[target=_blank]::after {
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon_external1_1%22%20d%3D%22M12%2C12v3.2a.8.8%2C0%2C0%2C1-.8.8H.8a.8.8%2C0%2C0%2C1-.8-.8V4.8A.8.8%2C0%2C0%2C1%2C.8%2C4H4V.806A.8.8%2C0%2C0%2C1%2C4.806%2C0H15.194A.8.8%2C0%2C0%2C1%2C16%2C.806l0%2C10.388a.805.805%2C0%2C0%2C1-.806.806Zm-1.6%2C0H4.806A.8.8%2C0%2C0%2C1%2C4%2C11.194V5.6H1.6v8.8h8.8Zm4-1.6%2C0-8.8H5.6v8.8Z%22%20fill%3D%22%230076be%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-04--small {
    letter-spacing: 0.05em !important;
    font-size: 16.5px !important;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
}
.c-button-04--arrow {
  padding: 0 35px;
}
@media (width >= 1080px) {
  .c-button-04--arrow {
    padding: 0 45px;
  }
}
.post-type-archive-service .c-button-04--arrow {
  padding: 0 35px;
  line-height: 1.4;
}
@media (width >= 1080px) {
  .post-type-archive-service .c-button-04--arrow {
    padding: 0 50px 0 30px;
  }
}
.c-button-04--arrow::after {
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-button-04--arrow::after {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .c-button-04:not(div):hover {
    color: var(--color01);
    background-color: var(--color03);
  }
  .c-button-04:not(div):hover::after {
    background-color: var(--color01);
  }
}

.c-button-more {
  font-size: 1.6rem;
  color: var(--color03);
  text-decoration: none;
  letter-spacing: 0.04em;
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 30px 8px 0;
  border-bottom: 1px solid var(--color03);
  position: relative;
  transition: all 0.3s ease;
}
.c-button-more::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background-color: var(--color03);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: 0;
  transform: translate(0, -50%);
}
@media (any-hover: hover) {
  .c-button-more:hover {
    border-bottom: 1px solid transparent;
  }
}
.p-post__body .c-button-more {
  font-size: 1.4rem;
  padding: 0 24px 3px 0;
  margin: 13px 0 0 auto !important;
}
.p-post__body .c-button-more::after {
  width: 15px;
  height: 6px;
  top: 50%;
}

.c-button-return {
  width: fit-content;
  margin: 63px auto 0 0;
}
.c-button-return a {
  font-size: 1.3rem;
  color: var(--color03);
  text-decoration: none;
  letter-spacing: 0.04em;
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 0 8px 22px;
  border-bottom: 1px solid var(--color03);
  position: relative;
  transition: all 0.3s ease;
}
.c-button-return a::after {
  content: "";
  display: block;
  width: 14.4px;
  height: 4px;
  background-color: var(--color03);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.693%22%20height%3D%224.87%22%20viewBox%3D%220%200%2015.693%204.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_91%22%20data-name%3D%22%E3%83%91%E3%82%B9%2091%22%20d%3D%22M3709%2C3297.794h-14.4l4.4-4%22%20transform%3D%22translate(-3693.307%20-3293.424)%22%20fill%3D%22none%22%20stroke%3D%22%232c3c4d%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translate(0, -50%);
}
@media (any-hover: hover) {
  .c-button-return a:hover {
    border-bottom: 1px solid transparent;
  }
}

.c-button-return-02 {
  width: 300px;
  height: 60px;
  margin: 0 auto;
}

.c-cat_list {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 13px;
  flex-direction: column;
}
@media (width >= 768px) {
  .c-cat_list {
    width: fit-content;
  }
}
.c-cat_list:has(.c-cat_list__search) {
  width: 100%;
  margin: 60px auto !important;
}
.c-cat_list:first-child {
  margin-top: 0 !important;
}
.post-type-archive-download .c-cat_list {
  gap: 0;
  margin-top: 15px;
}
.post-type-archive-download .c-cat_list h2 {
  font-size: clamp(2.6rem, 3.385vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 50px;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-cat_list--sm {
  gap: 10px;
}
.c-cat_list__01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  list-style: none;
}
.c-cat_list__01:has(+ .c-cat_list__04) li a {
  font-size: 1rem;
}
.c-cat_list__01 li a {
  font-size: 1.2rem;
  color: var(--color02);
  letter-spacing: 0.08em;
  text-decoration: none;
  min-width: 88px;
  padding: 0 4px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color05);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__01 li a:hover {
    color: var(--color01);
    background-color: var(--color02);
  }
}
.c-cat_list__02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  list-style: none;
}
.c-cat_list__02 li a {
  font-size: 1rem;
  color: var(--color03);
  letter-spacing: 0.08em;
  text-decoration: none;
  min-width: 88px;
  padding: 0 4px;
  height: 22px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__02 li a:hover {
    color: var(--color01);
    background-color: var(--color02);
  }
}
.c-cat_list__02--blue li a {
  background-color: var(--color05);
}
.c-cat_list__03 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 9px;
  list-style: none;
}
.c-cat_list__03 li a {
  font-size: 1rem;
  color: var(--color03);
  letter-spacing: 0.08em;
}
@media (any-hover: hover) {
  .c-cat_list__03 li a:hover {
    text-decoration: none;
  }
}
.c-cat_list__03--wh {
  text-decoration: none;
  min-width: 88px;
  padding: 0 4px;
  margin-right: 8px;
  height: 22px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__03--wh:hover {
    color: var(--color01);
    background-color: var(--color02);
  }
}
.c-cat_list__03--blue {
  text-decoration: none;
  min-width: 88px;
  padding: 0 4px;
  margin-right: 8px;
  height: 22px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color05);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__03--blue:hover {
    color: var(--color01);
    background-color: var(--color02);
  }
}
.c-cat_list__04 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  list-style: none;
}
.c-cat_list__04 li a, .c-cat_list__04 div a {
  font-size: 1rem;
  color: var(--color03);
  letter-spacing: 0.08em;
  text-decoration: none;
  min-width: 88px;
  padding: 0 4px;
  height: 22px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  border: 1px solid var(--color05);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__04 li a:hover, .c-cat_list__04 div a:hover {
    color: var(--color01);
    background-color: var(--color03);
    border: 1px solid transparent;
  }
}
.c-cat_list__04--blue {
  background-color: var(--color05) !important;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-cat_list__04--blue:hover {
    color: var(--color01);
    background-color: var(--color02) !important;
  }
}
.c-cat_list__04--side_keyword {
  gap: 13px 10px;
}
.c-cat_list__04--side_keyword li a {
  min-width: auto;
  padding: 0 7px;
}
.c-cat_list__04--side_product {
  gap: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  transition: max-height 1s ease;
  max-height: 0;
}
.c-cat_list__04--side_product::after {
  content: "";
  width: 90px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  position: absolute;
  top: 0;
  right: 0;
}
.c-cat_list__04--side_product.expanded {
  max-height: 1000px !important;
}
.c-cat_list__04--side_product.expanded::after {
  display: none;
}
.c-cat_list__04--side_product div a {
  min-width: auto;
  padding: 0 7px;
}
.c-cat_list__search {
  width: 100%;
  background-color: #F0F3F7;
  background-size: 1400px 750px;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .c-cat_list__search {
    width: 1040px;
  }
}
.c-cat_list__search.active .icon::after {
  display: none;
}
.c-cat_list__search.active .c-cat_list__search__area {
  display: block;
}
.c-cat_list__search__title {
  width: 100%;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 2.08vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color03);
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-cat_list__search__title:hover {
    opacity: 0.75;
  }
}
.c-cat_list__search__title span {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.c-cat_list__search__title .icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.c-cat_list__search__title .icon::before, .c-cat_list__search__title .icon::after {
  content: "";
  display: block;
  background-color: var(--color03);
  position: absolute;
}
.c-cat_list__search__title .icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.c-cat_list__search__title .icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-cat_list__search__area {
  display: none;
  padding: 20px;
}
@media (width >= 1080px) {
  .c-cat_list__search__area {
    padding: 0 80px 70px 80px;
  }
}
.c-cat_list__search__area__in {
  display: flex;
  flex-direction: column;
  gap: 58px;
  margin-bottom: 65px;
}
.c-cat_list__search__item__in {
  display: flex;
  gap: 22px;
  flex-direction: column;
}
@media (width >= 768px) {
  .c-cat_list__search__item__in {
    flex-direction: row;
    gap: 36px;
    align-items: center;
  }
}
.c-cat_list__search__item__in__title {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
}
@media (width >= 768px) {
  .c-cat_list__search__item__in__title {
    width: 140px;
  }
}
.c-cat_list__search__item__in__wrap {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.c-cat_list__search__item__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  color: var(--color03);
  border-bottom: 1px solid var(--color01);
  padding-bottom: 10px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.c-cat_list__search__item__title.sol {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (width >= 768px) {
  .c-cat_list__search__item__title.sol {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
}
.c-cat_list__search__item__title.sol .clear {
  margin-left: 0;
}
@media (width >= 768px) {
  .c-cat_list__search__item__title.sol .clear {
    margin-left: 15px;
  }
}
.c-cat_list__search__item__title .clear {
  font-size: 1rem;
  display: inline-block;
  padding-left: 10px;
  margin-left: 15px;
  position: relative;
  letter-spacing: 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-cat_list__search__item__title .clear:hover {
    border-bottom: 1px solid var(--color03);
  }
}
.c-cat_list__search__item__title .clear .icon {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
.c-cat_list__search__item__title .clear .icon::before, .c-cat_list__search__item__title .clear .icon::after {
  content: "";
  display: block;
  background-color: var(--color03);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-cat_list__search__item__title .clear .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-cat_list__search__item__title .clear .icon::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-cat_list__search__item ul {
  display: flex;
  gap: 13px 10px;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
@media (width >= 768px) {
  .c-cat_list__search__item ul {
    width: calc(100% - 156px);
  }
}
.c-cat_list__search__item ul li input[type=checkbox] {
  display: none;
}
.c-cat_list__search__item ul li .c-cat_list__search__item__label {
  display: block;
  background-color: var(--color01);
  font-size: 1.2rem;
  font-weight: 500;
  width: max-content;
  padding: 4px 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.c-cat_list__search__item ul li input[type=checkbox]:checked + .c-cat_list__search__item__label {
  background-color: var(--color02);
  color: var(--color01);
}
.c-cat_list__search__btn {
  width: 260px;
  height: 60px;
  margin: 64px auto 0;
  background-color: var(--color03);
  position: relative;
  border-radius: 2.5px;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .c-cat_list__search__btn {
    border-radius: 5px;
  }
}
@media (any-hover: hover) {
  .c-cat_list__search__btn:hover {
    background-color: var(--color01);
  }
  .c-cat_list__search__btn:hover::after {
    background-color: var(--color03);
  }
  .c-cat_list__search__btn:hover input {
    color: var(--color03);
  }
}
.c-cat_list__search__btn::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
  height: 6px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.293%22%20height%3D%225.87%22%20viewBox%3D%220%200%2019.293%205.87%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158%22%20d%3D%22M785%2C1877h18l-5.5-5%22%20transform%3D%22translate(-785%20-1871.63)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (width >= 1080px) {
  .c-cat_list__search__btn::after {
    right: 25px;
  }
}
.c-cat_list__search__btn input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: var(--color01);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

.p-nav#header {
  width: 100%;
  height: 60px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}
@media (width >= 1280px) {
  .p-nav#header {
    height: 80px;
  }
}
.single-seminar .p-nav#header, .single-download .p-nav#header {
  position: relative;
}
.p-nav#header.drop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-nav#header .inner {
  height: 100%;
  position: relative;
}
.p-nav#header .p-nav__logo {
  width: 127px;
  height: 67px;
  position: absolute;
  top: 14px;
  left: 16px;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__logo {
    width: 214px;
    height: auto;
    top: 20px;
    left: 40px;
  }
}
.p-nav#header .p-nav__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo_header_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__logo a {
    background: none;
  }
}
.p-nav#header .p-nav__logo img {
  width: 100%;
  height: auto;
  display: none;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__logo img {
    display: block;
  }
}
.p-nav#header .p-nav__menu {
  --opacity: 0;
  --pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: #E1E7ED;
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
  overflow-y: scroll;
  padding: 13px 0 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 60px;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__menu {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: transparent;
    opacity: 1;
    pointer-events: all;
    overflow-y: visible;
    padding: 0;
    width: max-content;
    height: 100%;
    top: auto;
    right: 218px;
    background-color: transparent;
  }
}
.p-nav#header .p-nav__menu.is-active {
  --opacity: 1;
  --pointer-events: all;
}
.single-seminar .p-nav#header .p-nav__menu, .single-download .p-nav#header .p-nav__menu {
  display: none;
}
.p-nav#header .p-nav__g_nav {
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav {
    flex-direction: row;
    gap: 6px;
    width: max-content;
    margin: 0;
  }
}
.p-nav#header .p-nav__g_nav > li {
  width: 84%;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li {
    width: auto;
  }
}
.p-nav#header .p-nav__g_nav > li > a {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: var(--color02);
  width: 100%;
  height: 60px;
  letter-spacing: 0.04em;
  padding: 0 20px 0 0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #C8CED0;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a {
    font-size: 1.3rem;
    height: 38px;
    padding: 0 11px;
    border: none;
    transition: all 0.2s ease;
  }
}
@media (any-hover: hover) {
  .p-nav#header .p-nav__g_nav > li > a:hover {
    color: var(--color01);
    background-color: var(--color02);
    border-radius: 5px;
  }
  .p-nav#header .p-nav__g_nav > li > a:hover::after {
    background-color: var(--color01);
  }
}
.p-nav#header .p-nav__g_nav > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -50%);
  background-color: var(--color02);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 9px;
  height: 18px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.414%22%20height%3D%2232.828%22%20viewBox%3D%220%200%2017.414%2032.828%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_20761%22%20data-name%3D%22%E3%83%91%E3%82%B9%2020761%22%20d%3D%22M851.314%2C39l15%2C15%2C15-15%22%20transform%3D%22translate(-37.586%20882.729)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a::after {
    display: none;
  }
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav .active_btn {
    background-color: var(--color02);
    color: var(--color01);
  }
}
.p-nav#header .p-nav__cv_nav {
  display: flex;
  list-style: none;
  position: absolute;
  top: 0;
  right: 65px;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav {
    right: 0;
  }
}
.single-seminar .p-nav#header .p-nav__cv_nav, .single-download .p-nav#header .p-nav__cv_nav {
  display: none;
}
.p-nav#header .p-nav__cv_nav__btn {
  width: 65px;
  height: 60px;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav__btn {
    width: 100px;
    height: 80px;
  }
}
.p-nav#header .p-nav__cv_nav__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 7px;
  position: relative;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav__btn a {
    font-size: 1.3rem;
    padding-bottom: 18px;
  }
}
.p-nav#header .p-nav__cv_nav__btn--dl a {
  background-color: var(--color01);
  color: var(--color03);
}
.p-nav#header .p-nav__cv_nav__btn--dl a::after {
  content: "";
  display: block;
  width: 26px;
  height: 23.29px;
  background-color: var(--color03);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2223.287%22%20viewBox%3D%220%200%2026%2023.287%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9438%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209438%22%20transform%3D%22translate(-4118%20-15.553)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_52%22%20data-name%3D%22%E3%83%91%E3%82%B9%2052%22%20d%3D%22M4143.178%2C33.58a.823.823%2C0%2C0%2C0-.823.822v1.59a1.205%2C1.205%2C0%2C0%2C1-1.2%2C1.2h-20.3a1.205%2C1.205%2C0%2C0%2C1-1.2-1.2V34.4a.823.823%2C0%2C0%2C0-1.645%2C0v1.59a2.852%2C2.852%2C0%2C0%2C0%2C2.849%2C2.848h20.3A2.852%2C2.852%2C0%2C0%2C0%2C4144%2C35.992V34.4A.822.822%2C0%2C0%2C0%2C4143.178%2C33.58Z%22%20fill%3D%22%232c3c4d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_53%22%20data-name%3D%22%E3%83%91%E3%82%B9%2053%22%20d%3D%22M4136.514%2C27.39a.817.817%2C0%2C0%2C0-.559.219l-4.133%2C3.837V16.374a.822.822%2C0%2C1%2C0-1.644%2C0V31.446l-4.133-3.837a.822.822%2C0%2C0%2C0-1.119%2C1.2l5.514%2C5.119a.793.793%2C0%2C0%2C0%2C.1.063l.027.018a.835.835%2C0%2C0%2C0%2C.1.069.251.251%2C0%2C0%2C0%2C.029.009.71.71%2C0%2C0%2C0%2C.146.031.8.8%2C0%2C0%2C0%2C.138.027l.015%2C0s.01%2C0%2C.015%2C0a.838.838%2C0%2C0%2C0%2C.138-.027.738.738%2C0%2C0%2C0%2C.146-.031.251.251%2C0%2C0%2C0%2C.029-.009.845.845%2C0%2C0%2C0%2C.1-.068l.03-.02a.81.81%2C0%2C0%2C0%2C.1-.062l5.515-5.119a.822.822%2C0%2C0%2C0-.56-1.424Z%22%20fill%3D%22%232c3c4d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav__btn--dl a::after {
    top: 15px;
  }
}
@media (any-hover: hover) {
  .p-nav#header .p-nav__cv_nav__btn--dl a:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
  .p-nav#header .p-nav__cv_nav__btn--dl a:hover::after {
    background-color: var(--color01);
  }
}
.p-nav#header .p-nav__cv_nav__btn--contact a {
  background-color: var(--color03);
  color: var(--color01);
}
.p-nav#header .p-nav__cv_nav__btn--contact a::after {
  content: "";
  display: block;
  width: 26px;
  height: 21.5px;
  background-color: var(--color01);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2221.5%22%20viewBox%3D%220%200%2026%2021.5%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9439%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209439%22%20transform%3D%22translate(-4218%20-17.34)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_54%22%20data-name%3D%22%E3%83%91%E3%82%B9%2054%22%20d%3D%22M4241.156%2C17.34h-20.313A2.847%2C2.847%2C0%2C0%2C0%2C4218%2C20.184V36a2.846%2C2.846%2C0%2C0%2C0%2C2.843%2C2.843h20.313A2.847%2C2.847%2C0%2C0%2C0%2C4244%2C36V20.184A2.847%2C2.847%2C0%2C0%2C0%2C4241.156%2C17.34Zm0%2C1.633a1.2%2C1.2%2C0%2C0%2C1%2C.639.186L4231%2C27.813l-10.8-8.648a1.2%2C1.2%2C0%2C0%2C1%2C.648-.192Zm0%2C18.235h-20.313a1.211%2C1.211%2C0%2C0%2C1-1.21-1.211V20.806l10.856%2C8.69a.821.821%2C0%2C0%2C0%2C.51.179.812.812%2C0%2C0%2C0%2C.511-.18l10.857-8.7V36A1.212%2C1.212%2C0%2C0%2C1%2C4241.156%2C37.208Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav__btn--contact a::after {
    top: 15px;
  }
}
@media (any-hover: hover) {
  .p-nav#header .p-nav__cv_nav__btn--contact a:hover {
    color: var(--color03);
    background-color: var(--color01);
  }
  .p-nav#header .p-nav__cv_nav__btn--contact a:hover::after {
    background-color: var(--color03);
  }
}
.p-nav.is-animation {
  background-color: var(--color01);
}
.p-nav__sp_btn {
  --opacity: 1;
  --rotate: 1;
  --translate: 8px;
  width: 65px;
  height: 60px;
  background-color: var(--color01);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width >= 1280px) {
  .p-nav__sp_btn {
    display: none;
  }
}
.single-seminar .p-nav__sp_btn, .single-download .p-nav__sp_btn {
  display: none;
}
.p-nav__sp_btn.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
}
.p-nav__sp_btn__panel {
  display: grid;
  place-items: center start;
  width: 22px;
  height: 20px;
  padding-bottom: 10px;
}
.p-nav__sp_btn__panel span, .p-nav__sp_btn__panel::before, .p-nav__sp_btn__panel::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color02);
  grid-area: 1/1/-1/-1;
  transition: rotate 0.3s ease, translate 0.3s ease;
}
.p-nav__sp_btn__panel span {
  opacity: var(--opacity);
}
.p-nav__sp_btn__panel::before {
  translate: 0 calc(var(--translate) * -1);
  rotate: calc(var(--rotate) * -1);
}
.p-nav__sp_btn__panel::after {
  translate: 0 var(--translate);
  rotate: var(--rotate);
}
.p-nav__sp_btn__text {
  font-size: 0.9rem;
  width: max-content;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-nav#footer {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (width >= 1080px) {
  .p-nav#footer {
    flex-direction: row;
    gap: 38px;
  }
}
.p-nav#footer .p-nav__f_nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px 0;
  margin: 0 auto;
  width: fit-content;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav {
    display: block;
    width: max-content;
    margin: 0;
    border-left: 1px solid #566371;
    padding-left: 21px;
    margin: 0 0 5px;
    gap: 10px 0;
  }
}
.p-nav#footer .p-nav__f_nav.pc {
  display: none !important;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav.pc {
    display: block !important;
  }
}
.p-nav#footer .p-nav__f_nav li {
  width: 50%;
  font-size: 1.3rem;
  color: var(--color01);
  letter-spacing: 0.08em;
  display: none;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav li {
    display: block;
    width: auto;
  }
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav li:not(:last-of-type) {
    margin-bottom: 23px;
  }
}
.p-nav#footer .p-nav__f_nav li a {
  color: var(--color01);
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-nav#footer .p-nav__f_nav li a:hover {
    text-decoration: underline;
  }
}
.p-nav#footer .p-nav__f_nav__in {
  display: flex;
  gap: 20px;
}
.p-nav#footer .p-nav__f_nav__in ul {
  display: block;
  padding: 0;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav__in ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 250px;
    margin: 23px 0 0 0;
  }
}
.p-nav#footer .p-nav__f_nav__in ul li {
  position: relative;
  padding-left: 14px;
  width: 115px;
  line-height: 1.5;
}
.p-nav#footer .p-nav__f_nav__in ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color01);
  position: absolute;
  top: 8px;
  left: 3px;
}
.p-nav#footer .p-nav__f_nav__in ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-nav#footer .p-nav__f_nav--dl {
  font-size: 1.45rem !important;
  display: block !important;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--dl {
    margin-bottom: 10px !important;
    font-size: 1.2rem !important;
  }
}
.p-nav#footer .p-nav__f_nav--dl a {
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 55px 0 23px;
  border: 1px solid var(--color01);
  border-radius: 2.5px;
  position: relative;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--dl a {
    width: 152px;
    height: 36px;
    border-radius: 5px;
    padding: 0 24px 0 0;
  }
}
.p-nav#footer .p-nav__f_nav--dl a::after {
  content: "";
  display: block;
  width: 20.51px;
  height: 18.375px;
  background-color: var(--color01);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2215.229%22%20viewBox%3D%220%200%2017%2015.229%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_262%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20262%22%20transform%3D%22translate(-1188.479%20-8353.386)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_403%22%20data-name%3D%22%E3%83%91%E3%82%B9%20403%22%20d%3D%22M1204.942%2C8365.174a.538.538%2C0%2C0%2C0-.538.538v1.039a.789.789%2C0%2C0%2C1-.788.788h-13.274a.789.789%2C0%2C0%2C1-.788-.788v-1.039a.537.537%2C0%2C1%2C0-1.075%2C0v1.039a1.865%2C1.865%2C0%2C0%2C0%2C1.863%2C1.863h13.274a1.866%2C1.866%2C0%2C0%2C0%2C1.863-1.863v-1.039A.538.538%2C0%2C0%2C0%2C1204.942%2C8365.174Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_404%22%20data-name%3D%22%E3%83%91%E3%82%B9%20404%22%20d%3D%22M1200.585%2C8361.127a.536.536%2C0%2C0%2C0-.366.143l-2.7%2C2.51v-9.855a.538.538%2C0%2C1%2C0-1.076%2C0v9.855l-2.7-2.51a.537.537%2C0%2C0%2C0-.731.788l3.6%2C3.348c.021.019.046.025.067.041l.018.012a.713.713%2C0%2C0%2C0%2C.067.045l.019.006a.429.429%2C0%2C0%2C0%2C.095.021.563.563%2C0%2C0%2C0%2C.09.018h.02a.563.563%2C0%2C0%2C0%2C.09-.018.468.468%2C0%2C0%2C0%2C.1-.021l.019-.006a.74.74%2C0%2C0%2C0%2C.065-.044l.019-.013a.749.749%2C0%2C0%2C0%2C.067-.041l3.6-3.348a.536.536%2C0%2C0%2C0-.365-.931Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 12px;
  right: 28px;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--dl a::after {
    width: 17px;
    height: 15.23px;
    top: 9px;
    right: 14px;
  }
}
@media (any-hover: hover) {
  .p-nav#footer .p-nav__f_nav--dl a:hover {
    background-color: var(--color01);
    color: var(--color03);
    text-decoration: none !important;
  }
  .p-nav#footer .p-nav__f_nav--dl a:hover::after {
    background-color: var(--color03);
  }
}
.p-nav#footer .p-nav__f_nav--contact {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
  display: block !important;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--contact {
    font-size: 1.2rem !important;
  }
}
.p-nav#footer .p-nav__f_nav--contact a {
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 13px;
  border: 1px solid var(--color01);
  background-color: var(--color01);
  color: var(--color03) !important;
  border-radius: 2.5px;
  position: relative;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--contact a {
    width: 152px;
    height: 36px;
    border-radius: 5px;
    padding: 0 24px 0 0;
  }
}
.p-nav#footer .p-nav__f_nav--contact a::after {
  content: "";
  display: block;
  width: 20.51px;
  height: 16.545px;
  background-color: var(--color03);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214.059%22%20viewBox%3D%220%200%2017%2014.059%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_263%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20263%22%20transform%3D%22translate(-1188.479%20-8401.971)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_405%22%20data-name%3D%22%E3%83%91%E3%82%B9%20405%22%20d%3D%22M1203.619%2C8401.971h-13.281a1.861%2C1.861%2C0%2C0%2C0-1.859%2C1.859v10.34a1.861%2C1.861%2C0%2C0%2C0%2C1.859%2C1.859h13.281a1.861%2C1.861%2C0%2C0%2C0%2C1.86-1.859v-10.34A1.861%2C1.861%2C0%2C0%2C0%2C1203.619%2C8401.971Zm0%2C1.067a.781.781%2C0%2C0%2C1%2C.419.123l-7.059%2C5.657-7.065-5.654a.787.787%2C0%2C0%2C1%2C.424-.126Zm0%2C11.924h-13.281a.792.792%2C0%2C0%2C1-.791-.792v-9.933l7.1%2C5.682a.535.535%2C0%2C0%2C0%2C.668%2C0l7.1-5.69v9.941A.792.792%2C0%2C0%2C1%2C1203.619%2C8414.962Z%22%20fill%3D%22%232c3c4d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 13px;
  right: 28px;
}
@media (width >= 1080px) {
  .p-nav#footer .p-nav__f_nav--contact a::after {
    width: 17px;
    height: 14.06px;
    top: 9px;
    right: 14px;
  }
}
@media (any-hover: hover) {
  .p-nav#footer .p-nav__f_nav--contact a:hover {
    background-color: var(--color03);
    color: var(--color01) !important;
    text-decoration: none !important;
  }
  .p-nav#footer .p-nav__f_nav--contact a:hover::after {
    background-color: var(--color01);
  }
}
.p-nav#corp .p-nav__c_nav {
  display: flex;
  gap: 21px;
}
.p-nav#corp .p-nav__c_nav li a {
  font-size: 0.9rem;
  color: #8F97A0;
  display: block;
  padding-right: 16px;
  position: relative;
  text-decoration: none;
}
@media (width >= 768px) {
  .p-nav#corp .p-nav__c_nav li a {
    font-size: 1.3rem;
  }
}
.p-nav#corp .p-nav__c_nav li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #8F97A0;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%229.001%22%20viewBox%3D%220%200%2011.092%209.001%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_266%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20266%22%20transform%3D%22translate(-299.609%20-8533.338)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_356%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20356%22%20width%3D%227.321%22%20height%3D%225.229%22%20transform%3D%22translate(310.201%208539.067)%20rotate(-180)%22%20fill%3D%22none%22%20stroke%3D%22%238f97a0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_410%22%20data-name%3D%22%E3%83%91%E3%82%B9%20410%22%20d%3D%22M301.593%2C8536.609h-1.484v5.229h7.321v-1.483%22%20fill%3D%22none%22%20stroke%3D%22%238f97a0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
}
@media (width >= 768px) {
  .p-nav#corp .p-nav__c_nav li a::after {
    top: 3px;
  }
}
@media (any-hover: hover) {
  .p-nav#corp .p-nav__c_nav li a:hover {
    text-decoration: underline;
  }
}
.p-nav__side {
  width: 100%;
}
@media (width >= 768px) {
  .p-nav__side:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-nav__side__title {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
@media (width >= 768px) {
  .p-nav__side__title {
    justify-content: space-between;
    transition: opacity 0.2s ease;
  }
}
.p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon {
  transform: rotate(90deg);
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon {
    transform: none;
  }
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon::before {
    transform: rotate(0);
  }
}
.p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon {
  transform: rotate(90deg) scale(-1);
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon {
    transform: none;
  }
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon::before {
    transform: rotate(90deg);
  }
}
.p-nav__side__title__label {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color01);
}
@media (width >= 768px) {
  .p-nav__side__title__label {
    font-size: 2rem;
    color: var(--color02);
  }
}
.p-nav__side__title__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--color01);
  mask-image: url(../image/icon_arw1_1.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 9px 13px;
  transition: all 0.2s ease;
}
@media (width >= 768px) {
  .p-nav__side__title__icon {
    background-color: transparent;
    position: relative;
    mask: none;
    transform: rotate(0);
  }
}
@media (width >= 768px) {
  .p-nav__side__title__icon::before, .p-nav__side__title__icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: var(--color02);
    transition: all 0.2s ease;
  }
}
@media (width >= 768px) {
  .p-nav__side__title__icon::before {
    width: 2px;
    height: 16px;
  }
}
@media (width >= 768px) {
  .p-nav__side__title__icon::after {
    width: 16px;
    height: 2px;
  }
}
.p-nav__side__list {
  display: none;
  list-style: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  padding: 16px;
}
@media (width >= 768px) {
  .p-nav__side__list {
    display: block;
    width: auto;
    margin-top: 16px;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
  }
}
.p-nav__side__list li:not(:first-of-type) {
  margin-top: 8px;
}
@media (width >= 768px) {
  .p-nav__side__list li:not(:first-of-type) {
    margin-top: 6px;
  }
}
.p-nav__side__list a {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (width >= 768px) {
  .p-nav__side__list a {
    box-shadow: 0 0 10px rgba(0, 71, 161, 0.1);
    width: auto;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .p-nav__side__list a:hover {
    opacity: 0.56;
  }
  .p-nav__side__list a:hover::after {
    translate: 5px 0;
  }
}
.p-nav__side__list a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: block;
  background: #0076be;
  width: 24px;
  height: 24px;
  margin: auto;
  mask-image: url(../image/icon_arw1_1.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 9px 13px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-contact {
  width: 90%;
  background-color: var(--color03);
  border-radius: 5px;
  margin: 0 auto 150px;
  position: relative;
  overflow: hidden;
}
@media (width >= 1080px) {
  .p-contact {
    width: 1040px;
  }
}
.p-contact::after {
  content: "";
  display: block;
  width: 1700px;
  height: 800px;
  background-image: url(../img/bg_pattern_06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -360px;
  left: -560px;
  opacity: 0.3;
}
@media (width >= 768px) {
  .p-contact::after {
    bottom: -380px;
    left: -360px;
  }
}
@media (width >= 1080px) {
  .p-contact::after {
    width: 2841px;
    height: 842px;
    bottom: -457px;
    left: -713px;
  }
}
.p-contact .inner {
  padding: 50.2px 20px 37.8px;
  position: relative;
  z-index: 50;
}
.p-contact h2 {
  font-size: clamp(1.8rem, 2.34vw, 2.4rem);
  font-weight: 700;
  color: var(--color01);
  letter-spacing: 0.08em;
  line-height: 1.583;
  text-align: center;
  margin-bottom: 42px;
}
.p-contact ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 34px;
}
@media (width >= 768px) {
  .p-contact ul {
    width: 620px;
    flex-direction: row;
    gap: 20px;
  }
}
@media (width >= 1080px) {
  .p-contact ul {
    gap: 60px;
  }
}
.p-contact ul li {
  width: 80%;
  height: 60px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .p-contact ul li {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
}
@media (width >= 1080px) {
  .p-contact ul li {
    width: calc((100% - 60px) / 2);
  }
}
.p-contact p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: var(--color01);
}
@media (width >= 768px) {
  .p-contact p {
    text-align: center;
  }
}

.p-hero {
  padding-top: 50px;
}
@media (width >= 1080px) {
  .p-hero {
    padding-top: 80px;
  }
}
.p-hero.top {
  background-color: #F0F3F7;
  overflow: hidden;
}
.p-hero.top .inner {
  width: 85%;
  margin: 0 auto;
  padding: 45px 0 141.5px;
  position: relative;
  z-index: 5;
}
@media (width >= 768px) {
  .p-hero.top .inner {
    padding: 50px 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (width >= 1080px) {
  .p-hero.top .inner {
    width: 1040px;
  }
}
.p-hero.top .inner::after {
  content: "";
  display: block;
  width: 420px;
  height: 270px;
  background-image: url(../img/bg_pattern_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -65px;
  right: -30px;
}
@media (width >= 768px) {
  .p-hero.top .inner::after {
    background-image: url(../img/bg_pattern_02.svg);
    width: 3895px;
    height: 1024px;
    right: auto;
    bottom: -440px;
    left: -1470px;
  }
}
.p-hero.top h1, .p-hero.top h2 {
  font-size: clamp(2.5rem, 3.25vw, 3.8rem);
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.12em;
}
@media (width >= 768px) {
  .p-hero.top h1, .p-hero.top h2 {
    line-height: 1.526;
  }
}
.p-hero.top h1 {
  margin: 0 0 28px;
}
@media (width >= 768px) {
  .p-hero.top h1 {
    margin: 40px 0 80px;
  }
}
.p-hero.top h2 {
  position: relative;
}
@media (width >= 768px) {
  .p-hero.top h2 {
    margin: 40px 0;
  }
}
.p-hero.top h2 span {
  font-family: var(--Popp);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.p-hero.top p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-hero.top .p-hero__main {
  position: relative;
  z-index: 50;
}
@media (width >= 1080px) {
  .p-hero.top .p-hero__main {
    width: 720px;
  }
}
.p-hero.top .p-hero__main__item.pc {
  display: none !important;
}
@media (width >= 1080px) {
  .p-hero.top .p-hero__main__item.pc {
    display: block !important;
  }
}
@media (width <= 1080px) {
  .p-hero.top .p-hero__main__item:not(.pc) {
    opacity: 1 !important;
  }
}
.p-hero.top .p-hero__main__item__lg {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 20px;
  width: 700px;
}
.p-hero.top .p-hero__main__item__lg__item {
  display: flex;
  align-items: center;
  color: var(--color03);
  border: 1px solid var(--color04);
  border-radius: 5px;
  background-color: var(--color01);
  padding: 20px 39px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-hero.top .p-hero__main__item__lg__item:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
}
.p-hero.top .p-hero__main__item__lg__item__product {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  flex: 0 0 auto;
  padding-right: 30px;
  position: relative;
}
.p-hero.top .p-hero__main__item__lg__item__product::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: var(--color04);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-hero.top .p-hero__main__item__lg__item__desc {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.692;
  padding-left: 40px;
  width: calc(100% - 150px);
  flex: 1;
}
.p-hero.top .p-hero__main__item__sm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 700px;
}
.p-hero.top .p-hero__main__item__sm a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color03);
  text-decoration: none;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border: 1px solid var(--color04);
  border-radius: 5px;
  background-color: var(--color01);
  transition: all 0.3s ease;
  padding: 0 10px;
  text-align: center;
}
@media (any-hover: hover) {
  .p-hero.top .p-hero__main__item__sm a:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
}
.p-hero.top .p-hero__side {
  display: none;
}
@media (width >= 1080px) {
  .p-hero.top .p-hero__side {
    display: block;
    width: 250px;
    position: relative;
    z-index: 50;
    border-left: 1px solid var(--color03);
  }
}
.p-hero.top .p-hero__side__item {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.25;
  width: 250px !important;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 21px 15px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-hero.top .p-hero__side__item:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
}
.p-hero.top .p-hero__side__item:first-of-type {
  border-radius: 0 5px 0 0;
}
.p-hero.top .p-hero__side__item:last-of-type {
  border-radius: 0 0 5px 0;
}
.p-hero.top .p-hero__side__item span {
  font-family: var(--Popp);
  font-size: 1.2rem;
  font-weight: 400;
}
.p-hero.top .p-hero__side .slick-track {
  transform: unset !important;
  width: auto !important;
}
.p-hero.top .p-hero__side .slick-current {
  color: var(--color01);
  background-color: var(--color03);
}
.p-hero.top .p-hero__side .slick-slide {
  float: none;
}
.p-hero.top .p-hero__btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .p-hero.top .p-hero__btn {
    flex-direction: row;
  }
}
.p-hero.top .p-hero__btn__in {
  width: 100%;
  height: 50px;
}
@media (width >= 768px) {
  .p-hero.top .p-hero__btn__in {
    width: 280px;
  }
}
@media (width >= 1080px) {
  .p-hero.top .p-hero__btn__in {
    width: 400px;
    height: 60px;
  }
  .p-hero.top .p-hero__btn__in:first-of-type {
    display: none;
  }
}
.p-hero:not(.top) {
  background-color: #F0F3F7;
  overflow: hidden;
}
.single-seminar .p-hero:not(.top), .single-download .p-hero:not(.top) {
  display: none;
}
.p-hero:not(.top) .inner {
  width: 80%;
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width >= 768px) {
  .p-hero:not(.top) .inner {
    padding: 65px 0 75px;
  }
}
@media (width >= 1080px) {
  .p-hero:not(.top) .inner {
    width: 1040px;
    height: 220px;
  }
}
.p-hero:not(.top) .inner::after {
  content: "";
  display: block;
  width: 1700px;
  height: 800px;
  background-image: url(../img/bg_pattern_05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -360px;
  left: -560px;
}
@media (width >= 768px) {
  .p-hero:not(.top) .inner::after {
    bottom: -380px;
    left: -360px;
  }
}
@media (width >= 1080px) {
  .p-hero:not(.top) .inner::after {
    width: 2800px;
    height: 1100px;
    bottom: -408px;
    left: -420px;
  }
}
.p-hero:not(.top) .p-hero__title {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 50;
}
.p-hero:not(.top) .p-hero__title__sub {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.p-hero:not(.top) .p-hero__title__main {
  font-size: clamp(2.6rem, 3.385vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 17px;
}

.single-seminar .p-panlist, .single-download .p-panlist {
  display: none;
}
.p-panlist .inner {
  width: 90%;
  margin: 0 auto;
  padding: 11px 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: auto;
  white-space: nowrap;
}
@media (width >= 1280px) {
  .p-panlist .inner {
    width: 1040px;
  }
}
.p-panlist .inner a {
  color: var(--color02);
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-panlist .inner a:hover {
    text-decoration: underline;
  }
}
.p-panlist .inner br {
  display: none;
}
.p-panlist .home {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
}
.p-panlist .home::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_home%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M5.17%2C12.017h-3v-6h-2l7-6%2C7%2C6h-2v6h-3v-5h-4v5Z%22%20transform%3D%22translate(0.83%201.984)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}
.p-panlist .separate {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_05-arrow2-r%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M2811.354-1661.646l-1.061-1.061%2C3.969-3.97-3.969-3.969%2C1.061-1.061%2C5.031%2C5.03Z%22%20transform%3D%22translate(-2807.073%201672.677)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  margin: 0 2px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.p-post__header {
  margin: 0 0 40px;
}
@media (width >= 1280px) {
  .p-post__header {
    margin: 0 0 60px;
  }
}
.p-post__header h1 {
  font-size: clamp(2.6rem, 3.385vw, 3rem);
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.08em;
}
.single-case .p-post__header h1 {
  font-size: clamp(2rem, 2.604vw, 2.4rem);
}
.p-post__header__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 50px 0 40px;
}
.p-post__header__sub_title {
  font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  font-weight: 700;
  margin-top: 20px;
}
.p-post__header .c-cat_list__04 {
  margin-top: 20px;
}
@media (width >= 768px) {
  .single-case .p-post__header .c-cat_list__04 {
    justify-content: flex-end;
  }
}
.p-post__header__date {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  list-style: none;
  margin-top: 35px;
  line-height: 1.6;
}
@media (width >= 768px) {
  .p-post__header__date {
    flex-direction: row;
    align-items: flex-start;
    justify-content: right;
  }
}
.p-post__header__date li {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #8F97A0;
}
.p-post__header__thumb {
  width: 100%;
  max-width: 650px;
  margin: 50px auto 0;
}
.p-post__header__thumb img {
  width: 100%;
  height: auto;
}
.p-post__header__corp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (width >= 768px) {
  .p-post__header__corp {
    flex-direction: row;
    gap: 45px;
    margin-bottom: 60px;
  }
}
@media (width >= 768px) {
  .p-post__header__corp__thumb {
    width: 195px;
    height: 102px;
  }
}
.p-post__header__corp__thumb img {
  width: 100%;
  aspect-ratio: 195/102;
  object-fit: cover;
}
.p-post__header__corp__name {
  font-size: clamp(2.6rem, 3.385vw, 3rem);
  font-weight: 700;
  line-height: 1.6;
}
@media (width >= 768px) {
  .p-post__header__corp__name {
    width: calc(100% - 240px);
  }
}
.p-post__body *:last-child {
  margin-bottom: 0;
}
.p-post__body h2 {
  font-size: clamp(2.6rem, 3.385vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 75.4px 0 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C3D0DC;
  letter-spacing: 0.04em;
  color: var(--color03);
}
.p-post__body h2:first-child {
  margin-top: 0;
}
.p-post__body h3 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 72px 0 27px;
  padding: 13px 15px 13px 28px;
  border-radius: 5px;
  background-color: #E1E7ED;
  position: relative;
  letter-spacing: 0.04em;
}
.p-post__body h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #C3D0DC;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post__body h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 71.6px 0 23.7px;
  letter-spacing: 0.08em;
  color: var(--color03);
}
.p-post__body p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.p-post__body p:has(img) img {
  margin-top: 0;
}
.p-post__body p:has(+ .att) {
  margin-bottom: 15px;
}
.p-post__body p.att {
  font-size: 1.2rem;
}
.p-post__body p:has(.c-button-more) {
  margin-top: 40px !important;
}
.p-post__body strong {
  font-weight: 700;
  color: #0064FF;
}
.p-post__body em {
  font-style: italic;
}
@media (width >= 1280px) {
  .p-post__body a:hover {
    text-decoration: none;
  }
}
.p-post__body ul {
  margin: 0 0 30px;
  list-style: none;
}
.p-post__body ul li {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 12px 0;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-post__body ul li:has(strong) {
  color: #65798E;
}
.p-post__body ul li:last-of-type {
  margin: 0;
}
.p-post__body ul li::before {
  content: "";
  display: block;
  background-color: var(--color03);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 6px;
}
.p-post__body ul li strong {
  color: var(--color02);
}
.p-post__body ul li.f20::before {
  top: 14px;
}
.p-post__body ol {
  margin: 0 0 30px;
  list-style: none;
  counter-reset: item;
}
.p-post__body ol li {
  font-size: 1.4rem;
  padding: 0 0 0 16px;
  margin: 0 0 12px 0;
  position: relative;
  line-height: 1.6;
}
.p-post__body ol li:has(strong) {
  color: #65798E;
}
.p-post__body ol li:has(strong)::before {
  color: var(--color02);
}
.p-post__body ol li:last-of-type {
  margin: 0;
}
.p-post__body ol li::before {
  counter-increment: item;
  content: counter(item, decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-post__body ol li strong {
  color: var(--color02);
}
.p-post__body table {
  width: 100% !important;
  height: auto !important;
  margin: 50px 0;
  display: block;
  overflow: auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media (width >= 1080px) {
  .p-post__body table {
    overflow: visible;
  }
}
.p-post__body table::-webkit-scrollbar {
  height: 10px;
}
.p-post__body table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.p-post__body table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.p-post__body table:has(+ .text_in_1) {
  margin: 30px 0 20px;
}
.p-post__body table tbody {
  display: table;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
@media (width >= 1080px) {
  .p-post__body table tbody {
    white-space: normal;
  }
}
.p-post__body table tr {
  height: auto !important;
}
.p-post__body table tr:first-of-type th {
  border-radius: 5px 0 0 0;
}
.p-post__body table tr:first-of-type td {
  border-radius: 0 5px 0 0;
}
.p-post__body table tr:last-of-type th, .p-post__body table tr:last-of-type td {
  border: none;
}
.p-post__body table tr:last-of-type th {
  border-radius: 0 0 0 5px;
}
.p-post__body table tr:last-of-type td {
  border-radius: 0 0 5px 0;
}
.p-post__body table tr:only-of-type th {
  border-radius: 5px 0 0 5px;
}
.p-post__body table tr:only-of-type td {
  border-radius: 0 5px 5px 0;
}
.p-post__body table th {
  height: auto !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color01);
  background-color: var(--color03);
  padding: 15px;
  line-height: 2;
  text-align: left;
  border-bottom: 1px solid var(--color01);
}
@media (width <= 768px) {
  .p-post__body table th {
    width: auto !important;
  }
}
@media (width >= 1080px) {
  .p-post__body table th {
    width: 230px;
  }
}
.p-post__body table th p {
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.p-post__body table th *:last-child {
  margin: 0;
}
.p-post__body table td {
  height: auto !important;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 15px;
  line-height: 2;
  background-color: #ECF0F4;
  border-bottom: 1px solid #D2DCE5;
}
@media (width <= 768px) {
  .p-post__body table td {
    width: auto !important;
  }
}
.p-post__body table td.pattern_01 {
  background-color: #ECF0F4 !important;
}
.p-post__body table td.pattern_02 {
  background-color: #E1E8EE !important;
}
.p-post__body table td.vertical-m {
  vertical-align: middle;
  text-align: center;
}
.p-post__body table td p {
  margin: 0 0 20px;
  font-size: 1.4rem;
}
.p-post__body table td ul {
  margin: 0 0 20px;
}
.p-post__body table td ul li {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-post__body table td ul li::before {
  top: 10px;
}
.p-post__body table td ol {
  margin: 0 0 20px;
}
.p-post__body table td ol li {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-post__body table td ol li::before {
  top: 0;
}
.p-post__body table td strong {
  color: var(--color02);
}
.p-post__body table td img {
  margin: 0 0 30px;
  display: block;
}
.p-post__body table td *:last-child {
  margin: 0;
}
.p-post__body table.large th {
  padding: 20px;
}
@media (width >= 1080px) {
  .p-post__body table.large th {
    padding: 40px 30px;
  }
}
.p-post__body table.large td {
  padding: 20px;
}
@media (width >= 1080px) {
  .p-post__body table.large td {
    padding: 37px 30px;
  }
}
.p-post__body table.ty {
  display: block;
  overflow: auto;
}
@media (width >= 1280px) {
  .p-post__body table.ty {
    overflow: visible;
  }
}
.p-post__body table.ty tbody {
  display: table;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
@media (width >= 1080px) {
  .p-post__body table.ty tbody {
    white-space: normal;
  }
}
.p-post__body table.ty tbody tr:nth-of-type(odd) td {
  background-color: #E1E8EE;
}
.p-post__body table.ty tbody th, .p-post__body table.ty tbody td {
  display: table-cell;
}
@media (width <= 768px) {
  .p-post__body table.ty tbody th, .p-post__body table.ty tbody td {
    width: auto !important;
  }
}
.p-post__body table.ty tbody th {
  border-bottom: none;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  line-height: 1.538;
}
.p-post__body table.ty tbody th:not(:first-of-type) {
  border-left: 1px solid var(--color01);
}
.p-post__body table.ty tbody th:first-of-type {
  border-radius: 5px 0 0 0 !important;
}
.p-post__body table.ty tbody th:last-of-type {
  border-radius: 0 5px 0 0 !important;
}
.p-post__body table.ty tbody td {
  border-bottom: 1px solid var(--color01);
  padding: 15px;
  border-radius: 0;
  line-height: 1.538;
}
.p-post__body table.ty tbody td:not(:first-of-type) {
  border-left: 1px solid var(--color01);
}
.p-post__body table.ty tbody td span {
  font-weight: 400;
}
.p-post__body table .radius-3 {
  border-radius: 0 0 5px 0 !important;
}
.p-post__body table .no-radius {
  border-radius: 0 !important;
}
.p-post__body blockquote {
  background-color: #F7F7F7;
  padding: 20px;
  margin: 50px 0;
}
.p-post__body blockquote p {
  font-size: 1.4rem;
  margin: 0 0 30px;
}
@media (width >= 1280px) {
  .p-post__body blockquote p {
    font-size: 1.6rem;
  }
}
.p-post__body blockquote ul {
  margin: 0 0 30px;
}
.p-post__body blockquote ol {
  margin: 0 0 30px;
}
.p-post__body blockquote *:last-child {
  margin-bottom: 0;
}
.p-post__body hr {
  border-top: 1px solid #BBB;
  margin: 100px 0 120px !important;
}
.p-post__body img {
  height: auto;
  max-width: 100%;
  margin: 30px 0;
}
.p-post__body .alignright {
  display: block;
  margin: 30px auto;
}
@media (width >= 1080px) {
  .p-post__body .alignright {
    float: right;
    margin: 30px 0 30px 30px;
  }
}
.p-post__body .alignleft {
  display: block;
  margin: 0 auto 40px;
}
@media (width >= 1080px) {
  .p-post__body .alignleft {
    float: left;
    margin: 30px 30px 30px 0;
  }
}
.p-post__body .aligncenter {
  display: block;
  margin: 30px auto;
}
.p-post__body .wp-caption {
  max-width: 100% !important;
}
.p-post__body .wp-caption:last-child {
  margin-bottom: 0 !important;
}
.p-post__body .wp-caption:first-child, .p-post__body .wp-caption:only-child {
  margin-top: 0 !important;
}
.p-post__body .wp-caption img {
  margin: 0;
}
.p-post__body .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin: 10px 0 0 0 !important;
}
.p-post__body .clearfix {
  clear: both;
}
.p-post__body .pen {
  background: linear-gradient(transparent 60%, #DCE750 60%);
}
.p-post__btn {
  width: 100%;
  height: 70px;
  margin: 40px auto 50px;
}
@media (width >= 768px) {
  .p-post__btn {
    max-width: 350px;
  }
}
.p-post__btn_col-2 {
  margin: 40px auto 50px;
}
@media (width >= 768px) {
  .p-post__btn_col-2 {
    display: flex;
    gap: 20px;
    margin: 40px auto 50px;
  }
}
.p-post__btn_col-2 a {
  height: 70px;
}
@media (width >= 1280px) {
  .p-post__btn_col-2 a {
    width: calc((100% - 20px) / 2);
  }
}
.p-post__btn_col-2 a:not(first-of-type) {
  margin-top: 10px;
}
@media (width >= 1280px) {
  .p-post__btn_col-2 a:not(first-of-type) {
    margin: 0;
  }
}
.p-post__col-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  counter-reset: item;
}
@media (width >= 768px) {
  .p-post__col-2 {
    flex-direction: row;
  }
}
.p-post__col-2__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (width >= 768px) {
  .p-post__col-2__item {
    width: calc((100% - 20px) / 2);
  }
}
.p-post__col-2__item.num::before {
  counter-increment: item;
  content: counter(item, decimal);
  position: absolute;
  top: 28px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color03);
  color: #E1E7ED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.p-post__col-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  counter-reset: item;
}
@media (width >= 768px) {
  .p-post__col-3 {
    flex-direction: row;
  }
}
.p-post__col-3__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (width >= 768px) {
  .p-post__col-3__item {
    width: calc((100% - 20px) / 3);
  }
}
.p-post__col-2_grid {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  counter-reset: item;
}
@media (width >= 768px) {
  .p-post__col-2_grid {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-template-rows: auto;
    gap: 0 20px;
    margin-bottom: -20px !important;
  }
}
.p-post__col-2_grid--num .p-post__col-2_grid__item {
  background-color: #E1E7ED;
  border-radius: 5px;
  padding: 23px 15px 18px;
  transition: all 0.3s ease;
  position: relative;
}
.p-post__col-2_grid--num .p-post__col-2_grid__item::before {
  counter-increment: item;
  content: counter(item, decimal);
  position: absolute;
  top: 28px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color03);
  color: #E1E7ED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.p-post__col-2_grid--num .p-post__col-2_grid__item__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 22px;
  padding-left: 75px;
}
.p-post__col-2_grid--num .p-post__col-2_grid__item__desc {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.785;
  background-color: var(--color01);
  border-radius: 5px;
  padding: 15px 17px;
  flex-grow: 1;
}
.p-post__col-2_grid--card .p-post__col-2_grid__item {
  position: relative;
  background-color: var(--color01);
  border-radius: 5px;
  border: 1px solid #C3D0DC;
  padding: 25px 20px 20px;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .p-post__col-2_grid--card .p-post__col-2_grid__item {
    padding: 0 29px 20px;
  }
}
@media (any-hover: hover) {
  .p-post__col-2_grid--card .p-post__col-2_grid__item:hover {
    background-color: var(--color03);
  }
  .p-post__col-2_grid--card .p-post__col-2_grid__item:hover .p-post__col-2_grid__item__title {
    color: var(--color01);
  }
  .p-post__col-2_grid--card .p-post__col-2_grid__item:hover .p-post__col-2_grid__item__desc a {
    color: var(--color01);
  }
  .p-post__col-2_grid--card .p-post__col-2_grid__item:hover .p-post__col-2_grid__item__title span::after {
    background-color: var(--color01);
  }
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #C3D0DC;
  display: flex;
  align-items: flex-end;
}
@media (width >= 1080px) {
  .p-post__col-2_grid--card .p-post__col-2_grid__item__title {
    min-height: 74px;
    padding-top: 10px;
  }
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__title span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  width: 100%;
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__title span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color03);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 30px;
  height: 10px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.207%22%20height%3D%228.854%22%20viewBox%3D%220%200%2029.207%208.854%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27010%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027010%22%20d%3D%22M1200.5%2C4527.5h28l-8-8%22%20transform%3D%22translate(-1200.5%20-4519.146)%22%20fill%3D%22none%22%20stroke%3D%22%232c3c4d%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  bottom: 7px;
  right: 0;
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__desc {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.785;
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__desc a {
  text-decoration: none;
  color: var(--color02);
}
.p-post__col-2_grid--card .p-post__col-2_grid__item__desc a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post__col-2_grid__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 20px !important;
}

@media (width >= 768px) {
  .p-side {
    width: 200px;
  }
}
@media (width >= 1080px) {
  .p-side {
    width: 300px;
  }
}
.single-seminar .p-side, .single-download .p-side {
  width: 100%;
}
@media (width >= 1080px) {
  .single-seminar .p-side, .single-download .p-side {
    width: 410px;
  }
}
.p-side .inner {
  position: sticky;
  top: 100px;
}
.p-side h2 {
  font-size: clamp(1.6rem, 2.08vw, 1.7rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 10px 12px 19.5px;
  border-radius: 5px;
  background-color: #E1E7ED;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
.p-side h2:not(:first-child) {
  margin-top: 50px;
}
.p-side h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #C3D0DC;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-side__product {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.p-side__product__name {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color03);
  margin-bottom: 5px;
  position: relative;
}
.p-side__product__name::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-side__product__more {
  font-size: 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-side__product__more:hover {
    text-decoration: none;
  }
}
.p-side__product .c-cat_list {
  width: 100%;
}
.p-side__rank {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.p-side__rank__item {
  position: relative;
  border-bottom: 1px solid #DAE4E4;
  padding-bottom: 5px;
}
.p-side__rank__item__in {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
}
@media (width >= 768px) {
  .p-side__rank__item__in {
    flex-direction: column;
    gap: 5px;
  }
}
@media (width >= 1080px) {
  .p-side__rank__item__in {
    gap: 15px;
    flex-direction: row;
  }
}
.p-side__rank__thumb {
  width: 120px;
}
@media (width >= 768px) {
  .p-side__rank__thumb {
    width: 100%;
  }
}
@media (width >= 1080px) {
  .p-side__rank__thumb {
    width: 120px;
  }
}
.p-side__rank__thumb img {
  width: 100%;
  aspect-ratio: 30/17;
  object-fit: cover;
  border-radius: 5px;
}
.p-side__rank__name {
  width: calc(100% - 135px);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.538;
  padding-top: 3px;
}
@media (width >= 768px) {
  .p-side__rank__name {
    width: 100%;
  }
}
@media (width >= 1080px) {
  .p-side__rank__name {
    width: calc(100% - 135px);
  }
}
.p-side__rank__name a {
  text-decoration: none;
  color: var(--color02);
}
.p-side__rank__date {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #B6BEBE;
  text-align: right;
  margin-top: 12px;
}
.p-side__from {
  background-color: var(--color03);
  padding: 20px 10px;
}
@media (width >= 768px) {
  .p-side__from {
    padding: 30px 20px;
  }
}
@media (width >= 1080px) {
  .p-side__from {
    padding: 0 0 0 50px;
  }
}
.p-side__from .pardot-form__inner {
  border-radius: 5px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 70px 0 0;
}
@media (width >= 768px) {
  .wp-pagenavi {
    padding: 100px 0 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
}
@media (width >= 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.6rem;
    padding: 7px 16px;
  }
}
.wp-pagenavi a {
  color: var(--color02);
  text-decoration: none;
}
@media (width >= 1080px) {
  .wp-pagenavi a:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
}
.wp-pagenavi .current {
  color: var(--color03);
  border-bottom: 3px solid var(--color03);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-weight: 500;
  width: 80px;
  height: 50px;
}
.wp-pagenavi .extend {
  margin: 0;
  padding: 2px 5px 7px;
  font-size: 1.8rem;
}
@media (width >= 768px) {
  .wp-pagenavi .extend {
    padding: 5px 10px 9px;
  }
}

#toc_container {
  margin: 20px 0 40px;
  position: relative;
  border: 1px solid #C3D0DC;
  border-radius: 5px;
}
@media (width >= 768px) {
  #toc_container {
    margin: 20px 0 60px;
  }
}
#toc_container .toc_title {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color01);
  background-color: var(--color03);
  padding: 11px 10px 12px 20px;
  margin: 0;
  letter-spacing: 0.08em;
  border-radius: 5px 5px 0 0;
}
@media (width >= 1080px) {
  #toc_container .toc_title {
    padding: 11px 10px 12px 68px;
  }
}
#toc_container .toc_list {
  counter-reset: item;
  margin: 0;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.5;
  padding: 20px;
}
@media (width >= 1080px) {
  #toc_container .toc_list {
    padding: 47px 65px;
  }
}
#toc_container .toc_list li {
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  font-weight: 400;
}
#toc_container .toc_list li:last-of-type {
  margin: 0;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item, decimal);
  color: var(--color01);
  font-size: 1.4rem;
  background-color: var(--color03);
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
}
#toc_container .toc_list li a {
  display: block;
  color: var(--color02);
  text-decoration: none;
}
#toc_container .toc_list li a:hover {
  text-decoration: underline;
}

.p-news.topics {
  background-color: var(--color03);
}
.p-news.topics .inner {
  width: 84%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  color: var(--color01);
}
@media (width >= 768px) {
  .p-news.topics .inner {
    flex-direction: row;
    align-items: center;
  }
}
@media (width >= 1280px) {
  .p-news.topics .inner {
    width: 1160px;
    padding: 25px 0;
  }
}
.p-news.topics .p-news__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (width >= 768px) {
  .p-news.topics .p-news__item {
    flex-direction: row;
    align-items: center;
  }
}
.p-news.topics .p-news__item__wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-news.topics .p-news__title,
.p-news.topics .p-news__date {
  font-family: var(--Popp);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-news.topics .p-news__title {
  font-size: 1.6rem;
  margin-bottom: 13px;
}
@media (width >= 768px) {
  .p-news.topics .p-news__title {
    font-size: 1.3rem;
    margin: 0;
  }
}
.p-news.topics .p-news__date {
  position: relative;
}
@media (width >= 768px) {
  .p-news.topics .p-news__date {
    width: 115px;
    margin: 0 22px;
    padding: 0 23px;
  }
}
@media (width >= 768px) {
  .p-news.topics .p-news__date::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: var(--color01);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.p-news.topics .p-news__post_title {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (width >= 768px) {
  .p-news.topics .p-news__post_title {
    font-size: 1.3rem;
  }
}
.p-news.topics .p-news__post_title a {
  text-decoration: none;
  color: var(--color01);
}
@media (any-hover: hover) {
  .p-news.topics .p-news__post_title a:hover {
    text-decoration: underline;
  }
}
.p-news.topics .p-news__post_title a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-color: var(--color01);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 12px;
  height: 12px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon_external1_1%22%20d%3D%22M12%2C12v3.2a.8.8%2C0%2C0%2C1-.8.8H.8a.8.8%2C0%2C0%2C1-.8-.8V4.8A.8.8%2C0%2C0%2C1%2C.8%2C4H4V.806A.8.8%2C0%2C0%2C1%2C4.806%2C0H15.194A.8.8%2C0%2C0%2C1%2C16%2C.806l0%2C10.388a.805.805%2C0%2C0%2C1-.806.806Zm-1.6%2C0H4.806A.8.8%2C0%2C0%2C1%2C4%2C11.194V5.6H1.6v8.8h8.8Zm4-1.6%2C0-8.8H5.6v8.8Z%22%20fill%3D%22%230076be%22%2F%3E%3C%2Fsvg%3E");
}
.p-news.top .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
  border-bottom: 1px solid #C8CED0;
}
@media (width >= 1080px) {
  .p-news.top .inner {
    width: 1040px;
    padding: 0 0 100px;
  }
}
.p-news.top h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 70px;
  position: relative;
  padding-top: 30px;
}
@media (width >= 1080px) {
  .p-news.top h2 {
    padding-top: 58px;
    margin-bottom: 90px;
  }
}
.p-news.top h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news.top h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.p-news.top h2 span::after {
  content: "News";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-news.top .p-news__col-2 {
  display: flex;
  flex-direction: column;
}
@media (width >= 1080px) {
  .p-news.top .p-news__col-2 {
    flex-direction: row;
    gap: 70px;
  }
}
.p-news.top .p-news__col-2__content {
  margin-top: -8px;
}
@media (width >= 1080px) {
  .p-news.top .p-news__col-2__content {
    width: calc(100% - 230px);
  }
}
.p-news.top .p-news__col-2__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  border-bottom: 1px solid var(--color05);
  padding: 16px 10px 18px;
  transition: all 0.3s ease;
}
.p-news.top .p-news__col-2__item:last-of-type {
  border: none;
}
@media (width >= 1080px) {
  .p-news.top .p-news__col-2__item {
    flex-direction: row;
    align-items: center;
    gap: 0 45px;
  }
}
@media (any-hover: hover) {
  .p-news.top .p-news__col-2__item:hover {
    background-color: var(--color04);
  }
}
.p-news.top .p-news__col-2__item__date {
  font-size: 1.2rem;
  color: #8F97A0;
  width: 130px;
}
.p-news.top .p-news__col-2__item__desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (width >= 1080px) {
  .p-news.top .p-news__col-2__item__desc {
    width: calc(100% - 175px);
  }
}
.p-news.top .p-news__col-2__item__desc__title {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.571;
}
.p-news.top .p-news__col-2__item__desc__title a {
  text-decoration: none;
  color: var(--color02);
}
.p-news.top .p-news__col-2__item__desc__title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news.top .p-news__btn {
  margin-top: 59px;
}
.post-type-archive-news .p-news__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  border-bottom: 1px solid var(--color05);
  padding: 16px 10px 18px;
  transition: all 0.3s ease;
}
.post-type-archive-news .p-news__item:last-of-type {
  border: none;
}
@media (width >= 1080px) {
  .post-type-archive-news .p-news__item {
    flex-direction: row;
    align-items: center;
    gap: 0 45px;
  }
}
@media (any-hover: hover) {
  .post-type-archive-news .p-news__item:hover {
    background-color: var(--color04);
  }
}
.post-type-archive-news .p-news__item__date {
  font-size: 1.2rem;
  color: #8F97A0;
  width: 135px;
}
.post-type-archive-news .p-news__item__desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (width >= 1080px) {
  .post-type-archive-news .p-news__item__desc {
    width: calc(100% - 180px);
  }
}
.post-type-archive-news .p-news__item__desc__title {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.571;
}
.post-type-archive-news .p-news__item__desc__title a {
  text-decoration: none;
  color: var(--color02);
}
.post-type-archive-news .p-news__item__desc__title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .p-case {
  background-color: #F0F3F7;
  margin-bottom: 60px;
}
.home .p-case .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 58px;
}
@media (width >= 1080px) {
  .home .p-case .inner {
    width: 1040px;
    padding: 150px 0 115px;
  }
}
.home .p-case .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 73px;
}
.home .p-case h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 18px;
  position: relative;
}
.home .p-case h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .home .p-case h2 span {
    top: -58px;
  }
}
.home .p-case h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.home .p-case h2 span::after {
  content: "Case Studies";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home .p-case__btn {
  margin-top: 39px;
}
.post-type-archive-case .p-case {
  margin-bottom: -40px;
}
.single .p-case {
  margin: 60px 0;
}
.single .p-case h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--color03);
}
.single .p-case__btn {
  margin-top: 34px;
}

.home .p-blog .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 45px;
}
@media (width >= 1080px) {
  .home .p-blog .inner {
    width: 1040px;
    padding: 150px 0 90px;
  }
}
.home .p-blog .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 73px;
}
.home .p-blog h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 70px;
  position: relative;
}
@media (width >= 1080px) {
  .home .p-blog h2 {
    margin-bottom: 90px;
  }
}
.home .p-blog h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .home .p-blog h2 span {
    top: -58px;
  }
}
.home .p-blog h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #DCE750;
}
.home .p-blog h2 span::after {
  content: "Blog";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home .p-blog__btn {
  margin-top: 55px;
}
.post-type-archive-blog .p-blog .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 45px;
}
@media (width >= 1080px) {
  .post-type-archive-blog .p-blog .inner {
    width: 1040px;
    padding: 150px 0 90px;
  }
}
.post-type-archive-blog .p-blog .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 73px;
}

.page.td-home .p-feature {
  position: relative;
  background-color: #a0deff;
}
.page.td-home .p-feature .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 65px;
  position: relative;
  z-index: 1;
}
@media (width >= 1080px) {
  .page.td-home .p-feature .inner {
    width: 1000px;
    padding: 30px 0 130px;
  }
}
.page.td-home .p-feature .inner::before {
  content: "";
  display: block;
  width: 53px;
  height: 51px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2253.02%22%20height%3D%2251.766%22%20viewBox%3D%220%200%2053.02%2051.766%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_223%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20223%22%20width%3D%2253.02%22%20height%3D%2251.766%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_298%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20298%22%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_297%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20297%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1880%22%20data-name%3D%22%E3%83%91%E3%82%B9%201880%22%20d%3D%22M25.78%2C12.89A12.89%2C12.89%2C0%2C1%2C1%2C12.89%2C0%2C12.89%2C12.89%2C0%2C0%2C1%2C25.78%2C12.89%22%20fill%3D%22%23b6ec87%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1881%22%20data-name%3D%22%E3%83%91%E3%82%B9%201881%22%20d%3D%22M53.02%2C47.18a4.586%2C4.586%2C0%2C1%2C1-4.586-4.586A4.586%2C4.586%2C0%2C0%2C1%2C53.02%2C47.18%22%20fill%3D%22%23c5a2fb%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  left: -105px;
  z-index: -1;
}
.page.td-home .p-feature .inner::after {
  content: "";
  display: block;
  width: 208px;
  height: 271px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22208.319%22%20height%3D%22271.851%22%20viewBox%3D%220%200%20208.319%20271.851%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_221%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20221%22%20width%3D%22208.319%22%20height%3D%22271.851%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_296%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20296%22%20transform%3D%22translate(-596%20-2575)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_295%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20295%22%20transform%3D%22translate(596%202575)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_292%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20292%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_291%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20291%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1875%22%20data-name%3D%22%E3%83%91%E3%82%B9%201875%22%20d%3D%22M208.319%2C263.606a8.245%2C8.245%2C0%2C1%2C1-8.245-8.245%2C8.244%2C8.244%2C0%2C0%2C1%2C8.245%2C8.245%22%20fill%3D%22%23009bff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_294%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20294%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_293%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20293%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1876%22%20data-name%3D%22%E3%83%91%E3%82%B9%201876%22%20d%3D%22M165.74%2C123.569a11.905%2C11.905%2C0%2C1%2C1-11.9-11.9%2C11.9%2C11.9%2C0%2C0%2C1%2C11.9%2C11.9%22%20fill%3D%22%23f87b73%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1877%22%20data-name%3D%22%E3%83%91%E3%82%B9%201877%22%20d%3D%22M43.813%2C103.753a6.234%2C6.234%2C0%2C1%2C1-6.234-6.234%2C6.234%2C6.234%2C0%2C0%2C1%2C6.234%2C6.234%22%20fill%3D%22%23b6ec87%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1878%22%20data-name%3D%22%E3%83%91%E3%82%B9%201878%22%20d%3D%22M18.052%2C9.026A9.026%2C9.026%2C0%2C1%2C1%2C9.026%2C0a9.026%2C9.026%2C0%2C0%2C1%2C9.026%2C9.026%22%20fill%3D%22%23c5a2fb%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1879%22%20data-name%3D%22%E3%83%91%E3%82%B9%201879%22%20d%3D%22M201.863%2C70.726a5.752%2C5.752%2C0%2C1%2C1-5.752-5.752%2C5.752%2C5.752%2C0%2C0%2C1%2C5.752%2C5.752%22%20fill%3D%22%23f7c00e%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: -105px;
  z-index: -1;
}
.page.td-home .p-feature h2 {
  margin-bottom: 40px !important;
}
.page.td-home .p-feature__bg {
  position: relative;
}
.page.td-home .p-feature__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 94%;
  background-color: var(--color01);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width >= 1080px) {
  .page.td-home .p-feature__bg::after {
    height: 70%;
  }
}
.page.td-home .p-feature__col-2 {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
@media (width >= 1080px) {
  .page.td-home .p-feature__col-2 {
    flex-direction: row-reverse;
  }
}
.page.td-home .p-feature__col-2__thumb {
  width: 300px;
  margin: 0 auto;
}
@media (width >= 1080px) {
  .page.td-home .p-feature__col-2__thumb {
    width: 462px;
    margin: 46px 0 0;
  }
}
.page.td-home .p-feature__col-2__thumb img {
  width: 100%;
  height: auto;
}
@media (width >= 1080px) {
  .page.td-home .p-feature__col-2__desc {
    width: calc(100% - 520px);
  }
}
.page.td-home .p-feature__col-2__desc h3 {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.34vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page.td-home .p-feature__col-2__desc p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.page.td-home .p-feature__col-2__desc p:last-child {
  margin: 0;
}
.page.td-home .p-feature .bg_en {
  width: 500vw;
  height: 530px;
  overflow: hidden;
  position: absolute;
}
@media (width >= 768px) {
  .page.td-home .p-feature .bg_en {
    width: 2334px;
  }
}
@media (width >= 2334px) {
  .page.td-home .p-feature .bg_en {
    width: 150vw;
  }
}
.page.td-home .p-feature .bg_en--bottom {
  top: -170px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../img/bg_en_top.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (width >= 1080px) {
  .page.td-home .p-feature .bg_en--bottom {
    top: -110px;
  }
}
@media (width >= 2334px) {
  .page.td-home .p-feature .bg_en--bottom {
    background-size: cover;
  }
}
.page .p-feature .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 65px;
  position: relative;
}
@media (width >= 1080px) {
  .page .p-feature .inner {
    width: 1000px;
    padding: 0 0 130px;
  }
}
.page .p-feature h2 {
  font-size: clamp(2.8rem, 3.64vw, 3.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.page .p-feature__col-2 {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
@media (width >= 1080px) {
  .page .p-feature__col-2 {
    flex-direction: row-reverse;
  }
}
.page .p-feature__col-2__thumb {
  width: 300px;
  margin: 0 auto;
}
@media (width >= 1080px) {
  .page .p-feature__col-2__thumb {
    width: 462px;
    margin: 46px 0 0;
  }
}
.page .p-feature__col-2__thumb img {
  width: 100%;
  height: auto;
}
@media (width >= 1080px) {
  .page .p-feature__col-2__desc {
    width: calc(100% - 520px);
  }
}
.page .p-feature__col-2__desc h3 {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.34vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  background: none;
  padding: 0 0 10px;
  position: relative;
}
.page .p-feature__col-2__desc h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22640%22%20height%3D%223%22%20viewBox%3D%220%200%20640%203%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.011%22%20y1%3D%221%22%20x2%3D%221%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%238455ff%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300f6ff%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_9431%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%209431%22%20width%3D%22640%22%20height%3D%223%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .p-feature__col-2__desc p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.page .p-feature__col-2__desc p:last-child {
  margin: 0;
}

.home .p-service .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 45px;
}
@media (width >= 1080px) {
  .home .p-service .inner {
    width: 1040px;
    padding: 140px 0 90px;
  }
}
.home .p-service .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 73px;
}
.home .p-service h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 18px;
  position: relative;
}
.home .p-service h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .home .p-service h2 span {
    top: -58px;
  }
}
.home .p-service h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.home .p-service h2 span::after {
  content: "Service";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home .p-service__col-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width >= 768px) {
  .home .p-service__col-2 {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-template-rows: auto;
  }
}
@media (width >= 1080px) {
  .home .p-service__col-2 {
    grid-template-columns: repeat(2, 510px);
  }
}
.home .p-service__col-2__item {
  position: relative;
  background-color: var(--color01);
  border-radius: 5px;
  border: 1px solid #C3D0DC;
  padding: 25px 20px 20px;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .home .p-service__col-2__item {
    padding: 32px 29px 20px;
  }
}
@media (any-hover: hover) {
  .home .p-service__col-2__item:hover {
    background-color: var(--color03);
  }
  .home .p-service__col-2__item:hover h3 a {
    color: var(--color01);
  }
  .home .p-service__col-2__item:hover p {
    color: var(--color01);
  }
}
.home .p-service__col-2__item h3 {
  font-size: clamp(1.8rem, 2.34vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 27px;
  padding-bottom: 11px;
  border-bottom: 1px solid #C3D0DC;
}
.home .p-service__col-2__item h3 a {
  text-decoration: none;
  color: var(--color02);
}
.home .p-service__col-2__item h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .p-service__col-2__item p {
  font-size: clamp(1.3rem, 1.69vw, 1.5rem);
  letter-spacing: 0.07em;
  line-height: 1.666;
}
.home .p-service__btn {
  margin-top: 37px;
}
.post-type-archive-service .p-service__block:not(:first-of-type) {
  margin-top: 80px;
}
.post-type-archive-service .p-service__block h2 {
  font-size: clamp(2.6rem, 3.385vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 32px;
  padding-bottom: 6px;
  border-bottom: 1px solid #C3D0DC;
  letter-spacing: 0.04em;
  color: var(--color03);
}
.post-type-archive-service .p-service__block p {
  font-size: 1.4rem;
  line-height: 1.857;
  margin-bottom: 36px;
}
.post-type-archive-service .p-service__col-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
@media (width >= 768px) {
  .post-type-archive-service .p-service__col-2 {
    flex-direction: row;
    gap: 20px;
  }
}
.post-type-archive-service .p-service__item {
  height: 75px;
}
@media (width >= 768px) {
  .post-type-archive-service .p-service__item {
    width: calc((100% - 20px) / 2);
  }
}
.single .p-service {
  margin: 60px 0;
}
.single .p-service h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--color03);
}
.single .p-service__col-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
@media (width >= 768px) {
  .single .p-service__col-2 {
    flex-direction: row;
    gap: 20px;
  }
}
.single .p-service__col-2__item {
  height: 75px;
}
@media (width >= 768px) {
  .single .p-service__col-2__item {
    width: calc((100% - 20px) / 2);
  }
}
.single .p-service__btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
  margin: 34px 0 0 auto;
}
@media (width >= 768px) {
  .single .p-service__btn {
    flex-direction: row;
    gap: 20px;
  }
}

.p-page_nav {
  position: sticky;
  top: var(--header-h);
  z-index: 900;
  background-color: var(--color01);
  padding: 10px 0;
}
@media (width >= 1080px) {
  .p-page_nav {
    top: 80px;
  }
}
.p-page_nav ul {
  display: flex;
  gap: 10px 50px;
  flex-wrap: wrap;
  list-style: none;
}
@media (width >= 1080px) {
  .p-page_nav ul {
    gap: 15px 14px;
    justify-content: center;
  }
}
.p-page_nav ul li {
  padding: 0;
  margin: 0;
}
.p-page_nav ul li::before {
  display: none;
}
.p-page_nav ul li a {
  font-size: 1.5rem;
  color: var(--color03);
  text-decoration: none;
  padding: 0 20px 0 0;
  position: relative;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .p-page_nav ul li a:hover {
    text-decoration: underline;
  }
}
.p-page_nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  right: 5px;
  background-color: var(--color03);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 10px;
  height: 5px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.707%22%20height%3D%224.561%22%20viewBox%3D%220%200%207.707%204.561%22%3E%20%3Cg%20id%3D%22arrow_down%22%20transform%3D%22translate(0.354%200.354)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26630%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026630%22%20d%3D%22M851.314%2C39l3.5%2C3.5%2C3.5-3.5%22%20transform%3D%22translate(-851.314%20-39)%22%20fill%3D%22none%22%20stroke%3D%22%232c3c4d%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.p-function .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 75px;
}
@media (width >= 1080px) {
  .p-function .inner {
    width: 1000px;
    padding: 0 0 150px;
  }
}
.p-function h2 {
  font-size: clamp(2.4rem, 3.1vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 65px 0 25px;
}
@media (width >= 1280px) {
  .p-function h2 {
    margin: 0 0 80px;
  }
}
.p-function h2.center {
  text-align: center;
}
.p-function h2 span {
  font-size: clamp(1.8rem, 2.34vw, 2.4rem);
  font-weight: 500;
  display: block;
}
.p-function h3 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0x 0 20px;
  position: relative;
}
@media (width >= 1280px) {
  .p-function h3 {
    margin: 0 0 40px;
  }
}
.p-function p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-function p:has(img) {
  margin: 0;
}
.p-function p:has(+ .att) {
  margin-bottom: 15px;
}
.p-function p.att {
  font-size: 1.2rem;
}
.p-function__col-2__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 55px;
}
@media (width >= 768px) {
  .p-function__col-2__item {
    flex-direction: row;
    gap: 10%;
  }
}
@media (width >= 1080px) {
  .p-function__col-2__item {
    gap: 70px;
    margin-bottom: 115px;
  }
}
@media (width >= 768px) {
  .p-function__col-2__item:nth-last-of-type(even) {
    flex-direction: row-reverse;
  }
}
.p-function__col-2__item:last-of-type {
  margin-bottom: 0;
}
@media (width >= 768px) {
  .p-function__col-2__thumb {
    width: 50%;
  }
}
@media (width >= 1080px) {
  .p-function__col-2__thumb {
    width: 500px;
  }
}
.p-function__col-2__thumb video {
  width: 100%;
  height: auto;
}
@media (width >= 768px) {
  .p-function__col-2__desc {
    width: 40%;
  }
}
@media (width >= 1080px) {
  .p-function__col-2__desc {
    width: calc(100% - 570px);
  }
}
.p-function__btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px auto 0;
  list-style: none;
}
@media (width >= 768px) {
  .p-function__btn {
    margin: 100px auto 0;
    width: 610px;
    flex-direction: row;
    gap: 50px;
  }
}
.p-function__btn li {
  width: 100%;
  height: 50px;
}
@media (width >= 768px) {
  .p-function__btn li {
    width: 280px;
  }
}

.p-about .inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 75px;
}
@media (width >= 1080px) {
  .p-about .inner {
    width: 800px;
    padding: 100px 0 150px;
  }
}
.p-about .inner *:first-child {
  margin-top: 0 !important;
}
.p-about .inner *:last-child {
  margin-bottom: 0 !important;
}
.p-about h2 {
  font-size: clamp(2.4rem, 3.1vw, 3.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 65px 0 25px;
}
@media (width >= 1280px) {
  .p-about h2 {
    margin: 120px 0 30px;
  }
}
@media (width >= 768px) {
  .p-about h2.center {
    text-align: center;
  }
}
.p-about h2 br {
  display: none;
}
@media (width >= 768px) {
  .p-about h2 br {
    display: block;
  }
}
.p-about p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-about p:has(img) {
  margin: 0;
}
.p-about p:has(+ .att) {
  margin-bottom: 15px;
}
.p-about p.att {
  font-size: 1.2rem;
}
.p-about__img {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .p-about__img {
    margin-bottom: 60px;
  }
}
.p-about__btn {
  width: 280px;
  height: 50px;
  margin: 50px auto 0;
}

.p-card.usecase {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width >= 768px) {
  .p-card.usecase {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-template-rows: auto;
  }
}
@media (width >= 1080px) {
  .p-card.usecase {
    grid-template-columns: repeat(2, 510px);
  }
}
.p-card.usecase .p-card__item {
  position: relative;
  background-color: var(--color01);
  border-radius: 5px;
  border: 1px solid #C3D0DC;
  padding: 25px 20px 20px;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  transition: all 0.3s ease;
}
@media (width >= 1080px) {
  .p-card.usecase .p-card__item {
    padding: 37px 27px 25px;
  }
}
@media (any-hover: hover) {
  .p-card.usecase .p-card__item:hover {
    background-color: var(--color03);
  }
  .p-card.usecase .p-card__item:hover h3 a {
    color: var(--color01);
  }
  .p-card.usecase .p-card__item:hover p {
    color: var(--color01);
  }
}
.p-card.usecase .p-card__item h3 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-card.usecase .p-card__item h3 a {
  text-decoration: none;
  color: var(--color02);
}
.p-card.usecase .p-card__item h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-card.usecase .p-card__item p {
  font-size: clamp(1.3rem, 1.69vw, 1.5rem);
  letter-spacing: 0.07em;
  line-height: 1.666;
  margin-top: 25px;
}
.p-card.case .p-card__col-3 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: -40px;
}
@media (width >= 768px) {
  .p-card.case .p-card__col-3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    grid-template-rows: auto;
    gap: 0 20px;
    margin-bottom: -80px;
  }
}
@media (width >= 1080px) {
  .p-card.case .p-card__col-3 {
    gap: 0 40px;
    grid-template-columns: repeat(3, 320px);
    margin-bottom: -120px;
  }
}
.p-card.case .p-card__col-3 .p-card__item {
  grid-row: span 6;
}
.post-type-archive-case .p-card.case .p-card__col-3 .p-card__item {
  margin-bottom: 40px;
}
@media (width >= 1080px) {
  .post-type-archive-case .p-card.case .p-card__col-3 .p-card__item {
    margin-bottom: 80px;
  }
}
@media (width >= 1080px) {
  .post-type-archive-case .p-card.case .p-card__col-3 .p-card__item {
    margin-bottom: 120px;
  }
}
.p-card.case .p-card__col-3 .p-card__item h3 {
  font-size: clamp(1.8rem, 2.34vw, 2.1rem);
  letter-spacing: 0.08em;
  line-height: 1.571;
}
.p-card.case .p-card__col-3 .p-card__item__crop {
  border-top: 1px solid var(--color01);
  padding-top: 12px;
  margin-top: 22.4px;
}
.p-card.case .p-card__col-3 .p-card__item__btn {
  margin-top: 32.6px;
}
.home .p-card.case .p-card__col-3 {
  margin: 0;
}
.p-card.case .p-card__col-2 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (width >= 768px) {
  .p-card.case .p-card__col-2 {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    grid-template-rows: auto;
    gap: 0 20px;
  }
}
@media (width >= 1080px) {
  .p-card.case .p-card__col-2 {
    gap: 0 20px;
    grid-template-columns: repeat(2, 390px);
  }
}
.p-card.case .p-card__col-2 .p-card__item {
  grid-row: span 4;
}
.p-card.case .p-card__col-2 .p-card__item h3 {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-card.case .p-card__col-2 .p-card__item__btn {
  margin-top: 12px;
}
.p-card.case .p-card__item {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
}
@media (any-hover: hover) {
  .p-card.case .p-card__item:hover .p-card__item__thumb {
    filter: brightness(1.08);
  }
  .p-card.case .p-card__item:hover .c-button-01 {
    color: var(--color03);
    background-color: var(--color01);
  }
  .p-card.case .p-card__item:hover .c-button-01::after {
    background-color: var(--color03);
  }
}
.p-card.case .p-card__item__thumb {
  aspect-ratio: 16/9;
}
.p-card.case .p-card__item__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.p-card.case .p-card__item h3 {
  font-weight: 700;
  margin: 13px 0 10px;
}
.p-card.case .p-card__item h3 a {
  color: var(--color02);
  text-decoration: none;
}
.p-card.case .p-card__item h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-card.case .p-card__item__crop {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.p-card.case .p-card__item__desc {
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  line-height: 1.692;
  margin-top: 10px;
}
.p-card.case .p-card__item__btn {
  width: 100%;
  height: 60px;
}
.p-card.case_slider {
  width: 70vw;
  margin: 0 auto;
}
@media (width >= 768px) {
  .p-card.case_slider {
    width: 80vw;
  }
}
@media (width >= 1080px) {
  .p-card.case_slider {
    width: 100%;
  }
}
.p-card.case_slider .p-card__col-3 .p-card__item h3 {
  font-size: clamp(1.8rem, 2.34vw, 2.1rem);
  letter-spacing: 0.08em;
  line-height: 1.571;
}
.p-card.case_slider .p-card__col-3 .p-card__item__crop {
  border-top: 1px solid var(--color01);
  padding-top: 12px;
  margin-top: 22.4px;
}
.p-card.case_slider .p-card__col-3 .p-card__item__btn {
  margin-top: 32.6px;
}
.p-card.case_slider .p-card__item {
  position: relative;
  width: 70vw;
  margin: 0 30vw 0 0;
}
@media (width >= 768px) {
  .p-card.case_slider .p-card__item {
    width: 38vw;
    margin: 0 4vw 0 0;
  }
}
@media (width >= 1080px) {
  .p-card.case_slider .p-card__item {
    width: 290px;
    margin: 0 15px 0 0;
  }
}
@media (any-hover: hover) {
  .p-card.case_slider .p-card__item:hover .p-case__col-3__item__thumb {
    filter: brightness(1.04);
  }
  .p-card.case_slider .p-card__item:hover .c-button-01 {
    color: var(--color03);
    background-color: var(--color01);
  }
  .p-card.case_slider .p-card__item:hover .c-button-01::after {
    background-color: var(--color03);
  }
}
.p-card.case_slider .p-card__item__thumb {
  aspect-ratio: 16/9;
}
.p-card.case_slider .p-card__item__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.p-card.case_slider .p-card__item h3 {
  font-weight: 700;
  margin: 13px 0 10px;
}
.p-card.case_slider .p-card__item h3 a {
  color: var(--color02);
  text-decoration: none;
}
.p-card.case_slider .p-card__item h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-card.case_slider .p-card__item__crop {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.p-card.case_slider .p-card__item__desc {
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  line-height: 1.692;
  margin-top: 10px;
}
.p-card.case_slider .p-card__item__btn {
  width: 100%;
  height: 60px;
}
.p-card.case_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--color02);
  background-color: var(--color01);
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}
@media (width >= 1080px) {
  .p-card.case_slider .slick-arrow {
    width: 52px;
    height: 52px;
  }
}
@media (any-hover: hover) {
  .p-card.case_slider .slick-arrow:hover {
    background-color: var(--color02);
  }
  .p-card.case_slider .slick-arrow:hover::after {
    background-color: var(--color01);
  }
}
.p-card.case_slider .slick-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-color: var(--color02);
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-card.case_slider .slick-arrow.prev {
  left: -13vw;
}
@media (width >= 768px) {
  .p-card.case_slider .slick-arrow.prev {
    left: -8vw;
  }
}
@media (width >= 1080px) {
  .p-card.case_slider .slick-arrow.prev {
    left: -100px;
  }
}
.p-card.case_slider .slick-arrow.prev::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.121%22%20height%3D%2219.414%22%20viewBox%3D%220%200%2011.121%2019.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26396%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026396%22%20d%3D%22M1282.545%2C3398.5l-9%2C9%2C9%2C9%22%20transform%3D%22translate(-1272.131%20-3397.793)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.p-card.case_slider .slick-arrow.next {
  right: -13vw;
}
@media (width >= 768px) {
  .p-card.case_slider .slick-arrow.next {
    right: -8vw;
  }
}
@media (width >= 1080px) {
  .p-card.case_slider .slick-arrow.next {
    right: -100px;
  }
}
.p-card.case_slider .slick-arrow.next::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.121%22%20height%3D%2219.414%22%20viewBox%3D%220%200%2011.121%2019.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_419%22%20data-name%3D%22%E3%83%91%E3%82%B9%20419%22%20d%3D%22M1273.545%2C3416.5l9-9-9-9%22%20transform%3D%22translate(-1272.838%20-3397.793)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.p-card.blog .p-card__col-2 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (width >= 768px) {
  .p-card.blog .p-card__col-2 {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 40px) / 2));
    grid-template-rows: auto;
    gap: 0 20px;
    margin-bottom: -50px;
  }
}
@media (width >= 1080px) {
  .p-card.blog .p-card__col-2 {
    gap: 0 40px;
    grid-template-columns: repeat(2, 320px);
  }
}
.p-card.blog .p-card__col-3 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (width >= 768px) {
  .p-card.blog .p-card__col-3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    grid-template-rows: auto;
    gap: 0 20px;
    margin-bottom: -50px;
  }
}
@media (width >= 1080px) {
  .p-card.blog .p-card__col-3 {
    gap: 0 40px;
    grid-template-columns: repeat(3, 320px);
  }
}
.p-card.blog .p-card__item {
  position: relative;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .p-card.blog .p-card__item {
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
    margin-bottom: 50px;
  }
}
@media (any-hover: hover) {
  .p-card.blog .p-card__item:hover {
    opacity: 0.75;
  }
}
.p-card.blog .p-card__item__thumb {
  aspect-ratio: 16/9;
  margin-bottom: 15px;
}
.p-card.blog .p-card__item__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.p-card.blog .p-card__item__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.562;
  margin-top: 11px;
}
@media (width >= 768px) {
  .p-card.blog .p-card__item__title {
    font-size: 1.4rem;
  }
}
@media (width >= 1080px) {
  .p-card.blog .p-card__item__title {
    font-size: 1.6rem;
  }
}
.p-card.blog .p-card__item__title a {
  color: var(--color02);
  text-decoration: none;
}
.p-card.blog .p-card__item__title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-card.download .p-card__col-3 {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media (width >= 768px) {
  .p-card.download .p-card__col-3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    grid-template-rows: auto;
    gap: 0 20px;
    margin-bottom: -100px;
  }
}
@media (width >= 1080px) {
  .p-card.download .p-card__col-3 {
    gap: 0 40px;
    grid-template-columns: repeat(3, 320px);
  }
}
.p-card.download .p-card__item {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 4;
  text-decoration: none;
}
@media (width >= 768px) {
  .p-card.download .p-card__item {
    margin-bottom: 100px;
  }
}
@media (any-hover: hover) {
  .p-card.download .p-card__item:hover .p-card__item__thumb {
    filter: brightness(1.04);
  }
  .p-card.download .p-card__item:hover .c-button-01 {
    color: var(--color03);
    background-color: var(--color01);
  }
  .p-card.download .p-card__item:hover .c-button-01::after {
    background-color: var(--color03);
  }
}
.p-card.download .p-card__item--3 {
  grid-row: span 3;
}
.p-card.download .p-card__item__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  object-fit: cover;
}
.p-card.download .p-card__item__title {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.562;
  margin-top: 11px;
}
.p-card.download .p-card__item__title a {
  text-decoration: none;
  color: var(--color02);
}
.p-card.download .p-card__item__title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-card.download .p-card__item__btn {
  width: 100%;
  height: 60px;
  margin-top: 32.6px;
}

.home .p-seminar .inner {
  width: 90%;
  margin: 0 auto;
  padding: 48px 0 58px;
  position: relative;
}
@media (width >= 1080px) {
  .home .p-seminar .inner {
    width: 1040px;
    padding: 96px 0 115px;
  }
}
.home .p-seminar h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 70px;
  position: relative;
  padding-top: 30px;
}
@media (width >= 1080px) {
  .home .p-seminar h2 {
    padding-top: 58px;
    margin-bottom: 90px;
  }
}
.home .p-seminar h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.home .p-seminar h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.home .p-seminar h2 span::after {
  content: "Seminar";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home .p-seminar .p-seminar__col-2 {
  display: flex;
  flex-direction: column;
}
@media (width >= 1080px) {
  .home .p-seminar .p-seminar__col-2 {
    flex-direction: row;
    gap: 70px;
  }
}
.home .p-seminar .p-seminar__col-2__content {
  margin-top: -23px;
}
@media (width >= 1080px) {
  .home .p-seminar .p-seminar__col-2__content {
    width: calc(100% - 231px);
  }
}
.home .p-seminar .p-seminar__col-2__item {
  position: relative;
  border-bottom: 1px solid var(--color05);
  padding: 23px 10px 20px;
  transition: all 0.3s ease;
}
.home .p-seminar .p-seminar__col-2__item:last-of-type {
  border: none;
}
@media (any-hover: hover) {
  .home .p-seminar .p-seminar__col-2__item:hover {
    background-color: var(--color04);
  }
}
.home .p-seminar .p-seminar__col-2__item__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8F97A0;
  line-height: 1.583;
  padding-top: 2px;
}
@media (width >= 768px) {
  .home .p-seminar .p-seminar__col-2__item__date {
    width: 266px;
  }
}
.home .p-seminar .p-seminar__col-2__item__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width >= 768px) {
  .home .p-seminar .p-seminar__col-2__item__desc {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
}
.home .p-seminar .p-seminar__col-2__item__desc__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (width >= 768px) {
  .home .p-seminar .p-seminar__col-2__item__desc__title {
    width: calc(100% - 276px);
  }
}
.home .p-seminar .p-seminar__col-2__item__desc__title .post_title {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.571;
  text-decoration: none;
  color: var(--color02);
  width: 100%;
}
.home .p-seminar .p-seminar__col-2__item__desc__title .post_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .p-seminar .p-seminar__btn {
  margin-top: 59px;
}
.post-type-archive-seminar .p-seminar:not(:first-of-type) {
  margin-top: 100px;
}
.post-type-archive-seminar .p-seminar .inner {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 1080px) {
  .post-type-archive-seminar .p-seminar .inner {
    width: 100%;
  }
}
.post-type-archive-seminar .p-seminar h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 70px;
  position: relative;
}
@media (width >= 1080px) {
  .post-type-archive-seminar .p-seminar h2 {
    margin-bottom: 40px;
  }
}
.post-type-archive-seminar .p-seminar h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-seminar .p-seminar h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.post-type-archive-seminar .p-seminar h2 span::after {
  content: "Seminar";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.post-type-archive-seminar .p-seminar__item {
  position: relative;
  border-bottom: 1px solid var(--color05);
  padding: 23px 10px 18px;
  transition: all 0.3s ease;
}
.post-type-archive-seminar .p-seminar__item:last-of-type {
  border: none;
}
@media (any-hover: hover) {
  .post-type-archive-seminar .p-seminar__item:hover {
    background-color: var(--color04);
  }
}
.post-type-archive-seminar .p-seminar__item__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8F97A0;
  line-height: 1.583;
  padding-top: 2px;
}
@media (width >= 768px) {
  .post-type-archive-seminar .p-seminar__item__date {
    width: 266px;
  }
}
.post-type-archive-seminar .p-seminar__item__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (width >= 768px) {
  .post-type-archive-seminar .p-seminar__item__desc {
    flex-direction: row;
    gap: 10px;
  }
}
.post-type-archive-seminar .p-seminar__item__desc__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (width >= 768px) {
  .post-type-archive-seminar .p-seminar__item__desc__title {
    width: calc(100% - 276px);
  }
}
.post-type-archive-seminar .p-seminar__item__desc__title .post_title {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.571;
  text-decoration: none;
  color: var(--color02);
  width: 100%;
}
.post-type-archive-seminar .p-seminar__item__desc__title .post_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-seminar .p-seminar__btn {
  width: 350px;
  height: 70px;
  margin: 100px auto 0;
}
.single-seminar .p-seminar__full {
  margin: 10px 0 0;
  color: red;
  text-align: center;
  font-weight: 700;
}

.post-type-archive-download .p-download {
  margin-top: 100px;
}
.post-type-archive-download .p-download:first-child {
  margin-top: 0;
}
.post-type-archive-download .p-download h2 {
  font-size: clamp(2.6rem, 3.385vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 50px;
  letter-spacing: 0.04em;
  text-align: center;
}
.post-type-archive-download .p-download h3 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (width >= 1080px) {
  .post-type-archive-download .p-download h3 {
    margin: 0 0 30px;
  }
}
.single-download .p-download__header {
  margin-bottom: 38px;
}
@media (width >= 768px) {
  .single-download .p-download__header {
    margin-bottom: 60px;
  }
}
.single-download .p-download__header h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: var(--color03);
}
@media (width >= 768px) {
  .single-download .p-download__header h1 {
    font-size: 3rem;
    margin-bottom: 26px;
  }
}
@media (width >= 768px) {
  .single-download .p-download__header h1.text_center {
    text-align: center;
  }
}
.single-download .p-download__header p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.single-download .p-download__header p.subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.5;
}
@media (width >= 768px) {
  .single-download .p-download__header p.subtitle {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media (width >= 768px) {
  .single-download .p-download__header p.subtitle.text_center {
    text-align: center;
  }
}
.single-download .p-download__footer {
  margin-top: 30px;
}
@media (width >= 768px) {
  .single-download .p-download__footer {
    margin-top: 72px;
  }
}
.single-download .p-download__footer p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: var(--color03);
}
.single-download .p-download .dl_toc {
  margin-top: 45px;
  counter-reset: item;
}
@media (width >= 768px) {
  .single-download .p-download .dl_toc {
    margin-top: 80px;
  }
}
.single-download .p-download .dl_toc h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color03);
}
@media (width >= 768px) {
  .single-download .p-download .dl_toc h2 {
    margin-bottom: 20px;
  }
}
.single-download .p-download .dl_toc__item:not(:first-of-type) {
  margin-top: 10px;
}
.single-download .p-download .dl_toc__item * :only-child {
  margin: 0;
}
.single-download .p-download .dl_toc__item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 13px 40px 13px 34px;
  background-color: #F1F5F9;
  position: relative;
}
@media (width >= 768px) {
  .single-download .p-download .dl_toc__item h3 {
    font-size: 1.6rem;
    padding: 13px 40px 13px 50px;
  }
}
.single-download .p-download .dl_toc__item h3::after {
  position: absolute;
  top: 13px;
  left: 20px;
  counter-increment: item;
  content: counter(item) ".";
}
.single-download .p-download .dl_toc__item h3 .icon {
  display: none;
}
.single-download .p-download .dl_toc__item h3:has(+ .dl_toc__item__body) {
  cursor: pointer;
}
.single-download .p-download .dl_toc__item h3:has(+ .dl_toc__item__body) .icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media (width >= 768px) {
  .single-download .p-download .dl_toc__item h3:has(+ .dl_toc__item__body) .icon {
    right: 15px;
  }
}
.single-download .p-download .dl_toc__item h3:has(+ .dl_toc__item__body) .icon::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--color03);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.single-download .p-download .dl_toc__item h3:has(+ .dl_toc__item__body) .icon::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--color03);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.single-download .p-download .dl_toc__item h3.active .icon::after {
  display: none;
}
.single-download .p-download .dl_toc__item__body {
  display: none;
  padding: 8px 10px 13px 50px;
  background-color: #F1F5F9;
}
.single-download .p-download .dl_content_2 {
  margin-top: 80px;
}
.single-download .p-download .dl_slider_box {
  margin: 30px 0;
  border-radius: 4px;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box {
    margin: 50px 0 30px;
  }
}
.single-download .p-download .dl_slider_box__num {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.single-download .p-download .dl_slider_box .inner {
  position: relative;
}
.single-download .p-download .dl_slider_box .inner::before {
  content: "";
  display: block;
  width: calc((100% - 295px) / 2);
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box .inner::before {
    width: calc((100% - 500px) / 2);
  }
}
.single-download .p-download .dl_slider_box .inner::after {
  content: "";
  display: block;
  width: calc((100% - 295px) / 2);
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box .inner::after {
    width: calc((100% - 500px) / 2);
  }
}
.single-download .p-download .dl_slider_box .dl_slider {
  padding: 0 0 40px;
  margin: 0 0 13px;
}
.single-download .p-download .dl_slider_box .dl_slider__item {
  width: 295px;
  margin: 0 5px;
  padding: 10px 0;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box .dl_slider__item {
    width: 500px;
    margin: 0 10px;
  }
}
.single-download .p-download .dl_slider_box .dl_slider__item img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.single-download .p-download .dl_slider_box .dl_slider .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.single-download .p-download .dl_slider_box .dl_slider .arrow.prev {
  left: -10px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.621%22%20height%3D%2220.243%22%20viewBox%3D%220%200%2011.621%2020.243%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23496%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023496%22%20d%3D%22M-14404.23-858.71l-8%2C8%2C2%2C2%2C6%2C6%22%20transform%3D%22translate(14413.73%20860.831)%22%20fill%3D%22none%22%20stroke%3D%22rgba(68%2C68%2C68%2C0.84)%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box .dl_slider .arrow.prev {
    left: 12px;
  }
}
@media (width >= 1080px) {
  .single-download .p-download .dl_slider_box .dl_slider .arrow.prev:hover {
    left: 2px;
  }
}
.single-download .p-download .dl_slider_box .dl_slider .arrow.next {
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.621%22%20height%3D%2220.242%22%20viewBox%3D%220%200%2011.621%2020.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23541%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023541%22%20d%3D%22M-14412.23-842.71l8-8-2-2-6-6%22%20transform%3D%22translate(14414.352%20860.831)%22%20fill%3D%22none%22%20stroke%3D%22rgba(68%2C68%2C68%2C0.84)%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box .dl_slider .arrow.next {
    right: 12px;
  }
}
@media (width >= 1080px) {
  .single-download .p-download .dl_slider_box .dl_slider .arrow.next:hover {
    right: 2px;
  }
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 10px;
  margin: 0;
  cursor: pointer;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots li::before {
  display: none;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots li button {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color01);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #444;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots li button:hover::before {
  background-color: #444444;
}
.single-download .p-download .dl_slider_box .dl_slider .slick-dots .slick-active button::before {
  background-color: #444444;
}

.p-new-post .inner {
  width: 100%;
  padding: 60px 0 0;
}
.p-new-post h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (width >= 1080px) {
  .p-new-post h2 {
    margin: 0 0 40px;
  }
}

.p-related_post.blog .inner {
  width: 100%;
  padding: 60px 0 0;
}
.p-related_post.blog h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (width >= 1080px) {
  .p-related_post.blog h2 {
    margin: 0 0 40px;
  }
}
.p-related_post.blog ul {
  list-style: none;
}
.p-related_post.blog ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 13px 0;
  line-height: 1.533;
  letter-spacing: 0.04em;
}
.p-related_post.blog ul li:last-of-type {
  margin: 0;
}
.p-related_post.blog ul li::before {
  content: "";
  display: block;
  background-color: var(--color03);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0px;
}
.p-related_post.case .inner {
  width: 100%;
  padding: 60px 0 0;
}
.p-related_post.case h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (width >= 1080px) {
  .p-related_post.case h2 {
    margin: 0 0 40px;
  }
}

.p-pageup {
  display: none;
  width: 44px;
  height: 36px;
  background-color: var(--color03);
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.p-pageup::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 14px;
  height: 7px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.707%22%20height%3D%228.061%22%20viewBox%3D%220%200%2014.707%208.061%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25793%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025793%22%20d%3D%22M-13646.263-1573l7-7%2C7%2C7%22%20transform%3D%22translate(13646.616%201580.707)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .p-pageup:hover {
    border: 1px solid var(--color03);
    background-color: var(--color01);
  }
  .p-pageup:hover::after {
    background-color: var(--color03);
  }
}

.p-strengths .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 75px;
}
@media (width >= 1080px) {
  .p-strengths .inner {
    width: 1040px;
    padding: 150px 0;
  }
}
.p-strengths .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 75px;
}
.p-strengths h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 18px;
  position: relative;
}
.p-strengths h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .p-strengths h2 span {
    top: -58px;
  }
}
.p-strengths h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.p-strengths h2 span::after {
  content: "Strengths";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-strengths__col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (width >= 768px) {
  .p-strengths__col-2 {
    flex-direction: row;
    align-items: flex-start;
    gap: 10%;
    position: relative;
  }
}
@media (width >= 1080px) {
  .p-strengths__col-2 {
    gap: 100px;
  }
}
@media (width >= 768px) {
  .p-strengths__col-2__item {
    width: 45%;
  }
}
@media (width >= 1080px) {
  .p-strengths__col-2__item {
    width: 470px;
  }
}
.p-strengths__col-2__item__box {
  margin-bottom: 20px;
}
.p-strengths__col-2__item__box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--color01);
  text-align: center;
  background-color: var(--color03);
  border-radius: 5px 5px 0 0;
  min-height: 60px;
  padding: 8px;
}
.p-strengths__col-2__item__box__in {
  padding: 41.1px 29.5px 29.5px;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #C3D0DC;
  border-right: 1px solid #C3D0DC;
  border-bottom: 1px solid #C3D0DC;
}
.p-strengths__col-2__item__thumb {
  margin: 0 auto 39.4px;
}
@media (width >= 1080px) {
  .p-strengths__col-2__item__thumb {
    width: 330px;
  }
}
.p-strengths__col-2__item__thumb img {
  width: 100%;
  height: auto;
}
.p-strengths__col-2__item__desc {
  list-style: none;
}
.p-strengths__col-2__item__desc li {
  display: flex;
}
.p-strengths__col-2__item__desc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-strengths__col-2__item__desc li .text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  background-color: #E1E7ED;
  border-radius: 0 5px 5px 0;
  padding: 10px 0 5px 10px;
  min-height: 40px;
  width: calc(100% - 50px);
}
.p-strengths__col-2__item__desc li .num {
  font-family: var(--Popp);
  font-size: 1.8rem;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3D0DC;
  border-radius: 5px 0 0 5px;
}
.p-strengths__col-2__item p {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.846;
}
.p-strengths__col-2__cross {
  display: block;
  width: 60px;
  height: 60px;
  background-color: var(--color03);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2258.485%22%20height%3D%2258.485%22%20viewBox%3D%220%200%2058.485%2058.485%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_233%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20233%22%20transform%3D%22translate(-670.757%20-1404.757)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_43%22%20data-name%3D%22%E7%B7%9A%2043%22%20x1%3D%2250%22%20y2%3D%2250%22%20transform%3D%22translate(675%201409)%22%20fill%3D%22none%22%20stroke%3D%22%232c3c4d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_44%22%20data-name%3D%22%E7%B7%9A%2044%22%20x1%3D%2250%22%20y1%3D%2250%22%20transform%3D%22translate(675%201409)%22%20fill%3D%22none%22%20stroke%3D%22%232c3c4d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (width >= 768px) {
  .p-strengths__col-2__cross {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (width >= 1080px) {
  .p-strengths__col-2__cross {
    width: 60px;
    height: 60px;
  }
}
.p-strengths__col-3 {
  display: flex;
  flex-direction: column;
  gap: 13px 0;
}
@media (width >= 768px) {
  .p-strengths__col-3 {
    flex-direction: row;
    gap: 0 13px;
  }
}
.p-strengths__col-3__item {
  width: 100%;
  border: 1px solid #2C3C4D;
  border-radius: 5px;
}
@media (width >= 768px) {
  .p-strengths__col-3__item {
    width: calc((100% - 26px) / 3);
  }
}
.p-strengths__col-3__item h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color01);
  background-color: #2C3C4D;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 16px 8px 15px;
}
.p-strengths__col-3__item__thumb {
  width: 120px;
  height: auto;
  margin: 0 auto 18px;
}
.p-strengths__col-3__item__thumb img {
  width: 100%;
  height: auto;
}
.p-strengths__col-3__item__desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-strengths__col-3__in_box {
  padding: 25px 20px;
}
.p-strengths__btn {
  width: 260px;
  height: 60px;
  margin: 60px auto 0;
}

.home .p-usecase {
  background-color: #F0F3F7;
  padding-bottom: 60px;
}
.home .p-usecase .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 45px;
}
@media (width >= 1080px) {
  .home .p-usecase .inner {
    width: 1040px;
    padding: 150px 0 90px;
  }
}
.home .p-usecase .inner > p {
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.875;
  color: var(--color03);
  margin-bottom: 75px;
}
.home .p-usecase h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 18px;
  position: relative;
}
.home .p-usecase h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .home .p-usecase h2 span {
    top: -58px;
  }
}
.home .p-usecase h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #6ECDC5;
}
.home .p-usecase h2 span::after {
  content: "Use case";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home .p-usecase__btn {
  margin-top: 37px;
}

.home .p-solution {
  background-color: var(--color03);
  position: relative;
  overflow: hidden;
}
.home .p-solution::after {
  content: "";
  display: block;
  width: 3825px;
  height: 1131px;
  background-image: url(../img/bg_pattern_03.svg);
  position: absolute;
  bottom: -400px;
  left: -1360px;
}
@media (width >= 768px) {
  .home .p-solution::after {
    bottom: -650px;
    left: -1500px;
  }
}
@media (width >= 1080px) {
  .home .p-solution::after {
    bottom: -608px;
    left: -960px;
  }
}
.home .p-solution .inner {
  width: 80%;
  margin: 0 auto;
  padding: 90px 0 40px;
  position: relative;
  z-index: 10;
}
@media (width >= 768px) {
  .home .p-solution .inner {
    width: 90%;
  }
}
@media (width >= 1080px) {
  .home .p-solution .inner {
    width: 1040px;
    padding: 140px 0 80px;
  }
}
.home .p-solution h2 {
  font-size: clamp(3rem, 3.9vw, 3.4rem);
  font-weight: 700;
  color: var(--color01);
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 70px;
  position: relative;
}
@media (width >= 1080px) {
  .home .p-solution h2 {
    margin-bottom: 91.6px;
  }
}
.home .p-solution h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (width >= 1080px) {
  .home .p-solution h2 span {
    top: -58px;
  }
}
.home .p-solution h2 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #DCE750;
}
.home .p-solution h2 span::after {
  content: "Solution";
  font-family: var(--Popp);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color01);
  letter-spacing: 0.04em;
}
.home .p-solution__slider {
  position: relative;
}
.home .p-solution__slider__item {
  display: block;
  width: 80vw;
  border-radius: 5px;
  background-color: var(--color05);
  padding: 30px 40px 17px;
  margin: 0 10px;
  color: var(--color02);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .home .p-solution__slider__item {
    width: 500px;
  }
}
@media (any-hover: hover) {
  .home .p-solution__slider__item:hover {
    background-color: var(--color01);
  }
}
.home .p-solution__slider__item__thumb {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .home .p-solution__slider__item__thumb {
    width: 272px;
  }
}
.home .p-solution__slider__item__thumb img {
  width: 100%;
  height: auto;
}
.home .p-solution__slider__item__desc {
  border-top: 1px solid #D4DEE8;
  padding-top: 26px;
  margin-top: 20px;
}
.home .p-solution__slider__item__desc p {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.666;
}
.home .p-solution__slider .slick-track {
  display: flex;
}
.home .p-solution__slider .slick-slide {
  height: auto !important;
}
.home .p-solution__btn {
  width: 280px;
  height: 60px;
  margin: 60px auto 0;
}
@media (width >= 1080px) {
  .home .p-solution .slick-list {
    width: calc((100vw - 1040px) / 2 + 1040px);
  }
}
.home .p-solution .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--color02);
  background-color: var(--color01);
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}
@media (width >= 1080px) {
  .home .p-solution .slick-arrow {
    width: 52px;
    height: 52px;
  }
}
@media (any-hover: hover) {
  .home .p-solution .slick-arrow:hover {
    background-color: var(--color02);
  }
  .home .p-solution .slick-arrow:hover::after {
    background-color: var(--color01);
  }
}
.home .p-solution .slick-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-color: var(--color02);
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .p-solution .slick-arrow.prev {
  left: -7vw;
}
@media (width >= 768px) {
  .home .p-solution .slick-arrow.prev {
    left: -3vw;
  }
}
@media (width >= 1080px) {
  .home .p-solution .slick-arrow.prev {
    left: -100px;
  }
}
.home .p-solution .slick-arrow.prev::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.121%22%20height%3D%2219.414%22%20viewBox%3D%220%200%2011.121%2019.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26396%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026396%22%20d%3D%22M1282.545%2C3398.5l-9%2C9%2C9%2C9%22%20transform%3D%22translate(-1272.131%20-3397.793)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.home .p-solution .slick-arrow.next {
  right: -7vw;
}
@media (width >= 768px) {
  .home .p-solution .slick-arrow.next {
    right: -3vw;
  }
}
@media (width >= 1080px) {
  .home .p-solution .slick-arrow.next {
    right: -100px;
  }
}
.home .p-solution .slick-arrow.next::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.121%22%20height%3D%2219.414%22%20viewBox%3D%220%200%2011.121%2019.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_419%22%20data-name%3D%22%E3%83%91%E3%82%B9%20419%22%20d%3D%22M1273.545%2C3416.5l9-9-9-9%22%20transform%3D%22translate(-1272.838%20-3397.793)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.post-type-archive-solution .p-solution > p {
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (width >= 1080px) {
  .post-type-archive-solution .p-solution > p {
    text-align: center;
  }
}
.post-type-archive-solution .p-solution__thumb {
  margin: 0 auto 60px;
}
.post-type-archive-solution .p-solution__thumb img {
  width: 100%;
  height: auto;
}
.post-type-archive-solution .p-solution__block {
  margin-bottom: -20px;
}
.post-type-archive-solution .p-solution__block:not(:first-of-type) {
  margin-top: 45px;
}
.post-type-archive-solution .p-solution__block h2 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--color03);
}
.post-type-archive-solution .p-solution__col-3 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (width >= 768px) {
  .post-type-archive-solution .p-solution__col-3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 44px) / 3));
    grid-template-rows: auto;
    gap: 0 20px;
  }
}
.post-type-archive-solution .p-solution__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 5px;
  background-color: var(--color05);
  padding: 30px;
  color: var(--color02);
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  position: relative;
}
@media (width >= 768px) {
  .post-type-archive-solution .p-solution__item {
    padding: 15px;
  }
}
@media (width >= 1080px) {
  .post-type-archive-solution .p-solution__item {
    padding: 30px;
  }
}
@media (any-hover: hover) {
  .post-type-archive-solution .p-solution__item:hover {
    background-color: var(--color04);
  }
}
.post-type-archive-solution .p-solution__item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  height: 153px;
}
@media (width >= 768px) {
  .post-type-archive-solution .p-solution__item__thumb {
    height: 120px;
  }
}
@media (width >= 1080px) {
  .post-type-archive-solution .p-solution__item__thumb {
    height: 153px;
  }
}
.post-type-archive-solution .p-solution__item__thumb img {
  width: 100%;
  height: auto;
}
.post-type-archive-solution .p-solution__item__thumb a {
  display: block;
  width: 220px;
}
@media (width >= 768px) {
  .post-type-archive-solution .p-solution__item__thumb a {
    width: 90%;
  }
}
@media (width >= 1080px) {
  .post-type-archive-solution .p-solution__item__thumb a {
    width: 220px;
  }
}
.post-type-archive-solution .p-solution__item__thumb a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-solution .p-solution__item__desc {
  border-top: 1px solid #D4DEE8;
  padding-top: 10px;
  margin-top: 20px;
}
.post-type-archive-solution .p-solution__item__title {
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  line-height: 1.666;
  font-feature-settings: "palt";
}

.p-cta:has(.p-cta__middle) {
  width: 100%;
  margin: 50px auto !important;
}
@media (width >= 1080px) {
  .p-cta:has(.p-cta__middle) {
    width: 680px;
  }
}
.p-cta:has(.p-cta__bottom) {
  width: 100%;
  margin: 50px auto 0 !important;
}
@media (width >= 1080px) {
  .p-cta:has(.p-cta__bottom) {
    width: 680px;
  }
}
@media (any-hover: hover) {
  .p-cta__middle:hover {
    opacity: 0.75;
  }
}
.p-cta__middle img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-cta__bottom {
  display: block;
}
@media (any-hover: hover) {
  .p-cta__bottom:hover {
    opacity: 0.75;
  }
}
.p-cta__bottom img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-cta__popup {
  display: none;
  position: relative;
  z-index: 1000;
}
@media (width >= 768px) {
  .p-cta__popup__in {
    position: fixed;
    bottom: 52px;
    right: 0;
    width: 320px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .p-cta__popup__in img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 5px 0 0 5px;
  }
}
@media (width >= 768px) and (width >= 1080px) {
  .p-cta__popup__in a:hover {
    opacity: 0.75;
  }
}
@media (width >= 768px) {
  .p-cta__popup__in__close {
    background-color: var(--color03);
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
  }
  .p-cta__popup__in__close--text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--color01);
    padding: 76px 19px 16px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    display: none;
    position: relative;
  }
  .p-cta__popup__in__close--text span {
    display: block;
    width: 54px;
    height: 54px;
    background-color: var(--color02);
    border-radius: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-cta__popup__in__close--text span::before {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background-color: var(--color01);
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.118%22%20height%3D%2222.786%22%20viewBox%3D%220%200%2015.118%2022.786%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_123%22%20data-name%3D%22%E3%83%91%E3%82%B9%20123%22%20d%3D%22M4261%2C2659l-14%2C11%2C14%2C11%22%20transform%3D%22translate(-4246.191%20-2658.607)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-cta__popup__in__close--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: var(--color02);
    font-size: 1.4rem;
    font-weight: 500;
    color: #686868;
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: -40px;
  }
  .p-cta__popup__in__close--icon span {
    display: block;
    width: 23px;
    height: 23px;
    background-color: var(--color01);
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.707%22%20height%3D%2223.707%22%20viewBox%3D%220%200%2023.707%2023.707%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_64%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2064%22%20transform%3D%22translate(-4242.146%20-2339.146)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_38%22%20data-name%3D%22%E7%B7%9A%2038%22%20x2%3D%2223%22%20y2%3D%2223%22%20transform%3D%22translate(4242.5%202339.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_39%22%20data-name%3D%22%E7%B7%9A%2039%22%20x1%3D%2223%22%20y2%3D%2223%22%20transform%3D%22translate(4242.5%202339.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (width >= 768px) and (any-hover: hover) {
  .p-cta__popup__in__close--icon:hover {
    background-color: var(--color01);
  }
  .p-cta__popup__in__close--icon:hover span {
    color: var(--color02);
  }
}
.p-cta__popup.out .p-cta__popup__in {
  right: -320px;
}
.p-cta__popup.out .p-cta__popup__in__close {
  left: -54px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__popup.out .p-cta__popup__in__close:hover {
    background-color: var(--color02);
  }
  .p-cta__popup.out .p-cta__popup__in__close:hover .cta__popup__in__close--icon::before {
    background-color: var(--color02);
  }
}
.p-cta__popup.out .p-cta__popup__in__close--text {
  display: block;
}
.p-cta__popup.out .p-cta__popup__in__close--icon {
  display: none;
}

.p-concept {
  background-color: #F0F3F7;
  margin-bottom: 60px;
  padding: 20px;
}
@media (width >= 768px) {
  .p-concept {
    padding: 20px 30px;
  }
}
@media (width >= 1080px) {
  .p-concept {
    padding: 40px 60px;
  }
}
.p-concept__title {
  font-size: clamp(2rem, 2.604vw, 3rem);
  font-weight: 700;
  color: var(--color03);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

a {
  color: #116ED6;
}

sup {
  vertical-align: top;
}

@media (width >= 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (width >= 768px) {
  .pc {
    display: block;
  }
}

.no_post {
  width: max-content;
  font-size: 1.6rem;
  margin: 100px auto;
  text-align: center;
  line-height: 1.8;
}

/* youtube */
.movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin: 40px 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}/*# sourceMappingURL=theme.css.map */