@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b1464;
  line-height: 1;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
}

button, input, textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], textarea, select, input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-contents {
  text-align: center;
  line-height: 1.6;
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .l-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 3vw;
  }
}

.l-header {
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-header_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 1.6rem auto;
  display: flex;
  gap: 1.6rem;
  justify-content: space-around;
  align-items: center;
}
.l-header_nav_logo {
  width: 14rem;
}
.l-header_nav_list {
  display: flex;
  row-gap: 0.5em;
  flex-wrap: wrap;
  grid-template-columns: repeat(10, auto);
}
.l-header_nav_list .__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.l-header_nav_list a {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  padding: 0 1em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 767px) {
  .l-header_nav {
    margin: 0;
    height: auto;
    display: none;
  }
  .l-header_nav_logo {
    display: none;
  }
  .l-header_nav_list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 70vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    background: #f8b74a;
    padding-top: 5vh;
    margin-top: 0;
    transition: all 0.3s;
  }
  .l-header_nav_list li {
    width: 100%;
    text-align: left;
    padding: 0rem 3.2rem;
  }
  .l-header_nav_list li:not(:last-child):after {
    content: "";
  }
  .l-header_nav_list li:before {
    content: "";
    display: inline-block;
    margin-right: 1em;
  }
  .l-header_nav.open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
  }
}

.l-footer {
  position: relative;
}

.c-icon_list_item {
  display: flex;
}
.c-icon_list_item:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.2em;
}

.c-underline {
  display: inline-block;
  border-bottom: 5px solid #FEEC34;
  padding-bottom: 0.2em;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
.c-underline.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.c-underline_text {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0.5em;
  text-decoration-color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .c-underline_text {
    text-underline-offset: 0.2em;
  }
}
.c-underline_text.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.p-mv {
  position: relative;
  background: #d9e021;
}
.p-mv_inner {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(200px, 50vh, 400px);
  background: #d9e021 url(../images/mv.png) no-repeat right 1.6rem/contain;
}
@media (max-width: 767px) {
  .p-mv_inner {
    padding-top: 15vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-mv_inner {
    padding-top: 15vh;
  }
}
.p-mv_title {
  font-weight: 700;
  font-size: 9.6rem;
  color: #fff;
  text-align: center;
  padding-inline: 2.4rem;
}
.p-mv_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: space-between;
  align-items: end;
  padding-inline: 2.4rem;
  padding-block: 6rem 2.4rem;
}
@media (max-width: 1023px) {
  .p-mv_contents {
    grid-template-columns: 1fr;
    gap: 6rem;
    padding-block: 2.4rem;
  }
}
.p-mv_catch img {
  width: minmax(30rem, 62rem);
}

.p-mv_schedule_list {
  width: 100%;
  position: relative;
}
.p-mv_schedule_list .__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 3fr;
}
@media (max-width: 767px) {
  .p-mv_schedule_list .__row {
    grid-template-columns: 1fr 1fr;
  }
}
.p-mv_schedule_list .__headings .__heading {
  background: #1b1464;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-mv_schedule_list .__headings .__heading:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .p-mv_schedule_list .__headings .__heading:last-of-type {
    grid-column: 1/span 2;
  }
  .p-mv_schedule_list .__headings .__heading:not(:last-child) {
    border-right: 1px solid #1b1464;
  }
}
.p-mv_schedule_list .__items.__close {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-mv_schedule_list .__items.__close:after {
  content: "開催は終了しました";
  background: rgba(0, 0, 0, 0.7411764706);
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.p-mv_schedule_list .__items .__item:first-of-type {
  border-left: 1px solid #1b1464;
}
.p-mv_schedule_list .__items .__item {
  background: #fff;
  vertical-align: middle;
  padding: 0.8rem;
  border-right: 1px solid #1b1464;
  border-bottom: 1px solid #1b1464;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.p-mv_schedule_list .__items .__place {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: grid;
  place-content: center;
}
.p-mv_schedule_list .__items .__schedule {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}
.p-mv_schedule_list .__items .__note {
  color: #ff0000;
}
.p-mv_schedule_list .__items .__place_note {
  font-weight: 500;
  font-size: 1.4rem;
}
.p-mv_schedule_list .__items .__desc, .p-mv_schedule_list .__items .__venue {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .p-mv_schedule_list .__items .__item:last-of-type {
    grid-column: 1/span 2;
    border-left: 1px solid #1b1464;
  }
}
.p-mv_schedule_free {
  display: block;
  position: absolute;
  top: -3.5em;
  right: 0rem;
  background-color: #ff1d25;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  border: 2px solid #fff;
  line-height: 1.4;
}
.p-mv_schedule_free .__upper {
  font-weight: 700;
  font-size: 2rem;
}
.p-mv_schedule_free .__lower {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-mv_schedule_free {
    top: -3.2em;
  }
}

.p-main {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #1b1464;
}

.p-contents_title {
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .p-contents_title {
    font-weight: 700;
    font-size: 2rem;
  }
}
.p-contents_title_mid {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-contents_title_mid {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-contents_text {
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-contents_text {
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.p-contents_text_mid {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-contents_text_mid {
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.p-contents_note {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-contents_note_min {
  line-height: 1.6;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
}
.p-contents_btn .p-guide_btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  background: url(../images/bg_btn.png) no-repeat center center/cover;
  border-radius: 2rem;
  padding: 0.5em 2em;
  width: 43rem;
  max-width: 80%;
  height: 9rem;
  color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .p-contents_btn .p-guide_btn {
    width: 90vw;
    height: 4em;
    max-width: 90%;
    font-weight: 700;
    font-size: 1.6rem;
  }
}

.p-news {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-news {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-news {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-news {
    padding-inline: 5vw;
  }
}
.p-news_title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-news_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-news_list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news_list {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-news_list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-news_list .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-news_list .__date.__new_icon {
  display: flex;
  gap: 0.5em;
}
.p-news_list .__date.__new_icon:after {
  content: "NEW";
  background: #ff1d25;
  color: #fff;
  padding: 0.2em 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
  align-self: start;
}
.p-news_list .__title {
  line-height: 1.4;
}
.p-news_list .__item_wrap {
  padding-left: 1.6rem;
  border-bottom: 2px dotted #1b1464;
}
@media (max-width: 767px) {
  .p-news_list .__item_wrap {
    border-left: none;
    border-bottom: 2px dotted #1b1464;
    padding-bottom: 1.6rem;
  }
  .p-news_list .__item_wrap:nth-of-type(3n+1) {
    border-left: none;
  }
}
.p-news_list .__item {
  color: #1b1464;
  display: grid;
  grid-template-columns: 10em auto;
  padding-bottom: 1em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-news_list .__item {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}

.p-merit {
  position: relative;
  background: #d9e021;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-merit {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-merit {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 0);
  }
}
@media (max-width: 767px) {
  .p-merit {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 0);
  }
}
.p-merit_inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 4rem 8rem;
  position: relative;
}
.p-merit_inner:after {
  content: "";
  display: block;
  background: url(../images/img_merit.svg) no-repeat bottom right/contain;
  position: absolute;
  bottom: -2px;
  right: 0;
  aspect-ratio: 382/315;
  width: 18vw;
}
@media (max-width: 767px) {
  .p-merit_inner:after {
    content: "";
    display: block;
    background: url(../images/img_merit.svg) no-repeat bottom right/contain;
    position: absolute;
    bottom: -2px;
    right: 0;
    aspect-ratio: 382/315;
    width: 45vw;
  }
}
@media (max-width: 1023px) {
  .p-merit_inner {
    padding-inline: 5vw;
  }
}
.p-merit_title {
  font-weight: 700;
  font-size: clamp(2.4rem, 4vw + 1.5rem, 4.8rem);
  line-height: 1.6;
  text-align: center;
}
.p-merit_title_prefix {
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw + 1.5rem, 3.2rem);
  text-align: center;
}
@media (max-width: 767px) {
  .p-merit_title {
    font-size: clamp(1.8rem, 2.5vw + 1.5rem, 2.4rem);
    line-height: 1.2;
  }
  .p-merit_title_prefix {
    font-size: clamp(1.4rem, 2vw + 1.5rem, 2rem);
    line-height: 1.6;
  }
}
.p-merit_list {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 3.6rem;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: number 0;
  position: relative;
}
@media (min-width: 1024px) {
  .p-merit_list {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-merit_list {
    margin-top: calc(5.6rem * 0.75);
    margin-bottom: calc(5.6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-merit_list {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-merit_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    padding-inline: 5vw;
  }
}
.p-merit_list .__item {
  position: relative;
  background: #fff;
  border-radius: 15px 15px 15px 15px/40px 40px 40px 40px;
  padding: 4.8rem 2.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .p-merit_list .__item {
    padding: 2.4rem;
  }
}
.p-merit_list .__item:before {
  counter-increment: number 1;
  content: "0" counter(number) "";
  font-weight: 700;
  font-size: 6rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #4a5078;
  position: absolute;
  top: -5rem;
  left: -2rem;
}

.p-voice {
  position: relative;
  overflow: hidden;
  background: #1b1464;
  padding-block: 4rem 6rem;
}
.p-voice_title {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}
.p-voice_title:before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 72/66;
  background: url(../images/icon_baloon.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-voice_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-voice_list {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.2rem 1.6rem;
}
@media (min-width: 1024px) {
  .p-voice_list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-voice_list {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-voice_list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-voice_list .__item {
  background: #fff;
  border-radius: 2rem;
  padding: 2.4rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "case case" "match qa";
}
@media (max-width: 767px) {
  .p-voice_list .__item {
    grid-template-columns: 1fr;
    grid-template-areas: "case" "match" "qa";
  }
}
.p-voice_list .__case {
  font-weight: 700;
  font-size: 1.8rem;
  grid-area: case;
}
@media (max-width: 767px) {
  .p-voice_list .__case {
    font-weight: 700;
    font-size: 1.7rem;
  }
}
.p-voice_list .__case .__icon {
  background: #1b1464;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 0.2rem;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-voice_list .__case .__icon {
    font-weight: 700;
    font-size: 1.4rem;
    padding: 0.5em 0.2em;
  }
}
.p-voice_list .__match {
  grid-area: match;
}
.p-voice_list .__match .__issue {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-voice_list .__match .__name {
  background: #fff;
  border-radius: 1.5em;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-voice_list .__match .__match_item {
  padding: 1.6rem;
  border-radius: 1.6rem;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.p-voice_list .__match .__match1 {
  background: #1b1464;
}
.p-voice_list .__match .__match1 .__name {
  color: #1b1464;
}
.p-voice_list .__match .__match2 {
  background: #d9e021;
  color: #1b1464;
}
.p-voice_list .__match .__match2 .__name, .p-voice_list .__match .__match2 .__issue {
  color: #1b1464;
}
.p-voice_list .__match .__cross {
  color: #1b1464;
  text-align: center;
}
.p-voice_list .__match .__cross span {
  font-size: 4rem !important;
}
.p-voice_list .__qa {
  grid-area: qa;
}
.p-voice_list .__qa .__consultation {
  display: grid;
  gap: 0.4rem;
  counter-reset: number2 0;
  color: #000;
  line-height: 1.4;
}
.p-voice_list .__qa .__consultation .__heading {
  color: #1b1464;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-voice_list .__qa .__consultation .__question {
  display: flex;
}
.p-voice_list .__qa .__consultation .__question:before {
  counter-increment: number2 1;
  content: "Q" counter(number2) ".";
  color: #1b1464;
  font-weight: 700;
  margin-right: 0.5em;
}
.p-voice_list .__qa .__solve {
  display: grid;
  gap: 0.4rem;
  color: #000;
  line-height: 1.4;
}
.p-voice_list .__qa .__solve .__heading {
  color: #00b1b3;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-voice_list .__qa .__solve .__answer {
  display: flex;
  gap: 0.2em;
}
.p-voice_list .__qa .__solve .__answer:before {
  content: "\e92f";
  color: #d9e021;
  font-family: "Material Symbols Outlined";
  font-weight: 700;
  font-size: 2rem;
}
.p-voice_list .__qa .__triangle {
  margin-block: 0.5em;
  height: 2rem;
  width: 12rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgba(217, 224, 33, 0.4);
  margin-left: auto;
  margin-right: auto;
}

.p-example {
  position: relative;
  overflow: hidden;
  background: #d9e021;
  padding-block: 4rem 6rem;
  display: grid;
  gap: 2.4rem;
}
.p-example_title {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 4rem;
  color: #1b1464;
  text-align: center;
}
.p-example_title_suffix {
  font-weight: 700;
  font-size: 2rem;
  color: #1b1464;
  text-align: center;
}
@media (max-width: 767px) {
  .p-example_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .p-example_title_suffix {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.p-example_list {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 4.8rem 3.2rem;
  counter-reset: number3 0;
}
@media (min-width: 1024px) {
  .p-example_list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-example_list {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-example_list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-example_list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 3.2rem;
  }
}
.p-example_list .__title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.p-example_list .__title_inner:before {
  counter-increment: number3 1;
  content: "" counter(number3) ".";
}
.p-example_list .__desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-example_list .__desc {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }
}
.p-example_list .__desc .__parts1 {
  color: #fff;
  padding: 1.6rem;
}
.p-example_list .__desc .__parts2 {
  background: #fff;
  color: #1b1464;
  padding: 1.6rem;
}
.p-example_list .__desc .__heading {
  font-weight: 700;
  font-size: 1.8rem;
}

.p-example_balloon {
  position: relative;
  margin-bottom: 25px;
  padding: 16px;
  border: 5px solid #1b1464;
  border-radius: 2rem;
  background-color: #ffffff;
}
.p-example_balloon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 25px 12.5px 0 12.5px;
  border-color: #1b1464 transparent transparent;
  translate: -50% 100%;
}
.p-example_balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16.1px 8px 0 8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.p-example_tag {
  background: #1b1464;
  min-height: 12.5rem;
  position: relative;
}
.p-example_tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 2.2rem;
  background: #1b1464;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767px) {
  .p-example_tag {
    min-height: 0;
  }
  .p-example_tag:after {
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.2rem;
    background: #1b1464;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.p-booth {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-booth {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-booth {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-booth {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-booth {
    padding-inline: 5vw;
  }
}
.p-booth_inner {
  background: #d9e021;
  border-radius: 1rem;
  padding: 6rem 2.4rem;
  position: relative;
}
.p-booth.p-booth_bgw {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #d9e021;
}
@media (min-width: 1024px) {
  .p-booth.p-booth_bgw {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-booth.p-booth_bgw {
    margin-top: calc(5.6rem * 0);
    margin-bottom: calc(5.6rem * 0);
  }
}
@media (max-width: 767px) {
  .p-booth.p-booth_bgw {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0);
  }
}
.p-booth.p-booth_bgw .p-booth_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.p-booth_title {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-booth_title {
    font-weight: 700;
    font-size: 2rem;
  }
}
.p-booth_free {
  display: block;
  position: absolute;
  top: -2em;
  right: 3rem;
  background-color: #ff1d25;
  color: #fff;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 2.5em;
  border: 2px solid #fff;
  line-height: 1.4;
}
.p-booth_free .__upper {
  font-weight: 700;
  font-size: 2rem;
}
.p-booth_free .__lower {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-booth_free {
    top: -2em;
  }
}
.p-booth .__question {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: start;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-booth .__question {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-booth .__question {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-booth .__question {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-booth .__question {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-booth .__question .__title {
  background: #1b1464;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 700;
  border-radius: 1.5em;
}
.p-booth .__question .__list {
  display: grid;
  gap: 0.4em;
}
.p-booth .__question .__item {
  display: flex;
  gap: 0.2em;
  line-height: 1.6;
}
.p-booth .__question .__item:before {
  content: "Q.";
  font-weight: 700;
}
.p-booth .__question .__item .__text {
  line-height: 1.4;
  border-bottom: 1px dashed #1b1464;
  width: 100%;
}

.p-meeting {
  position: relative;
  overflow: hidden;
  background: #d9e021;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-meeting {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-meeting {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 0);
  }
}
@media (max-width: 767px) {
  .p-meeting {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 0);
  }
}
.p-meeting_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-meeting_inner {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-meeting_inner {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-meeting_inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 1023px) {
  .p-meeting_inner {
    padding-inline: 5vw;
  }
}
.p-meeting_title {
  color: #fff;
  font-weight: 700;
  font-size: 5.6rem;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: space-around;
  padding-block: 2.4rem 4rem;
  background: url(../images/mv1.svg) no-repeat center left/20%;
}
@media (max-width: 767px) {
  .p-meeting_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}

.p-meeting_schedule_list {
  width: 100%;
}
.p-meeting_schedule_list .__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 3fr 2fr;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__row {
    grid-template-columns: 1.5fr 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.p-meeting_schedule_list .__headings .__heading {
  background: #1b1464;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-meeting_schedule_list .__headings .__heading:not(:last-child) {
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__headings {
    grid-template-areas: "heading1 heading2 heading2 heading2" "heading3 heading3 heading4 heading4";
  }
  .p-meeting_schedule_list .__headings.__withtext {
    grid-template-areas: "heading1 heading2 heading2 heading2" "heading3 heading3 heading3 heading3" "heading4 heading4 heading4 heading4";
  }
  .p-meeting_schedule_list .__headings .__heading:nth-of-type(1) {
    grid-area: heading1;
  }
  .p-meeting_schedule_list .__headings .__heading:nth-of-type(2) {
    grid-area: heading2;
  }
  .p-meeting_schedule_list .__headings .__heading:nth-of-type(3) {
    grid-area: heading3;
  }
  .p-meeting_schedule_list .__headings .__heading:nth-of-type(4) {
    grid-area: heading4;
  }
  .p-meeting_schedule_list .__headings .__heading:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items.__withtext {
    grid-template-areas: "item1 item2 item2 item2" "item3 item3 item3 item3 " "item4 item4 item4 item4 ";
  }
  .p-meeting_schedule_list .__items.__withtext .__item:nth-of-type(4) {
    border-left: 2px solid #1b1464;
  }
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items {
    grid-template-areas: "item1 item2 item2 item2" "item3 item3 item3 item4 ";
  }
  .p-meeting_schedule_list .__items .__item:nth-of-type(1) {
    grid-area: item1;
  }
  .p-meeting_schedule_list .__items .__item:nth-of-type(2) {
    grid-area: item2;
  }
  .p-meeting_schedule_list .__items .__item:nth-of-type(3) {
    grid-area: item3;
  }
  .p-meeting_schedule_list .__items .__item:nth-of-type(4) {
    grid-area: item4;
  }
}
.p-meeting_schedule_list .__items.__close {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-meeting_schedule_list .__items.__close:after {
  content: "開催は終了しました";
  background: rgba(0, 0, 0, 0.7411764706);
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.p-meeting_schedule_list .__items:nth-of-type(2n) .__item {
  background: #f4f6c2;
}
.p-meeting_schedule_list .__items .__item:first-of-type {
  border-left: 2px solid #1b1464;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items .__item:nth-of-type(3) {
    border-left: 2px solid #1b1464;
  }
}
.p-meeting_schedule_list .__items .__item {
  background: #e9ee86;
  vertical-align: middle;
  padding: 0.8rem;
  border-right: 2px solid #1b1464;
  border-bottom: 2px solid #1b1464;
}
.p-meeting_schedule_list .__items .__area {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  display: grid;
  place-content: center;
}
.p-meeting_schedule_list .__items .__schedule {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.p-meeting_schedule_list .__items .__note {
  color: #ff0000;
}
.p-meeting_schedule_list .__items .__venue {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.p-meeting_schedule_list .__items .__map {
  border: 2px solid #1b1464;
  border-radius: 1.5em;
  background: #fff;
  padding: 0.2em 1em 0.3em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items .__map {
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.4em 0.3em;
  }
}
.p-meeting_schedule_list .__items .__desc {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-meeting_schedule_list .__items .__place {
  font-weight: 500;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  text-align: left;
}
.p-meeting_schedule_list .__items .__place_note {
  font-weight: 400;
  font-size: 1.4rem;
}
.p-meeting_schedule_list .__items .__pdf {
  width: 20%;
  margin-inline: auto;
}
.p-meeting_schedule_list .__items .__pdf a {
  display: block;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items .__pdf a {
    max-width: 2.4rem;
  }
}
.p-meeting_schedule_list .__items .__pdf_date {
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-meeting_schedule_list .__items .__pdf_text {
  width: 100%;
  margin-inline: auto;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-meeting_schedule_list .__items .__pdf_text a {
  display: block;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items .__pdf_text {
    width: 95%;
  }
}
.p-meeting_schedule_list .__items .__pdf_comingsoon {
  font-weight: 500;
  font-size: 1.4rem;
  margin-inline: auto;
}
.p-meeting_schedule_list .__items .__list {
  padding: 1.6rem;
}
@media (max-width: 767px) {
  .p-meeting_schedule_list .__items .__list .__map {
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.4em 1em;
  }
}
.p-meeting_schedule_note {
  font-size: 90%;
  margin-block: 1.6rem;
}

.p-meeting_exp {
  background: #fff;
  border-radius: 1rem;
  padding: 3.2rem;
  display: grid;
  gap: 1em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-meeting_exp {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-meeting_exp {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-meeting_exp {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-meeting_exp .__text {
  line-height: 1.4;
}
.p-meeting_exp .__text_em {
  font-weight: 700;
  color: #00b1b3;
  line-height: 1.4;
}
.p-meeting_exp .__list .__item {
  line-height: 1.4;
  margin-bottom: 0.8em;
  display: flex;
}
.p-meeting_exp .__list .__item:before {
  content: "・";
  color: #d9e021;
  font-weight: 700;
}
.p-meeting_exp .__target {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-meeting_exp .__target {
    display: grid;
  }
}
.p-meeting_exp .__target .__icon {
  background: #1b1464;
  padding: 0.5em 0.5em;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-meeting_ballon {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  border-radius: 25px;
  background-color: #1b1464;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
}

.p-meeting_ballon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 13px 0 0 20px;
  border-color: #1b1464 transparent transparent;
  translate: calc(-50% + 0.8px) 100%;
}

.p-timeschedule {
  position: relative;
  overflow: hidden;
  background: #d9e021;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-timeschedule {
    padding-inline: 5vw;
  }
}
.p-timeschedule_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  display: grid;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .p-timeschedule_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-timeschedule_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-timeschedule_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-timeschedule_title {
  color: #1b1464;
  font-weight: 700;
  font-size: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-timeschedule_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-timeschedule_title_suffix {
  color: #1b1464;
  font-weight: 700;
  font-size: 2rem;
}

.p-casestudy {
  position: relative;
  display: grid;
  gap: 1rem;
}
.p-casestudy_title {
  border-left: 5px solid #1b1464;
  text-indent: 0.5em;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-casestudy .__overview {
  padding-left: 0.5em;
}

.p-casestudy .__timelines {
  display: grid;
  gap: 2px;
}
.p-casestudy .__timelines .__timeline {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2px;
}
.p-casestudy .__timelines .__timeline .__time {
  background: #1b1464;
  color: #fff;
  padding: 0.8em;
  text-align: center;
}
.p-casestudy .__timelines .__timeline .__desc {
  padding: 0.8em;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .p-casestudy .__timelines .__timeline .__desc {
    display: grid;
  }
}
.p-casestudy .__timelines .__timeline .__red {
  color: #ff1d25;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-casestudy .__timelines .__timeline .__black {
  color: #1b1464;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-casestudy .__timelines .__timeline .__em {
  color: #00b1b3;
  font-weight: 700;
  font-size: 1.8rem;
}

.p-casestudy_ballon {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  border-radius: 25px;
  background-color: #1b1464;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}

.p-casestudy_ballon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #1b1464 transparent transparent;
  translate: -100% -50%;
}

.p-casestudy_ballon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  border-style: solid;
  border-width: 1.6px 3.3px 1.6px 0;
  border-color: transparent #1b1464 transparent transparent;
  translate: -100% -50%;
}

@media (max-width: 767px) {
  .p-casestudy_ballon {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8rem 1.6rem;
    border-radius: 25px;
    background-color: #1b1464;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .p-casestudy_ballon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #1b1464;
    translate: -50% -100%;
  }
  .p-casestudy_ballon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    border-style: solid;
    border-width: 0 7.8px 15.5px 7.8px;
    border-color: transparent transparent #1b1464;
    translate: -50% -100%;
  }
}
.p-about {
  position: relative;
  overflow: hidden;
  background: #d9e021;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-about {
    padding-inline: 5vw;
  }
}
.p-about_inner {
  background: #fff;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .p-about_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-about_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-about_inner {
    grid-template-columns: 1fr;
  }
}
.p-about_title {
  color: #1b1464;
  font-weight: 700;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: calc(1.6rem * 2);
}
.p-about .__desc {
  line-height: 1.6;
}

.p-contact {
  position: relative;
  background: #d9e021;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-block: 8rem;
}
@media (max-width: 1023px) {
  .p-contact {
    padding-inline: 5vw;
  }
}
.p-contact_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 3.2rem;
  padding-inline: 3.2rem;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}
.p-contact_title {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-contact_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-contact_contents {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-contact_contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact_contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contact_contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contact_contents {
    padding-inline: 1.6rem;
  }
}
.p-contact_contents .__contact {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
@media (max-width: 767px) {
  .p-contact_contents .__contact {
    display: grid;
    padding-bottom: 2.4rem;
  }
}
.p-contact_contents .__contact .__icon {
  background: #1b1464;
  color: #fff;
  padding: 0.4em 1em;
  font-weight: 700;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact_contents .__contact .__address {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  color: #00b1b3;
  word-break: break-all;
  line-height: 2;
}
.p-contact_faq_title {
  color: #1b1464;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-contact_faq .__ques {
  border-bottom: 2px solid #1b1464;
  padding-block: 0.5em;
}
.p-contact_faq .__ques:before {
  content: "Q";
  font-weight: 700;
  margin-right: 0.5em;
}
.p-contact_faq .__ans {
  background: #f4f6c2;
  line-height: 1.4;
  padding: 1.6rem;
}

.p-privacypolicy {
  position: relative;
  background: #d9e021;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-privacypolicy {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-privacypolicy {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-privacypolicy {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-privacypolicy {
    padding-inline: 5vw;
  }
}
.p-privacypolicy_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 4rem;
}
@media (min-width: 1024px) {
  .p-privacypolicy_inner {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-privacypolicy_inner {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-privacypolicy_inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-privacypolicy_title {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-privacypolicy_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-privacypolicy_contact {
  padding: 0.5em;
}

.p-privacypolicy_contents {
  margin-bottom: 4rem;
}
.p-privacypolicy_contents .__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-privacypolicy_contents .__list {
  counter-reset: number2 0;
}
.p-privacypolicy_contents .__list .__group {
  padding-block: 1.6rem;
}
.p-privacypolicy_contents .__list .__heading {
  display: flex;
  gap: 0.5em;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.p-privacypolicy_contents .__list .__heading:before {
  counter-increment: number2 1;
  content: counter(number2) ".";
}
.p-privacypolicy_contents .__list .__detail {
  line-height: 1.4;
}
.p-privacypolicy_contents .__list .__inner_list {
  margin-block: 0.5em;
}
.p-privacypolicy_contents .__list .__inner_list .__item {
  display: flex;
  gap: 0.5em;
}
.p-privacypolicy_contents .__list .__inner_list .__item:before {
  content: "・";
}

.p-privacypolicy_service {
  line-height: 1.4;
}
.p-privacypolicy_service .__prefix {
  margin-bottom: 2.4rem;
}
.p-privacypolicy_service .__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-privacypolicy_service .__service_item {
  margin-bottom: 2.4rem;
}
.p-privacypolicy_service .__heading {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.p-privacypolicy_service .__text {
  margin-bottom: 0.5em;
}
.p-privacypolicy_service .__inner_no_list {
  counter-reset: number1 0;
}
.p-privacypolicy_service .__inner_no_list .__item {
  display: flex;
  gap: 0.5em;
}
.p-privacypolicy_service .__inner_no_list .__item:before {
  counter-increment: number1 1;
  content: "(" counter(number1) ")";
}

.p-entry {
  position: relative;
  background: #d9e021;
  overflow: hidden;
  min-height: 70vh;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-entry {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-entry {
    padding-inline: 5vw;
  }
}
.p-entry_inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .p-entry_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-entry_title {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .p-entry_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-entry .__inner_link {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  color: #00b1b3;
}
.p-entry_contents {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-entry_contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-entry_contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-entry .__complete_text {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.p-entry_privacy {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-entry_privacy {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_privacy {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-entry_privacy {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-entry_privacy .__title {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-entry_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.p-entry_send_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  background: #1b1464;
  color: #fff;
  border: 2px solid #1b1464;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1rem;
  transition: all 0.1s;
}
@media (max-width: 767px) {
  .p-entry_send_btn {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_send_btn:hover {
  background: #fff;
  color: #1b1464;
  opacity: 1;
}
.p-entry_clear_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  background: #808080;
  color: #fff;
  border: 2px solid #808080;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1rem;
  transition: all 0.1s;
}
@media (max-width: 767px) {
  .p-entry_clear_btn {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_clear_btn:hover {
  background: #999;
  border: 2px solid #999;
  color: #fff;
  opacity: 1;
}

.p-progressbar {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-progressbar .__item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #1b1464;
  font-size: 1.9rem;
  border: 3px solid #1b1464;
}
.p-progressbar .__item:not(:last-child):before, .p-progressbar .__item:not(:last-child):after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 21px solid transparent;
  border-left: 15px solid #F5F5F5;
  margin: auto;
}
.p-progressbar .__item:not(:last-child):before {
  margin-left: 3px;
  border-left-color: #1b1464;
}
.p-progressbar .__item:not(:first-child) {
  border-left: none;
}
.p-progressbar .__item.__active {
  z-index: 1;
  background: #1b1464;
  color: #FFF;
}
.p-progressbar .__item.__active:not(:last-child):after {
  border-left-color: #1b1464;
}

.p-entry_form {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-entry_form_wrap {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_form_wrap {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry_form_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-entry_form .__group {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 2fr;
  border-bottom: 2px solid #2e3192;
  padding-block: 0 2.4rem;
}
@media (max-width: 767px) {
  .p-entry_form .__group {
    grid-template-columns: 1fr;
  }
}
.p-entry_form .__group.__with_lower_content {
  border-bottom: none;
}
.p-entry_form .__heading {
  line-height: 1.4;
  font-weight: 700;
}
.p-entry_form .__form_note {
  padding-block: 0.5em;
  line-height: 1.2;
  font-size: 80%;
}
.p-entry_form .__form_required {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_required:before {
  content: "必須";
  background: #ff1d25;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__form_any {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_any:before {
  content: "任意";
  background: #999;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__form_empty {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_empty:before {
  content: "空空";
  background: transparent;
  color: transparent;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__confirm_form {
  line-height: 1.6;
}
.p-entry_form .__input_form.__label {
  display: grid;
  gap: 1em 0.8em;
}
.p-entry_form .__input_form.__label_multi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em 1em;
}
.p-entry_form .__input_form.__oneline {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-entry_form .__input_form.__oneline span {
  flex-shrink: 0;
}
.p-entry_form .__input_form.__lower_cont {
  margin-top: 1em;
}

.p-exhibitor {
  position: relative;
  background: #d9e021;
  overflow: hidden;
  min-height: 70vh;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-exhibitor {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-exhibitor {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-exhibitor {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-exhibitor {
    padding-inline: 5vw;
  }
}
.p-exhibitor_inner {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-exhibitor_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-exhibitor_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-exhibitor_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-exhibitor_title {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.6;
}
.p-exhibitor_title span {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .p-exhibitor_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .p-exhibitor_title span {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.p-exhibitor_update {
  margin-block: 1.6rem 0.8rem;
  text-align: right;
}
.p-exhibitor_list {
  border-collapse: collapse;
}
.p-exhibitor_list th, .p-exhibitor_list td {
  border: 1px solid #1b1464;
}
.p-exhibitor_list td {
  background: #fff;
}
.p-exhibitor_list tr {
  background: #fff;
}
.p-exhibitor_list tr:nth-of-type(2n) td {
  background: rgba(0, 176, 179, 0.1);
}
@media (max-width: 767px) {
  .p-exhibitor_list {
    border: 1px solid #1b1464;
  }
  .p-exhibitor_list thead {
    display: none;
  }
}
.p-exhibitor_list .__heading {
  background-color: #1b1464;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}
.p-exhibitor_list .__item {
  padding: 1em;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-exhibitor_list .__pos_name {
  width: 20%;
}
.p-exhibitor_list .__pos_point {
  width: 40%;
}
.p-exhibitor_list .__pos_case {
  width: 40%;
}
@media (max-width: 767px) {
  .p-exhibitor_list tbody tr {
    display: grid;
  }
  .p-exhibitor_list .__with_heading:before {
    content: attr(data-title);
    background: #1b1464;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.2em 0.4em;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-bottom: 0.4rem;
  }
}

.p-entry_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  background: #1b1464;
  color: #fff;
  border: 2px solid #1b1464;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1rem;
  transition: all 0.1s;
}
.p-entry_btn_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .p-entry_btn {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_btn:hover {
  background: #fff;
  color: #1b1464;
  opacity: 1;
}
.p-entry_btn:after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-entry_btn:after {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_btn.__disabled {
  pointer-events: none;
  background: #666;
  font-weight: 700;
  font-size: 2rem;
  align-items: center;
  border: 2px solid #666;
}
.p-entry_btn_fax {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.p-entry_company_text {
  padding-top: 1.6rem;
}

.p-entry_company_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  background: #1b1464;
  color: #fff;
  border: 2px solid #1b1464;
  padding: 0.5em 1em 0.7em;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 1rem;
  transition: all 0.1s;
}
.p-entry_company_btn_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: calc(1.6rem * 3);
}
@media (max-width: 767px) {
  .p-entry_company_btn {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.p-entry_company_btn:hover {
  background: #fff;
  color: #1b1464;
  opacity: 1;
}
.p-entry_company_btn:after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0.1em;
  margin-bottom: -0.1em;
}
@media (max-width: 767px) {
  .p-entry_company_btn:after {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.p-entry_company_btn.__disabled {
  pointer-events: none;
  background: #666;
  font-weight: 700;
  font-size: 1.6rem;
  align-items: center;
  border: 2px solid #666;
  color: rgba(255, 255, 255, 0.4);
}

button {
  cursor: pointer;
}

label {
  /* margin-bottom: 1em; */
  display: inline-block;
  display: flex;
  align-items: center;
}

.p-form button, .p-form input, .p-form textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-form input[type=text],
.p-form input[type=date],
.p-form input[type=time],
.p-form input[type=password],
.p-form textarea, .p-form select {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 2px solid;
  background-color: #fff;
  border-color: #d7d7d7;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-form input[type=text]:focus,
.p-form input[type=date]:focus,
.p-form input[type=time]:focus,
.p-form input[type=password]:focus,
.p-form textarea:focus, .p-form select:focus {
  border: 2px solid #00b1b3;
}
.p-form input[type=text].__error,
.p-form input[type=date].__error,
.p-form input[type=time].__error,
.p-form input[type=password].__error,
.p-form textarea.__error, .p-form select.__error {
  border: 2px solid #772b35;
}
.p-form textarea {
  height: 10em;
}
.p-form textarea.multi_text {
  height: 4em;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  transform: scale(1.5, 1.5);
  margin-right: 0.5em;
}
.p-form label:has(> input[type=radio]:focus),
.p-form label:has(> input[type=checkbox]:focus) {
  text-decoration: underline;
}
.p-form input[type=time] {
  width: 6em;
}
.p-form .inline_area input[type=text],
.p-form .inline_area input[type=date],
.p-form .inline_area input[type=time],
.p-form .inline_area input[type=password],
.p-form .inline_area textarea,
.p-form .inline_area select {
  display: inline-block;
}
.p-form .inner_list label {
  margin-bottom: 0;
}
.p-form .datetime, .p-form .date_picker, .p-form .time_picker {
  display: inline-flex;
  position: relative;
  width: 15em;
  align-items: center;
  cursor: pointer;
}
.p-form .datetime:after, .p-form .date_picker:after, .p-form .time_picker:after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
  font-size: 2.4rem;
  color: #999;
}
.p-form .__mindate .datetime {
  width: 12em;
}
.p-form .clear_icon {
  position: relative;
}
.p-form .close_icon_block {
  display: none;
}
.p-form .clear_icon .close_icon_block {
  display: block;
  font-size: 1.4rem;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 75%;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
}
.p-form .multi_line {
  vertical-align: top;
  gap: 0.4rem;
}
.p-form .__colum2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum2 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum2 .__colum2_size {
    width: 100%;
  }
}
.p-form .__colum3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum3 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum3 .__colum2_size {
    width: 100%;
  }
}
.p-form .wrap_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-form .wrap_block {
    padding: 0em;
  }
}
.p-form .file_upload_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 1.6rem;
  width: 100%;
}
.p-form .colum2 .file_upload_block {
  width: 49%;
}
.p-form .field_title {
  margin-bottom: 0.5rem;
  display: block !important;
  font-size: 80%;
}
.p-form .file_label {
  width: -moz-fit-content;
  width: fit-content;
  background: #cecece;
  border: 1px solid;
  color: #fff;
}
.p-form .file_label input[type=file] {
  display: none;
}
.p-form input[type=text].__half {
  width: 48%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__half {
    width: 100%;
  }
}
.p-form input[type=text].__small {
  width: 25%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__small {
    width: 30%;
  }
}
.p-form input[type=text].__inline {
  display: inline-block;
}
.p-form .__disabled {
  background: #eee !important;
}

.p-form_main_title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: calc(1.6rem * 1);
  display: flex;
  gap: 0.5em;
}
.p-form_title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: calc(1.6rem * 0.5);
  padding-bottom: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
  border-bottom: 1px solid #000;
}
.p-form_group {
  padding: 1.6rem 0;
}
.p-form_input_block:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-form_input_block_side {
  display: flex;
  gap: 1rem;
}
.p-form_input_label {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: calc(1.6rem * 0.5);
  margin-top: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
}
.p-form.__required:before,
.p-form .__required:before {
  content: "必須";
  color: #fff;
  font-size: 80%;
}
.p-form.__any:before,
.p-form .__any:before {
  content: "任意";
  font-size: 80%;
}
.p-form.__choice:before,
.p-form .__choice:before {
  content: attr(data-title);
  font-size: 80%;
}
.p-form_title_remark {
  padding: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0.5em;
}
.p-form_title_remark:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
}
.p-form_input_confirm {
  background: #f4e7c7;
  padding: 0.5em;
  margin: 0.5em 0;
  width: 100%;
}
.p-form_message {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.p-form_is_detail .p-form_title_remark {
  display: none;
}
.p-form_is_detail .p-format_add_block,
.p-form_is_detail .p-format_loop_remove {
  display: none;
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  text-align: left;
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-header {
  background: #4a5078;
  color: #fff;
  padding-block: 3rem 1.6rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-header {
    padding-block: 1.6rem;
  }
}
.p-header_inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "logo tel" "nav nav";
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-header_inner {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "tel";
  }
}
.p-header_logo {
  grid-area: logo;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.p-header_title {
  font-weight: 700;
  font-size: 3.6rem;
}
@media (max-width: 1023px) {
  .p-header_title {
    font-weight: 700;
    font-size: 2rem;
  }
}
.p-header_root {
  color: #fff;
}
.p-header_tel {
  grid-area: tel;
  text-align: right;
}
.p-header_tel .__tel {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
}
.p-header_tel .__tel:before {
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  width: 4.3rem;
  height: 4.3rem;
  display: block;
}
@media (max-width: 1023px) {
  .p-header_tel .__tel {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
    gap: 0.4rem;
  }
  .p-header_tel .__tel:before {
    width: 2rem;
    height: 2rem;
    display: block;
  }
}
.p-header_tel .__tel_no {
  color: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-header_tel_inner {
    margin-top: 1.6rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
  }
  .p-header_tel .__tel_no {
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .p-header_tel .__tel_time {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.p-header_nav {
  grid-area: nav;
}
@media (max-width: 767px) {
  .p-header_nav {
    display: none;
  }
}
.p-header_nav_list {
  display: flex;
  padding-top: 0.5em;
}
.p-header_nav_list .__item {
  padding-inline: 1em;
}
.p-header_nav_list .__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.p-header_nav_list .__item a {
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
}
.p-header_nav_list .__item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header_nav_list .__item a {
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.p-footer {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #1b1464;
  color: #fff;
}
.p-footer_inner {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}
@media (max-width: 767px) {
  .p-footer_inner {
    padding-inline: 1.6rem;
  }
}
.p-footer_cont {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-template-areas: "info tel ." "nav nav nav" "copyright copyright copyright";
}
@media (max-width: 767px) {
  .p-footer_cont {
    grid-template-columns: 1fr;
    grid-template-areas: "info" "tel" "nav" "copyright";
    gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_cont {
    grid-template-areas: "info info tel" "nav nav nav" "copyright copyright copyright";
  }
}
.p-footer_info {
  grid-area: info;
  display: grid;
  gap: 1.6rem;
}
.p-footer_tel {
  grid-area: tel;
}
.p-footer_tel .__tel {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.p-footer_tel .__tel:before {
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  display: block;
}
.p-footer_tel .__tel_time {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: 1.2rem;
}
.p-footer_name {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-footer_desc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-footer_comment {
  display: flex;
  gap: 0.2em;
}
.p-footer_comment:before {
  content: attr(data-icon);
}
.p-footer_nav_wrap {
  grid-area: nav;
}
.p-footer_copyright {
  grid-area: copyright;
  text-align: center;
}
.p-footer .__tel_no {
  color: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-footer .__tel_no {
    color: #fff;
    pointer-events: auto;
  }
}
.p-footer .__link {
  color: #fff;
}
.p-footer .__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-footer_nav_wrap {
  display: grid;
  gap: 1.6rem;
  justify-content: end;
}
@media (max-width: 767px) {
  .p-footer_nav_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-footer_nav_privacy {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0.2em;
  align-items: center;
}
.p-footer_nav_privacy .__link {
  font-size: 1.4rem;
}
.p-footer_nav_privacy:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: 700;
  font-size: 2rem;
}
.p-footer_nav_list {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .p-footer_nav_list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_nav_list {
    justify-content: center;
  }
}
.p-footer_nav_list .__item {
  padding-inline: 0.5em 0;
}
.p-footer_nav_list .__item:not(:first-of-type) {
  border-left: 1px dashed #fff;
}
.p-footer_nav_list .__item:not(:last-of-type) {
  padding-inline: 0.5em;
}
@media (max-width: 767px) {
  .p-footer_nav_list .__item {
    width: 80%;
    padding-bottom: 0.5em;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .p-footer_nav_list .__item:not(:first-of-type) {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_nav_list .__item {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.p-footer_copyright {
  font-weight: 400;
  font-size: 1.1rem;
  padding-block: 1.6rem 0;
}

.p-pagetop {
  position: fixed;
  right: 10px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
}
.p-pagetop > span {
  display: grid;
  place-content: center;
  text-align: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s;
  cursor: pointer;
  background: rgba(0, 176, 179, 0.6235294118);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}
.p-pagetop > span:hover {
  opacity: 0.7;
}
.p-pagetop.upMove {
  animation: UpAnime 0.5s forwards;
}
.p-pagetop.downMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
.h-hide {
  display: none;
}

.h-underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}