/*
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;
  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;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

*, *:before, *:after {
  -webkit-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;
  --color01: #ffffff;
  --color02: #222222;
  --color03: #181878;
  --color04: #CCCCCC;
  --color05: #EDF0F2;
  --color06: #00AFEC;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 113px;
  -webkit-text-size-adjust: 100%;
}
@media (width >= 1280px) {
  html {
    scroll-padding-top: 150px;
  }
}
html #wpadminbar {
  position: fixed !important;
  top: 0 !important;
}

body {
  font-family: var(--Sans);
  font-weight: 400;
  color: var(--color02);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
  padding: 93px 0 0;
}
@media (width >= 1280px) {
  body {
    padding: 113px 0 0;
  }
}
body.single-seminar, body.single-download {
  padding: 0 !important;
}

.l-container p:empty {
  display: none;
}
.l-container:has(.l-col__col-1) {
  background-color: var(--color01);
}
.l-container:has(.l-col__col-2) {
  background-color: var(--color07);
}
.single-download .l-container {
  background-color: var(--color01);
}

.l-header {
  width: 100%;
  position: relative;
}

.l-footer {
  border-top: 2px solid #EEEEEE;
}
.single-seminar .l-footer, .single-download .l-footer {
  position: relative;
  z-index: 700;
  border: none;
}
.single-seminar .l-footer.top, .single-download .l-footer.top {
  display: none;
}
.l-footer.top .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 70px;
}
@media (width >= 1280px) {
  .l-footer.top .inner {
    width: 1280px;
    padding: 0;
    height: 540px;
  }
}
.l-footer.top .l-footer__logo {
  width: 180px;
  margin-bottom: 20px;
}
@media (width >= 1280px) {
  .l-footer.top .l-footer__logo {
    width: 224px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    margin: 0;
  }
}
.l-footer.top .l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer.bottom {
  background-color: var(--color02);
}
.l-footer.bottom .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 100%;
  gap: 20px;
  position: relative;
  z-index: 5;
  isolation: auto;
}
@media (width >= 1280px) {
  .l-footer.bottom .inner {
    width: 1280px;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 70px);
    gap: 0;
    padding: 30px 0 40px;
  }
}
.l-footer.bottom .inner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 100px;
  width: 280px;
  opacity: 0.7;
  background: linear-gradient(225deg, rgba(0, 175, 236, 0.6) 0%, rgba(1, 27, 106, 0.6) 80%, rgb(17, 29, 66) 100%);
  clip-path: polygon(55% 0, 100% 0, 45% 100%, 0 100%);
  z-index: -1;
}
@media (width >= 1280px) {
  .l-footer.bottom .inner::before {
    inset: 0 auto 0 135px;
  }
}
.l-footer.bottom .l-footer__logo {
  width: 96px;
}
@media (width >= 1280px) {
  .l-footer.bottom .l-footer__logo {
    display: grid;
    align-self: start;
    width: 155px;
  }
}
.l-footer.bottom .l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer.bottom .l-footer__att {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color01);
  margin-top: 12px;
}
@media (width >= 1280px) {
  .l-footer.bottom .l-footer__att {
    margin: 0;
    display: grid;
    align-self: end;
  }
}
.l-footer.bottom .l-footer__copy {
  font-size: 1.2rem;
  color: var(--color01);
  text-align: center;
}
@media (width >= 1280px) {
  .l-footer.bottom .l-footer__copy {
    text-align: initial;
    justify-self: end;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 7px;
  }
}

.l-col__col-1 {
  width: 90vw;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (width >= 1280px) {
  .l-col__col-1 {
    width: 1000px;
  }
}
@media (width >= 1280px) {
  .l-col__col-1.w900 {
    width: 900px;
  }
}
.l-col__col-2 {
  width: 90vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 60px 0 100px;
}
@media (width >= 768px) {
  .l-col__col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media (width >= 1024px) {
  .l-col__col-2 {
    width: 1000px;
    gap: 60px;
  }
}
@media (width >= 768px) {
  .l-col__col-2 main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media (width >= 1280px) {
  .l-col__col-2 main {
    width: 640px;
  }
}
.single-seminar .l-col__col-2, .single-download .l-col__col-2 {
  width: 100vw;
}
@media (width >= 768px) {
  .single-seminar .l-col__col-2, .single-download .l-col__col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width >= 1280px) {
  .single-seminar .l-col__col-2, .single-download .l-col__col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1190px;
    gap: 180px;
    padding: 30px 0 60px;
  }
}
.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;
  overflow-x: clip;
}
@media (width >= 1280px) {
  .single-seminar .l-wrapper:has(.l-col__col-2) .l-wrapper__bg, .single-download .l-wrapper:has(.l-col__col-2) .l-wrapper__bg {
    width: calc((100% - 1190px) / 2 + 440px);
    height: 100vh;
    background-color: var(--color03);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
  }
}

.c-button-01 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem, 4.26vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color01);
  background-color: var(--color06);
  border: 1px solid var(--color06);
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 40px;
}
.home .c-button-01 {
  padding: 0 50px;
}
@media (hover: hover) {
  .c-button-01:not(div):hover {
    color: var(--color06);
    background-color: var(--color01);
  }
  .c-button-01:not(div):hover::after {
    background-color: var(--color06);
  }
}
.c-button-01::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-01--arrow::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-01:has(span) {
  padding: 0 !important;
}
.c-button-01:has(span)::after {
  display: none;
}
@media (hover: hover) {
  .c-button-01:has(span):hover span::after {
    background-color: var(--color06);
  }
}
.c-button-01:has(span) span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-button-01:has(span) span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-01--download span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14px;
          mask-size: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-01--contact span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header .c-button-01 {
  font-size: 1.6rem;
  padding: 0;
}
@media (width >= 1280px) {
  #header .c-button-01 {
    border-radius: 0;
    font-size: 1.3rem;
  }
}
@media (width >= 1280px) {
  #header .c-button-01 span {
    padding: 23px 0 0 0;
  }
}
@media (width >= 1280px) {
  #header .c-button-01 span::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.c-button-02 {
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem, 4.26vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color01);
  background-color: var(--color03);
  border: 1px solid var(--color03);
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 40px;
}
.home .c-button-02 {
  padding: 0 50px;
}
@media (hover: hover) {
  .c-button-02:not(div):hover {
    color: var(--color03);
    background-color: var(--color01);
  }
  .c-button-02:not(div):hover::after {
    background-color: var(--color03);
  }
}
.c-button-02::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-02--small {
  font-size: clamp(1.4rem, 1.82vw, 1.8rem);
  padding: 0 25px !important;
}
@media (width >= 768px) {
  .c-button-02--small {
    padding: 0 50px !important;
  }
}
.c-button-02--small::after {
  right: 10px !important;
}
@media (width >= 768px) {
  .c-button-02--small::after {
    right: 30px !important;
  }
}
.c-button-02--arrow::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-02--down::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.c-button-02--end {
  background-color: var(--color04);
  border: none;
}
.c-button-02--blank::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201V9H5V1H15Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M11%205V13H1V5H11Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201V9H5V1H15Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M11%205V13H1V5H11Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 16px 14px;
          mask-size: 16px 14px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-02:has(span) {
  padding: 0 !important;
}
.c-button-02:has(span)::after {
  display: none;
}
@media (hover: hover) {
  .c-button-02:has(span):hover span::after {
    background-color: var(--color03);
  }
}
.c-button-02:has(span) span {
  position: relative;
  padding-left: 28px;
  display: block;
}
.c-button-02:has(span) span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-02--download span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14px;
          mask-size: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-02--contact span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header .c-button-02 {
  padding: 0;
  font-size: 1.6rem;
}
@media (width >= 1280px) {
  #header .c-button-02 {
    border-radius: 0;
    font-size: 1.3rem;
  }
}
@media (width >= 1280px) {
  #header .c-button-02 span {
    padding: 23px 0 0 0;
  }
}
@media (width >= 1280px) {
  #header .c-button-02 span::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.c-button-03 {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color02);
  background-color: var(--color01);
  border-radius: 4px;
  border: 1px solid var(--color02);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 35px;
}
@media (hover: hover) {
  .c-button-03:not(div):hover {
    color: var(--color01);
    background-color: var(--color02);
  }
  .c-button-03:not(div):hover::after {
    background-color: var(--color01);
  }
}
.c-button-03::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color02);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-03--arrow::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-03:has(span) {
  padding: 0;
}
.c-button-03:has(span)::after {
  display: none;
}
@media (hover: hover) {
  .c-button-03:has(span):hover span::after {
    background-color: var(--color02);
  }
}
.c-button-03:has(span) span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-button-03:has(span) span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-03--download span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14px;
          mask-size: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-03--contact span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button-04 {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color01);
  background-color: var(--color06);
  border-radius: 4px;
  border: 1px solid var(--color06);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 40px;
}
.home .c-button-04 {
  padding: 0 50px;
}
@media (hover: hover) {
  .c-button-04:not(div):hover {
    color: var(--color06);
    background-color: var(--color01);
  }
  .c-button-04:not(div):hover::after {
    background-color: var(--color06);
  }
}
.c-button-04::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-04--arrow::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-04:has(span) {
  padding: 0;
}
.c-button-04:has(span)::after {
  display: none;
}
@media (hover: hover) {
  .c-button-04:has(span):hover span::after {
    background-color: var(--color06);
  }
}
.c-button-04:has(span) span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-button-04:has(span) span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-04--download span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14px;
          mask-size: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-04--contact span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button-05 {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color01);
  background-color: var(--color02);
  border-radius: 4px;
  border: 1px solid var(--color02);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 35px;
}
@media (hover: hover) {
  .c-button-05:not(div):hover {
    color: var(--color02);
    background-color: var(--color01);
  }
  .c-button-05:not(div):hover::after {
    background-color: var(--color02);
  }
}
.c-button-05::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-05--arrow::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-05:has(span) {
  padding: 0;
}
.c-button-05:has(span)::after {
  display: none;
}
@media (hover: hover) {
  .c-button-05:has(span):hover span::after {
    background-color: var(--color02);
  }
}
.c-button-05:has(span) span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-button-05:has(span) span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--color01);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.c-button-05--download span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H0V10H2V12H12V10H14V14Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M6%200H8V8H6V0Z%22%20fill%3D%22%23222222%22%2F%3E%3Cpath%20d%3D%22M3%205L7%209L11%205%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14px;
          mask-size: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button-05--contact span::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%201V13H1V1H17Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%201L9%207L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button-return {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 45px auto 0 0;
}
.c-button-return a {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  color: var(--color02);
}
@media (hover: hover) {
  .c-button-return a:hover {
    color: var(--color04);
  }
  .c-button-return a:hover::after {
    left: -5px;
  }
}
.c-button-return a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color02);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.888%203.088C11.504%202.81067%2011.0933%202.45333%2010.656%202.016C10.2186%201.568%209.83466%201.11467%209.504%200.656L10.672%200C11.0347%200.469333%2011.4453%200.933333%2011.904%201.392C12.3627%201.85067%2012.8373%202.28267%2013.328%202.688C13.8293%203.09333%2014.32%203.45067%2014.8%203.76C14.32%204.06933%2013.8293%204.42667%2013.328%204.832C12.8373%205.23733%2012.3627%205.66933%2011.904%206.128C11.4453%206.58667%2011.0347%207.05067%2010.672%207.52L9.504%206.864C9.83466%206.40533%2010.2186%205.95733%2010.656%205.52C11.0933%205.072%2011.504%204.70933%2011.888%204.432H0V3.088H11.888Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.888%203.088C11.504%202.81067%2011.0933%202.45333%2010.656%202.016C10.2186%201.568%209.83466%201.11467%209.504%200.656L10.672%200C11.0347%200.469333%2011.4453%200.933333%2011.904%201.392C12.3627%201.85067%2012.8373%202.28267%2013.328%202.688C13.8293%203.09333%2014.32%203.45067%2014.8%203.76C14.32%204.06933%2013.8293%204.42667%2013.328%204.832C12.8373%205.23733%2012.3627%205.66933%2011.904%206.128C11.4453%206.58667%2011.0347%207.05067%2010.672%207.52L9.504%206.864C9.83466%206.40533%2010.2186%205.95733%2010.656%205.52C11.0933%205.072%2011.504%204.70933%2011.888%204.432H0V3.088H11.888Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 14.8px 7.52px;
          mask-size: 14.8px 7.52px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.p-nav#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: var(--color01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-seminar .p-nav#header, .single-download .p-nav#header {
  position: relative;
  top: 0 !important;
}
.admin-bar .p-nav#header {
  top: 46px;
}
@media (width >= 783px) {
  .admin-bar .p-nav#header {
    top: 32px;
  }
}
.p-nav#header:has(.menu_show) {
  background-color: var(--color01);
}
.p-nav#header > .inner {
  position: relative;
  height: 60px;
}
@media (width >= 1280px) {
  .p-nav#header > .inner {
    height: 80px;
    margin: 0 auto;
  }
}
.p-nav#header .p-nav__text {
  background-color: var(--color03);
  font-size: 1.2rem;
  color: var(--color01);
  padding: 10.5px 0 10.5px 30px;
}
.single-seminar .p-nav#header .p-nav__text, .single-download .p-nav#header .p-nav__text {
  display: none;
}
.p-nav#header .p-nav__logo {
  width: 160px;
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 200;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__logo {
    width: 224px;
    top: 23px;
    left: 30px;
  }
}
.p-nav#header .p-nav__logo img {
  width: 100%;
  height: auto;
}
.p-nav#header .p-nav__menu {
  --opacity: 0;
  --pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: var(--color01);
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
  overflow-y: scroll;
  padding: 10px 0 100px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 30px;
    background-color: transparent;
    opacity: 1;
    pointer-events: all;
    overflow-y: visible;
    padding: 0;
    backdrop-filter: blur(0);
    width: auto;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.single-seminar .p-nav#header .p-nav__menu, .single-download .p-nav#header .p-nav__menu {
  display: none;
}
.p-nav#header .p-nav__menu.is-active {
  --opacity: 1;
  --pointer-events: all;
}
.p-nav#header .p-nav__menu.menu_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-nav#header .p-nav__g_nav {
  width: 90%;
  margin: 0 auto 40px;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    margin: 0;
  }
}
.p-nav#header .p-nav__g_nav > li > a,
.p-nav#header .p-nav__g_nav > li > .drop__nav {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color02);
  width: 100%;
  height: 61px;
  padding: 0 50px 0 0;
  text-decoration: none;
  border-bottom: 1px solid var(--color04);
  position: relative;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a,
  .p-nav#header .p-nav__g_nav > li > .drop__nav {
    height: 100%;
    padding: 0;
    border: none;
  }
}
.p-nav#header .p-nav__g_nav > li > a::before,
.p-nav#header .p-nav__g_nav > li > .drop__nav::before {
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  background-color: var(--color03);
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a:hover::before,
  .p-nav#header .p-nav__g_nav > li > .drop__nav:hover::before {
    width: 100%;
  }
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a.active::before,
  .p-nav#header .p-nav__g_nav > li > .drop__nav.active::before {
    width: 100%;
  }
}
.p-nav#header .p-nav__g_nav > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: var(--color03);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70699H16%22%20stroke%3D%22%23008060%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707108L16%206.70711L10%2012.7071%22%20stroke%3D%22%23008060%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70699H16%22%20stroke%3D%22%23008060%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707108L16%206.70711L10%2012.7071%22%20stroke%3D%22%23008060%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px 12px;
          mask-size: 16px 12px;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__g_nav > li > a::after {
    display: none;
  }
}
.p-nav#header .p-nav__cv_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 240px;
    height: 100%;
    margin: 0;
    gap: 0;
  }
}
.p-nav#header .p-nav__cv_nav__btn {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (width >= 1280px) {
  .p-nav#header .p-nav__cv_nav__btn {
    width: 200px;
    height: 100%;
    margin: 0;
  }
}
.p-nav__sp_btn {
  --opacity: 1;
  --rotate: 0;
  --translate: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color02);
  border-radius: 4px;
}
@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: 20px;
  height: 20px;
}
.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(--color01);
  grid-area: 1/1/-1/-1;
  -webkit-transition: rotate 0.3s ease, translate 0.3s ease;
  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#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media (width >= 1024px) {
  .p-nav#footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media (width >= 1280px) {
  .p-nav#footer {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.p-nav#footer .p-nav__f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width >= 1024px) {
  .p-nav#footer .p-nav__f_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-nav#footer .p-nav__f_nav > li {
  width: calc((100% - 15px) / 2);
  min-height: 52px;
}
@media (width >= 1024px) {
  .p-nav#footer .p-nav__f_nav > li {
    width: auto;
    min-width: 220px;
    height: 61px;
  }
}
.p-nav#footer .p-nav__f_nav > li:has(ul) {
  width: 100%;
}
.p-nav#footer .p-nav__f_nav > li > a {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1280px) {
  .p-nav#footer .p-nav__f_nav > li > a {
    height: 100%;
  }
}
@media (hover: hover) {
  .p-nav#footer .p-nav__f_nav > li > a:hover {
    text-decoration: underline;
  }
}
.p-nav#footer .p-nav__f_nav > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 12px;
}
@media (width >= 1280px) {
  .p-nav#footer .p-nav__f_nav > li ul {
    width: 480px;
    gap: 0 40px;
  }
}
.p-nav#footer .p-nav__f_nav > li ul li:nth-of-type(odd) {
  width: 120px;
}
@media (width >= 1024px) {
  .p-nav#footer .p-nav__f_nav > li ul li:nth-of-type(odd) {
    width: calc((100% - 40px) / 2);
  }
}
.p-nav#footer .p-nav__f_nav > li ul li:nth-of-type(even) {
  width: calc(100% - 130px);
}
@media (width >= 1024px) {
  .p-nav#footer .p-nav__f_nav > li ul li:nth-of-type(even) {
    width: calc((100% - 40px) / 2);
  }
}
.p-nav#footer .p-nav__f_nav > li ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color02);
}
@media (hover: hover) {
  .p-nav#footer .p-nav__f_nav > li ul li a:hover {
    text-decoration: underline;
  }
}
.p-nav#footer .p-nav__f_nav__cv {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-nav#footer .p-nav__f_nav__cv li {
  width: 100%;
  height: 50px;
}
.p-nav#footer .p-nav__f_nav__cv li a {
  font-size: 1.6rem !important;
}
.p-nav#corp {
  margin-top: 12px;
}
@media (width >= 1280px) {
  .p-nav#corp {
    margin-top: 0;
  }
}
.p-nav#corp .p-nav__c_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 25px;
}
@media (width >= 768px) {
  .p-nav#corp .p-nav__c_nav {
    gap: 30px;
    margin-top: 10px;
  }
}
@media (width >= 1280px) {
  .p-nav#corp .p-nav__c_nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-nav#corp .p-nav__c_nav a {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--color01);
  position: relative;
  padding-left: 28px;
}
@media (hover: hover) {
  .p-nav#corp .p-nav__c_nav a:hover {
    text-decoration: underline;
  }
}
.p-nav#corp .p-nav__c_nav a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color01);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201V9H5V1H15Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M11%205V13H1V5H11Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201V9H5V1H15Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M11%205V13H1V5H11Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 16px 14px;
          mask-size: 16px 14px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}
.p-nav__side {
  width: 100%;
}
@media (width >= 768px) {
  .p-nav__side:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-nav__side__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
@media (width >= 768px) {
  .p-nav__side__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
.p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon {
    -webkit-transform: none;
            transform: none;
  }
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=false] .p-nav__side__title__icon::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon {
  -webkit-transform: rotate(90deg) scale(-1);
          transform: rotate(90deg) scale(-1);
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon {
    -webkit-transform: none;
            transform: none;
  }
}
@media (width >= 768px) {
  .p-nav__side__title[aria-expanded=true] .p-nav__side__title__icon::before {
    -webkit-transform: rotate(90deg);
            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);
  -webkit-mask-image: url(../image/icon_arw1_1.svg);
          mask-image: url(../image/icon_arw1_1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 9px 13px;
          mask-size: 9px 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (width >= 768px) {
  .p-nav__side__title__icon {
    background-color: transparent;
    position: relative;
    -webkit-mask: none;
            mask: none;
    -webkit-transform: rotate(0);
            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);
    -webkit-transition: all 0.2s ease;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (width >= 768px) {
  .p-nav__side__list a {
    -webkit-box-shadow: 0 0 10px rgba(0, 71, 161, 0.1);
            box-shadow: 0 0 10px rgba(0, 71, 161, 0.1);
    width: auto;
    margin: 0;
  }
}
@media (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;
  -webkit-mask-image: url(../image/icon_arw1_1.svg);
          mask-image: url(../image/icon_arw1_1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 9px 13px;
          mask-size: 9px 13px;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-hero.top {
  position: relative;
  overflow: hidden;
}
.p-hero.top.is-show .p-hero__line {
  clip-path: inset(0 0 0 0);
}
.p-hero.top .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 250px 0 50px;
  z-index: 10;
}
@media (width >= 768px) {
  .p-hero.top .inner {
    padding: 0;
    height: 320px;
  }
}
@media (width >= 1024px) {
  .p-hero.top .inner {
    height: 430px;
  }
}
@media (width >= 1280px) {
  .p-hero.top .inner {
    width: 1280px;
    height: 560px;
  }
}
@media (width >= 768px) {
  .p-hero.top .p-hero__text {
    position: absolute;
    top: 30px;
    left: 0;
  }
}
@media (width >= 1024px) {
  .p-hero.top .p-hero__text {
    top: 82px;
  }
}
.p-hero.top .p-hero__text h1 {
  font-size: clamp(1.8rem, 2.34375vw, 3.6rem);
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 15px;
}
@media (width >= 1024px) {
  .p-hero.top .p-hero__text h1 {
    margin-bottom: 35px;
  }
}
.p-hero.top .p-hero__text h1 span {
  display: block;
  font-size: clamp(1.6rem, 2.0833333vw, 2.7rem);
}
.p-hero.top .p-hero__text p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-hero.top .p-hero__text p br {
  display: none;
}
@media (width >= 768px) {
  .p-hero.top .p-hero__text p br {
    display: block;
  }
}
@media (width >= 1280px) {
  .p-hero.top .p-hero__text p br {
    display: none;
  }
}
.p-hero.top .p-hero__visual {
  width: 316px;
  height: 189px;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
}
@media (width >= 768px) {
  .p-hero.top .p-hero__visual {
    width: 360px;
    height: 230px;
  }
}
@media (width >= 1024px) {
  .p-hero.top .p-hero__visual {
    width: 550px;
    height: 340px;
  }
}
@media (width >= 1280px) {
  .p-hero.top .p-hero__visual {
    width: 800px;
    height: 480px;
  }
}
.p-hero.top .p-hero__visual .splide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-hero.top .p-hero__visual .splide.is-initialized {
  opacity: 1;
  visibility: visible;
}
.p-hero.top .p-hero__visual .splide,
.p-hero.top .p-hero__visual .splide__track,
.p-hero.top .p-hero__visual .splide__list,
.p-hero.top .p-hero__visual .splide__slide {
  width: 100%;
  height: 100%;
}
.p-hero.top .p-hero__visual .splide {
  visibility: hidden;
}
.p-hero.top .p-hero__visual .splide.is-initialized {
  visibility: visible;
}
.p-hero.top .p-hero__visual .splide__track {
  overflow: hidden;
}
.p-hero.top .p-hero__visual__wrap {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (width >= 768px) {
  .p-hero.top .p-hero__visual__wrap {
    top: 0;
  }
}
.p-hero.top .p-hero__image {
  width: 100%;
  height: 100%;
}
.p-hero.top .p-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero.top .p-hero__line {
  position: absolute;
  bottom: -16px;
  left: -52px;
  width: 180px;
  height: 129px;
  z-index: 100;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (width >= 768px) {
  .p-hero.top .p-hero__line {
    width: 250px;
    height: 180px;
    bottom: -30px;
    left: -80px;
  }
}
@media (width >= 1024px) {
  .p-hero.top .p-hero__line {
    width: 280px;
    height: 200px;
    bottom: -30px;
    left: -80px;
  }
}
@media (width >= 1280px) {
  .p-hero.top .p-hero__line {
    width: 410px;
    height: 300px;
    bottom: -42px;
    left: -96px;
  }
}
.p-hero.top .p-hero__line::before, .p-hero.top .p-hero__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 33/24;
  pointer-events: none;
}
.p-hero.top .p-hero__line::before {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 175, 236, 0.5333333333)), to(rgba(1, 27, 106, 0.5333333333)));
  background: linear-gradient(to bottom, rgba(0, 175, 236, 0.5333333333), rgba(1, 27, 106, 0.5333333333));
  -webkit-mask: url(../img/bg_line-texture_hero.png) center/100% 100% no-repeat;
  mask: url(../img/bg_line-texture_hero.png) center/100% 100% no-repeat;
}
.p-hero.top .p-hero__line::after {
  z-index: 2;
  background: url(../img/bg_line-texture_hero.png) center/100% 100% no-repeat, url(../img/bg_line-texture_hero.png) center/100% 100% no-repeat;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.p-hero.top .p-hero__btn {
  width: 100%;
  height: 50px;
  margin-top: 40px;
}
@media (width >= 768px) {
  .p-hero.top .p-hero__btn {
    width: 300px;
  }
}
@media (width >= 1024px) {
  .p-hero.top .p-hero__btn {
    width: 350px;
    height: 60px;
    margin-top: 60px;
  }
}
.p-hero:not(.top) {
  width: 97%;
  margin: 20px auto 0;
  background: url(../img/bg_hero-texture.jpg), -webkit-gradient(linear, left top, right top, from(#181878), to(#00AFEC));
  background: url(../img/bg_hero-texture.jpg), linear-gradient(to right, #181878 0%, #00AFEC 100%);
  background-blend-mode: multiply;
  border-radius: 8px 8px 0 0;
}
.p-hero:not(.top) .inner {
  width: 90%;
  margin: 0 auto;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 1024px) {
  .p-hero:not(.top) .inner {
    width: 1000px;
  }
}
.p-hero:not(.top) .p-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-hero:not(.top) .p-hero__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.846;
  color: var(--color01);
}
.p-hero:not(.top) .p-hero__sub_title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color01);
}

.p-post__header {
  margin: 0 0 40px;
}
.single-download .p-post__header {
  margin-bottom: 55px;
}
.single-seminar .p-post__header {
  margin-bottom: 55px;
}
.single-news .p-post__header {
  margin: 0 0 25px;
}
.p-post__header__title {
  font-size: clamp(2.6rem, 3.38vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
}
.single-seminar .p-post__header__title {
  font-size: 2.4rem;
}
.single-download .p-post__header__title {
  font-size: 2.2rem;
  line-height: 1.745;
  color: var(--color03);
}
.single-news .p-post__header__title {
  font-size: 2.4rem;
  color: var(--color03);
}
.p-post__header__title.text_center {
  text-align: center;
}
.p-post__header__sub_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
.single-seminar .p-post__header__sub_title {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.single-download .p-post__header__sub_title {
  margin-top: 25px;
  line-height: 1.8;
}
.p-post__header__sub_title.text_center {
  text-align: center;
}
.p-post__header__read {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 40px;
}
.p-post__header__cat {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.p-post__header__cat li a {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color02);
}
@media (hover: hover) {
  .p-post__header__cat li a:hover {
    text-decoration: none;
  }
}
.p-post__header__sem_date {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.p-post__header__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--color04);
}
@media (width >= 768px) {
  .p-post__header__date {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.single-news .p-post__header__date {
  border: none;
  padding: 0;
  margin-top: 45px;
}
.p-post__header__date li {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
.single-news .p-post__header__date li {
  padding: 0;
  font-size: 1.5rem;
}
.p-post__header__date li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.single-news .p-post__header__date li::before {
  display: none;
}
.p-post__header__date li:first-of-type::before {
  background-image: url(../img/bg_post.svg);
}
.p-post__header__date li:last-of-type::before {
  background-image: url(../img/bg_pub.svg);
}
.p-post__header__thumb {
  margin: 44px 0 0;
  border-radius: 8px;
}
.p-post__header__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post__body {
  word-break: break-all;
}
.p-post__body *:first-child {
  margin-top: 0 !important;
}
.p-post__body *:last-child {
  margin-bottom: 0 !important;
}
.p-post__body h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 60px 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .p-post__body h2 {
    margin: 90px 0 40px;
  }
}
.p-post__body h2.copy {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color03);
  padding: 0;
  border: none;
}
.p-post__body h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0 28px;
  padding: 0 0 0 20px;
  position: relative;
}
.p-post__body h3::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 2px);
  background-color: var(--color06);
  position: absolute;
  top: 0;
  left: 0;
}
.p-post__body h3::after {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 8px);
  background-color: var(--color03);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-post__body h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 35px 0 15px;
}
.p-post__body p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.p-post__body p.att {
  font-size: 1.2rem !important;
}
.p-post__body strong {
  font-weight: 700;
}
.p-post__body em {
  font-style: italic;
}
@media (width >= 1024px) {
  .p-post__body a:hover {
    text-decoration: none;
  }
}
.p-post__body ul {
  margin: 20px 0 40px;
  list-style: none;
}
.p-post__body ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.p-post__body ul li::before {
  content: "";
  display: block;
  background-color: var(--color06);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.p-post__body ol {
  margin: 20px 0 40px;
  list-style: none;
  counter-reset: item;
}
.p-post__body ol li {
  font-size: 1.5rem;
  padding: 0 0 0 40px;
  margin: 0 0 14px 0;
  position: relative;
  line-height: 1.5;
}
.p-post__body ol li::before {
  counter-increment: item;
  content: counter(item, decimal);
  background-color: var(--color03);
  color: var(--color01);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 2px;
}
.p-post__body table {
  width: 100% !important;
  margin: 60px 0;
  border-top: 1px solid var(--color04);
  border-left: 1px solid var(--color04);
}
.p-post__body table:has(+ .att) {
  margin: 60px 0 20px;
}
.p-post__body table th {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--color05);
  padding: 15px;
  line-height: 1.8;
  border-bottom: 1px solid var(--color04);
  border-right: 1px solid var(--color04);
}
@media (width >= 768px) {
  .p-post__body table th {
    padding: 30px;
  }
}
.p-post__body table th:not([class]) {
  width: auto !important;
}
@media (width >= 1024px) {
  .p-post__body table th:not([class]) {
    text-align: left;
    width: 200px !important;
  }
}
.p-post__body table td {
  width: auto !important;
  font-size: 1.5rem;
  padding: 15px;
  line-height: 1.8;
  background-color: var(--color01);
  border-bottom: 1px solid var(--color04);
  border-right: 1px solid var(--color04);
}
@media (width >= 768px) {
  .p-post__body table td {
    padding: 30px;
  }
}
.p-post__body table td p {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-post__body table td ul {
  margin: 0 0 10px;
}
.p-post__body table td ol {
  margin: 0 0 10px;
}
.p-post__body table td .btn_more {
  margin-top: 66px;
}
.p-post__body table th, .p-post__body table td {
  display: block;
}
@media (width >= 768px) {
  .p-post__body table th, .p-post__body table td {
    display: table-cell;
  }
}
.p-post__body table.ty {
  display: block;
  width: 100% !important;
  overflow: auto;
}
@media (width >= 1024px) {
  .p-post__body table.ty {
    overflow: visible;
  }
}
.p-post__body table.ty::-webkit-scrollbar {
  height: 10px;
}
.p-post__body table.ty::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.p-post__body table.ty::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.p-post__body table.ty tbody {
  display: table;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
@media (width >= 1024px) {
  .p-post__body table.ty tbody {
    white-space: normal;
  }
}
.p-post__body table.ty tbody th, .p-post__body table.ty tbody td {
  display: table-cell;
}
.p-post__body table.ty tbody th:not([class]), .p-post__body table.ty tbody td:not([class]) {
  width: auto !important;
}
.p-post__body table.ty tbody th {
  padding: 15px;
}
@media (width >= 768px) {
  .p-post__body table.ty tbody th {
    padding: 15px 30px;
  }
}
.p-post__body blockquote {
  background-color: var(--color04);
  padding: 30px;
  margin: 50px 0;
}
.p-post__body blockquote p {
  font-size: 1.4rem;
  margin: 0 0 30px;
}
@media (width >= 1024px) {
  .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 var(--color03);
  margin: 60px 0 !important;
}
.p-post__body img {
  height: auto;
  max-width: 100%;
}
.p-post__body .alignright {
  display: block;
  margin: 0 auto 40px;
}
@media (width >= 1024px) {
  .p-post__body .alignright {
    float: right;
    margin: 0 0 40px 40px;
  }
}
.p-post__body .alignleft {
  display: block;
  margin: 0 auto 40px;
}
@media (width >= 1024px) {
  .p-post__body .alignleft {
    float: left;
    margin: 0 40px 40px 0;
  }
}
.p-post__body .aligncenter {
  display: block;
  margin: 0 auto 40px;
}
.p-post__body .wp-caption {
  max-width: 100% !important;
  margin-bottom: 30px;
}
.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 !important;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ff6));
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.p-post__body__learn {
  background-color: var(--color06);
  padding: 30px;
}
.p-post__body__learn h2 {
  padding: 0;
}
.p-post__body__learn h2::before {
  display: none;
}
.single-download .p-post__footer {
  margin-top: 40px;
}
@media (width >= 768px) {
  .single-download .p-post__footer {
    margin-top: 80px;
  }
}
.single-download .p-post__footer p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: var(--color03);
}
.p-post__btn {
  width: 100%;
  height: 60px;
  margin: 50px auto;
}
@media (width >= 768px) {
  .p-post__btn {
    max-width: 395px;
  }
}
.p-post__btn:has(+ .p-entry__full) {
  margin: 46px auto 0;
}
.p-post__btn a {
  font-size: 1.6rem;
}
.p-post__btn a::after {
  right: 20px;
}
.p-post__btn_col-2 {
  margin: 50px auto;
}
@media (width >= 768px) {
  .p-post__btn_col-2 {
    max-width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (width >= 1024px) {
  .p-post__btn_col-2 {
    margin: 70px auto;
  }
  .p-post__btn_col-2:has(+ p > .c-button-more) {
    margin: 70px auto 40px;
  }
}
.p-post__btn_col-2 a {
  height: 60px;
}
@media (width >= 768px) {
  .p-post__btn_col-2 a {
    width: calc((100% - 10px) / 2);
  }
}
.p-post__btn_col-2 a:not(first-of-type) {
  margin-top: 10px;
}
@media (width >= 768px) {
  .p-post__btn_col-2 a:not(first-of-type) {
    margin: 0;
  }
}
.p-post__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 768px) {
  .p-post__col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-post__col-2__item {
    width: 100% !important;
  }
}
@media (width >= 768px) {
  .p-post__col-2__item {
    width: calc((100% - 48px) / 2);
  }
}
.p-post__col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 768px) {
  .p-post__col-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px auto;
  }
}
.p-post__col-3__item {
  width: 100%;
}
@media (width >= 768px) {
  .p-post__col-3__item {
    width: calc((100% - 10px) / 3);
  }
}
.p-post__related_posts h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 38px;
}
.p-post__related_posts ul {
  margin: 20px 0 40px;
  list-style: none;
}
.p-post__related_posts ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.p-post__related_posts ul li::before {
  content: "";
  display: block;
  background-color: var(--color06);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.p-post__new_posts h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 38px;
}
.p-post__new_posts__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (width >= 768px) {
  .p-post__new_posts__col-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 40px;
  }
}
.p-post__new_posts__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-row: span 2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 17px;
}
@media (hover: hover) {
  .p-post__new_posts__item:hover {
    opacity: 0.75;
  }
}
.p-post__new_posts__thumb {
  border-radius: 8px;
  aspect-ratio: 75/42;
}
.p-post__new_posts__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post__new_posts__title {
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--color02);
}
.p-post__voice {
  margin: 60px 0;
}
.p-post__voice__item {
  background-color: var(--color05);
  padding: 20px;
}
@media (width >= 1024px) {
  .p-post__voice__item {
    padding: 26px;
  }
}
.p-post__voice__item__thumb {
  width: 100%;
}
@media (width >= 768px) {
  .p-post__voice__item__thumb {
    width: 300px;
  }
}
.p-post__voice__item__thumb img {
  width: 100%;
  height: auto;
}
.p-post__voice__item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-post__voice__wrap--col-2 .p-post__voice__item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-post__voice__item__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (width >= 768px) {
  .p-post__voice__item__text {
    font-size: 2rem;
  }
}
.p-post__voice__item__name {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 30px;
}
.p-post__voice__wrap--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (width >= 768px) {
  .p-post__voice__wrap--col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 50px;
  }
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  counter-reset: item;
}
.l-header .p-cards {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 1280px) {
  .l-header .p-cards {
    width: 1280px;
  }
}
.p-cards.grid-2 {
  gap: 10px;
}
@media (width >= 768px) {
  .p-cards.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
.p-cards.grid-3 {
  gap: 40px;
}
@media (width >= 768px) {
  .p-cards.grid-3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
@media (width >= 1024px) {
  .p-cards.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-column .p-cards.grid-3 {
  gap: 20px;
}
.p-download .p-cards.grid-3 {
  gap: 50px;
}
.single-usecase .p-cards.grid-3 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
}
@media (width >= 768px) {
  .single-usecase .p-cards.grid-3 {
    gap: 21px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-type-archive-product .p-cards.grid-3 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
}
@media (width >= 768px) {
  .post-type-archive-product .p-cards.grid-3 {
    gap: 41px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-type-archive-download .p-cards.grid-3:has(+ h2) {
  margin-bottom: 70px;
}
@media (width >= 1024px) {
  .post-type-archive-download .p-cards.grid-3:has(+ h2) {
    margin-bottom: 100px;
  }
}
.p-cards.grid-4 {
  gap: 10px;
}
@media (width >= 768px) {
  .p-cards.grid-4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
@media (width >= 1024px) {
  .p-cards.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-card {
  background-color: var(--color01);
  border-radius: 8px;
  padding: 25px 20px;
}
@media (width >= 1280px) {
  .p-card {
    padding: 35px 30px;
  }
}
.p-card.download {
  padding: 0;
  display: grid;
  gap: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .p-card.download {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media (hover: hover) {
  .p-card.download:hover {
    opacity: 0.75;
  }
}
.p-card.download .p-card__thumb {
  aspect-ratio: 300/169;
}
.p-card.download .p-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card.download .p-card__desc {
  font-size: 1.5rem;
  line-height: 1.86;
  color: var(--color02);
}
.p-card.product {
  padding: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-card.product:hover {
    opacity: 0.75;
  }
}
.p-card.product .p-card__thumb {
  aspect-ratio: 153/115;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-card.product .p-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card.product .p-card__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color02);
}
.p-card.product .p-card__title span {
  font-size: 1.2rem;
  display: block;
}
.p-card.product .p-card__desc {
  font-size: 1.3rem;
  line-height: 1.72;
  color: var(--color02);
}
.p-card.use_case {
  padding: 30px 30px 65px;
  border: 1px solid var(--color04);
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-card.use_case:hover {
    background-color: var(--color03);
  }
  .p-card.use_case:hover h3, .p-card.use_case:hover p {
    color: var(--color01);
  }
  .p-card.use_case:hover .p-card__more {
    background-color: var(--color01);
  }
  .p-card.use_case:hover .p-card__more::after {
    background-color: var(--color02);
  }
}
.p-card.use_case h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color03);
  margin-bottom: 18px;
}
.p-card.use_case p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color02);
}
.p-card.use_case .p-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color03);
  border-radius: 4px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.p-card.use_case .p-card__more::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color01);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.888%203.088C11.504%202.81067%2011.0933%202.45333%2010.656%202.016C10.2186%201.568%209.83466%201.11467%209.504%200.656L10.672%200C11.0347%200.469333%2011.4453%200.933333%2011.904%201.392C12.3627%201.85067%2012.8373%202.28267%2013.328%202.688C13.8293%203.09333%2014.32%203.45067%2014.8%203.76C14.32%204.06933%2013.8293%204.42667%2013.328%204.832C12.8373%205.23733%2012.3627%205.66933%2011.904%206.128C11.4453%206.58667%2011.0347%207.05067%2010.672%207.52L9.504%206.864C9.83466%206.40533%2010.2186%205.95733%2010.656%205.52C11.0933%205.072%2011.504%204.70933%2011.888%204.432H0V3.088H11.888Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.888%203.088C11.504%202.81067%2011.0933%202.45333%2010.656%202.016C10.2186%201.568%209.83466%201.11467%209.504%200.656L10.672%200C11.0347%200.469333%2011.4453%200.933333%2011.904%201.392C12.3627%201.85067%2012.8373%202.28267%2013.328%202.688C13.8293%203.09333%2014.32%203.45067%2014.8%203.76C14.32%204.06933%2013.8293%204.42667%2013.328%204.832C12.8373%205.23733%2012.3627%205.66933%2011.904%206.128C11.4453%206.58667%2011.0347%207.05067%2010.672%207.52L9.504%206.864C9.83466%206.40533%2010.2186%205.95733%2010.656%205.52C11.0933%205.072%2011.504%204.70933%2011.888%204.432H0V3.088H11.888Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 16px 12px;
          mask-size: 16px 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
}
.p-card.case {
  text-decoration: none;
  padding: 20px;
  color: var(--color02);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .p-card.case {
    padding: 50px 50px 44px;
  }
}
@media (width >= 768px) {
  .single-usecase .p-card.case {
    padding: 45px 45px 40px;
  }
}
@media (hover: hover) {
  .p-card.case:hover .p-card__thumb {
    opacity: 0.75;
  }
  .p-card.case:hover .c-button-03 {
    color: var(--color01);
    background-color: var(--color02);
  }
  .p-card.case:hover .c-button-03::after {
    background-color: var(--color01);
  }
}
.p-card.case .p-card__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (width >= 768px) {
  .p-card.case .p-card__in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (width >= 1024px) {
  .p-card.case .p-card__in {
    gap: 40px;
  }
}
@media (width >= 1024px) {
  .single-usecase .p-card.case .p-card__in {
    gap: 36px;
  }
}
.p-card.case .p-card__thumb {
  width: 100%;
  aspect-ratio: 215/121;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .p-card.case .p-card__thumb {
    width: 50%;
  }
}
@media (width >= 1024px) {
  .p-card.case .p-card__thumb {
    width: 430px;
  }
}
@media (width >= 1024px) {
  .single-usecase .p-card.case .p-card__thumb {
    width: 387px;
  }
}
.p-card.case .p-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card.case .p-card__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-card.case .p-card__desc *:last-child {
  margin-bottom: 0 !important;
}
.p-card.case .p-card__company {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 28px;
}
.single-usecase .p-card.case .p-card__company {
  margin-bottom: 23px;
}
.p-card.case h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 18px 0;
  padding: 0;
  border: none;
}
.single-usecase .p-card.case h3 {
  margin: 0 0 12px 0;
}
.p-card.case p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-card.case .p-card__more {
  width: 100%;
  height: 50px;
  margin: 40px auto 0;
}
@media (width >= 768px) {
  .p-card.case .p-card__more {
    width: 300px;
  }
}
.single-usecase .p-card.case .p-card__more {
  height: 45px;
  margin: 20px auto 0 0;
}
@media (width >= 768px) {
  .single-usecase .p-card.case .p-card__more {
    margin: 13px auto 0 0;
    width: 270px;
  }
}
.single-usecase .p-card.case .p-card__more .c-button-03 {
  font-size: 1.3rem;
}
.p-card.pickup {
  padding: 0;
  text-decoration: none;
  color: var(--color02);
}
@media (hover: hover) {
  .p-card.pickup:hover .p-card__thumb {
    opacity: 0.75;
  }
}
.p-card.pickup .p-card__thumb {
  width: 100%;
  aspect-ratio: 300/169;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.p-card.pickup .p-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card.pickup .p-card__desc {
  font-size: 1.3rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media (width >= 768px) {
  .p-card.pickup .p-card__desc {
    font-size: 1.6rem;
  }
}
.p-card.column {
  padding: 0;
  text-decoration: none;
  color: var(--color02);
  background-color: transparent;
}
@media (hover: hover) {
  .p-card.column:hover .p-card__thumb {
    opacity: 0.75;
  }
}
.p-card.column .p-card__thumb {
  width: 100%;
  aspect-ratio: 80/45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.p-card.column .p-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.p-card.column .p-card__title {
  font-size: 1.5rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

@media (width >= 768px) {
  .p-side {
    width: 200px;
  }
}
@media (width >= 1024px) {
  .p-side {
    width: 300px;
  }
}
@media (width >= 768px) {
  .p-side .inner {
    position: sticky;
    top: 120px;
  }
}
.single-seminar .p-side, .single-download .p-side {
  width: 100%;
  position: relative;
  z-index: 650;
  background-color: var(--color03);
}
@media (width >= 1280px) {
  .single-seminar .p-side, .single-download .p-side {
    width: 360px;
    background-color: transparent;
    margin-left: 0;
  }
}
.single-seminar .p-side .inner, .single-download .p-side .inner {
  padding: 30px;
}
@media (width >= 1280px) {
  .single-seminar .p-side .inner, .single-download .p-side .inner {
    padding: 0;
  }
}
.p-side h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  padding-left: 50px;
  margin: 40px 0 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color04);
}
.p-side h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/bg_side_title_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-side__cat {
  margin-bottom: 40px;
  position: relative;
}
@media (width >= 1280px) {
  .p-side__cat {
    margin-bottom: 75px;
  }
}
.p-side__cat h2 {
  margin-top: 5px;
}
.p-side__cat ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
}
.p-side__cat ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  color: var(--color02);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-side__cat ul li a:hover {
    text-decoration: none;
  }
}
.p-side__popular {
  margin-bottom: 30px;
}
@media (width >= 1280px) {
  .p-side__popular {
    margin-bottom: 58px;
  }
}
.p-side__popular h2::before {
  background-image: url(../img/bg_side_title_02.svg);
}
.p-side__popular__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-side__popular__item:not(:last-of-type) {
  margin: 0 0 32px;
}
@media (width >= 768px) {
  .p-side__popular__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width >= 1024px) {
  .p-side__popular__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (hover: hover) {
  .p-side__popular__item:hover {
    opacity: 0.75;
  }
}
.p-side__popular__thumb {
  width: 120px;
  aspect-ratio: 30/17;
  overflow: hidden;
  border-radius: 8px;
}
@media (width >= 768px) {
  .p-side__popular__thumb {
    width: 100%;
  }
}
@media (width >= 1024px) {
  .p-side__popular__thumb {
    width: 120px;
  }
}
.p-side__popular__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-side__popular__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-side__popular__desc p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.p-side__form {
  background-color: var(--color01);
  border-radius: 8px;
}

.home .p-news {
  background-color: var(--color05);
}
.home .p-news .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
@media (width >= 1024px) {
  .home .p-news .inner {
    width: 1000px;
  }
}
.home .p-news .inner h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 48px;
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid var(--color04);
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-bottom: 1px solid var(--color04);
  padding: 23.5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (hover: hover) {
  .p-news__item:not(div):hover {
    background-color: var(--color05);
  }
}
@media (hover: hover) {
  .home .p-news__item:not(div):hover {
    background-color: var(--color01);
  }
}
.p-news__item time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color03);
}
.p-news__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color02);
}
.p-news__btn {
  width: 100%;
  height: 60px;
  margin: 50px auto 0;
}
@media (width >= 768px) {
  .p-news__btn {
    width: 460px;
  }
}

.home .p-seminar .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
@media (width >= 1024px) {
  .home .p-seminar .inner {
    width: 1000px;
  }
}
.home .p-seminar .inner h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 48px;
}
.post-type-archive-seminar .p-seminar *:first-child {
  margin-top: 0;
}
.post-type-archive-seminar .p-seminar *:last-child {
  margin-bottom: 0;
}
.post-type-archive-seminar .p-seminar h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 60px 0 20px;
}
@media (width >= 1024px) {
  .post-type-archive-seminar .p-seminar h2 {
    margin: 90px 0 30px;
  }
}
.post-type-archive-seminar .p-seminar h2.copy {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color03);
  padding: 0;
  border: none;
}
.p-seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid var(--color04);
}
.p-seminar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-bottom: 1px solid var(--color04);
  padding: 23.5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (hover: hover) {
  .p-seminar__item:hover {
    background-color: var(--color05);
  }
  .p-seminar__item:hover .p-seminar__title {
    text-decoration: none;
  }
}
.p-seminar__date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-seminar__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color03);
  text-decoration: underline;
}
.p-seminar__btn {
  width: 100%;
  height: 60px;
  margin: 50px auto;
}
@media (width >= 768px) {
  .p-seminar__btn {
    width: 460px;
  }
}

.post-type-archive-download .p-download *:first-child {
  margin-top: 0;
}
.post-type-archive-download .p-download h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .post-type-archive-download .p-download h2 {
    margin: 0 0 30px;
  }
}
.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: 500;
  margin-bottom: 15px;
}
@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: 18px 40px 18px 50px;
  }
}
.single-download .p-download .dl_toc__item h3::after {
  position: absolute;
  top: 13px;
  left: 15px;
  counter-increment: item;
  content: counter(item) ".";
}
@media (width >= 768px) {
  .single-download .p-download .dl_toc__item h3::after {
    top: 18px;
    left: 22px;
  }
}
.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;
  -webkit-transform: translate(0, -50%);
          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;
  -webkit-transform: translate(0, -50%);
          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%;
  -webkit-transform: translate(-50%, 0);
          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_slider_box {
  margin: 30px 0 70px;
  border-radius: 4px;
}
@media (width >= 768px) {
  .single-download .p-download .dl_slider_box {
    margin: 50px 0 90px;
  }
}
.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: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  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: 442px;
    aspect-ratio: 16/9;
    margin: 0 10px;
  }
}
.single-download .p-download .dl_slider_box .dl_slider__item img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.single-download .p-download .dl_slider_box .dl_slider__num {
  font-size: 1.3rem;
  margin: 20px 0 50px;
  text-align: center;
}
.single-download .p-download .dl_slider_box .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color03);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}
@media (width >= 1024px) {
  .single-download .p-download .dl_slider_box .splide__arrow {
    width: 55px;
    height: 55px;
  }
}
@media (any-hover: hover) {
  .single-download .p-download .dl_slider_box .splide__arrow:hover {
    background-color: var(--color02);
  }
  .single-download .p-download .dl_slider_box .splide__arrow:hover::after {
    background-color: var(--color01);
  }
}
.single-download .p-download .dl_slider_box .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.single-download .p-download .dl_slider_box .splide__arrow svg {
  display: none;
}
.single-download .p-download .dl_slider_box .splide__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: var(--color01);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-download .p-download .dl_slider_box .splide__arrow--prev {
  left: -2.5%;
}
@media (width >= 1024px) {
  .single-download .p-download .dl_slider_box .splide__arrow--prev {
    left: -30px;
  }
}
.single-download .p-download .dl_slider_box .splide__arrow--prev::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22519.391-17450.443l-7%2C7%2C7%2C8%22%20transform%3D%22translate(22527.074%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22519.391-17450.443l-7%2C7%2C7%2C8%22%20transform%3D%22translate(22527.074%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
.single-download .p-download .dl_slider_box .splide__arrow--next {
  right: -2.5%;
}
@media (width >= 1024px) {
  .single-download .p-download .dl_slider_box .splide__arrow--next {
    right: -30px;
  }
}
.single-download .p-download .dl_slider_box .splide__arrow--next::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22526.891-17450.443l7%2C7-7%2C8%22%20transform%3D%22translate(22527.268%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22526.891-17450.443l7%2C7-7%2C8%22%20transform%3D%22translate(22527.268%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
.single-download .p-download .dl_slider_box .splide__pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 5px auto 0;
  gap: 12px;
  padding: 3px 18px;
  border-radius: 8px;
}
.single-download .p-download .dl_slider_box .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: var(--color03);
  border-radius: 50%;
  cursor: pointer;
}
.single-download .p-download .dl_slider_box .splide__pagination__page.is-active {
  background-color: var(--color04);
}
.single-product .p-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 100px;
  padding: 20px;
  border: 1px solid var(--color04);
}
@media (width >= 768px) {
  .single-product .p-download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (width >= 1024px) {
  .single-product .p-download {
    gap: 75px;
    padding: 30px 45px 25px;
    margin-top: 120px;
  }
}
@media (width >= 768px) {
  .single-product .p-download__logo {
    width: 306px;
  }
}
.single-product .p-download__logo img {
  width: 100%;
  height: auto;
}
.single-product .p-download__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-product .p-download__desc p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.single-product .p-download__btn {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .single-product .p-download__btn {
    width: 330px;
  }
}

.p-concept.use_case {
  background-color: var(--color05);
}
.p-concept.use_case .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .p-concept.use_case .inner {
    width: 1000px;
  }
}
.p-concept.use_case h2 {
  margin-bottom: 27px;
}
@media (width >= 768px) {
  .p-concept.use_case h2 br {
    display: none;
  }
}
.p-concept.use_case p {
  margin-bottom: 65px;
}
.p-concept.use_case .p-concept__btn {
  margin: 90px auto 0;
}
.p-concept.strengths .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
@media (width >= 1024px) {
  .p-concept.strengths .inner {
    width: 1000px;
  }
}
.p-concept.strengths h2 {
  margin-bottom: 47px;
}
.p-concept.strengths p {
  margin-bottom: 30px;
}
.p-concept.strengths .p-concept__btn {
  margin: 70px auto 0;
}
.p-concept h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-concept h2 span {
  font-size: 2rem;
  color: var(--color03);
  display: block;
  margin-bottom: 15px;
}
.p-concept p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-concept__image img {
  width: 100%;
  height: auto;
}
.p-concept__btn {
  height: 60px;
}
@media (width >= 768px) {
  .p-concept__btn {
    width: 460px;
  }
}

.home .p-product {
  background-color: var(--color05);
  overflow: hidden;
}
.home .p-product .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .home .p-product .inner {
    width: 1000px;
  }
}
.home .p-product h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.home .p-product h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
  color: var(--color03);
}
.home .p-product .p-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.home .p-product .p-slider .splide__track {
  overflow: visible;
}
.home .p-product .p-slider .splide__slide {
  width: 320px;
  max-width: 80vw;
}
.home .p-product__item {
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .home .p-product__item:hover {
    opacity: 0.75;
  }
}
.home .p-product__item p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color02);
  margin: 10px 0 0;
}
.home .p-product__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.home .p-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .p-product__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color02);
  margin: 20px 0 0;
}
.home .p-product__title span {
  font-size: 1.2rem;
  display: block;
}
.home .p-product__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.home .p-product__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.home .p-product__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid var(--color04);
  border-radius: 50%;
  background-color: var(--color01);
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.home .p-product__dot.is-active {
  background-color: var(--color03);
  border-color: var(--color03);
}
.home .p-product__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home .p-product__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home .p-product__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color02);
  border-right: 2px solid var(--color02);
}
@media (hover: hover) {
  .home .p-product__arrow:hover {
    opacity: 0.7;
  }
}
.home .p-product__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.home .p-product__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home .p-product__btn {
  height: 60px;
  margin: 50px auto 0;
}
@media (width >= 768px) {
  .home .p-product__btn {
    width: 460px;
  }
}
.post-type-archive-product .p-product h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color03);
  line-height: 1.5;
  margin-bottom: 35px;
}
.post-type-archive-product .p-product h3 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 60px 0 20px;
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .post-type-archive-product .p-product h3 {
    margin: 90px 0 35px;
  }
}
.post-type-archive-product .p-product p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 35px;
}
.post-type-archive-product .p-product__image__title {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color02);
  cursor: pointer;
  background-color: var(--color05);
}
@media (any-hover: hover) {
  .post-type-archive-product .p-product__image__title:hover {
    opacity: 0.75;
  }
}
.post-type-archive-product .p-product__image__title .text_wrap {
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.post-type-archive-product .p-product__image__title.is-open .icon::after {
  display: none;
}
.post-type-archive-product .p-product__image__title .icon {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color01);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.post-type-archive-product .p-product__image__title .icon::before, .post-type-archive-product .p-product__image__title .icon::after {
  content: "";
  display: block;
  background-color: var(--color03);
  position: absolute;
}
.post-type-archive-product .p-product__image__title .icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-type-archive-product .p-product__image__title .icon::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-type-archive-product .p-product__image__pic {
  display: none;
}
.post-type-archive-product .p-product__image__pic img {
  width: 100%;
  height: auto;
}
.single-usecase .p-product {
  margin: 60px 0 0;
}
@media (width >= 1024px) {
  .single-usecase .p-product {
    margin: 90px 0 0;
  }
}
.single-usecase .p-product h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .single-usecase .p-product h2 {
    margin: 0 0 40px;
  }
}

.home .p-use_case .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .home .p-use_case .inner {
    width: 1000px;
  }
}
.home .p-use_case .inner h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 27px;
}
.home .p-use_case .inner h2 span {
  font-size: 2rem;
  color: var(--color03);
  display: block;
  margin-bottom: 15px;
}
.home .p-use_case .inner > p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 65px;
}
.home .p-use_case .p-use_case__btn {
  height: 60px;
  margin: 90px auto 0;
}
@media (width >= 768px) {
  .home .p-use_case .p-use_case__btn {
    width: 460px;
  }
}
.post-type-archive-usecase .p-use_case p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.single-product .p-use_case, .post-type-archive-case .p-use_case {
  margin-top: 60px;
}
@media (width >= 1024px) {
  .single-product .p-use_case, .post-type-archive-case .p-use_case {
    margin-top: 90px;
  }
}
.single-product .p-use_case h2, .post-type-archive-case .p-use_case h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .single-product .p-use_case h2, .post-type-archive-case .p-use_case h2 {
    margin: 0 0 40px;
  }
}
.single-product .p-use_case p, .post-type-archive-case .p-use_case p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.single-product .p-use_case p.att, .post-type-archive-case .p-use_case p.att {
  font-size: 1.2rem !important;
}
.single-product .p-use_case__btn, .post-type-archive-case .p-use_case__btn {
  width: 100%;
  height: 50px;
  margin: 60px auto 0;
}
@media (width >= 768px) {
  .single-product .p-use_case__btn, .post-type-archive-case .p-use_case__btn {
    max-width: 395px;
  }
}
.single-product .p-use_case__btn a, .post-type-archive-case .p-use_case__btn a {
  font-size: 1.6rem;
}
.single-product .p-use_case__btn a::after, .post-type-archive-case .p-use_case__btn a::after {
  right: 20px;
}
.page:not(.home) .p-use_case {
  margin-top: 60px;
}
@media (width >= 1024px) {
  .page:not(.home) .p-use_case {
    margin-top: 90px;
  }
}
.page:not(.home) .p-use_case h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .page:not(.home) .p-use_case h2 {
    margin: 0 0 40px;
  }
}
.page:not(.home) .p-use_case p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.page:not(.home) .p-use_case p.att {
  font-size: 1.2rem !important;
}
.page:not(.home) .p-use_case__btn {
  width: 100%;
  height: 50px;
  margin: 60px auto 0;
}
@media (width >= 768px) {
  .page:not(.home) .p-use_case__btn {
    max-width: 395px;
  }
}
.page:not(.home) .p-use_case__btn a {
  font-size: 1.6rem;
}
.page:not(.home) .p-use_case__btn a::after {
  right: 20px;
}

.p-search {
  margin: 50px auto 40px;
  background-color: var(--color05);
}
.p-search .inner {
  display: none;
  padding: 25px 20px 30px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 768px) {
  .p-search .inner {
    padding: 33px 50px 40px;
  }
}
.p-search__title {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color02);
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-search__title:hover {
    opacity: 0.75;
  }
}
.p-search__title.is-open .icon::after {
  display: none;
}
.p-search__title span {
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.p-search__title .icon {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color01);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-search__title .icon::before, .p-search__title .icon::after {
  content: "";
  display: block;
  background-color: var(--color03);
  position: absolute;
}
.p-search__title .icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-search__title .icon::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-search__cat {
  margin-bottom: 44px;
}
.p-search__cat__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color02);
  margin: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search__cat__title:first-child {
  margin-top: 0;
}
.p-search__cat__title .clear {
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 12px;
  margin: 4px 0 0 30px;
  position: relative;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-search__cat__title .clear:hover {
    border-bottom: 1px solid var(--color02);
  }
}
.p-search__cat__title .clear .icon {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-search__cat__title .clear .icon::before, .p-search__cat__title .clear .icon::after {
  content: "";
  display: block;
  background-color: var(--color02);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 52%;
  left: 52%;
}
.p-search__cat__title .clear .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-search__cat__title .clear .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.p-search__cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search__cat ul li input[type=checkbox] {
  display: none;
}
.p-search__cat ul li .p-search__cat__label {
  display: block;
  background-color: var(--color01);
  font-size: 1.2rem;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  border-radius: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.p-search__cat ul li input[type=checkbox]:checked + .p-search__cat__label {
  background-color: var(--color02);
  color: var(--color01);
}
.p-search__btn {
  width: 260px;
  height: 50px;
  margin: 47px auto 0;
  background-color: var(--color03);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--color03);
}
@media (width >= 1024px) {
  .p-search__btn {
    width: 395px;
  }
}
@media (any-hover: hover) {
  .p-search__btn:hover {
    background-color: var(--color01);
  }
  .p-search__btn:hover::after {
    background-color: var(--color03);
  }
  .p-search__btn:hover input {
    color: var(--color03);
  }
}
.p-search__btn::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color01);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (width >= 1024px) {
  .p-search__btn::after {
    right: 20px;
  }
}
.p-search__btn input {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  color: var(--color01);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.archive .p-pickup, .single .p-pickup, .page:not(.home) .p-pickup {
  margin-top: 120px;
  padding-top: 100px;
  border-top: 1px solid var(--color04);
}
.home .p-pickup .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .home .p-pickup .inner {
    width: 1000px;
  }
}
.p-pickup h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.p-pickup h2 span {
  font-size: 2rem;
  color: var(--color03);
  display: block;
  margin-bottom: 15px;
}
@media (width >= 768px) {
  .p-pickup h2 br {
    display: none;
  }
}
.p-pickup__btn {
  list-style: none;
  width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (width >= 768px) {
  .p-pickup__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (width >= 1024px) {
  .p-pickup__btn {
    gap: 60px;
    width: 720px;
  }
}
.p-pickup__btn li {
  width: 100%;
  height: 60px;
}
@media (width >= 1024px) {
  .p-pickup__btn li {
    width: calc((100% - 20px) / 2);
  }
}
@media (width >= 1024px) {
  .p-pickup__btn li {
    width: calc((100% - 60px) / 2);
  }
}

.home .p-column {
  background-color: var(--color05);
}
.home .p-column .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .home .p-column .inner {
    width: 1000px;
  }
}
.home .p-column h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.home .p-column .p-column__btn {
  height: 60px;
  margin: 50px auto 0;
}
@media (width >= 768px) {
  .home .p-column .p-column__btn {
    width: 460px;
  }
}

.home .p-case {
  background-color: var(--color05);
}
.home .p-case .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 129px;
}
@media (width >= 1024px) {
  .home .p-case .inner {
    width: 1000px;
  }
}
.home .p-case h2 {
  font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.home .p-case h2 span {
  font-size: 2rem;
  color: var(--color03);
  display: block;
  margin-bottom: 15px;
}
@media (width >= 768px) {
  .home .p-case h2 br {
    display: none;
  }
}
.home .p-case p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 65px;
}
.home .p-case .p-case__btn {
  height: 60px;
  margin: 90px auto 0;
}
@media (width >= 768px) {
  .home .p-case .p-case__btn {
    width: 460px;
  }
}
.single-case .p-case .p-case__btn {
  height: 50px;
  margin: 90px auto 0;
}
@media (width >= 768px) {
  .single-case .p-case .p-case__btn {
    width: 395px;
  }
}
.single-case .p-case .p-case__btn a {
  font-size: 1.6rem;
}
.single-case .p-case .p-case__btn a::after {
  right: 20px;
}
.single-usecase .p-case h2 {
  font-size: clamp(2.4rem, 3.125vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 60px 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color04);
}
@media (width >= 1024px) {
  .single-usecase .p-case h2 {
    margin: 90px 0 40px;
  }
}
.single-usecase .p-case .p-case__btn {
  height: 50px;
  margin: 90px auto 0;
}
@media (width >= 768px) {
  .single-usecase .p-case .p-case__btn {
    width: 395px;
  }
}
.single-usecase .p-case .p-case__btn a {
  font-size: 1.6rem;
}
.single-usecase .p-case .p-case__btn a::after {
  right: 20px;
}

.p-slider .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -50px;
  z-index: 10;
  cursor: pointer;
}
@media (width >= 1024px) {
  .p-slider .splide__arrow {
    width: 55px;
    height: 55px;
    top: -95px;
  }
}
@media (any-hover: hover) {
  .p-slider .splide__arrow:hover {
    background-color: var(--color07);
  }
  .p-slider .splide__arrow:hover::after {
    background-color: var(--color01);
  }
}
.p-slider .splide__arrow svg {
  display: none;
}
.p-slider .splide__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-color: var(--color01);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-slider .splide__arrow--prev {
  right: 50px;
}
@media (width >= 1024px) {
  .p-slider .splide__arrow--prev {
    right: 80px;
    left: auto;
  }
}
.p-slider .splide__arrow--prev::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22519.391-17450.443l-7%2C7%2C7%2C8%22%20transform%3D%22translate(22527.074%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22519.391-17450.443l-7%2C7%2C7%2C8%22%20transform%3D%22translate(22527.074%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
.p-slider .splide__arrow--next {
  right: 0;
}
@media (width >= 1024px) {
  .p-slider .splide__arrow--next {
    right: 0;
  }
}
.p-slider .splide__arrow--next::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22526.891-17450.443l7%2C7-7%2C8%22%20transform%3D%22translate(22527.268%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2215.684%22%20viewBox%3D%220%200%208.061%2015.684%22%3E%20%3Cpath%20id%3D%22Bullet1%22%20d%3D%22M-22526.891-17450.443l7%2C7-7%2C8%22%20transform%3D%22translate(22527.268%2017450.797)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
@media (width >= 1024px) {
  .p-slider.p-news-slider .splide__track {
    width: calc((100vw - 1000px) / 2 + 1000px);
  }
}
.p-slider.p-news-slider li {
  width: 100%;
}
@media (width >= 768px) {
  .p-slider.p-news-slider li {
    width: 310px;
  }
}
.p-slider.p-news-slider li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-slider.p-news-slider li a:hover {
    opacity: 0.75;
  }
}
.p-slider.p-news-slider li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider.p-card-slider {
  margin-top: 55px;
}
@media (width >= 1024px) {
  .p-slider.p-card-slider {
    margin-top: 40px;
  }
}
.p-slider.p-card-slider a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-slider.p-card-slider a:hover {
    opacity: 0.75;
  }
}

.p-panlist {
  width: 97%;
  border-radius: 0 0 8px 8px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-color: var(--color05);
}
.single-seminar .p-panlist, .single-download .p-panlist {
  display: none;
}
.p-panlist .inner {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.p-panlist .inner::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.p-panlist .inner::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}
.p-panlist .inner::-webkit-scrollbar-track {
  background-color: #eee;
}
@media (width >= 1024px) {
  .p-panlist .inner {
    width: 1000px;
    overflow: visible;
  }
}
.p-panlist .inner a {
  color: var(--color02);
  text-decoration: none;
}
@media (hover: hover) {
  .p-panlist .inner a:hover {
    text-decoration: underline;
  }
}
.p-panlist .current-item {
  color: var(--color03);
}
.p-panlist .separate {
  background-color: var(--color02);
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.061%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2906%22%20data-name%3D%22%E3%83%91%E3%82%B9%202906%22%20d%3D%22M487.311%2C1295l4%2C4-4%2C4%22%20transform%3D%22translate(-486.957%20-1294.647)%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.061%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2906%22%20data-name%3D%22%E3%83%91%E3%82%B9%202906%22%20d%3D%22M487.311%2C1295l4%2C4-4%2C4%22%20transform%3D%22translate(-486.957%20-1294.647)%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: 5px 10px;
          mask-size: 5px 10px;
}

.p-page_nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto 50px;
  border-top: 1px solid var(--color04);
  border-left: 1px solid var(--color04);
}
@media (width >= 768px) {
  .p-page_nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-page_nav ul:has(> li:only-child) {
    width: 50%;
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
@media (width >= 1024px) {
  .p-page_nav ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 90px;
  }
  .p-page_nav ul:has(> li:only-child) {
    width: 33.3333333333%;
    grid-template-columns: 1fr;
  }
  .p-page_nav ul:has(> li:nth-child(2):last-child) {
    width: 66.6666666667%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-page_nav ul li {
  height: 50px;
  border-bottom: 1px solid var(--color04);
  border-right: 1px solid var(--color04);
}
.p-page_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color02);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (hover: hover) {
  .p-page_nav ul li a:hover {
    background-color: var(--color02);
    color: var(--color01);
  }
  .p-page_nav ul li a:hover::after {
    background-color: var(--color01);
  }
}
.p-page_nav ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color02);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: var(--color05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@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 >= 1024px) {
  .wp-pagenavi a:hover {
    color: var(--color01);
    background-color: var(--color03);
  }
  .wp-pagenavi a:hover::after {
    background-color: var(--color01);
  }
}
.wp-pagenavi .current {
  color: var(--color03);
  border-bottom: 3px solid var(--color03);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-weight: 500;
  width: 50px;
  height: 50px;
  background-color: var(--color05);
  position: relative;
  text-indent: -9999px;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color02);
  -webkit-mask-size: 16px 12px;
          mask-size: 16px 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.wp-pagenavi .nextpostslink::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.70703H16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%200.707031L16%206.70703L10%2012.707%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.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: 40px 0;
  padding: 28px 30px;
  position: relative;
  background-color: var(--color05);
  border-radius: 8px;
}
#toc_container .toc_title {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 16px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid var(--color04);
}
#toc_container .toc_list {
  counter-reset: item;
  padding: 20px 0 0;
  position: relative;
  line-height: 1.5;
  margin: 0;
}
@media (width >= 768px) {
  #toc_container .toc_list {
    padding: 30px 0 0;
  }
}
#toc_container .toc_list li {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 14px;
  padding: 0 0 3px 34px;
}
#toc_container .toc_list li:last-of-type {
  margin: 0;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li::after {
  counter-increment: item;
  content: counter(item, decimal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color01);
  font-size: 1.2rem;
  background-color: var(--color03);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container .toc_list li a {
  display: block;
  color: var(--color02);
  text-decoration: none;
}
#toc_container .toc_list li a:hover {
  text-decoration: underline;
}

#dl_form .container {
  width: auto;
  padding: 30px 25px;
}
#dl_form .header .logo {
  display: none;
}
#dl_form .header .title_area {
  display: none;
}
#dl_form .header .wrap2 {
  padding: 0;
}
#dl_form .header .wrap2 .lead {
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#dl_form .header .wrap2 .lead p:last-of-type {
  display: none;
}
#dl_form .wrapper {
  width: auto;
}
#dl_form .wrapper .required_msg {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 30px !important;
}
#dl_form .wrapper .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
}
#dl_form .wrapper .items .item:first-of-type td {
  border: none;
}
#dl_form .wrapper .items .item:not(:first-of-type) td.label {
  margin: 0;
}
#dl_form .wrapper .items .item .label {
  width: auto;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1.37rem;
  color: var(--color02);
  line-height: 1.4;
}
#dl_form .wrapper .items .item .label .required {
  float: none;
  margin: 0 0 0 5px;
  font-size: 1.3rem;
  font-weight: 700;
}
#dl_form .wrapper .items .item .value {
  width: auto;
  float: none;
  border: none;
  padding: 0;
  font-size: 1.3rem;
  margin-top: 4px;
}
#dl_form .wrapper .items .item .value input[type=text],
#dl_form .wrapper .items .item .value textarea,
#dl_form .wrapper .items .item .value select {
  border: 1px solid #aaa;
  width: 100%;
  padding: 6px 4px;
  font-size: 1.3rem;
  margin: 0 !important;
}
#dl_form .wrapper .items .item .value .label_name {
  width: 20px;
  display: inline-block;
  padding: 0;
  font-size: 1.3rem;
  color: var(--color02);
}
#dl_form .wrapper .items .item .value .label_mail {
  font-size: 1.2rem;
  font-weight: 500;
  color: #009844;
}
#dl_form .wrapper .items .item .comment {
  width: auto;
  border: none;
  padding: 0;
}
#dl_form .wrapper .items .item#item_2 .comment, #dl_form .wrapper .items .item#item_6 .comment, #dl_form .wrapper .items .item#item_7 .comment, #dl_form .wrapper .items .item#item_1 .comment, #dl_form .wrapper .items .item#item_5 .comment, #dl_form .wrapper .items .item#item_8 .comment {
  display: none;
}
#dl_form .wrapper .items .item#item_1 input[type=text], #dl_form .wrapper .items .item#item_8 input[type=text] {
  width: calc((100% - 48px) / 2);
  margin: 6px 0 6px 2px;
}
#dl_form .wrapper .items .item#item_10 .value, #dl_form .wrapper .items .item#item_11 .value {
  margin: 8px 0 0;
}
#dl_form .wrapper .items .item#item_10 .value input[type=checkbox], #dl_form .wrapper .items .item#item_11 .value input[type=checkbox] {
  border: 1px solid #aaa;
  width: 15px;
  height: 15px;
  margin: 0 4px 2px 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#dl_form .wrapper .items .item#item_10 .comment, #dl_form .wrapper .items .item#item_11 .comment {
  height: 100px;
  overflow-y: scroll;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid #aaa;
  padding: 5px;
  margin: 4px 0 0;
}
#dl_form .button_area {
  margin: 30px 0 0;
}
#dl_form .button_area input[type=button] {
  width: 210px;
  height: 40px;
  font-size: 1.4rem;
}
#dl_form .button_area #lf_form_submit_button {
  background-color: #009844;
}
#dl_form .footer {
  display: none;
}
#dl_form #frm_formconfirm:not(:first-of-type) td.label {
  margin: 0 0 10px;
}
#dl_form #frm_formconfirm .label {
  margin: 20px 0 10px;
  line-height: 1.4;
}
#dl_form #frm_formconfirm .button_area input[type=button] {
  width: 45%;
  background-color: #aaa;
}
#dl_form #frm_formconfirm .button_area #button_confirm_back {
  background-color: #aaa;
}
#dl_form #frm_formconfirm .button_area #button_confirm_submit {
  background-color: #009844;
}
#dl_form #frm_formthanks .comp_text {
  line-height: 1.5;
}

#form_area .container {
  width: auto;
  padding: 30px 25px;
}
#form_area .header .logo {
  display: none;
}
#form_area .header .title_area {
  display: none;
}
#form_area .header .title_area h1 {
  display: none;
}
#form_area .header .wrap2 {
  padding: 0;
}
#form_area .header .wrap2 .lead {
  margin: 0 0 15px;
}
#form_area .header .wrap2 .lead p:last-of-type {
  display: none;
}
#form_area .wrapper {
  width: auto;
}
#form_area .wrapper .required_msg {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 30px !important;
}
#form_area .wrapper .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#form_area .wrapper .items .item:first-of-type td {
  border: none;
}
#form_area .wrapper .items .item:not(:first-of-type) td.label {
  margin: 20px 0 0;
}
#form_area .wrapper .items .item td.label {
  width: auto;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  color: var(--color02);
}
#form_area .wrapper .items .item td.label .required {
  float: none;
  margin: 0 0 0 5px;
  font-size: 1.3rem;
  font-weight: 700;
}
#form_area .wrapper .items .item td.value {
  width: auto;
  float: none;
  border: none;
  padding: 0;
}
#form_area .wrapper .items .item td.value input[type=text],
#form_area .wrapper .items .item td.value textarea,
#form_area .wrapper .items .item td.value select {
  border: 1px solid #aaa;
  width: 100%;
  padding: 6px 4px;
  font-size: 1.6rem;
}
#form_area .wrapper .items .item td.value .label_name {
  width: 20px;
  display: inline-block;
  padding: 0;
  font-size: 1.5rem;
  color: var(--color02);
}
#form_area .wrapper .items .item td.value .label_mail {
  font-size: 1.2rem;
  font-weight: 500;
  color: #009844;
}
#form_area .wrapper .items .item .comment {
  width: auto;
  border: none;
  padding: 0;
}
#form_area .wrapper .items .item#item_2 .comment, #form_area .wrapper .items .item#item_6 .comment, #form_area .wrapper .items .item#item_7 .comment, #form_area .wrapper .items .item#item_1 .comment, #form_area .wrapper .items .item#item_5 .comment, #form_area .wrapper .items .item#item_8 .comment {
  display: none;
}
#form_area .wrapper .items .item#item_1 input[type=text], #form_area .wrapper .items .item#item_8 input[type=text] {
  width: calc((100% - 48px) / 2);
  margin: 6px 0 6px 2px;
}
#form_area .wrapper .items .item#item_10 .value, #form_area .wrapper .items .item#item_11 .value {
  margin: 10px 0 5px;
}
#form_area .wrapper .items .item#item_10 .value input[type=checkbox], #form_area .wrapper .items .item#item_11 .value input[type=checkbox] {
  border: 1px solid #aaa;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#form_area .wrapper .items .item#item_10 .comment, #form_area .wrapper .items .item#item_11 .comment {
  height: 183px;
  overflow-y: scroll;
  font-size: 1.3rem;
  line-height: 1.4;
  border: 1px solid #aaa;
  padding: 5px;
}
#form_area .button_area {
  margin: 50px 0 0;
}
#form_area .button_area input[type=button] {
  width: 210px;
  height: 40px;
}
#form_area .button_area #lf_form_submit_button {
  background-color: #009844;
}
#form_area .footer {
  display: none;
}
#form_area #frm_formconfirm:not(:first-of-type) td.label {
  margin: 0 0 10px;
}
@media (width >= 1024px) {
  #form_area #frm_formconfirm .items {
    width: 90%;
    margin: 50px auto 0;
  }
}
@media (width >= 1024px) {
  #form_area #frm_formconfirm .items .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 30px;
  }
}
#form_area #frm_formconfirm .items .item td.label {
  margin: 20px 0 10px;
  line-height: 1.2;
}
@media (width >= 1024px) {
  #form_area #frm_formconfirm .items .item td.label {
    width: 40%;
    margin: 0;
  }
}
#form_area #frm_formconfirm .items .item td.value {
  line-height: 1.2;
}
@media (width >= 1024px) {
  #form_area #frm_formconfirm .items .item td.value {
    width: 60%;
    margin: 0;
  }
}
#form_area #frm_formconfirm .items .item#item_10 .value, #form_area #frm_formconfirm .items .item#item_11 .value {
  margin: 0;
}
#form_area #frm_formconfirm .button_area input[type=button] {
  width: 45%;
  background-color: #aaa;
}
#form_area #frm_formconfirm .button_area #button_confirm_back {
  background-color: #aaa;
}
#form_area #frm_formconfirm .button_area #button_confirm_submit {
  background-color: #009844;
}
#form_area #frm_formthanks .comp_text {
  line-height: 1.5;
}

.p-cta:has(.p-cta__middle) {
  margin: 50px 0 !important;
}
.p-cta:has(.p-cta__bottom) {
  margin: 50px 0 0 !important;
}
.p-cta__middle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__middle:hover {
    opacity: 0.75;
  }
}
.p-cta__middle img {
  width: 100%;
  height: auto;
}
.p-cta__bottom {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__bottom:hover {
    opacity: 0.75;
  }
}
.p-cta__bottom img {
  width: 100%;
  height: auto;
}
.p-cta__popup {
  display: none;
  position: relative;
  z-index: 1000;
}
@media (width >= 768px) {
  .p-cta__popup__in {
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-cta__popup__in img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .p-cta__popup__in a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (width >= 768px) and (any-hover: hover) {
  .p-cta__popup__in a:hover {
    opacity: 0.75;
  }
}
@media (width >= 768px) {
  .p-cta__popup__in__close {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .p-cta__popup__in__close--text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    color: var(--color01);
    padding: 10px 17.5px 46px;
    font-size: 1.5rem;
    font-weight: 500;
    display: none;
    position: relative;
    letter-spacing: 0.2em;
  }
  .p-cta__popup__in__close--text::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--color01);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2219.02%22%20viewBox%3D%220%200%2024%2019.02%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_44422%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2044422%22%20transform%3D%22translate(-3%20-5.5)%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_3%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%203%22%20d%3D%22M24%2C5H0V0H2V3H22V0h2V5Z%22%20transform%3D%22translate(3%2019.52)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_62%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2062%22%20width%3D%222%22%20height%3D%2211%22%20transform%3D%22translate(14%205.5)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2904%22%20data-name%3D%22%E3%83%91%E3%82%B9%202904%22%20d%3D%22M1078.6%2C53.966l4%2C4%2C4-4%22%20transform%3D%22translate(-1067.599%20-40.967)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2219.02%22%20viewBox%3D%220%200%2024%2019.02%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_44422%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2044422%22%20transform%3D%22translate(-3%20-5.5)%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_3%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%203%22%20d%3D%22M24%2C5H0V0H2V3H22V0h2V5Z%22%20transform%3D%22translate(3%2019.52)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_62%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2062%22%20width%3D%222%22%20height%3D%2211%22%20transform%3D%22translate(14%205.5)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2904%22%20data-name%3D%22%E3%83%91%E3%82%B9%202904%22%20d%3D%22M1078.6%2C53.966l4%2C4%2C4-4%22%20transform%3D%22translate(-1067.599%20-40.967)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-mask-position: 50%;
            mask-position: 50%;
    -webkit-mask-size: 24px 19px;
            mask-size: 24px 19px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    position: absolute;
    bottom: 12px;
    left: 10px;
  }
  .p-cta__popup__in__close--icon {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -26px;
    left: 274px;
  }
}
@media (width >= 768px) and (any-hover: hover) {
  .p-cta__popup__in__close--icon:hover::before {
    background-color: var(--color02);
  }
}
@media (width >= 768px) {
  .p-cta__popup__in__close--icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color03);
  }
  .p-cta__popup__in__close--icon::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color01);
    border-right: 2px solid var(--color01);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
}
.p-cta__popup.out .p-cta__popup__in {
  right: -300px;
}
.p-cta__popup.out .p-cta__popup__in__close {
  left: -50px;
  background-color: var(--color03);
}
@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 .p-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-pageup {
  display: none;
  width: 50px;
  height: 50px;
  background-color: var(--color03);
  border: 1px solid var(--color03);
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.p-pageup::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color01);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%228.121%22%20viewBox%3D%220%200%2013.414%208.121%22%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M2811.707-1658.293l-1.414-1.414%2C5.293-5.293-5.293-5.293%2C1.414-1.414%2C6.707%2C6.707Z%22%20transform%3D%22translate(1671.707%202818.414)%20rotate(-90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%228.121%22%20viewBox%3D%220%200%2013.414%208.121%22%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M2811.707-1658.293l-1.414-1.414%2C5.293-5.293-5.293-5.293%2C1.414-1.414%2C6.707%2C6.707Z%22%20transform%3D%22translate(1671.707%202818.414)%20rotate(-90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .p-pageup:hover {
    background-color: var(--color01);
  }
  .p-pageup:hover::before {
    background-color: var(--color03);
  }
}

a {
  color: var(--color03);
}

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

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

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.no_post {
  font-size: 1.6rem;
  margin: 100px auto !important;
  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 */