@charset "UTF-8";
/*================================
Reset CSS
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  width: 100%;
  vertical-align: top;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  border-radius: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  color: #5486D5;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

/*================================
Base
================================*/
html,
body {
  color: #272727;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(0.0266666667 * var(--vw, 1vw) * 100);
}
@media screen and (min-width: 640px) {
  html,
  body {
    font-size: calc(0.0266666667 * var(--vw, 1vw) * 75);
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: calc(0.0266666667 * var(--vw, 1vw) * 75);
  }
}
@media screen and (min-width: 1280px) {
  html,
  body {
    font-size: min(0.0073206442 * var(--vw, 1vw) * 100, 10px);
  }
}

.l_wrapper {
  overflow: hidden;
  padding-top: 4.6rem;
}
@media screen and (min-width: 1280px) {
  .l_wrapper {
    padding-top: 7.8rem;
  }
}

.l_inner {
  width: 34.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l_inner {
    width: 110rem;
  }
}

.l_xlCol2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l_xlCol2 {
    flex-direction: row;
  }
}

.bg_black {
  background-color: #272727;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

br._sm_hide {
  display: none;
}
@media screen and (min-width: 768px) {
  br._sm_hide {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  br._xl_hide {
    display: none;
  }
}

/* e_heading */
.e_heading {
  overflow: hidden;
  line-height: 1;
}
.e_heading-wrap {
  overflow: hidden;
}
.e_heading_en {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 4.2rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .e_heading_en {
    margin-bottom: 8px;
    font-size: 80px;
  }
}
.e_heading_jp {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .e_heading_jp {
    font-size: 28px;
  }
}
.e_heading._center {
  text-align: center;
}
.e_heading._white {
  color: #FFFFFF;
}
.e_heading._pink {
  color: #D5546A;
}
.e_heading._line {
  position: relative;
}
.e_heading._line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  right: -1.5rem;
  width: 17.2rem;
  height: 3.2rem;
  background-image: url(../image/strongth/strongth_heading_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .e_heading._line::after {
    top: 1rem;
    right: -10rem;
    width: 81.6rem;
    height: 15.2rem;
  }
}
.e_heading_description {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .e_heading_description {
    margin-top: 48px;
    font-size: 20px;
  }
}
.e_heading_description._center {
  text-align: center;
}

/* e_heading */
.e_button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  width: 100%;
  padding: 1em 2.4rem;
  border-radius: 100vh;
  border: solid 1px #272727;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #BB3E45;
  color: #272727;
}
@media screen and (min-width: 1280px) {
  .e_button {
    padding: 2.8rem 3.4rem;
    font-size: 1.7rem;
  }
}
.e_button::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../image/common/button_link_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .e_button::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.e_button._yel {
  background-color: #FDD714;
}
.e_button._org {
  background-color: #F7944A;
}
@media screen and (min-width: 1024px) {
  .e_button:hover::after {
    transform: translateX(1rem) rotate(45deg);
  }
}

/* Header */
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 4.6rem;
  box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.16);
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .c_header {
    height: 7.8rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
    transition: height 0.3s;
  }
}
.c_header_inner {
  grid-template-columns: repeat(2, auto);
  align-items: center;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 1280px) {
  .c_header_inner {
    padding: 0 80px;
  }
}
.c_header_logo {
  height: 2.8rem;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .c_header_logo {
    height: 4.8rem;
    transition: height 0.3s;
  }
}
.c_header_logo a {
  transition: opacity 0.5s;
}
.c_header_logo a:hover {
  opacity: 0.5;
}
.c_header_logo a img {
  height: 100%;
  width: auto;
}
.c_headerPcMenu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .c_headerPcMenu {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .c_headerPcMenuList {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .c_headerPcMenuList_item a {
    color: #272727;
    font-size: 16px;
    font-weight: 700;
  }
}
.c_headerPcMenuList_contact {
  display: none;
}
@media screen and (min-width: 1280px) {
  .c_headerPcMenuList_contact {
    display: inline-block;
    margin-left: 2.4rem;
  }
}
.c_headerPcMenuList_contact a {
  transition: opacity 0.3s;
}
.c_headerPcMenuList_contact a img {
  width: 24rem;
}
.c_headerPcMenuList_contact a:hover {
  opacity: 0.5;
}
.c_header_button {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .c_header_button {
    display: none;
  }
}
.c_header_button span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 2.7rem;
  height: 3px;
  border-radius: 100vh;
  background-color: #272727;
  transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .c_header_button span {
    width: 4rem;
    height: 0.4rem;
  }
}
.c_header_button span:nth-of-type(1) {
  top: calc(50% - 0.9rem);
}
@media screen and (min-width: 1280px) {
  .c_header_button span:nth-of-type(1) {
    top: calc(50% - 0.6rem);
  }
}
.c_header_button span:nth-of-type(3) {
  top: calc(50% + 0.9rem);
}
@media screen and (min-width: 1280px) {
  .c_header_button span:nth-of-type(3) {
    top: calc(50% + 0.6rem);
  }
}
.c_header_button[aria-expanded=true] span:nth-of-type(1) {
  top: 50%;
  transform: translateX(-50%) rotate(40deg);
}
.c_header_button[aria-expanded=true] span:nth-of-type(2) {
  top: 50%;
  transform: translateX(-50%) rotate(-40deg);
}
.c_headerMenu {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  padding-top: 6rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .c_headerMenu {
    overflow: hidden;
    padding-top: 14.4rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_headerMenuList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12rem;
  }
}
.c_headerMenuList_item a {
  display: inline-block;
  width: 100%;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  color: #272727;
}
.c_headerMenu.is-open {
  display: block;
}
.c_header._hide {
  transform: translateY(-100%);
}

/* Footer */
.c_footer {
  position: relative;
  z-index: 1;
  padding-bottom: 2.4rem;
  background-color: #083244;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .c_footer {
    padding-bottom: 3.3rem;
  }
}
.c_footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 20rem;
  border-radius: 50%;
  background-color: #083244;
}
@media screen and (min-width: 1024px) {
  .c_footer::before {
    top: -12.1rem;
    width: 134%;
    height: 45.2rem;
  }
}
.c_footer_inner {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .c_footer_inner {
    grid-template-columns: auto 1fr;
    align-items: end;
  }
}
.c_footerInfo_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .c_footerInfo_heading {
    flex-direction: row;
    align-items: center;
  }
}
.c_footerInfo_heading h2 {
  font-size: 4rem;
  letter-spacing: 0.01em;
}
.c_footerInfo_heading p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c_footerInfo_heading p {
    margin-left: 2.6rem;
  }
}
.c_footerInfoList {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.2rem 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.c_footerInfoList dt {
  padding-top: 0.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .c_footerInfoList dt {
    font-size: 1.5rem;
  }
}
.c_footerInfoList dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .c_footerInfoList dd {
    font-size: 2rem;
  }
}
.c_footerMenu {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .c_footerMenu {
    align-items: end;
    text-align: right;
    margin-top: 0;
  }
}
.c_footerMenu_item {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .c_footerMenu_item {
    margin-bottom: 2.6rem;
  }
}
.c_footerMenu_item a {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .c_footerMenu_item a {
    font-size: 2rem;
  }
}
.c_footerMenu_item:last-of-type {
  margin-bottom: 0;
}
.c_footerSns {
  margin-top: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .c_footerSns {
    margin-top: 10rem;
  }
}
.c_footerSns_inner {
  display: grid;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .c_footerSns_inner {
    grid-template-columns: repeat(2, 1fr);
    width: 76.6rem;
  }
}
.c_footerSns_item iframe {
  width: 100%;
  height: 32rem;
}
.c_footer_copyright {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c_footer_copyright {
    margin-top: 13.4rem;
    font-size: 1.4rem;
  }
}

/* archive */
.c_archive {
  padding-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .c_archive {
    padding-bottom: 12rem;
  }
}
.c_archiveContent {
  padding-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .c_archiveContent {
    padding-bottom: 12rem;
  }
}
.c_archive_search {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c_archive_search {
    width: 38rem;
  }
}
.c_archive_search select {
  width: 100%;
  height: 5.2rem;
  padding-left: 1.2rem;
  border: solid 0.3rem #D5546A;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  color: #272727;
  font-size: 1.6rem;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .c_archive_search select {
    height: 6rem;
  }
}
.c_archive_search::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.8rem);
  transform: translateX(50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-right: solid 0.2rem #D5546A;
  border-bottom: solid 0.2rem #D5546A;
  pointer-events: none;
}

/* pageNavi */
.c_pageNavi .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.c_pageNavi .wp-pagenavi a,
.c_pageNavi .wp-pagenavi span {
  display: inline-block;
  color: #D5546A;
  font-size: 1.4rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 4.1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c_pageNavi .wp-pagenavi a,
  .c_pageNavi .wp-pagenavi span {
    font-size: 2rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c_pageNavi .wp-pagenavi a:hover {
    text-decoration: underline;
  }
}
.c_pageNavi .wp-pagenavi a.page,
.c_pageNavi .wp-pagenavi span.current {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 1024px) {
  .c_pageNavi .wp-pagenavi a.page,
  .c_pageNavi .wp-pagenavi span.current {
    width: 6rem;
    height: 6rem;
  }
}
.c_pageNavi .wp-pagenavi span.current {
  border-radius: 50%;
  background-color: #D5546A;
  color: #FFFFFF;
}
.c_pageNavi .wp-pagenavi a.previouspostslink,
.c_pageNavi .wp-pagenavi a.nextpostslink,
.c_pageNavi .wp-pagenavi a.last,
.c_pageNavi .wp-pagenavi a.first {
  padding: 0 1.2rem;
}
@media screen and (min-width: 1024px) {
  .c_pageNavi .wp-pagenavi a.previouspostslink,
  .c_pageNavi .wp-pagenavi a.nextpostslink,
  .c_pageNavi .wp-pagenavi a.last,
  .c_pageNavi .wp-pagenavi a.first {
    padding: 0 2rem;
  }
}

/* newsList */
.c_newsList {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 2.6rem;
}
@media screen and (min-width: 1280px) {
  .c_newsList {
    padding: 4rem;
  }
}
.c_newsList a {
  display: block;
  color: #272727;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .c_newsList a article {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
}
.c_newsList_date {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .c_newsList_date {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.c_newsList_title {
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1280px) {
  .c_newsList_title {
    font-size: 2rem;
  }
}
.c_newsList_button {
  text-align: center;
}

.p_home_container {
  position: relative;
}
.p_homeMv {
  overflow: hidden;
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 4.6rem);
  padding-top: 4.6rem;
  padding-bottom: 6.1rem;
  background-color: #FFFFFF;
  background-image: url(../image/home/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .p_homeMv {
    height: calc(var(--vh, 1vh) * 100 - 7.8rem);
    padding-top: 0;
    padding-bottom: 12.1rem;
    box-sizing: content-box;
    background-image: url(../image/home/mv_bg_pc.png);
  }
}
.p_homeMv_heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p_homeMv_heading {
    top: calc(50% - 7.8rem);
  }
}
.p_homeMv_heading span {
  position: relative;
  z-index: 1;
  padding: 0.6rem 2.4rem 0.8rem;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1280px) {
  .p_homeMv_heading span {
    padding: 1.2rem 5.2rem 1.6rem;
    font-size: 7.1rem;
    line-height: 100%;
  }
}
.p_homeMv_heading span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: solid 1px #272727;
  background-color: #F7944A;
  transform: skewX(-25deg);
}
.p_homeMv_heading span:first-of-type {
  margin-right: 8rem;
}
@media screen and (min-width: 1280px) {
  .p_homeMv_heading span:first-of-type {
    margin-right: 39.6rem;
  }
}
.p_homeMv_heading span:last-of-type {
  margin-left: 5rem;
}
@media screen and (min-width: 1280px) {
  .p_homeMv_heading span:last-of-type {
    margin-left: 24rem;
  }
}
.p_homeAbout {
  position: relative;
  z-index: 1;
  padding: 4.8rem 0;
  border-top: solid 1px #272727;
  background-color: rgba(224, 224, 224, 0.84);
  backdrop-filter: blur(3px);
}
@media screen and (min-width: 1280px) {
  .p_homeAbout {
    margin-top: -12.1rem;
    padding-top: 10.1rem;
  }
}
.p_homeAbout_heading {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_heading {
    margin-bottom: 5.1rem;
    font-size: 6rem;
  }
}
.p_homeAbout_detail {
  margin-bottom: 2.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_detail {
    width: 90rem;
    margin: 0 auto 6.5rem;
    font-size: 2rem;
    text-align: center;
  }
}
.p_homeAboutList {
  display: grid;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 2.4rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeAboutList {
    grid-template-columns: auto 1fr auto;
    padding: 2.9rem 3.8rem;
    border-radius: 3.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem {
    padding: 0.6rem 0;
  }
}
.p_homeAboutListItem_title {
  margin-bottom: 1.1rem;
  padding: 1.2rem 0;
  background-color: #FDD714;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 100%;
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem_title {
    font-size: 2.8rem;
  }
}
.p_homeAboutListItem_detail {
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem_detail {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem._center {
    padding: 0.6rem 2.6rem;
    border: solid 1px #272727;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem:first-of-type {
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeAboutListItem:last-of-type {
    padding-left: 2.4rem;
  }
}
.p_homeAbout_deco {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_deco {
    z-index: 0;
  }
}
.p_homeAbout_deco._org {
  top: 4.6rem;
  left: -4.2rem;
  width: 14rem;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_deco._org {
    top: 8.3rem;
    left: -15.2rem;
    width: 42.6rem;
  }
}
.p_homeAbout_deco._blu {
  top: 30rem;
  right: -1.5rem;
  width: 9rem;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_deco._blu {
    top: -5.1rem;
    right: 0;
    width: 25.4rem;
    height: 25rem;
  }
}
.p_homeAbout_deco._yel {
  bottom: -9rem;
  right: 4rem;
  width: 14rem;
}
@media screen and (min-width: 1280px) {
  .p_homeAbout_deco._yel {
    bottom: -23rem;
    right: 16.4rem;
    width: 27rem;
  }
}
.p_homeAbout::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 20rem;
  border-radius: 50%;
  background-color: rgb(230, 230, 230);
}
@media screen and (min-width: 1280px) {
  .p_homeAbout::before {
    bottom: -12.1rem;
    width: 134%;
    height: 45.2rem;
  }
}
.p_homePlogram {
  position: relative;
  padding: 12rem 0 6rem;
  background-color: #083244;
}
@media screen and (min-width: 1280px) {
  .p_homePlogram {
    padding-top: 25.8rem;
    padding-bottom: 11rem;
  }
}
.p_homePlogram_heading {
  margin-bottom: 3.6rem;
  color: #FFFFFF;
  font-size: 3.2rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .p_homePlogram_heading {
    margin-bottom: 7.4rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homePlogramList {
    width: 67.5rem;
    margin: 0 auto;
  }
}
.p_homePlogramListItem {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  border: solid 1px #272727;
  border-radius: 1rem;
  background-color: #FFFFFF;
}
.p_homePlogramListItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 2.8rem 2.4rem;
  color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    padding: 2.4rem 4.2rem 2.4rem 8.1rem;
  }
}
.p_homePlogramListItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.2rem;
  left: calc(50% - 1.3rem);
  width: 2.7rem;
  height: 2.2rem;
  background-image: url(../image/home-2025/homePlogramListItem_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p_homePlogramListItem:first-of-type::before {
  display: none;
}
.p_homePlogramListItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  left: -1.2rem;
  transform: translateY(-50%);
  z-index: -1;
  width: 8rem;
  height: 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem::after {
    width: 9.9rem;
    height: 9.3rem;
  }
}
.p_homePlogramListItem:nth-child(1)::after {
  background-image: url(../image/home-2025/homePlogramListItem_01.svg);
}
.p_homePlogramListItem:nth-child(2)::after {
  background-image: url(../image/home-2025/homePlogramListItem_02.svg);
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem:nth-child(2)::after {
    top: 2.7rem;
  }
}
.p_homePlogramListItem:nth-child(3)::after {
  background-image: url(../image/home-2025/homePlogramListItem_03.svg);
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem:nth-child(3)::after {
    top: 6.8rem;
  }
}
.p_homePlogramListItem_heading {
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem_heading {
    font-size: 3rem;
  }
}
.p_homePlogramListItem_detail {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.14em;
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem_detail {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}
.p_homePlogramListItem_line {
  display: inline-block;
  width: 1px;
  height: 2.4rem;
  background-color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homePlogramListItem_line {
    width: 100%;
    height: 1px;
  }
}
.p_homeContent {
  padding: 3.6rem 2.4rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(208, 208, 208, 0.4) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(208, 208, 208, 0.4) calc(100% - 1px));
  background-size: 3.3rem 3.3rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .p_homeContent {
    padding: 7.7rem 8rem 9.3rem;
    border-radius: 3.5rem;
  }
}
.p_homeContent_heading {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .p_homeContent_heading {
    margin-bottom: 2.6rem;
    font-size: 6rem;
    text-align: center;
  }
}
.p_homeContent_detail {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeContent_detail {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p_homeContentSchedule {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin: 4.8rem 0;
}
@media screen and (min-width: 1280px) {
  .p_homeContentSchedule {
    row-gap: 0.9rem;
    width: 76.6rem;
    margin: 8.5rem auto 8.3rem;
  }
}
.p_homeContentScheduleItem {
  display: grid;
  grid-template-columns: 1fr 18rem;
  position: relative;
  padding: 1.2rem 1rem;
  border: solid 1px #272727;
  border-radius: 1rem;
  color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem {
    grid-template-columns: 1fr 47rem;
    padding: 3.7rem 5.6rem;
  }
}
.p_homeContentScheduleItem_date {
  margin-top: 0.1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem_date {
    font-size: 2rem;
  }
}
.p_homeContentScheduleItem_detail {
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem_detail {
    font-size: 1.8rem;
  }
}
.p_homeContentScheduleItem_detail span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem_detail span {
    display: inline;
    font-size: 2.2rem;
  }
}
.p_homeContentScheduleItem._border::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  left: 8.3rem;
  z-index: 1;
  width: 0.2rem;
  height: calc(100% + 2.3rem);
  background-color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem._border::after {
    top: 4.8rem;
    left: 20.5rem;
    height: calc(100% + 2.3rem);
  }
}
.p_homeContentScheduleItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  left: 7.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homeContentScheduleItem::before {
    top: 4.3rem;
    left: 19.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.p_homeContentSchedule._yel .p_homeContentScheduleItem {
  background-color: #FDD714;
}
.p_homeContentSchedule._yel .p_homeContentScheduleItem._gry {
  background-color: #E8E8E8;
}
.p_homeContentSchedule._org .p_homeContentScheduleItem {
  background-color: #F7944A;
}
.p_homeContentSchedule._org .p_homeContentScheduleItem._gry {
  background-color: #E8E8E8;
}
.p_homeContentSchedule._blu .p_homeContentScheduleItem {
  grid-template-columns: 1fr 17rem;
  background-color: #3FA4E0;
}
@media screen and (min-width: 1280px) {
  .p_homeContentSchedule._blu .p_homeContentScheduleItem {
    grid-template-columns: 1fr 47rem;
  }
}
.p_homeContentSchedule._blu .p_homeContentScheduleItem::before {
  left: 9.8rem;
}
@media screen and (min-width: 1280px) {
  .p_homeContentSchedule._blu .p_homeContentScheduleItem::before {
    left: 19.5rem;
  }
}
.p_homeContentSchedule._blu .p_homeContentScheduleItem:after {
  left: 10.3rem;
}
@media screen and (min-width: 1280px) {
  .p_homeContentSchedule._blu .p_homeContentScheduleItem:after {
    left: 20.5rem;
  }
}
.p_homeContentSchedule._blu .p_homeContentScheduleItem._gry {
  background-color: #E8E8E8;
}
.p_homeSection {
  margin-bottom: 6rem;
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSection {
    margin-bottom: 12rem;
    scroll-margin-top: 12rem;
  }
}
.p_homeSection._mb0 {
  margin-bottom: 0;
}
.p_homeSection_heading-h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_heading-h3 {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.p_homeSection_heading-h3 span {
  padding: 0 1rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_heading-h3 span {
    padding: 0 5.6rem;
  }
}
.p_homeSection_heading-h3::before, .p_homeSection_heading-h3::after {
  content: "";
  display: inline-block;
  width: calc(100% + 2.6rem);
  height: 1px;
  margin-top: 0.2rem;
  background-color: #272727;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_heading-h3::before, .p_homeSection_heading-h3::after {
    width: 100%;
  }
}
.p_homeSection_heading-h3::before {
  margin-left: -2.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_heading-h3::before {
    margin-left: 0;
  }
}
.p_homeSection_heading-h4 {
  display: inline-block;
  padding-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 100%;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_heading-h4 {
    font-size: 2.8rem;
    padding-bottom: 0.5rem;
  }
}
.p_homeSection_heading-h4._yel {
  background-color: #FDD714;
}
.p_homeSection_heading-h4._org {
  background-color: #F7944A;
}
.p_homeSection_heading-h4._blu {
  background-color: #3FA4E0;
}
.p_homeSection_detail {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeSection_detail {
    margin-top: 1rem;
    margin-bottom: 6rem;
    font-size: 2rem;
  }
}
.p_homeSectionPlofile {
  margin-top: -1px;
  padding: 3.4rem 1.6rem;
  border: solid 1px #272727;
  border-radius: 0 0 1rem 1rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile {
    padding: 2.6rem;
  }
}
.p_homeSectionPlofile_image {
  overflow: hidden;
  width: 17.2rem;
  height: 17.2rem;
  margin: 0 auto 2.4rem;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile_image {
    margin: 0 auto 3.6rem;
    width: 31.2rem;
    height: 31.2rem;
  }
}
.p_homeSectionPlofile_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p_homeSectionPlofile_image._wide {
  width: 100%;
  height: auto;
  border-radius: 100vh;
}
.p_homeSectionPlofile_image._wide img {
  height: auto;
}
.p_homeSectionPlofile_detail {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile_detail {
    margin-bottom: 3.7rem;
    padding-bottom: 2.6rem;
    border-bottom: solid 1px #272727;
    font-size: 2rem;
  }
}
.p_homeSectionPlofileText {
  flex: 1;
  text-align: center;
}
.p_homeSectionPlofileText_name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofileText_name {
    font-size: 1.9rem;
  }
}
.p_homeSectionPlofileText_name span {
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofileText_name span {
    font-size: 2.6rem;
  }
}
.p_homeSectionPlofileText_detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9em;
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofileText_detail {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile._pc_wide {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    padding: 5.6rem 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile._pc_wide .p_homeSectionPlofile_image {
    width: 31.2rem;
    height: 31.2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSectionPlofile._pc_wide .p_homeSectionPlofileText {
    flex: 1;
  }
}
.p_homeFirst {
  position: relative;
  background-color: #083244;
  scroll-margin-top: 8rem;
  padding: 6rem 0;
}
@media screen and (min-width: 1280px) {
  .p_homeFirst {
    padding-top: 12rem;
    padding-bottom: 7.6rem;
  }
}
.p_homeFirstContent {
  position: relative;
}
.p_homeFirstContent::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9.6rem;
  left: -0.6rem;
  width: 12rem;
  height: 11.6rem;
  background-image: url(../image/home-2025/homeFirst_number.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstContent::before {
    top: -8rem;
    left: 7.2rem;
    width: 20.2rem;
    height: 19rem;
  }
}
.p_homeFirstContent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -11.1rem;
  right: 1rem;
  width: 13rem;
  height: 14.7rem;
  background-image: url(../image/home-2025/homeFirst_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstContent::after {
    top: -8.8rem;
    right: 1rem;
    width: 27.6rem;
    height: 31.2rem;
  }
}
.p_homeFirstProfile {
  margin-top: -1px;
  padding: 3.4rem 1.6rem;
  border: solid 1px #272727;
  border-radius: 1rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfile {
    display: flex;
    gap: 3rem;
    padding: 2.6rem;
  }
}
.p_homeFirstProfile_image {
  overflow: hidden;
  width: 17.2rem;
  height: 17.2rem;
  margin: 0 auto 3.6rem;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfile_image {
    width: 31.2rem;
    height: 31.2rem;
    margin-bottom: 0;
  }
}
.p_homeFirstProfile_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p_homeFirstProfileText {
  flex: 1;
}
.p_homeFirstProfileText_name {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfileText_name {
    margin-bottom: 0.9rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfileText_name span {
    font-size: 2.6rem;
  }
}
.p_homeFirstProfileText_position {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfileText_position {
    font-size: 1.9rem;
  }
}
.p_homeFirstProfileText_detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9em;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstProfileText_detail {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p_homeFirstEvent {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstEvent {
    display: flex;
    gap: 12rem;
    margin-top: 12rem;
  }
}
.p_homeFirstEventText {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstEventText {
    flex: 1;
    margin-bottom: 0;
  }
}
.p_homeFirstEventText_detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstEventText_detail {
    font-size: 2rem;
  }
}
.p_homeFirstEvent_button {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstEvent_button {
    width: 31.4rem;
  }
}
.p_homeFirstMap {
  width: 100%;
  height: 24rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstMap {
    overflow: hidden;
    height: 36.8rem;
    margin-top: 7.4rem;
    border-radius: 1.2rem;
  }
}
.p_homeFirstMap iframe {
  width: 100%;
  height: 100%;
}
.p_homeFirstTeacher {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstTeacher {
    flex-direction: row;
    gap: 2.9rem;
  }
}
.p_homeFirstTeacher_date {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0 0.6rem;
  border: solid 1px #272727;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1280px) {
  .p_homeFirstTeacher_date {
    margin-bottom: 2.4rem;
    padding: 0.6rem 2.4rem;
    font-size: 1.8rem;
  }
}
.p_homeSecond {
  scroll-margin-top: 6rem;
  padding: 6rem 0;
  background-color: #083244;
}
@media screen and (min-width: 1280px) {
  .p_homeSecond {
    scroll-margin-top: 10rem;
    padding: 8rem 0 10.4rem;
  }
}
.p_homeSecondContent {
  position: relative;
}
.p_homeSecondContent::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9.6rem;
  left: -0.6rem;
  width: 12rem;
  height: 11.6rem;
  background-image: url(../image/home-2025/homeSecond_number.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondContent::before {
    top: -8rem;
    left: 7.2rem;
    width: 20.2rem;
    height: 19rem;
  }
}
.p_homeSecondContent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -11.1rem;
  right: 1rem;
  width: 13rem;
  height: 14.7rem;
  background-image: url(../image/home-2025/homeSecond_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondContent::after {
    top: -5.9rem;
    right: -2rem;
    width: 29.7rem;
    height: 33.8rem;
  }
}
.p_homeSecondTheme_item {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondTheme_item {
    margin-bottom: 6rem;
  }
}
.p_homeSecondTheme_heading {
  display: inline-flex;
  gap: 0.5em;
  margin-bottom: 1.2rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondTheme_heading {
    margin-bottom: 1.8rem;
    line-height: 100%;
  }
}
.p_homeSecondTheme_heading span {
  flex: 1;
}
.p_homeSecondTheme_question {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondTheme_question {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }
}
.p_homeSecondTheme_detail {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondTheme_detail {
    font-size: 1.6rem;
  }
}
.p_homeSecondTheme_note {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondTheme_note {
    font-size: 1.6rem;
  }
}
.p_homeSecondPrize {
  display: flex;
  justify-content: center;
}
.p_homeSecondPrize_text {
  position: relative;
  z-index: 1;
  margin: 3.6rem 0;
  font-size: 2.4rem;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondPrize_text {
    margin: 6rem 0;
    font-size: 3rem;
    line-height: 2em;
  }
}
.p_homeSecondPrize_text span {
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondPrize_text span {
    font-size: 2.5rem;
  }
}
.p_homeSecondPrize_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  width: 32rem;
  height: 31.2rem;
  background-image: url(../image/home-2025/homeSecondPrize_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondPrize_text::before {
    width: 53.2rem;
    height: 51.3rem;
  }
}
.p_homeSecondInfo {
  padding: 2.4rem 1.2rem;
  border: solid 0.2rem #272727;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfo {
    width: 94rem;
    margin: 0 auto;
    padding: 6.6rem 8.6rem 8.6rem;
    border: solid 0.8rem #272727;
    border-radius: 5.8rem;
  }
}
.p_homeSecondInfo_heading {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfo_heading {
    margin-bottom: 4.8rem;
    font-size: 4.5rem;
  }
}
.p_homeSecondInfo_detail {
  margin-bottom: 3.6rem;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfo_detail {
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
}
.p_homeSecondInfoItem {
  position: relative;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoItem {
    margin-bottom: 5.6rem;
  }
}
.p_homeSecondInfoItem_detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoItem_detail {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
}
.p_homeSecondInfoItem_detail br._sp_none {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoItem_detail br._sp_none {
    display: inline;
  }
}
.p_homeSecondInfoItem_image {
  position: absolute;
  top: 5.8rem;
  right: -1rem;
  width: 6.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoItem_image {
    top: -9rem;
    right: -2rem;
    width: 22.5rem;
  }
}
.p_homeSecondInfoNoto_heading {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoNoto_heading {
    margin-bottom: 2.8rem;
    font-size: 2.7rem;
    line-height: 100%;
    text-align: center;
  }
}
.p_homeSecondInfoNoto_detail {
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfoNoto_detail {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p_homeSecondInfo_button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondInfo_button {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 1.4rem;
    margin-top: 4.8rem;
  }
}
.p_homeSecondJudgeList {
  display: grid;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondJudgeList {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }
}
.p_homeSecondJudgeListItem_image {
  overflow: hidden;
  width: 17.4rem;
  margin: 0 auto 2.4rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondJudgeListItem_image {
    width: 100%;
    margin: 0 auto 3.6rem;
  }
}
.p_homeSecondJudgeListItem_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p_homeSecondJudgeListItemText_name {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
}
.p_homeSecondJudgeListItemText_name::after {
  content: "氏";
  margin-left: 0.2rem;
  font-size: 1.5rem;
}
.p_homeSecondJudgeListItemText_position {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p_homeSecondJudgeListItemText_detail {
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: 300;
}
.p_homeSecondJudge_detail {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondJudge_detail {
    margin-top: 6rem;
    font-size: 2rem;
  }
}
.p_homeSecondCaseItem {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem {
    margin-bottom: 8rem;
  }
}
.p_homeSecondCaseItem_heading {
  display: inline-flex;
  margin-bottom: 2.4rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_heading {
    margin-bottom: 4.2rem;
    line-height: 100%;
  }
}
.p_homeSecondCaseItem_heading span {
  flex: 1;
}
.p_homeSecondCaseItem_heading br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_heading br {
    display: inline;
  }
}
.p_homeSecondCaseItem_detail {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_detail {
    margin-bottom: 4.2rem;
    font-size: 1.6rem;
  }
}
.p_homeSecondCaseItem_box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_box {
    flex-direction: row;
    gap: 3.6rem;
  }
}
.p_homeSecondCaseItem_image {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_image._vertical {
    width: 26.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_image._wide {
    width: 38.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_image._pc_none {
    display: none;
  }
}
.p_homeSecondCaseItem_image._sp_none {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_image._sp_none {
    display: block;
  }
}
.p_homeSecondCaseItem_text {
  flex: 1;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCaseItem_text {
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }
}
.p_homeSecondCaseItem_text span {
  display: inline-flex;
}
.p_homeSecondCaseItem_text span::before {
  content: "・";
}
.p_homeSecondCase_button {
  text-align: center;
}
.p_homeSecondCase_button a {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p_homeSecondCase_button a {
    width: 37rem;
  }
}
.p_homeThird {
  position: relative;
  z-index: 1;
  scroll-margin-top: 14rem;
  padding: 6rem 0;
  background-color: #083244;
}
@media screen and (min-width: 1280px) {
  .p_homeThird {
    scroll-margin-top: 8rem;
    margin-bottom: 20.5rem;
    padding-top: 8rem;
  }
}
.p_homeThird::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 20rem;
  border-radius: 50%;
  background-color: #083244;
}
@media screen and (min-width: 1280px) {
  .p_homeThird::before {
    bottom: -20.5rem;
    width: 134%;
    height: 45.2rem;
  }
}
.p_homeThirdContent {
  position: relative;
}
.p_homeThirdContent::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9.6rem;
  left: -0.6rem;
  width: 12rem;
  height: 11.6rem;
  background-image: url(../image/home-2025/homeThird_number.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdContent::before {
    top: -12rem;
    left: 7.2rem;
    width: 20.2rem;
    height: 19rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSchedule {
    margin-bottom: 19rem;
  }
}
.p_homeThirdSupport {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupport {
    padding-top: 14.3rem;
  }
}
.p_homeThirdSupportField {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportField {
    width: 66.2rem;
    margin: 0 auto 16rem;
  }
}
.p_homeThirdSupportField_image {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportField_image {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
.p_homeThirdSupportField_detail {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportField_detail {
    font-size: 1.6rem;
  }
}
.p_homeThirdSupportPrize {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportPrize {
    margin: 6rem 0;
  }
}
.p_homeThirdSupportPrize_text {
  position: relative;
  z-index: 1;
  margin: 6rem 0;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportPrize_text {
    font-size: 3rem;
  }
}
.p_homeThirdSupportPrize_text span {
  display: block;
  width: 25.2rem;
  margin-top: 2.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportPrize_text span {
    width: 44.6rem;
    font-size: 2rem;
  }
}
.p_homeThirdSupportPrize_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 2.6rem);
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  width: 16rem;
  height: 15.8rem;
  background-image: url(../image/home/homeThirdSupportPrize_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportPrize_text::before {
    width: 33.6rem;
    height: 33.8rem;
  }
}
.p_homeThirdSupportList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportList {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 3.2rem;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportListItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p_homeThirdSupportListItem_heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.4em;
  padding: 10px 5.1rem 13px 1.6rem;
  color: #272727;
  font-size: 2rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupportListItem_heading {
    font-size: 3rem;
  }
}
.p_homeThirdSupportListItem_heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  width: calc(100% - 6px);
  height: calc(100% - 2px);
  background-color: #FDD714;
  clip-path: polygon(0 0, 86.2% 0, 100% 100%, 0 100%);
}
.p_homeThirdSupportListItem_heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #272727;
  clip-path: polygon(0 0, 85% 0, 99.1% 100%, 0 100%);
}
.p_homeThirdSupport::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -11rem;
  right: -2.8rem;
  width: 10.1rem;
  height: 11.9rem;
  background-image: url(../image/home-2025/homeThirdSupport_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p_homeThirdSupport::before {
    top: -25rem;
    right: -2.8rem;
    width: 29.1rem;
    height: 34.3rem;
  }
}
.p_homeFaq {
  position: relative;
  padding: 8rem 0 12rem;
  background-image: url(../image/home-2025/faq_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1280px) {
  .p_homeFaq {
    margin-top: -20.5rem;
    padding: 39.5rem 0;
    background-image: url(../image/home-2025/faq_bg_pc.png);
  }
}
.p_homeFaq_heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeFaq_heading {
    margin-bottom: 9rem;
    font-size: 2rem;
  }
}
.p_homeFaq_heading::before {
  content: attr(data-en);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1280px) {
  .p_homeFaq_heading::before {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.p_homeFaqList {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 34.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .p_homeFaqList {
    width: 102rem;
  }
}
.p_homeFaqListItem {
  overflow: hidden;
  border: solid 1px #272727;
  border-radius: 1.5rem;
  background: #FFFFFF;
}
.p_homeFaqListItem_title {
  margin-bottom: 0.4rem;
  padding: 2rem 3rem;
  border-bottom: solid 1px #272727;
  background-color: #DEDEDE;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .p_homeFaqListItem_title {
    padding: 3.2rem;
    font-size: 2rem;
  }
}
.p_homeFaqListItem_detail {
  padding: 1.4rem 3rem 2rem;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeFaqListItem_detail {
    padding: 2.4rem 3.2rem;
    font-size: 1.6rem;
  }
}
.p_homeEntry {
  padding: 6rem 0;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1280px) {
  .p_homeEntry {
    padding: 12rem 0;
  }
}
.p_homeEntry_content {
  padding: 3rem 3rem 6rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1280px) {
  .p_homeEntry_content {
    width: 102rem;
    margin: 0 auto;
    padding: 5rem 6rem 12rem;
  }
}
.p_homeEntry_heading {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeEntry_heading {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
.p_homeEntry_detail {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeEntry_detail {
    margin-bottom: 8rem;
    font-size: 2rem;
  }
}
.p_homeEntryInfo {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1280px) {
  .p_homeEntryInfo {
    margin-bottom: 8rem;
  }
}
.p_homeEntryInfo_heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: underline; /* 下線 */
  text-decoration-color: #F7944A;
  text-decoration-thickness: 0.8rem; /* 線の太さ */
  text-underline-offset: -0.3em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 1280px) {
  .p_homeEntryInfo_heading {
    margin-bottom: 4rem;
    font-size: 3rem;
    text-decoration-thickness: 1.6rem;
  }
}
.p_homeEntryInfo_detail {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
  .p_homeEntryInfo_detail {
    font-size: 2rem;
  }
}
.p_homeEntry_button {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 1280px) {
  .p_homeEntry_button {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeEntry_button a {
    width: calc((100% - 8rem) / 2);
  }
}
.p_homeNews {
  margin-bottom: 5.1rem;
  background-color: #083244;
}
@media screen and (min-width: 1280px) {
  .p_homeNews {
    margin-bottom: 12rem;
  }
}
.p_homeNews_inner {
  border-radius: 1.5rem;
  background: #FFFFFF;
  padding-bottom: 2.6rem;
}
@media screen and (min-width: 1280px) {
  .p_homeNews_inner {
    padding-bottom: 6rem;
  }
}
.p_homeNews_heading {
  padding: 2.6rem 0;
  border-bottom: solid 0.4rem #083244;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeNews_heading {
    padding: 6rem;
    font-size: 4rem;
  }
}
.p_homeNews_button {
  margin-top: 2.4rem;
  padding: 0 2.6rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p_homeNews_button {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p_homeNews_button a {
    width: 40rem;
  }
}

.p_news {
  margin: 4rem 0;
}
@media screen and (min-width: 1280px) {
  .p_news {
    margin: 12rem 0;
  }
}
.p_news_heading {
  font-size: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_news_heading {
    font-size: 6rem;
  }
}

.p_single {
  margin: 4rem 0;
}
@media screen and (min-width: 1280px) {
  .p_single {
    margin: 12rem 0;
  }
}
.p_singleMainHeader {
  margin-bottom: 2.4rem;
}
.p_singleMainHeader_data {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .p_singleMainHeader_data {
    font-size: 2rem;
  }
}
.p_singleMainHeader_title {
  font-size: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p_singleMainHeader_title {
    font-size: 4rem;
  }
}
.p_singleMain_content p {
  font-size: 1.6rem;
  line-height: 1.85em;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .p_singleMain_content p {
    font-size: 2rem;
  }
}
.p_singleMain_content h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .p_singleMain_content h2 {
    font-size: 3rem;
  }
}
.p_singleMain_content h3 {
  font-size: 2.2rem;
  margin-top: 2.4rem;
  margin-bottom: 3.6rem;
}