@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*: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: #000;
  line-height: 1;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, 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: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, 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%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.l-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 4.7rem;
    z-index: 5;
    position: relative;
  }
}

.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-top_times {
  position: relative;
  overflow: hidden;
  padding-block: 6.4rem;
}
.l-top_times_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}

.l-top_pdf {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
  padding-block: 3.2rem;
  display: grid;
  place-content: center;
}

.l-top_seminar {
  position: relative;
  overflow: hidden;
  padding-block: 6.4rem;
  background: #f3f5f6;
}
.l-top_seminar_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}

.l-top_news {
  position: relative;
  overflow: hidden;
  padding-block: 6.4rem;
}
.l-top_news_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}

.l-top_radio {
  position: relative;
  overflow: hidden;
  padding-block: 6.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}
.l-header {
  position: relative;
  width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.l-header_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  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-btn {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  place-content: center;
  background: #e60021;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  border-radius: 2em;
  height: 5.5rem;
  min-width: 18rem;
}
.c-btn_contact {
  background: #e60021;
  color: #fff;
}
.c-btn_more {
  background: #005bac;
  color: #fff;
  min-width: 24rem;
}
.c-btn_more:after {
  content: "";
  display: inline-block;
  width: 1em;
  background: url(../images/icon_arrow_wr.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.c-btn_entry {
  background: #e60021;
}
.c-btn_radio {
  background: #000;
  color: #fff;
  min-width: 24rem;
}
.c-btn_radio:after {
  content: "";
  display: inline-block;
  width: 1em;
  background: url(../images/icon_arrow_wr.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.c-btn_pdf {
  background: #e60021;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.c-btn_pdf:after {
  content: "PDF";
  background: #fff;
  color: #e60021;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-inline: 0.2em;
}
.c-btn.__disabled {
  background: #969696;
  pointer-events: none;
}

.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;
  overflow: hidden;
  padding-block: 2.4rem;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.p-mv_slider {
  animation: slide_anime 0.3s ease 0.3s 1 normal forwards;
  opacity: 0;
}

@keyframes slide_anime {
  from {
    opacity: 0;
    height: 460px;
  }
  to {
    opacity: 1;
    height: auto;
  }
}
.slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: -25px;
  }
}

.slick-dots li button:before {
  content: "";
  background-color: #969696;
  border-radius: 50%;
  display: block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  color: #969696;
  opacity: 1;
  line-height: 1;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .slick-dots li button:before {
    width: 1rem;
    height: 1rem;
  }
}

.slick-dots li.slick-active button:before {
  content: "";
  font-size: 3.2rem;
  background: #e60021;
  border-radius: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-dots li.slick-active button:before {
    width: 1rem;
    height: 1rem;
  }
}

.slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1200/600;
}

.slick-slide.slick-active {
  opacity: 1;
}

.p-radio {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: grid;
  gap: 2.4rem;
}
.p-radio .__image {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  width: 100%;
}
.p-radio .__image .__link {
  width: 100%;
}
.p-radio .__image img {
  width: 100%;
}
.p-radio .__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-radio .__title {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
    line-height: 1.6;
  }
}
.p-radio .__desc {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-radio .__desc {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-radio .__btn {
  display: grid;
  place-content: center;
}

.p-top_title {
  display: grid;
  gap: 0.5em;
}
.p-top_title .__logo {
  width: 100%;
  max-width: 21rem;
}
.p-top_title .__title {
  font-weight: 700;
  font-size: 5rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_title .__title_suffix {
  font-weight: 700;
}

.p-top_times_title {
  display: grid;
  gap: 0.5em;
}
.p-top_times_title .__logo {
  width: 100%;
  max-width: 21rem;
}
.p-top_times_title .__title {
  font-weight: 700;
  font-size: 5rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_times_title .__title_suffix {
  font-weight: 700;
}
.p-top_times_item {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1.5fr;
}
@media (min-width: 1024px) {
  .p-top_times_item {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top_times_item {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top_times_item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-top_times_item .__cont {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-top_times_item .__cont .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #969696;
}
.p-top_times_item .__cont .__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
}
.p-top_times_item .__cont .__desc {
  line-height: 1.6;
}
.p-top_times_item .__cont .__more a {
  margin-inline: auto 0;
}

.p-top_group {
  display: grid;
  grid-template-areas: "group1 group3" "group2 group2";
}
@media (max-width: 767px) {
  .p-top_group {
    grid-template-areas: "group1" "group2" "group3";
  }
}
.p-top_group .__group_1 {
  grid-area: group1;
}
.p-top_group .__group_2 {
  grid-area: group2;
}
.p-top_group .__group_3 {
  grid-area: group3;
}
.p-top_group .__group_3 a {
  margin-inline: auto 0;
}
@media (max-width: 767px) {
  .p-top_group .__group_3 a {
    margin-inline: auto;
  }
}

.p-page_title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
  padding-block: 5.4rem;
  color: #fff;
  display: grid;
  gap: 1.6rem;
}
.p-page_title .__upper {
  font-weight: 700;
  font-size: 5rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-page_title .__lower {
  font-weight: 700;
}

.c-breadcrumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1472px;
  padding-block: 1.6rem 2.4rem;
}
.c-breadcrumbs_inner {
  display: flex;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-breadcrumbs_inner a {
  color: #e60021;
}
.c-breadcrumbs_inner a:after {
  content: "|";
  margin-inline: 1em;
  color: #000;
}

.p-times_item {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1.5fr;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 2.4rem;
}
@media (min-width: 1024px) {
  .p-times_item {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-times_item {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-times_item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-times_item {
    grid-template-columns: 1fr;
  }
}
.p-times_item .__image img {
  max-width: 100%;
}
.p-times_item .__cont {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-times_item .__cont .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #969696;
}
.p-times_item .__cont .__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
}
.p-times_item .__cont .__desc {
  line-height: 1.6;
}
.p-times_item .__cont .__more a {
  margin-inline: auto 0;
}
@media (max-width: 767px) {
  .p-times_item .__cont .__more a {
    margin-inline: auto;
  }
}
.p-times_trend_title {
  border-bottom: #000 1px solid;
  padding-bottom: 0.5em;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.p-times_trend_list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-times_trend_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-times_trend_list .__item {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image title" "image more";
}
.p-times_trend_list .__image {
  grid-area: image;
  position: relative;
  z-index: 1;
}
.p-times_trend_list .__image img {
  max-width: 100%;
  aspect-ratio: 18/12;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-times_trend_list .__image.__icon:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 1rem;
  z-index: 2;
  width: 15%;
  aspect-ratio: 32/38;
}
.p-times_trend_list .__image.__icon1:before {
  background: url(../images/icon_1st.svg) no-repeat center center/contain;
}
.p-times_trend_list .__image.__icon2:before {
  background: url(../images/icon_2nd.svg) no-repeat center center/contain;
}
.p-times_trend_list .__image.__icon3:before {
  background: url(../images/icon_3rd.svg) no-repeat center center/contain;
}
.p-times_trend_list .__title {
  grid-area: title;
  font-weight: 700;
  line-height: 1.4;
}
.p-times_trend_list .__more {
  grid-area: more;
  text-align: right;
}
.p-times_trend_list .__link {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}

.p-seminar_title {
  background: #e60021;
}
.p-seminar_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}
@media (min-width: 1024px) {
  .p-seminar_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-seminar_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-seminar_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-seminar_item {
  background: #fff;
  padding: 3.2rem;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .p-seminar_item {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-seminar_item {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-seminar_item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-seminar_item_inner {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .p-seminar_item_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-seminar_item .__image img {
  max-width: 100%;
}
.p-seminar_item .__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-seminar_item .__desc .__opendate {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #969696;
}
.p-seminar_item .__desc .__icon {
  background: #e60021;
  color: #fff;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin-right: 0.5em;
}
.p-seminar_item .__desc .__date {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-seminar_item .__desc .__title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-seminar_item .__desc .__title {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-seminar_item .__desc .__detail {
  line-height: 1.6;
}
.p-seminar_item .__desc .__more a {
  margin-inline: auto 0;
}
.p-seminar_trend_title {
  border-bottom: #000 1px solid;
  padding-bottom: 0.5em;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.p-seminar_trend_list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-seminar_trend_list .__item {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image title" "image more";
}
.p-seminar_trend_list .__image {
  grid-area: image;
  position: relative;
  z-index: 1;
}
.p-seminar_trend_list .__image img {
  max-width: 100%;
  aspect-ratio: 18/12;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-seminar_trend_list .__image.__icon:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 1rem;
  z-index: 2;
  width: 15%;
  aspect-ratio: 32/38;
}
.p-seminar_trend_list .__image.__icon1:before {
  background: url(../images/icon_1st.svg) no-repeat center center/contain;
}
.p-seminar_trend_list .__image.__icon2:before {
  background: url(../images/icon_2nd.svg) no-repeat center center/contain;
}
.p-seminar_trend_list .__image.__icon3:before {
  background: url(../images/icon_3rd.svg) no-repeat center center/contain;
}
.p-seminar_trend_list .__title {
  grid-area: title;
  font-weight: 700;
  line-height: 1.4;
}
.p-seminar_trend_list .__more {
  grid-area: more;
  text-align: right;
}
.p-seminar_trend_list .__link {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}
.p-seminar .p-pagination__link {
  color: #e60021;
}
.p-seminar .p-pagination .__current {
  background: #e60021;
}

.p-seminar_detail {
  display: grid;
}
@media (min-width: 1024px) {
  .p-seminar_detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-seminar_detail {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-seminar_detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-seminar_detail .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #969696;
}
.p-seminar_detail .__title {
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-block: 1.6rem;
}
.p-seminar_detail .__image {
  text-align: center;
  padding-block: 1.6rem;
}
.p-seminar_detail .__comment {
  line-height: 1.6;
  padding-block: 1.6rem;
}
.p-seminar_detail .__comment2 {
  line-height: 1.6;
}
.p-seminar_detail .__sub_title {
  display: flex;
  gap: 0.5em;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-block: 1.6rem;
}
.p-seminar_detail .__sub_title:before {
  content: "";
  width: 1em;
  margin-top: 0.5em;
  border-top: 5px solid #005bac;
}
.p-seminar_detail .__seminar_contents {
  border-top: 1px solid #969696;
}
.p-seminar_detail .__seminar_contents .__group {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-bottom: 1px solid #969696;
}
@media (max-width: 767px) {
  .p-seminar_detail .__seminar_contents .__group {
    grid-template-columns: 1fr;
  }
}
.p-seminar_detail .__seminar_contents .__cont_title {
  background: #005bac;
  color: #fff;
  padding: 1.5em;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-seminar_detail .__seminar_contents .__cont {
  padding: 1.5em;
  line-height: 1.6;
}
.p-seminar_detail .__speaker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-seminar_detail .__speaker {
    grid-template-columns: 1fr;
  }
}
.p-seminar_detail .__speaker .__speaker_inner {
  background: #f3f5f6;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "desc image" "comment comment";
}
@media (max-width: 767px) {
  .p-seminar_detail .__speaker .__speaker_inner {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "desc" "comment";
  }
}
.p-seminar_detail .__speaker .__speaker_inner .__desc {
  grid-area: desc;
}
.p-seminar_detail .__speaker .__speaker_inner .__image {
  grid-area: image;
}
.p-seminar_detail .__speaker .__speaker_inner .__image img {
  max-width: 100%;
}
.p-seminar_detail .__speaker .__speaker_inner .__comment {
  grid-area: comment;
  line-height: 1.4;
}
.p-seminar_detail .__speaker .__speaker_inner .__name {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-block: 3.2rem 1.6rem;
}
.p-seminar_detail .__speaker .__speaker_inner .__company {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
}
.p-seminar_detail .__speaker .__speaker_inner .__class {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
}
.p-seminar_detail .__seminar_btn {
  padding-block: 4rem;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-seminar_detail .__seminar_btn {
    display: grid;
    gap: 2.4rem;
  }
}

.p-seminar_entry_block {
  text-align: center;
  display: grid;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.p-seminar_entry_block .__upper_text {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
}
.p-seminar_entry_block .__text {
  line-height: 1.6;
}
.p-seminar_entry_block .__tel {
  font-weight: 700;
  font-size: 3.4rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}
.p-seminar_entry_bottom {
  text-align: center;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-seminar_entry_bottom {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-seminar_entry_bottom {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-seminar_entry_bottom {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-news_title {
  background: #005bac;
}
.p-news_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}
@media (min-width: 1024px) {
  .p-news_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-news_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (min-width: 1024px) {
  .p-news_list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news_list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-news_list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-news_list .__group {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #969696;
}
.p-news_list .__item {
  display: grid;
  grid-template-columns: 14rem auto 3rem;
  align-items: center;
  padding: 2.4rem;
  gap: 1.6rem;
}
.p-news_list .__item:after {
  content: "";
  background: url(../images/icon_arrow_br.svg) no-repeat center center/contain;
  aspect-ratio: 15/10;
  width: 1.5rem;
}
@media (max-width: 767px) {
  .p-news_list .__item {
    grid-template-columns: 1fr;
  }
  .p-news_list .__item:after {
    display: block;
    margin-inline: auto 0;
  }
}
.p-news_list .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}
.p-news_list .__title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .p-news_list .__title {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-news_list .__detail {
  line-height: 1.4;
}

.p-news_detail {
  display: grid;
}
@media (min-width: 1024px) {
  .p-news_detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news_detail {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-news_detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-news_detail .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #969696;
}
.p-news_detail .__title {
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-block: 1.6rem;
}
.p-news_detail .__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding-block: 2.4rem;
}
.p-news_detail .__images .__image {
  padding-block: 0;
}
.p-news_detail .__images .__image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 600/400;
}
.p-news_detail .__image {
  text-align: center;
  padding-block: 1.6rem;
}
.p-news_detail .__image img {
  max-width: 1120px;
}
.p-news_detail .__comment {
  line-height: 1.6;
  padding-block: 1.6rem;
}
.p-news_detail .__comment2 {
  line-height: 1.6;
  padding: 1.6rem;
  background: #f3f5f6;
}
.p-news_detail .__btn {
  padding-block: 1.6rem;
}
.p-news_detail .__btn a {
  margin-inline: auto;
}
.p-news_detail strong {
  font-weight: 700;
}

.p-executive_times_title {
  position: relative;
}
.p-executive_times_title .__desc {
  grid-area: desc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo . " "cont .";
  justify-content: center;
  height: 35rem;
}
@media (max-width: 767px) {
  .p-executive_times_title .__desc {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "cont";
  }
}
.p-executive_times_title .__logo {
  width: 100%;
  max-width: 43.5rem;
  grid-area: logo;
  align-self: end;
  padding: 0 2.4rem 2.4rem 0;
}
.p-executive_times_title .__cont {
  grid-area: cont;
  align-self: start;
  border-top: 2px solid #005bac;
  padding: 2.4rem 2.4rem 0 0;
  line-height: 1.6;
}
.p-executive_times_title .__image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-executive_times_title .__image {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
  }
  .p-executive_times_title .__image img {
    width: 100%;
  }
}
.p-executive_times_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}
@media (min-width: 1024px) {
  .p-executive_times_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-executive_times_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-executive_times_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (min-width: 1024px) {
  .p-executive_times_list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-executive_times_list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-executive_times_list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-executive_times_list .__group {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #969696;
}
.p-executive_times_list .__item {
  display: grid;
  grid-template-columns: 14rem auto 3rem;
  align-items: center;
  padding: 2.4rem;
  gap: 1.6rem;
}
.p-executive_times_list .__item:after {
  content: "";
  background: url(../images/icon_arrow_br.svg) no-repeat center center/contain;
  aspect-ratio: 15/10;
  width: 1.5rem;
}
@media (max-width: 767px) {
  .p-executive_times_list .__item {
    grid-template-columns: 1fr;
  }
  .p-executive_times_list .__item:after {
    display: block;
    margin-inline: auto 0;
  }
}
.p-executive_times_list .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}
.p-executive_times_list .__title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .p-executive_times_list .__title {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-executive_times_list .__image img {
  max-width: 100%;
}
.p-executive_times_list .__detail {
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .p-executive_times_detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-executive_times_detail {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-executive_times_detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-executive_times_detail_title {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1472px;
  position: relative;
}
.p-executive_times_detail_title .__desc {
  grid-area: desc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "logo . " "date . " "title . " "cont .";
  justify-content: center;
  min-height: 40rem;
}
@media (max-width: 767px) {
  .p-executive_times_detail_title .__desc {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "date  " "title  " "cont ";
    min-height: 20rem;
  }
}
.p-executive_times_detail_title .__logo {
  width: 100%;
  max-width: 30rem;
  grid-area: logo;
  align-self: end;
  padding: 0 2.4rem 2.4rem 0;
}
.p-executive_times_detail_title .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  grid-area: date;
  color: #969696;
}
.p-executive_times_detail_title .__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
  grid-area: title;
  padding: 1.6rem 2.4rem 1.6rem 0;
}
.p-executive_times_detail_title .__cont {
  grid-area: cont;
  align-self: start;
  border-top: 2px solid #969696;
  padding: 1.6rem 2.4rem 0 0;
  line-height: 1.6;
}
.p-executive_times_detail_title .__image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: min(50%, 650px);
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 6/4;
  width: 100%;
}
.p-executive_times_detail_title .__image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 6/4;
  width: 100%;
}
@media (max-width: 767px) {
  .p-executive_times_detail_title .__image {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    padding: 3vw;
  }
  .p-executive_times_detail_title .__image img {
    width: 100%;
  }
}
.p-executive_times_detail .__list .__group {
  display: grid;
  gap: 0.8rem;
  padding-block: 0.8rem;
}
.p-executive_times_detail .__list .__title {
  color: #005bac;
  font-weight: 700;
  font-size: 2rem;
}
.p-executive_times_detail .__list .__comment {
  line-height: 1.6;
}
.p-executive_times_detail .__btn {
  padding-block: 1.6rem;
}
.p-executive_times_detail .__btn a {
  margin-inline: auto;
}

.p-privacypolicy {
  position: relative;
  background: #e60021;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@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%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
  background: #f3f5f6;
  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-contact_title {
  background: #e60021;
}
.p-contact_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1152px;
}
@media (min-width: 1024px) {
  .p-contact_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-contact_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-contact_block {
  text-align: center;
  display: grid;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.p-contact_block .__upper_text {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.6;
}
.p-contact_block .__text {
  line-height: 1.6;
}
.p-contact_block .__tel_contact {
  width: 60%;
  min-width: 28rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  border-block: 1px solid #969696;
  padding-block: 2.4rem;
  display: grid;
  gap: 1.6rem;
}
.p-contact_block .__tel {
  font-weight: 700;
  font-size: 3.4rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #005bac;
}
.p-contact_bottom {
  text-align: center;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-contact_bottom {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact_bottom {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contact_bottom {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-contact .__btn {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-contact .__btn {
    flex-direction: column;
    align-items: center;
  }
}

.p-entry {
  position: relative;
  overflow: hidden;
}

.p-entry__form {
  display: grid;
  gap: 2.4rem;
}

.p-entry__input {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2em;
}
@media (max-width: 767px) {
  .p-entry__input {
    grid-template-columns: 1fr;
  }
}
.p-entry__input .__parts {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 1.6rem;
}
.p-entry__input .__parts input[type=text] {
  width: 10em;
}
.p-entry__input .__online {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.p-entry__input-title {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-entry__input-text {
  line-height: 1.4;
}

.p-entry__input-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 1rem;
}
.p-entry__input-items label:last-child {
  grid-column: 1/3;
}

.p-entry__input-parts__inline {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 1em 1rem;
  width: 50%;
}

.p-entry__group2 {
  display: grid;
  gap: 2.4rem;
  margin-left: 3.2rem;
  padding-bottom: 1.6rem;
}

.p-entry__group {
  display: grid;
  gap: 2.4rem;
  margin-left: 3.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #969696;
}

.p-entry__required {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: space-between;
}
.p-entry__required:after {
  content: "必須";
  padding: 0.4em;
  background: #e60021;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.p-entry__any {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: space-between;
}
.p-entry__any:after {
  content: "任意";
  padding: 0.4em;
  background: #005bac;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.p-entry__note {
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-entry__note {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry__note {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-entry__note {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-entry__note .__label {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-seminar_inner .__btn {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-seminar_inner .__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-seminar_inner .__btn {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-seminar_inner .__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

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: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, 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;
}
.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;
  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: "必須";
  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 {
  padding: 0.5em;
  margin: 0.5em 0;
  width: 100%;
}
.p-form_message {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 6;
}
@media (max-width: 767px) {
  .p-header {
    overflow: hidden;
    height: 4.6rem;
  }
}
.p-header_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.6rem;
  max-width: 1472px;
  padding-block: 2.4rem;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 25rem auto;
  align-items: center;
}
@media (max-width: 767px) {
  .p-header_inner {
    grid-template-columns: 6fr 1fr;
    padding-block: 0.8rem;
  }
}
.p-header_logo .__image {
  width: 100%;
}
.p-header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .p-header_nav {
    background: #fff;
    height: calc(100vh - 4.6rem);
    height: calc(100dvh - 4.6rem);
    position: fixed;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    top: 4.6rem;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  .p-header_nav.is-open {
    display: flex;
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
}
.p-header_nav_list {
  display: flex;
  justify-content: flex-end;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .p-header_nav_list {
    justify-content: center;
    flex-direction: column;
  }
}
.p-header_nav_list .__item {
  position: relative;
}
.p-header_nav_list .__item a {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: block;
}
@media (min-width: 768px) {
  .p-header_nav_list .__item:not(:last-of-type):after {
    content: "/";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
  }
}

.p-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #e60021;
  color: #fff;
  padding-block: 3.2rem;
}
.p-footer_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1472px;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 1fr;
}
.p-footer_info {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.p-footer_info .__logo {
  max-width: 27rem;
  width: 100%;
}
.p-footer_info .__address {
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-footer_copyright {
  text-align: center;
}
.p-footer .__link {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
}
.p-footer .__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-footer .__link.__external {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.p-footer .__link.__external:after {
  content: "";
  background: url(../images/icon_external.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 1.2em;
  display: block;
}
.p-footer_nav_wrap {
  display: grid;
  gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-footer_nav_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  place-items: center;
}
@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 {
  width: 23%;
}
@media (max-width: 767px) {
  .p-footer_nav_list .__item {
    width: 100%;
  }
}
.p-footer_copyright {
  font-weight: 400;
  font-size: 1.1rem;
}

.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: #fff;
  color: #999;
  font-size: 1.2rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.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);
  }
}
.u-hidden {
  overflow: hidden;
}

body.is-open {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.c-hamburger {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .c-hamburger {
    display: block;
    justify-self: end;
  }
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #e60021;
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger.is-open .c-hamburger__top {
  top: 8px;
  transform: rotate(-45deg);
  background-color: #e60021;
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -8px;
  transform: rotate(45deg);
  background-color: #e60021;
}

.p-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.p-pagination__link {
  display: inline-block;
  padding: 0.5rem;
  color: #005bac;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  transition: opacity 0.3s;
  background: #fff;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
}

.p-pagination__link:hover {
  opacity: 0.7;
}

.p-pagination__disabled {
  pointer-events: none;
  display: none;
  opacity: 0.7;
}

.p-pagination .__current {
  background: #005bac;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
  border-radius: 2em;
  color: #fff;
}

@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;
}

.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%;
}

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