<strong></strong>@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*変数定義*/
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

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

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

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

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.6337135615vw;
  }
}
@media (min-width: 1578px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

#wrapper {
  position: relative;
  z-index: 1;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

.apology {
  margin: 25rem 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .apology {
    margin: 10rem 0 5rem;
    font-size: 1.6rem;
  }
}
/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    padding: 0 15px;
  }
}
/* --------------------------------
l-container
----------------------------------- */
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18.5rem;
}

.l-container--top {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 14.6rem;
  }
  .l-container--top {
    margin-top: 0;
  }
}
/* --------------------------------
p-headerFDEE21
----------------------------------- */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.5rem;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .p-header {
    height: auto;
    border-bottom: 0.4rem solid #FDEE21;
  }
}
/* --------------------------------
p-header-head
----------------------------------- */
.p-header-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7rem;
  background-color: #fff;
  height: 12rem;
  border-bottom: 0.5rem solid #FDEE21;
}

@media only screen and (max-width: 767px) {
  .p-header-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 14.4rem;*/
    height: auto;
    /*padding: 0 1rem 1.5rem 1.5rem;*/
    padding: 0;
    border-bottom: none;
    /*row-gap: 1rem;*/
    row-gap: 0;
  }
}
.p-header-head__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media only screen and (max-width: 767px) {
  .p-header-head__left {
    -ms-flex-item-align: self-start;
    align-self: self-start;
    /*height: inherit;*/
    height: 6.4rem;
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-header-head__logo {
  width: 60.4rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-header-head__logo {
    width: 30rem;
    margin-bottom: 0;
    height: inherit;
  }
}
@media (max-width: 767px) {
  .p-header-head__logo a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-header-head__logo:hover {
  opacity: 0.7;
}

.p-header-head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media (max-width: 767px) {
  .p-header-head__right {
    width: 100%;
    padding: 0 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-header-head__right.is-hidden {
    display: none;
  }
}
.p-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  column-gap: 2.7rem;
  color: #231815;
}

@media only screen and (max-width: 767px) {
  .p-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-countdown__text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .p-countdown__text {
    -ms-flex-item-align: self-start;
    align-self: self-start;
    /*font-size: 1.6rem;*/
    font-size: 1.4rem;
  }
}
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .countdown {
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    padding-top: 0.6rem;
  }
}
.countdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .countdown li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.countdown li span {
  display: block;
}

.number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .number {
    /*font-size: 4rem;*/
    font-size: 3.6rem;
  }
}
.datetime {
  padding-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .datetime {
    padding-bottom: 0;
    font-size: 1.2rem;
  }
}
.p-sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-sns__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 5.5rem;
  display: inline-block;
}

.p-sns__item a:hover {
  opacity: 0.7;
}

/* --------------------------------
p-header-nav
----------------------------------- */
.p-header-nav {
  height: 6.5rem;
  background-color: #fff;
  padding: 0 3rem;
  border-bottom: 0.5rem solid #FDEE21;
}

@media only screen and (max-width: 767px) {
  .p-header-nav {
    border-bottom: 0.4rem solid #FDEE21;
  }
}
.p-header-nav__lists {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-header-nav__list {
  height: inherit;
}

.p-header-nav__list > a {
  height: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(2rem, 12px);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #5a5a5a;
  padding: 0 2.3rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-nav__list a span::first-letter {
  color: #005EAC;
}

.p-header-nav__list > a:hover,
.p-pulldown:hover {
  cursor: pointer;
  color: #005EAC;
}

.p-header-nav__list.is-current {
  color: #005EAC;
}

.p-header-nav__list.is-current > a {
  color: #005EAC;
}

/* --------------------------------
p-pulldown
----------------------------------- */
.p-pulldown {
  height: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(2rem, 12px);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #5a5a5a;
  /*padding: 0 2.8rem;*/
  padding: 0 2.8rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pulldown > span::first-letter {
  color: #005EAC;
}

.p-pulldown__menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 18rem;
  left: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: default;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pulldown__inner {
  width: 85.5421686747vw;
  margin: 0 auto;
  padding: 3.313253012vw 4.6385542169vw 9.2168674699vw;
}

.p-pulldown__title {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D97300;
  position: relative;
}

.p-pulldown__title::before {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 0;
  width: 22rem;
  height: 0.4rem;
  background-color: #005EAC;
}

.p-pulldown__title span:nth-child(1) {
  font-size: max(3.2rem, 20px);
  color: #61585c;
  margin-right: 2rem;
}

.p-pulldown__title span:nth-child(2) {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #D97300;
}

.p-pulldown__lists {
  margin-top: 2.8313253012vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.75%;
  -moz-column-gap: 2.75%;
  column-gap: 2.75%;
  row-gap: 3.5rem;
}

.p-pulldown__list {
  width: 31.5%;
  height: 7rem;
}

.p-pulldown--01:hover {
  cursor: pointer;
  color: #005EAC;
}

.p-pulldown--01:hover .p-pulldown__menu--01 {
  visibility: visible;
  opacity: 1;
}

.p-pulldown--02:hover {
  cursor: pointer;
  color: #005EAC;
}

.p-pulldown--02:hover .p-pulldown__menu--02 {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------
p-p-drawer-nav
----------------------------------- */
.p-drawer__nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #369fff;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 888;
  overflow-y: scroll;
  padding-bottom: 10rem;
}

.p-drawer__nav.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer-nav__lists {
  margin-top: 8rem;
}

.p-drawer-nav__list a,
.p-drawer-pulldown__title {
  display: block;
  padding: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

.p-drawer__sns {
  margin-top: 2rem;
}

/* --------------------------------
p-drawer-pulldown
----------------------------------- */
.p-drawer-pulldown__title {
  position: relative;
}

.p-drawer-pulldown__title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer-pulldown__list a {
  background-color: #faf8f1;
  color: #369fff;
  border-bottom: 1px solid #369fff;
}

.p-drawer-pulldown__lists {
  display: none;
}

.p-drawer-pulldown.is-show .p-drawer-pulldown__title::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

/* --------------------------------
p-drawer-sns
----------------------------------- */
.p-drawer-sns__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-drawer-sns__lists li a img {
  width: auto;
  height: 2.9rem;
}

/* .p-drawer-sns__lists .fa-brands {
  font-size: 2.8rem;
  color: #fff;
} */
/* --------------------------------
p-sidebar
----------------------------------- */
.p-sidebar {
  width: 23.8rem;
  background-color: #FFDC7C;
  padding: 1.5rem 1rem;
}

@media only screen and (max-width: 767px) {
  .p-sidebar {
    width: 100%;
    background-color: #fff;
    margin-top: 10rem;
    margin-top: 4rem;
    padding: 0 2rem 5rem;
  }
}
.p-sidebar__inner {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__inner {
    max-width: 600px;
  }
}
.p-sidebar__title {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background-color: #005EAC;
}

.p-sidebar__lists {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-sidebar__lists li {
  margin-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__lists li {
    margin-top: 1rem;
  }
}
.p-sidebar__lists--large {
  max-width: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__lists--large {
    max-width: initial;
    width: 100%;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sidebar__lists--large li {
    width: 48%;
  }
}
.p-sidebar__lists--middle {
  max-width: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__lists--middle {
    margin-top: 2rem;
    max-width: initial;
    width: 100%;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sidebar__lists--middle li {
    width: 23.5%;
  }
}
.p-sidebar__lists--small {
  max-width: 13rem;
}

@media only screen and (max-width: 767px) {
  .p-sidebar__lists--small {
    max-width: initial;
    width: 100%;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sidebar__lists--small li {
    width: 22%;
  }
}
/* --------------------------------
p-footer
----------------------------------- */
.p-footer {
  border-top: 1.2rem solid #005EAC;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .p-footer {
    border-top: none;
  }
}
.p-footer__nav {
  margin-top: 5.6rem;
  padding-bottom: 5.6rem;
}

/* --------------------------------
p-footer-nav
----------------------------------- */
.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .p-footer-nav {
    -webkit-column-gap: 6vw;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
  }
}
@media (max-width: 900px) {
  .p-footer-nav {
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-nav {
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}
.p-footer-nav__list ul {
  margin-top: 1rem;
  margin-top: 10px;
}

.p-footer-nav__list ul li a {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1280px) {
  .p-footer-nav__list ul li a {
    font-size: max(1.25vw, 12px);
  }
}
@media (min-width: 1280px) {
  .p-footer-nav__list ul li a {
    font-size: 16px;
  }
}
.p-footer-nav__list a {
  display: inline-block;
  padding: 5px 0;
}

.p-footer-nav__list:not(:first-child) {
  margin-top: 7px;
}

.p-footer-nav__list.c-parent {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer-nav__list.c-parent:hover,
.p-footer-nav__list ul li a:hover {
  opacity: 0.7;
}

/* --------------------------------
p-footer-banner
----------------------------------- */
.p-footer-banner {
  background-color: #FFFFED;
  padding: 5.4rem 0;
}

@media only screen and (max-width: 767px) {
  .p-footer-banner {
    padding: 3rem 0;
  }
}
.p-footer-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .p-footer-banner__items {
    -webkit-column-gap: 2.578125vw;
    -moz-column-gap: 2.578125vw;
    column-gap: 2.578125vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-banner__items {
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-banner__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-banner__item {
    width: 48%;
  }
}
/* --------------------------------
p-footer-foot
----------------------------------- */
.p-footer-foot {
  background-color: #FFC788;
  color: #000;
}

@media (max-width: 1280px) {
  .p-footer-foot {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-foot {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-foot {
    padding-top: 2rem;
  }
}
.p-footer-foot__web-accessibility a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
  width: 292px;
  height: 27px;
  font-size: 12px;
  font-weight: 500;
  margin: 3rem auto 0;
}

.p-footer-foot__copyright {
  margin-top: 3.6rem;
  text-align: center;
  border-top: 1px solid #fff;
}

@media (max-width: 1280px) {
  .p-footer-foot__copyright {
    padding: 1.40625vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-foot__copyright {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-foot__copyright {
    margin-top: 2.4rem;
    padding: 1.4rem 0;
  }
}
.p-footer-foot__copyright small {
  font-weight: 300;
}

@media (max-width: 1280px) {
  .p-footer-foot__copyright small {
    font-size: 1.09375vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-foot__copyright small {
    font-size: 14px;
  }
}
/* --------------------------------
p-footer-address
----------------------------------- */
.p-footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}

@media only screen and (max-width: 800px) {
  .p-footer-address {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.p-footer-address p {
  font-weight: 500;
  line-height: 1.64;
}

@media (max-width: 1280px) {
  .p-footer-address p {
    font-size: max(1.40625vw, 14px);
  }
}
@media (min-width: 1280px) {
  .p-footer-address p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address p {
    font-size: 1.5rem;
  }
}
.p-footer-address p span {
  letter-spacing: 0.05em;
}

@media (max-width: 1280px) {
  .p-footer-address p span {
    font-size: max(1.25vw, 12px);
  }
}
@media (min-width: 1280px) {
  .p-footer-address p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address p span {
    font-size: 1.3rem;
  }
}
.p-footer-address__left {
  padding-left: 23rem;
  position: relative;
}

@media (max-width: 1280px) {
  .p-footer-address__left {
    padding-left: 17.96875vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-address__left {
    padding-left: 230px;
  }
}
@media (max-width: 800px) {
  .p-footer-address__left {
    padding-left: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address__left {
    padding-left: 0;
    padding-top: 8.6rem;
  }
}
.p-footer-address__left::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 7.2rem;
  background-image: url(../../assets/img/common/footer-logo2026.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 1280px) {
  .p-footer-address__left::before {
    width: 15.625vw;
    height: 5.625vw;
  }
}
@media (min-width: 1280px) {
  .p-footer-address__left::before {
    width: 200px;
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address__left::before {
    bottom: initial;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20rem;
    height: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-address__right {
    margin-top: 1.5rem;
  }
}
/* --------------------------------
p-table01
----------------------------------- */
.p-table01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #D97300;
}

@media only screen and (max-width: 767px) {
  .p-table01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
.p-table01 dl:nth-child(6) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-table01 dt {
  font-size: max(1.8rem, 14px);
  font-weight: 500;
  color: #005EAC;
  width: 29.7rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-table01 dt {
    font-size: 1.7rem;
    width: 100%;
  }
}
.p-table01 dd {
  font-size: max(1.6rem, 15px);
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.625;
  padding-right: 6.8rem;
}

@media only screen and (max-width: 767px) {
  .p-table01 dd {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    width: 100%;
    padding-right: 0;
  }
}
.p-table01 dd ol li {
  position: relative;
  padding-left: 1.5em;
}

.p-table01 dd ol li::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  font-size: max(1.6rem, 15px);
}

.p-table01--funrun dt,
.p-table01--volunteer dt {
  color: #005EAC;
}

/* --------------------------------
p-table02
----------------------------------- */
@media only screen and (max-width: 767px) {
  .p-table02 {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.p-table02 table {
  width: 100%;
  border-bottom: 1px solid #9e9b94;
}

@media only screen and (max-width: 767px) {
  .p-table02 table {
    width: 700px;
  }
}
.p-table02 th {
  background-color: #FFF89E;
  border-top: 1px solid #9e9b94;
  border-left: 1px solid #9e9b94;
  font-size: max(1.7rem, 14px);
  padding: 2.4rem 0;
  text-align: center;
}

.p-table02 th:last-child {
  border-right: 1px solid #9e9b94;
}

.p-table-news th {
  padding: 1.2rem 0;
}


.p-table02 td {
  font-size: max(1.6rem, 15px);
  padding: 2.4rem 0;
  text-align: center;
  line-height: 1.6;
  border-top: 1px solid #9e9b94;
  border-left: 1px solid #9e9b94;
}

.p-table-news td {
  padding: 1.2rem 0;
}

.p-table02 td li {
  font-size: max(1.6rem, 15px);
  text-align: left;
}

.p-table02 td:last-child {
  border-right: 1px solid #9e9b94;
}

.p-table02--outline th:nth-child(1) {
  width: 18%;
}

.p-table02--outline th:nth-child(2) {
  width: 14.8%;
}

.p-table02--outline th:nth-child(3) {
  width: 34.5%;
}

.p-table02--outline th:nth-child(4) {
  width: 14.7%;
}

.p-table02--outline th:nth-child(5) {
  width: 18%;
}

.p-table02--application01 th:nth-child(1) {
  width: 17.8%;
}

.p-table02--application01 th:nth-child(2) {
  width: 14.5%;
}

.p-table02--application01 th:nth-child(3) {
  width: 21%;
}

.p-table02--application01 th:nth-child(4) {
  width: 14.5%;
}

.p-table02--application01 th:nth-child(5) {
  width: 14.5%;
}

.p-table02--application01 th:nth-child(6) {
  width: 17.7%;
}

.p-table02--application02 th:nth-child(1) {
  width: 17.8%;
}

.p-table02--application02 th:nth-child(2) {
  width: 14.5%;
}

.p-table02--application02 th:nth-child(3) {
  width: 50%;
}

.p-table02--application02 th:nth-child(4) {
  width: 17.7%;
}

.p-table02--application03 th {
  width: 33.3333%;
}

.p-table02--application03 td:nth-child(1) {
  padding-left: 2.1rem;
  text-align: left;
}

.p-table02--application04 th {
  width: 17.5%;
}

.p-table02--application04 th:nth-child(1) {
  width: 12.5%;
}

.p-table02--application05 th:nth-child(1) {
  width: 30%;
}

.p-table02--application05 th:nth-child(2) {
  width: 12%;
}

.p-table02--application05 th:nth-child(3) {
  width: 15%;
  line-height: 1.3;
}

.p-table02--application05 th:nth-child(4) {
  width: 15%;
}

.p-table02--application05 th:nth-child(5) {
  width: 12%;
}

.p-table02--application05 th:nth-child(6) {
  width: 16%;
}

.p-table02--application6 th {
  width: 25%;
}

/*.p-table02--faq_l07 table {
  background-color: #fff;
}

.p-table02--faq_l07 th:nth-child(1) {
  width: 25%;
}

.p-table02--faq_l07 th:nth-child(2) {
  width: 25%;
}

.p-table02--faq_l07 th:nth-child(3) {
  width: 50%;
}

.p-table02--faq_l07 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_l07 td:nth-child(3) p {
  text-align: left;
}*/

.p-table02--faq_c04 table {
  background-color: #fff;
}

.p-table02--faq_c04 th:nth-child(1) {
  width: 20%;
}

.p-table02--faq_c04 th:nth-child(2) {
  width: 20%;
}

.p-table02--faq_c04 th:nth-child(3) {
  width: 40%;
}

.p-table02--faq_c04 th:nth-child(4) {
  width: 20%;
}

.p-table02--faq_c04 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_c08 table {
  background-color: #fff;
}

.p-table02--faq_c08 td:nth-child(1) {
  width: 25%;
}

.p-table02--faq_c08 td:nth-child(2) {
  width: 75%;
}

.p-table02--faq_c08 td:nth-child(2) p {
  text-align: left;
}

.p-table02--faq_c08 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_c10 table {
  background-color: #fff;
}

.p-table02--faq_c10 td li {
  font-size: max(1.6rem, 15px);
  text-align: left;
}

.p-table02--faq_c10 td:nth-child(1) {
  width: 20%;
}

.p-table02--faq_c10 td:nth-child(2) {
  width: 30%;
}

.p-table02--faq_c10 td:nth-child(2) li {
  text-align: left;
}

.p-table02--faq_c10 td:nth-child(3) {
  width: 30%;
}

.p-table02--faq_c10 td:nth-child(3) li {
  text-align: left;
}

.p-table02--faq_c10 td:nth-child(4) {
  width: 20%;
}

.p-table02--faq_c10 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_c06 table {
  background-color: #fff;
}

.p-table02--faq_c06 th:nth-child(1) {
  width: 15%;
}

.p-table02--faq_c06 th:nth-child(2) {
  width: 15%;
}

.p-table02--faq_c06 th:nth-child(3) {
  width: 25%;
}

.p-table02--faq_c06 th:nth-child(4) {
  width: 25%;
}

.p-table02--faq_c06 th:nth-child(5) {
  width: 20%;
}

.p-table02--faq_c06 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* --------------------------------
p-table03
----------------------------------- */
@media only screen and (max-width: 767px) {
  .p-table03 {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.p-table03 table {
  width: 100%;
  border-bottom: 1px solid #9e9b94;
}

@media only screen and (max-width: 767px) {
  .p-table03 table {
    width: 700px;
  }
}
.p-table03 th {
  background-color: #efe5ce;
  border-top: 1px solid #9e9b94;
  border-left: 1px solid #9e9b94;
  font-size: max(1.7rem, 14px);
  padding: 2rem 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-table03 th {
    font-size: max(1.6rem, 14px);
  }
}
.p-table03 th:last-child {
  border-right: 1px solid #9e9b94;
}

.p-table03 td {
  font-size: max(1.6rem, 15px);
  padding: 1rem 0;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #9e9b94;
  border-left: 1px solid #9e9b94;
}

.p-table03 td li {
  font-size: max(1.6rem, 15px);
  text-align: left;
}

.p-table03 td:last-child {
  border-right: 1px solid #9e9b94;
}

.p-table03--outline td:nth-child(2) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-table03--outline td:nth-child(3) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-table03--outline td:nth-child(5) {
  text-align: left;
  padding-left: 1.8rem;
  padding-right: 1.5rem;
}

.p-table03--outline th:nth-child(1) {
  width: 4%;
}

.p-table03--outline th:nth-child(2) {
  width: 27%;
}

.p-table03--outline th:nth-child(3) {
  width: 15%;
}

.p-table03--outline th:nth-child(4) {
  width: 10%;
}

.p-table03--outline th:nth-child(5) {
  width: 40%;
}

.p-table03--application01 th:nth-child(1) {
  width: 17.8%;
}

.p-table03--application01 th:nth-child(2) {
  width: 14.5%;
}

.p-table03--application01 th:nth-child(3) {
  width: 21%;
}

.p-table03--application01 th:nth-child(4) {
  width: 14.5%;
}

.p-table03--application01 th:nth-child(5) {
  width: 14.5%;
}

.p-table03--application01 th:nth-child(6) {
  width: 17.7%;
}

.p-table03--application02 th:nth-child(1) {
  width: 17.8%;
}

.p-table03--application02 th:nth-child(2) {
  width: 14.5%;
}

.p-table03--application02 th:nth-child(3) {
  width: 50%;
}

.p-table03--application02 th:nth-child(4) {
  width: 17.7%;
}

.p-table03--application03 th {
  width: 33.3333%;
}

.p-table03--application03 td:nth-child(1) {
  padding-left: 2.1rem;
  text-align: left;
}

.p-table03--application04 th {
  width: 17.5%;
}

.p-table03--application04 th:nth-child(1) {
  width: 12.5%;
}

.p-table03--application05 th:nth-child(1) {
  width: 30%;
}

.p-table03--application05 th:nth-child(2) {
  width: 12%;
}

.p-table03--application05 th:nth-child(3) {
  width: 15%;
  line-height: 1.3;
}

.p-table03--application05 th:nth-child(4) {
  width: 15%;
}

.p-table03--application05 th:nth-child(5) {
  width: 12%;
}

.p-table03--application05 th:nth-child(6) {
  width: 16%;
}

.p-table03--application6 th {
  width: 25%;
}

.p-table03--faq_l07 table {
  background-color: #fff;
}

.p-table03--faq_l07 th:nth-child(1) {
  width: 25%;
}

.p-table03--faq_l07 th:nth-child(2) {
  width: 25%;
}

.p-table03--faq_l07 th:nth-child(3) {
  width: 50%;
}

.p-table03--faq_l07 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table03--faq_l07 td:nth-child(3) p {
  text-align: left;
}

.p-table03--faq_c04 table {
  background-color: #fff;
}

.p-table03--faq_c04 th:nth-child(1) {
  width: 20%;
}

.p-table03--faq_c04 th:nth-child(2) {
  width: 20%;
}

.p-table03--faq_c04 th:nth-child(3) {
  width: 40%;
}

.p-table03--faq_c04 th:nth-child(4) {
  width: 20%;
}

.p-table03--faq_c04 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table03--faq_c08 table {
  background-color: #fff;
}

.p-table03--faq_c08 td:nth-child(1) {
  width: 25%;
}

.p-table03--faq_c08 td:nth-child(2) {
  width: 75%;
}

.p-table03--faq_c08 td:nth-child(2) p {
  text-align: left;
}

.p-table03--faq_c08 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table03--faq_c10 table {
  background-color: #fff;
}

.p-table03--faq_c10 td li {
  font-size: max(1.6rem, 15px);
  text-align: left;
}

.p-table03--faq_c10 td:nth-child(1) {
  width: 20%;
}

.p-table03--faq_c10 td:nth-child(2) {
  width: 30%;
}

.p-table03--faq_c10 td:nth-child(2) li {
  text-align: left;
}

.p-table03--faq_c10 td:nth-child(3) {
  width: 30%;
}

.p-table03--faq_c10 td:nth-child(3) li {
  text-align: left;
}

.p-table03--faq_c10 td:nth-child(4) {
  width: 20%;
}

.p-table03--faq_c10 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* --------------------------------
p-info-list
----------------------------------- */
.p-info-list {
  border-bottom: 0.1rem solid #000000;
}

.p-info-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 2.2rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-info-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
}
.p-info-list a h3 {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-info-list a h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-info-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-info-list__meta {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.p-info-list__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  width: 12.6rem;
  height: 4.2rem;
  background-color: #005EAC;
  color: #fff;
  border-radius: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-info-list__cate {
    font-size: 1.3rem;
    width: 8rem;
    height: 2.4rem;
    padding-bottom: 0.1rem;
  }
}
.p-info-list__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 400;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .p-info-list__time {
    font-size: 1.5rem;
  }
}
.p-info-list:hover a {
  opacity: 0.7;
}

/* --------------------------------
p-block
----------------------------------- */
.p-block {
  margin-top: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-block {
    margin-top: 6rem;
  }
}
.p-block__contents {
  margin-top: 6rem;
}

.p-block__wrap {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-block__wrap {
    margin-top: 1.5rem;
  }
}
.p-block__text {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
}

.p-block__text2 {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-block__text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-block__text2 {
    font-size: 1.5rem;
  }
}
.p-block__btn {
  margin: 4.1rem auto 0;
}

@media only screen and (max-width: 767px) {
  .p-block__btn {
    margin-top: 2.5rem;
  }
}
.p-block__btn--pdf {
  max-width: 100rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-block__btn--pdf {
    max-width: 310px;
  }
}
.p-block__note {
  margin-top: 1.8rem;
  font-size: max(1.6rem, 15px);
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-block__note {
    font-size: 1.4rem;
  }
}
.p-block__box {
  padding: 3rem 3.4rem;
  border: 1px solid #9e9b94;
}

@media only screen and (max-width: 767px) {
  .p-block__box {
    padding: 2rem;
  }
}
.p-block__wrap ol li {
  margin-top: 0.5rem;
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
  position: relative;
  padding-left: 1.8em;
}

@media only screen and (max-width: 767px) {
  .p-block__wrap ol li {
    font-size: 1.5rem;
  }
}
.p-block__wrap ol li::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  font-size: max(1.6rem, 15px);
}

.p-block__wrap ol li:nth-child(-n+9)::before {
  left: 0.55em;
}

.p-block__sub-title {
  font-size: max(1.7rem, 15px);
}

@media only screen and (max-width: 767px) {
  .p-block__sub-title {
    font-size: 1.6rem;
  }
}
.p-block__links {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.3%;
  -moz-column-gap: 2.3%;
  column-gap: 2.3%;
}

@media only screen and (max-width: 767px) {
  .p-block__links {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
.p-block__link {
  width: max(40rem, 240px);
}

@media only screen and (max-width: 767px) {
  .p-block__link {
    width: 100%;
  }
}
/* --------------------------------
p-download
----------------------------------- */
.p-download {
  margin-top: 6.3rem;
  background-color: #d9d9d9;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media only screen and (max-width: 767px) {
  .p-download {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-download__btn {
  width: 15.8rem;
}

.p-download__text {
  font-size: 1.5rem;
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-download__text {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
/* --------------------------------
p-tab
----------------------------------- */
.p-tab {
  margin-top: 10.8rem;
}

@media only screen and (max-width: 767px) {
  .p-tab {
    margin-top: 5rem;
  }
}
.p-tab__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1.4%;
  -moz-column-gap: 1.4%;
  column-gap: 1.4%;
}

.p-tab__list {
  font-size: max(2.5rem, 18px);
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32.4%;
  height: 7.7rem;
  text-align: center;
  color: #61585c;
  background-color: #d9d9d9;
  border-radius: 1rem 1rem 0 0;
}

@media only screen and (max-width: 767px) {
  .p-tab__list {
    font-size: 1.6rem;
    height: 5rem;
  }
}
.p-tab__list--volunteer {
  font-size: max(2.1rem, 17px);
  line-height: 1.2;
  width: 49.3%;
}

@media only screen and (max-width: 767px) {
  .p-tab__list--volunteer {
    font-size: 1.6rem;
  }
}
.p-tab__contents {
  display: none;
}

.p-tab__contents.is-show {
  display: block;
}

.p-tab__list.is-active {
  background-color: #D97300;
  color: #fff;
}

.p-tab__list:hover {
  cursor: pointer;
}

/* --------------------------------
p-tab-content
----------------------------------- */
.p-tab-content__lists li {
  margin-top: 0.5rem;
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
  position: relative;
}

ol.p-tab-content__lists li {
  padding-left: 1.8em;
}

ol.p-tab-content__lists li::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  font-size: max(1.6rem, 15px);
}

ol.p-tab-content__lists li:nth-child(-n+9)::before {
  left: 0.55em;
}

.p-tab-content__text-wrap {
  padding-left: 1em;
}

.p-tab-content__text {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .p-tab-content__text {
    font-size: 1.4rem;
  }
}
.p-tab-content__box {
  margin-top: 4.5rem;
  padding: 3.2rem 4.2rem;
  border: 1px solid #9e9b94;
}

@media only screen and (max-width: 767px) {
  .p-tab-content__box {
    padding: 2rem;
  }
}
.p-tab-content__img--bibs {
  max-width: 1014px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-tab-content__img--car {
  max-width: 814px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-tab-content__note-box {
  max-width: 620px;
  width: 100%;
  margin: 2rem auto 0;
}

.p-tab-content__red-box {
  border: 1px solid #D97300;
  padding: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-tab-content__red-box {
    padding: 1.5rem;
  }
}
/* --------------------------------
p-entry
----------------------------------- */
.p-entry__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2.3%;
  -moz-column-gap: 2.3%;
  column-gap: 2.3%;
}

@media only screen and (max-width: 767px) {
  .p-entry__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-entry__btn {
  width: 48.85%;
  height: 10.3rem;
}

@media only screen and (max-width: 767px) {
  .p-entry__btn {
    width: 100%;
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry__btn:nth-child(2) {
    margin-top: 3rem;
  }
}
.p-entry__pdf {
  margin-top: 3.7rem;
}

@media only screen and (max-width: 767px) {
  .p-entry__pdf {
    margin-top: 3rem;
  }
}
/* -----------------------------------------------
* common エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-primary
----------------------------------- */
.c-primary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-primary {
    width: 100%;
  }
}
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    position: absolute;
    height: 6.4rem;
    z-index: 999;
    width: 4rem;
    top: 0;
    right: 1.5rem;
  }
}
.c-hamburger span {
  position: absolute;
  display: block;
  height: 1px;
  width: 28px;
  background-color: #000;
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 1;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-hamburger__text {
  position: absolute;
  top: 74%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 1rem;
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger span:nth-child(1) {
  top: 23%;
}

.c-hamburger span:nth-child(3) {
  top: 53%;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 37%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 32px;
  background-color: #fff;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 37%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 32px;
  background-color: #fff;
}

.c-hamburger.is-open .c-hamburger__text {
  color: #fff;
}

/* --------------------------------
l-section
----------------------------------- */
.l-section {
  margin-top: 10.7rem;
}

@media only screen and (max-width: 767px) {
  .l-section {
    margin-top: 6rem;
  }
}
/* --------------------------------
c-section-title
----------------------------------- */
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  column-gap: 3.4rem;
}

@media only screen and (max-width: 767px) {
  .c-section-title {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.c-section-title__ja {
  font-size: max(3.2rem, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #005EAC;
}

@media only screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 2.4rem;
  }
}
.c-section-title__en {
  margin-top: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-size: max(2rem, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #D97300;
}

@media only screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 2rem;
  }
}
/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #005EAC;
  border-radius: 1rem;
  font-size: max(2rem, 16px);
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: inherit;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  width: 100%;
  height: 100%;
  background-color: #D97300;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn.c-btn--movie {
  font-size: 2.7rem;
  font-weight: 400;
  color: #61585c;
  border: 1px solid #005EAC;
  background-color: #d0eaff;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--movie {
    font-size: 2rem;
  }
}
.c-btn.c-btn--movie::after {
  background-color: #005EAC;
}

.c-btn.c-btn--pdf {
  font-size: max(1.9rem, 15px);
  color: #fff;
  padding: max(1.8rem, 16px) 0;
  background-color: #005EAC;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--pdf {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}
.c-btn.c-btn--pdf span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--pdf span {
    font-size: 1.2rem;
  }
}
.c-btn.c-btn--pdf::after {
  background-color: #ffe8e8;
}

.c-btn.c-btn--submenu {
  font-size: 2.3rem;
  line-height: 1.2;
  color: #61585c;
  border: 1px solid #005EAC;
  background-color: #d0eaff;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--submenu.c-btn--submenu--small {
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
  }
}
.c-btn.c-btn--submenu::after {
  background-color: #005EAC;
}

.c-btn.c-btn--entry {
  font-size: max(2.5rem, 19px);
  color: #fff;
  border: none;
  background-color: #005EAC;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--entry {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-btn.c-btn--entry::after {
  background-color: #fff;
}

.c-btn.c-btn--runnet {
  font-size: max(2.5rem, 19px);
  color: #fff;
  border: none;
  background-color: #005EAC;
  padding: max(2.8rem, 20px) 0;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--runnet {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1.6rem 2rem;
  }
}
.c-btn.c-btn--runnet::after {
  background-color: #fff;
}

.c-btn.c-btn--entry-pdf {
  font-size: max(2.5rem, 19px);
  color: #fff;
  background-color: #005EAC;
  border: none;
  padding: max(2.8rem, 16px) 0;
}

.c-btn.c-btn--entry-pdf .small {
  font-size: max(2rem, 17px);
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--entry-pdf {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1.8rem 2rem;
  }
  .c-btn.c-btn--entry-pdf .small {
    font-size: 1.4rem;
  }
}
.c-btn.c-btn--entry-pdf::after {
  background-color: #fff;
}

.c-btn:hover {
  color: #fff;
}

.c-btn:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-btn:hover::after {
  background-color: #fff;
}

.c-btn.c-btn--link {
  font-size: max(2.5rem, 19px);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  padding: max(4rem, 22px) 0;
}

@media only screen and (max-width: 767px) {
  .c-btn.c-btn--link {
    font-size: 2rem;
    padding: 2.2rem 0;
  }
}
.c-btn.c-btn--link::before {
  display: none;
}

.c-btn.c-btn--link::after {
  background-color: #fff;
}

.c-btn.c-btn--link-electronic-system {
  background-color: #420d00;
}

.c-btn.c-btn--link-furunabi {
  background-color: #1f2b51;
}

.c-btn.c-btn--link-furusatochoice {
  background-color: #a50000;
}

.c-btn.c-btn--link:hover {
  opacity: 0.7;
}

/* --------------------------------
c-parent
----------------------------------- */
.c-parent {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #005EAC;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .c-parent {
    font-size: max(1.40625vw, 14px);
  }
}
@media (min-width: 1280px) {
  .c-parent {
    font-size: 18px;
  }
}
/* --------------------------------
c-page-top
----------------------------------- */
.c-page-top {
  position: fixed;
  z-index: 777;
  bottom: 3rem;
  right: 3rem;
  width: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .c-page-top {
    width: 4.5rem;
    right: 1.5rem;
  }
}
/* --------------------------------
c-breadcrumb
----------------------------------- */
.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 1.8rem 12.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 1.5rem 0.7rem;
    font-size: 1.2rem;
  }
}
.c-breadcrumb .current-item {
  color: #de3476;
  display: inline-block;
}

.c-breadcrumb--sdgs {
  background-color: #FFFFED;
}

/* --------------------------------
c-page-title
----------------------------------- */
.c-page-title {
  font-weight: 600;
  font-size: max(3.4rem, 22px);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background-color: #005EAC;
  padding: 3rem 0;
}

.c-page-title2 { /* ----20240709追記----- */
  font-weight: 600;
  font-size: max(3.4rem, 22px);
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #369fff;
  padding: 3rem 0;
}

.c-page-title3 { /* ----20240828追記----- */
  font-weight: 600;
  font-size: max(3.0rem, 22px);
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #F39800;
  padding: 2.0rem 0;
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .c-page-title {
    font-size: 2.4rem;
    padding: 1.7rem;
  }
  .c-page-title2 { /* ----20240709追記----- */
    font-size: 2rem;
    padding: 1.7rem;
  }
  .c-page-title3 { /* ----20240828追記----- */
    font-size: 2.2rem;
    padding: 1.3rem;
	margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-title.c-page-title--accessibility {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
/* --------------------------------
c-page-title-e
----------------------------------- */
.c-page-title-e {
  font-weight: 600;
  font-size: max(3.4rem, 22px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #b1a383;
  padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .c-page-title-e {
    font-size: 2.4rem;
    padding: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-title-e.c-page-title-e--accessibility {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
/* --------------------------------
c-title
----------------------------------- */
.c-title {
  font-weight: 500;
  font-size: max(2.8rem, 18px);
  letter-spacing: 0.02em;
  color: #5a5a5a;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D97300;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-title {
    line-height: 1.5;
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-title::before {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 0;
  width: 22rem;
  height: 0.4rem;
  background-color: #005EAC;
}

@media only screen and (max-width: 767px) {
  .c-title::before {
    width: 12rem;
  }
}
.c-title.c-title--red {
  font-size: max(2.2rem, 16px);
  color: #005EAC;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .c-title.c-title--red {
    font-size: 1.8rem;
  }
}
.c-title.c-title--red::before {
  display: none;
}

.c-title.c-title--gold {
  font-size: max(1.9rem, 17px);
  color: #005EAC;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .c-title.c-title--gold {
    font-size: 1.7rem;
  }
}
.c-title.c-title--gold::before {
  display: none;
}

/* --------------------------------
c-category
----------------------------------- */
.c-category {
  font-size: max(2rem, 14px);
  font-weight: 500;
  color: #005EAC;
  padding: 1.1rem 1.5rem;
  border: 1px solid #005EAC;
}

.c-category.c-category--large {
  padding: 2rem 1.5rem;
  letter-spacing: 0.2em;
  font-size: max(2.5rem, 18px);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-category.c-category--large {
    padding: 1.2rem 1rem;
    font-size: 1.8rem;
  }
}
/* --------------------------------
c-scroll-note
----------------------------------- */
.c-scroll-note {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #de3476;
}

/* --------------------------------
c-pagination
----------------------------------- */
.c-pagination .wp-pagenavi {
  margin-top: 12.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi {
    margin-top: 5rem;
  }
}
.c-pagination .wp-pagenavi span,
.c-pagination .wp-pagenavi a {
  font-size: 1.8rem;
  color: #925217;
  display: block;
  width: 5rem;
  height: 5rem;
  border: 1px solid #925217;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.1rem;
  background-color: #fff;
  padding-bottom: 0.5rem;
}

.c-pagination .wp-pagenavi span:hover,
.c-pagination .wp-pagenavi span.current,
.c-pagination .wp-pagenavi a:hover,
.c-pagination .wp-pagenavi a.current {
  background-color: #925217;
  color: #fff;
}

.c-pagination .wp-pagenavi span:last-child,
.c-pagination .wp-pagenavi a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi span,
  .c-pagination .wp-pagenavi a {
    font-size: 1.6rem;
    width: 3.5rem;
    height: 4rem;
  }
}
/* --------------------------------
c-page-contents
----------------------------------- */
.c-page-contents {
  padding: 7rem 0 12rem;
}

@media only screen and (max-width: 767px) {
  .c-page-contents {
    padding: 5rem 0 5rem;
  }
}
/* --------------------------------
c-entry-type
----------------------------------- */
.c-entry-type {
  margin-top: 4rem;
  padding: 2.1rem 0 2.1rem 3rem;
  border-left: 0.8rem solid #005EAC;
  background-color: #d0eaff;
}

/* 追加記述20240109 */
.c-entry-type02 {
  margin-top: 4rem;
  padding: 2.1rem 0 2.1rem 3rem;
  background-color: #F99320;
}

@media only screen and (max-width: 767px) {
  .c-entry-type02 {
    margin-top: 2rem;
    padding: 1.7rem 0 1.7rem 1.5rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 追加記述20240109--終了 */
/* 追加記述20240326 */
.c-entry-type03 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.4rem 0 1.4rem 2rem;
  border-left: 0.8rem solid #F99320;
  background-color: #efe5ce;
}

@media only screen and (max-width: 767px) {
  .c-entry-type03 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 追加記述20240326--終了 */
@media only screen and (max-width: 767px) {
  .c-entry-type {
    margin-top: 2rem;
    padding: 1.7rem 0 1.7rem 1.5rem;
  }
}
.c-entry-type .entry-label {
  color: #fff;
  font-size: max(2rem, 18px);
  padding: 0 1rem 0.1rem;
  background-color: #FF9900;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-entry-type .entry-label {
    font-size: 1.8rem;
    padding: 0 0.5rem 0.1rem;
  }
}
.c-entry-type .entry-title {
  color: #005EAC;
  font-size: max(2rem, 18px);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-entry-type .entry-title {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
p-top
----------------------------------- */
.p-top__primary {
  padding-bottom: 11rem;
  background-color: #FFFFED;
  background-image: url(../img/top/deco_item.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 90%;
}

@media only screen and (max-width: 767px) {
  .p-top__primary {
    padding-bottom: 7rem;
  }
}
/* --------------------------------
p-top-pickup
----------------------------------- */
.p-top-pickup.l-section {
  margin-top: 8.5rem;
}

@media only screen and (max-width: 767px) {
  .p-top-pickup.l-section {
    margin-top: 5rem;
  }
}
.p-top-pickup__items {
  margin-top: 3.4rem;
  /*background-color: #fff;*/ /*#ffe8e8*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /*  grid-template-columns: repeat(4, 1fr);*/
  -webkit-column-gap: 2.54%;
  -moz-column-gap: 2.54%;
  column-gap: 2.54%;
  padding: 3.5rem 3rem;
  row-gap: 7rem;
  border-radius: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-top-pickup__items {
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    row-gap: 4rem;
    padding: 2rem;
  }
}
/* --------------------------------
p-pickup-card
----------------------------------- */
.p-pickup-card {
  color: #925217;
}

.p-pickup-card a h3 {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card a h3 {
    font-size: 2rem;
  }
}
.p-pickup-card a p {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .p-pickup-card a p {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
.p-pickup-card__img {
  display: block;
  position: relative;
  aspect-ratio: 285/203;
  border-radius: 1rem;
  overflow: hidden;
  /* border: 1px solid #C4383E; */
}

/*----------  20250624追記   ----------*/
.p-pickup-card__img .p-pickup-card__title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b86200;
  mix-blend-mode: multiply;
  height: 6.0rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card__img .p-pickup-card__title-box {
    height: 5.0rem;
  }
}

.p-pickup-card__img .p-pickup-card__title {
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.3rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card__img .p-pickup-card__title {
    font-size: 1.9rem;
    height: 5rem;
  }
}
/*----------  追記ここまで   ----------*/

.p-pickup-card__img2 {
  border: 1px solid ;
}

.p-pickup-card__img.p-pickup-card__img--red {
  border: 1px solid #c4383e;
}

.p-pickup-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pickup-card__img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.p-pickup-card:nth-child(1) .p-pickup-card__title-box {
  width: 16rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(1) .p-pickup-card__title-box {
    width: 14rem;
  }
}
.p-pickup-card:nth-child(2) .p-pickup-card__title-box {
  width: 29.5rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(2) .p-pickup-card__title-box {
    width: 24rem;
  }
}
.p-pickup-card:nth-child(3) .p-pickup-card__title-box {
  width: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(3) .p-pickup-card__title-box {
    width: 12.5rem;
  }
}
.p-pickup-card:nth-child(4) .p-pickup-card__title-box {
  width: 17rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(4) .p-pickup-card__title-box {
    width: 14rem;
  }
}
.p-pickup-card:nth-child(5) .p-pickup-card__title-box {
  width: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(5) .p-pickup-card__title-box {
    width: 12.5rem;
  }
}
.p-pickup-card:nth-child(6) .p-pickup-card__title-box {
  width: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card:nth-child(6) .p-pickup-card__title-box {
    width: 12.5rem;
  }
}
.p-pickup-card:nth-child(6) .p-pickup-card__title {
  /*  letter-spacing: 0.3em; */
}

/* --------------------------------
p-pickup-card_f
----------------------------------- */
.p-pickup-card_f {
  width: 31.64%;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card_f {
    width: 100%;
  }
}
.p-pickup-card_f a p {
  margin-top: 1.8rem;
  font-size: 2.1rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card_f a p {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
.p-pickup-card_f__img {
  display: block;
  position: relative;
  aspect-ratio: 405/304;
  overflow: hidden;
}

.p-pickup-card_f__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pickup-card_f__img .p-pickup-card_f__title {
  position: absolute;
  content: “”;
  top: 45%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 9.3rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-pickup-card_f__img .p-pickup-card_f__title {
    font-size: 2.5rem;
    height: 7rem;
  }
}
.p-pickup-card_f__img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/* --------------------------------
p-top-information
----------------------------------- */
.p-top-information__contents {
  margin-top: 3.4rem;
  background-color: #FFF89E;
  padding: 3rem 4rem 5rem;
  border-radius: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-top-information__contents {
    margin-top: 2rem;
    padding: 0 1rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-information__lists {
    padding: 2rem 1.5rem;
  }
}
.p-top-information__btn {
  margin: 4rem auto 0;
  width: 25rem;
  height: 6rem;
}

@media only screen and (max-width: 767px) {
  .p-top-information__btn {
    margin-top: 2rem;
    max-width: 31rem;
    height: 5rem;
  }
}
/* --------------------------------
p-top-tourist-information
----------------------------------- */
.p-top-tourist-information__contents {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .p-top-tourist-information__contents {
    margin-top: 2rem;
  }
}
.p-top-tourist-information__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.6025%;
  -moz-column-gap: 1.6025%;
  column-gap: 1.6025%;
  row-gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-top-tourist-information__contents ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-tourist-information__contents li {
  width: 32.265%;
}

@media only screen and (max-width: 767px) {
  .p-top-tourist-information__contents li {
    width: 100%;
  }
}
.p-top-tourist-information__contents li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-tourist-information__contents li a:hover {
  opacity: 0.7;
}

/* --------------------------------
p-top-past-tournaments
----------------------------------- */
.p-top-past-tournaments__movie {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__movie {
    margin-top: 2rem;
  }
}
.p-top-past-tournaments__movie a {
  background-color: #c4383e;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__movie a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.2rem;
  }
}
.p-top-past-tournaments__movie a span:nth-child(1) {
  font-size: "Cormorant Garamond", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3.1rem;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__movie a span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.p-top-past-tournaments__movie a span:nth-child(2) {
  font-weight: 400;
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__movie a span:nth-child(2) {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.p-top-past-tournaments__movie a::before {
  position: absolute;
  content: "";
  bottom: 0.8rem;
  right: 0.8rem;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__movie a::before {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-top-past-tournaments__movie:hover a {
  opacity: 0.7;
}

.p-top-past-tournaments__lists {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1.33%;
  -moz-column-gap: 1.33%;
  column-gap: 1.33%;
  row-gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__lists {
    margin-top: 2.4rem;
  }
}
.p-top-past-tournaments__list {
  width: 24.0025%;
  height: 7rem;
}

@media only screen and (max-width: 767px) {
  .p-top-past-tournaments__list {
    width: 32%;
    height: 6rem;
  }
}
@media only screen and (max-width: 560px) {
  .p-top-past-tournaments__list {
    width: 48%;
  }
}
/* --------------------------------
p-top
----------------------------------- */
.p-top {
  margin-top: 18.5rem;
}

@media only screen and (max-width: 767px) {
  .p-top {
    /*margin-top: 14.4rem;*/
    margin-top: 10.6rem;
  }
}
/* --------------------------------
p-top-mv
----------------------------------- */
.p-top-mv {
  width: 100%;
}

.p-top-mv__img {
  width: 100%;
  height: 66.265060241vw;
  position: relative;
}

@media (min-width: 1660px) {
  .p-top-mv__img {
    height: 1165px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-mv__img {
    height: 126.6666666667vw;
  }
}
.p-top-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.p-top-mv__page-title {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 85rem;
}

@media (max-width: 767px) {
  .p-top-mv__page-title {
    width: 88vw;
    top: 115.666667vw;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-top-mv__deco {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  width: 35.8rem;
}

.p-top-mv__date {
  padding: 3rem;
  max-width: 1610px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-top-mv__date {
    padding: 1rem 1rem 0 1rem;

  }
}

.p-top-mv__banner {
  position: absolute;
  top: 1.5rem;
}

.p-top-mv__banner.p-top-mv__banner--01 {
  width: 20.1rem;
  top: 45rem;
  left: 20rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top-mv__banner.p-top-mv__banner--01 {
    width: 15rem;
    left: 1.5rem;
    top: initial;
    bottom: 6.5rem;  /*----------------2025/06/26 修正----------------*/
  }
}
.p-top-mv__banner--01:hover {
  opacity: 0.7;
}

.p-top-mv__banner.p-top-mv__banner--02 {
  width: 12.4rem;
  top: 45rem;
  left: 5.4rem;
}

@media only screen and (max-width: 767px) {
  .p-top-mv__banner.p-top-mv__banner--02 {
    width: 7rem;
    left: 1.5rem;
    top: initial;
    bottom: 11.5rem;  /*----------------2024/07/22 修正----------------*/
  }
}
/* --------------------------------
p-top-banner
----------------------------------- */
.p-top-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top-banner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-banner a:hover {
  opacity: 0.7;
}

.p-top-banner__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 16%;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__img {
    max-width: 100%;
  }
}
.p-top-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-banner__content {
  background-color: #c4383e;
  padding: 1.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 84%;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content {
    padding: 2rem;
  }
}
.p-top-banner__content::after {
  position: absolute;
  content: "";
  bottom: 1.2rem;
  right: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content::after {
    bottom: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-top-banner__content-y {
  background-color: #c4383e;
  padding: 1.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 84%;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content-y {
    padding: 2rem;
  }
}
.p-top-banner__content-y::after {
  position: absolute;
  content: "";
  bottom: 1.2rem;
  right: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #de3476;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content-y::after {
    bottom: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-top-banner__text {
  font-size: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__text {
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
.p-top-banner__text--yellow span {
  font-size: 2.7rem;
}

.p-top-banner__text--white span {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__text--white span,
  .p-top-banner__text--yellow span {
    font-size: 1.5rem;
  }
}
.p-top-banner__text--white {
  color: #fff;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.p-top-banner__text--white span {
  font-weight: 400;
}

.p-top-banner__text--yellow {
  color: #ffed8f;
  margin-top: 0.3rem;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__text--yellow span {
    margin-top: 0.8rem;
  }
}
.p-top-banner__content--blue {
  background-color: #1c69b0;
  width: 100%;
  padding: 2rem;
}

.p-top-banner__content--blue .p-top-banner__text {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-top-banner__content--blue .p-top-banner__text.p-top-banner__text--small {
  margin-top: 0.6rem;
  font-size: 3.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content--blue .p-top-banner__text.p-top-banner__text--small {
    font-size: 1.6rem;
    padding-top: 0.9rem;
  }
}

.p-top-banner__content--pink {
  background-color: #de3476;
  width: 100%;
  padding: 2rem;
}

.p-top-banner__content--pink .p-top-banner__text {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-top-banner__content--pink .p-top-banner__text.p-top-banner__text--small {
  margin-top: 0.6rem;
  font-size: 3.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content--pink .p-top-banner__text.p-top-banner__text--small {
    font-size: 1.6rem;
    padding-top: 0.9rem;
  }
}

.p-top-banner__content--yellow {
    background-color: #fff799;
    width: 100%;
    padding: 2rem;
    border: 4px solid #de3476;
}

.p-top-banner__content--yellow .p-top-banner__text {
    font-weight: 500;
    color: #61585c;
    text-align: center;
}

.p-top-banner__content--yellow .p-top-banner__text.p-top-banner__text--small {
  margin-top: 0.6rem;
  font-size: 3.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #61585c;
}

@media only screen and (max-width: 767px) {
  .p-top-banner__content--yellow .p-top-banner__text.p-top-banner__text--small {
    font-size: 1.6rem;
    padding-top: 0.9rem;
  }
}

/* --------------------------------
p-top-movie
----------------------------------- */
.p-top-movie__contents {
  max-width: 1065px;
  margin: 3.6rem auto 0;
  padding: 4rem 7rem;
  border-radius: 2rem;
  background-color: #FFC788;
}

@media only screen and (max-width: 767px) {
  .p-top-movie__contents {
    margin-top: 2rem;
    padding: 2rem;
  }
}
.p-top-movie__box {
  aspect-ratio: 1065/602;
  width: 100%;
  position: relative;
}

.p-top-movie__box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------------------------
p-outline
----------------------------------- */
/* --------------------------------
p-information
----------------------------------- */
.p-information__contents {
  padding: 7rem 0 10rem;
}

@media only screen and (max-width: 767px) {
  .p-information__contents {
    padding: 4rem 0 0;
  }
}
.p-information__pagination {
  margin-top: 8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-information__pagination {
    margin-top: 3rem;
  }
}
/* --------------------------------
p-information-single
----------------------------------- */
.p-information-single__wrap {
  padding: 6rem 0;
}

.p-information-single__time {
  font-size: max(1.8rem, 14px);
  color: #5a5a5a;
}

.p-information-single__title {
  margin-top: 2rem;
}

.p-information-single__contents {
  padding: 4.8rem 2.6rem;
}

@media only screen and (max-width: 767px) {
  .p-information-single__contents {
    padding: 3rem 0rem;
  }
}
.p-information-single__contents p {
  font-size: max(1.8rem, 14px);
  line-height: 1.9;
}

.p-information-single__contents p a {
  font-size: max(1.8rem, 14px);
  line-height: 1.9;
  color: #de3476;
}

.p-information-single__pagination {
  margin-top: 12rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3.5%;
  -moz-column-gap: 3.5%;
  column-gap: 3.5%;
  height: 6rem;
}

.prev-link,
.next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 31%;
}

.prev-link::after,
.next-link::after {
  display: none;
}

.archive-page-link {
  font-size: 1.6rem;
  line-height: 1;
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .archive-page-link {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
/* --------------------------------
p-course
----------------------------------- */
/* --------------------------------
p-access
----------------------------------- */
/* --------------------------------
p-faq
----------------------------------- */
.p-faq__title {
  font-size: max(2.5rem, 20px);
  color: #fff;
  background-color: #D97300;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.8rem;
    height: 4rem;
  }
}
.p-faq__q-lists {
  padding: 4rem 4.7rem;
  border: 1px solid #D97300;
}

@media only screen and (max-width: 767px) {
  .p-faq__q-lists {
    padding: 2rem 1rem;
  }
}
.p-faq__q-list {
  font-weight: 600;
  line-height: 1.47;
  font-size: max(1.8rem, 16px);
  color: #D97300;
  text-indent: -1.5em;
  padding-left: max(6.5rem, 55px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-faq__q-list {
    font-size: 1.6rem;
    padding-left: 5.5rem;
  }
}
.p-faq__q-list:not(:first-child) {
  margin-top: 2.2rem;
}

.p-faq__q-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: max(2.9rem, 24px);
  height: max(2.9rem, 24px);
  background-image: url(../../assets/img/faq/Q.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-faq__q-list::before {
    width: 24px;
    height: 24px;
  }
}
.p-faq__q-list:hover {
  opacity: 0.7;
}

.p-faq__wrap {
  margin-top: 5.5rem;
  padding-top: -18.5rem;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-top: 2.5rem;
  }
}
.p-faq__wrap dl {
  padding: 3.5rem 0;
  border-bottom: 1px dashed #5a5a5a;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dl {
    padding: 2.2rem 0;
  }
}
.p-faq__wrap dt {
  font-weight: 600;
  line-height: 1.47;
  font-size: max(1.8rem, 16px);
  color: #D97300;
  text-indent: -1.5em;
  padding-left: max(6.5rem, 55px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dt {
    font-size: 1.6rem;
    padding-left: 5.5rem;
  }
}
.p-faq__wrap dt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: max(2.9rem, 24px);
  height: max(2.9rem, 24px);
  background-image: url(../../assets/img/faq/Q.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dt::before {
    width: 24px;
    height: 24px;
  }
}
.p-faq__wrap dd {
  margin-top: 2rem;
  background-color: #f2f2f2;
  padding: 3rem 3.3rem;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dd {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}
.p-faq__wrap dd p {
  font-size: max(1.6rem, 15px);
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dd p {
    font-size: 1.5rem;
  }
}
.p-faq__wrap dd ol {
  list-style: decimal;
  padding-left: min(3.5em, 30px);
}

.p-faq__wrap dd ol li {
  font-size: max(1.7rem, 15px);
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .p-faq__wrap dd ol li {
    font-size: 1.5rem;
  }
}
.p-faq__wrap #faq_r01 dd ol {
  list-style: none;
  padding-left: 0;
}

.p-faq__wrap #faq_r17 dd ol {
  list-style: none;
  padding-left: 0;
}

.p-faq__wrap #faq_c02 dd ol {
  list-style: none;
  padding-left: 0;
}

.p-faq__wrap p.c-scroll-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.p-faq__img {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .p-faq__img {
    width: 100%;
  }
}
/* --------------------------------
p-guest-meta
----------------------------------- */
.p-guest-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.8%;
  -moz-column-gap: 4.8%;
  column-gap: 4.8%;
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    max-width: 460px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-guest-meta__img {
  width: 27.5%;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__img {
    width: 100%;
    padding: 0 5rem;
  }
}
.p-guest-meta__contents {
  width: 67.7%;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__contents {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-guest-meta__name {
  margin-top: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #F99320;
}

/*--追加記述20240109--*/
.p-guest-meta__nam02 {
  margin-top: 1rem;
  padding-bottom: 1.4rem;
}

/*--追加記述20240109--終了--*/
@media (max-width: 999px) {
  .p-guest-meta__name {
    margin-top: 0;
  }
}
.p-guest-meta__name span {
  display: block;
}

.p-guest-meta__name span:nth-child(1) {
  font-size: max(3rem, 18px);
}

/*--追加記述--*/
.p-guest-meta__name02 span:nth-child(1) {
  font-size: max(3rem, 18px);
  color: #ffffff;
}

.bg-color {
  background-color: #FFF89E;
}

/*--追加記述20240109--終了--*/
.p-guest-meta__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem 0;
  border-bottom: 1px solid #F99320;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__name span:nth-child(1) {
    font-size: 1.8rem;
  }
}
.p-guest-meta__name span:nth-child(2) {
  margin-top: 1.6rem;
  font-size: max(1.6rem, 13px);
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__name span:nth-child(2) {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.p-guest-meta__name span:nth-child(3) {
  margin-top: 1.6rem;
  font-size: max(1.6rem, 13px);
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__name span:nth-child(3) {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
/*
@media (max-width: 999px) {
  .p-guest-meta__contents dl:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__contents dl {
    padding: 1.5rem 0;
  }
}

*/
.p-guest-meta__contents dl dt {
  font-size: max(1.6rem, 14px);
  line-height: 1.625;
  color: #de3476;
  width: 22rem;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__contents dl dt {
    font-size: 1.4rem;
    width: 12rem;
  }
}
.p-guest-meta__contents dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-guest-meta__contents dl dd p {
  font-size: max(1.6rem, 14px);
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__contents dl dd p {
    font-size: 1.4rem;
  }
}
.p-guest-meta__contents dl dd p .label {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  color: #de3476;
  width: max(9rem, 60px);
  padding: 0.2rem 0;
  background-color: #efe5ce;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__contents dl dd p .label {
    font-size: 1.3rem;
  }
}
.p-guest-meta__text {
  font-size: max(1.6rem, 14px);
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-guest-meta__text {
    font-size: 1.4rem;
  }
}
/* --------------------------------
p-message
----------------------------------- */
.p-message__flex {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-column-gap: 7%;
  -moz-column-gap: 7%;
  column-gap: 7%;
}

@media only screen and (max-width: 767px) {
  .p-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-message__content {
  width: 66%;
}

@media only screen and (max-width: 767px) {
  .p-message__content {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-message__content p {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-message__content p {
    font-size: 1.5rem;
  }
}
.p-message__content ol li {
  margin-top: 2.5rem;
}

.p-message__img-box {
  width: 27%;
}

@media only screen and (max-width: 767px) {
  .p-message__img-box {
    width: 100%;
    padding: 0 5rem;
  }
}
.p-message__name {
  margin-top: 2rem;
}

.p-message__name span {
  display: block;
}

.p-message__name span:nth-child(1) {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-message__name span:nth-child(1) {
    font-size: 2rem;
  }
}
.p-message__name span:nth-child(2) {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-message__name span:nth-child(2) {
    font-size: 1.4rem;
  }
}
/* --------------------------------
p-404
----------------------------------- */
.p-404__primary {
  padding-bottom: 10rem;
}

.p-404__box {
  margin: 8rem auto 0;
  max-width: 700px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-404__box {
    max-width: 450px;
    margin-top: 7rem;
    padding: 7rem 2rem 10rem;
  }
}
.p-404-head {
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .p-404-head {
    font-size: 3rem;
  }
}
.p-404-head span {
  font-size: 8rem;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .p-404-head span {
    font-size: 6rem;
    margin-right: 0;
  }
}
.p-404__text {
  font-size: 1.6rem;
  margin-top: 4rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-404__btn {
  width: 33.5rem;
  height: 6rem;
  margin: 5rem auto 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* top */
/* outline */
/* information */
/* course */
/* access */
/* application */
/* faq */
/* guest */
/* message */
/* 404 */
/* --------------------------------
utility
----------------------------------- */
.u-ib {
  display: inline-block;
}

.u-br-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}
.u-br-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}
.u-pc-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-pc-hidden {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}
.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt120 {
  margin-top: 12rem;
}

@media only screen and (max-width: 767px) {
  .u-mt120 {
    margin-top: 6rem;
  }
}
.u-mt100 {
  margin-top: 10rem;
}

@media only screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem;
  }
}
.u-mt60 {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 3rem;
  }
}
.u-mt15 {
  margin-top: 1.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem;
  }
}
.u-mt30 {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem;
  }
}
.u-mt40 {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem;
  }
}
.u-ml20 {
  margin-left: 2rem;
}

.u-ml24 {
  margin-left: 2.4rem;
}

.u-guest-mt {
  margin-top: max(8rem, 60px);
}

.u-guest-mc20 {
  margin-top: max(2rem, 20px);
}

/*--追加記述20240109--*/
.u-guest-pd20 {
  padding-top: max(2rem, 20px);
  padding-bottom: max(2rem, 20px);
  padding-right: 3rem;
}

@media only screen and (max-width: 767px) {
  .u-guest-pd20 {
    padding-top: max(2rem, 20px);
    padding-bottom: max(2rem, 20px);
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
/*--追加記述20240109--終了--*/
.u-ml {
  margin-left: 3.5em;
  display: block;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pt15 {
  padding-top: 1.5rem;
}

.u-pb5 {
  padding-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 1rem;
  }
}
.u-pb15 {
  padding-bottom: 1.5rem;
}

.u-pt120 {
  padding-top: 12rem;
}

@media only screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 6rem;
  }
}
.u-bb {
  border-bottom: 1px solid #FF9900;
}

.u-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-text-indent__2 {
  text-indent: -1em;
  padding-left: 2em;
}


.u-red {
  color: #005EAC;
}

.u-line {
  text-decoration: underline;
}

.u-span {
  border: solid 1px #454545;
}

.u-gold {
  color: #005EAC;
}

.u-ls1 {
  letter-spacing: 0.1em;
}

.u-label {
  font-size: max(1.7rem, 14px);
  background-color: #FFF89E;
  padding: 0.3rem 1.5rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.u-day {
  display: inline-block;
  width: 12.5em;
}

/* --------------------------------
p-kyosan-meta
----------------------------------- */
.p-kyosan-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.8%;
  -moz-column-gap: 4.8%;
  column-gap: 4.8%;
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    max-width: 460px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-kyosan-meta__img {
  width: 27.5%;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__img {
    width: 100%;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-kyosan-meta__contents {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-kyosan-meta__name {
  margin-top: 1rem;
}

@media (max-width: 999px) {
  .p-kyosan-meta__name {
    margin-top: 0;
  }
}
.p-kyosan-meta__name span {
  display: block;
}

.p-kyosan-meta__name span:nth-child(1) {
  font-size: max(3rem, 18px);
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__name span:nth-child(1) {
    font-size: 1.8rem;
  }
}
.p-kyosan-meta__name span:nth-child(2) {
  margin-top: 1rem;
  font-size: max(1.6rem, 13px);
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__name span:nth-child(2) {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-kyosan-meta__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
}

@media (max-width: 999px) {
  .p-kyosan-meta__contents dl:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-kyosan-meta__contents dl dt {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
  color: #de3476;
  width: 22rem;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__contents dl dt {
    font-size: 1.5rem;
    width: 12rem;
  }
}
.p-kyosan-meta__contents dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-kyosan-meta__contents dl dd p {
  font-size: max(1.6rem, 15px);
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__contents dl dd p {
    font-size: 1.5rem;
  }
}
.p-kyosan-meta__contents dl dd p .label {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  color: #de3476;
  width: max(9rem, 60px);
  padding: 0.2rem 0;
  background-color: #efe5ce;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__contents dl dd p .label {
    font-size: 1.3rem;
  }
}
.p-kyosan-meta__text {
  font-size: max(1.6rem, 14px);
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-kyosan-meta__text {
    font-size: 1.4rem;
  }
}
/* --------------------------------
p-kyosan-meta
----------------------------------- */
.p-hikaku__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 3.4rem;
  border: 1px solid #9e9b94;
}

@media only screen and (max-width: 767px) {
  .p-hikaku__box {
    display: inherit;
    padding: 2rem;
  }
}
.p-hikaku-meta__img {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding: 0rem 2rem 0rem 0rem;
}

@media only screen and (max-width: 767px) {
  .p-hikaku-meta__img {
    padding: 0rem 0rem 1rem 0rem;
  }
}
.p-hikaku-meta__txt {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.p-information-single__contents img {
  width: initial;
}

/* --------------------------------
20230727-fukuhara
----------------------------------- */
.half_img_box {
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.half_img {
  width: 49.5%;
}

.p-senhime-meta__img {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding: 2rem 0rem 0rem 2rem;
}

/* --------------------------------
20230801-Tamai
----------------------------------- */
.p-present-contents {
  padding-top: 0;
}

.p-present-heading {
  aspect-ratio: 2.846/1;
  background-image: url(../img/present/present_heading_image.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-present-heading-inner {
  position: relative;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: clamp(300px, 50%, 640px);
  padding: 5rem 0 8rem;
  /* padding-bottom: 5rem; */
  margin: 0 auto;
}

.p-present-heading-inner::before,
.p-present-heading-inner::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-position: center center;
  background-size: cover;
}

.p-present-heading-inner::before {
  top: 13%;
  left: 11%;
  width: clamp(120px, 8vw, 130px);
  aspect-ratio: 1.328/1;
  background-image: url(../img/present/present_heading_item01.png);
}

.p-present-heading-inner::after {
  bottom: 8%;
  right: 20%;
  width: clamp(120px, 8vw, 150px);
  aspect-ratio: 1.1307/1;
  background-image: url(../img/present/present_heading_item02.png);
}

.p-present-title {
  font-size: clamp(30px, 3vw, 53px);
  color: #990000;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  background-color: initial;
  padding: 0;
}

.p-present-title .small-text {
  font-size: clamp(22px, 2.2vw, 43px);
}

.u-indention {
  display: inline-block;
}

.p-present-text {
  width: 80%;
  max-width: 520px;
  font-size: max(1.6rem, 18px);
  font-weight: 600;
  letter-spacing: 0;
}

.p-present-text .u-red {
  color: #de3476;
}

@media only screen and (max-width: 1600px) {
  .p-present-heading-inner {
    padding-bottom: 8rem;
  }
  .p-present-text {
    width: 85%;
  }
}
@media only screen and (max-width: 1470px) {
  .p-present-text {
    width: 80%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .p-present-heading {
    aspect-ratio: 2.5/1;
  }
  .p-present-heading-inner {
    padding-bottom: 10rem;
  }
  .p-present-heading-inner::before {
    top: 9%;
    left: 14%;
    width: 100px;
  }
  .p-present-text {
    width: 93%;
  }
}
@media only screen and (max-width: 1100px) {
  .p-present-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-present-heading {
    aspect-ratio: 2/1;
  }
  .p-present-heading-inner {
    padding: 0;
  }
  .p-present-heading-inner::before {
    top: 8%;
    left: 8%;
    width: 80px;
  }
  .p-present-heading-inner::after {
    right: 15%;
    width: 80px;
  }
  .p-present-title {
    font-size: 26px;
  }
  .p-present-title .small-text {
    font-size: 18px;
  }
  .p-present-text {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .p-present-heading {
    aspect-ratio: 0.6573/1;
    background-image: url(../img/present/present_heading_spimage.png);
  }
  .p-present-heading-inner::before {
    top: 13%;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px;
  }
  .p-present-heading-inner::after {
    bottom: 13%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 110px;
  }
  .p-present-text {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .p-present-title {
    font-size: 24px;
  }
  .p-present-text {
    width: 95%;
    font-size: 12px;
  }
  .p-present-heading-inner::before,
  .p-present-heading-inner::after {
    width: 90px;
  }
}
/* --------------------------------
p-top-senhime-information
----------------------------------- */
.p-top-senhime-information__contents {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .p-top-senhime-information__contents {
    margin-top: 2rem;
  }
}
.p-top-senhime-information__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.6025%;
  -moz-column-gap: 1.6025%;
  column-gap: 1.6025%;
  row-gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-top-senhime-information__contents ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-senhime-information__contents li {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top-senhime-information__contents li {
    width: 100%;
  }
}
.p-top-senhime-information__contents li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-senhime-information__contents li a:hover {
  opacity: 0.7;
} 
/* 2024/06/26追加  よくある質問-受付・競技・コース関係＿Q13*/
.p-table02--faq_l08 table {
  background-color: #fff;
}

.p-table02--faq_l08 th:nth-child(1) {
  width: 20%;
}

.p-table02--faq_l08 th:nth-child(2) {
  width: 40%;
}

.p-table02--faq_l08 th:nth-child(3) {
  width: 40%;
}

.p-table02--faq_l08 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_l08 td:nth-child(3) p {
  text-align: left;
}

/* 2024/06/26追加  抽選・入金関係関係＿Q15*/
.p-table02--faq_l09 table {
  background-color: #fff;
}

.p-table02--faq_l09 th:nth-child(1) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(2) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(3) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(4) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(5) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(6) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(7) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(8) {
  width: 11%;
}

.p-table02--faq_l09 th:nth-child(9) {
  width: 11%;
}

.p-table02--faq_l09 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-table02--faq_c11 table {
  background-color: #fff;
}

.p-table02--faq_c11 td li {
  font-size: max(1.6rem, 15px);
  /*  text-align: left;
  */
}

.p-table02--faq_c11 td:nth-child(1) {
  width: 20%;
}

.p-table02--faq_c11 td:nth-child(2) {
  width: 30%;
}

.p-table02--faq_c11 td:nth-child(2) li {
  /*  text-align: left;
  */
}

.p-table02--faq_c11 td:nth-child(3) {
  width: 30%;
}

.p-table02--faq_c11 td:nth-child(3) li {
  /*  text-align: left;
  */
}

.p-table02--faq_c11 td:nth-child(4) {
  width: 20%;
}

.p-table02--faq_c11 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*  -----吹き出しの設定 2024/07/03　追加-----  */
.balloon-chat {
display: flex;
flex-wrap: wrap;
}
/* 左の吹き出し */
.balloon-chat.left { 
flex-direction: row;  /* 左から右に並べる */
}
.balloon-chat.left2 { 
flex-direction: row;  /* 左から右に並べる */
margin-top: -20.6%;
}
@media only screen and (max-width: 767px) {
.balloon-chat.left2 { 
flex-direction: row;  /* 左から右に並べる */
margin-top: 3rem;
}
.balloon-chat {
margin-top: 0;
}
.balloon-chat.left.n-2 {
margin-top: 10%;
}
.ud-m{
margin: 0% 20px auto 2%;
}
}

/* 右の吹き出し */
.balloon-chat.right { 
flex-direction: row-reverse;  /* 右から左に並べる */
}
@media only screen and (max-width: 767px) {
.balloon-chat.right,
.balloon-chat.right2,
.balloon-chat.left,
.balloon-chat.left2 { 
	display: flex;
	justify-content: center;
}
}

.balloon-chat.right2 { 
flex-direction: row-reverse;  /* 右から左に並べる */
margin-top: -20.6%;
}
@media only screen and (max-width: 767px) {
.balloon-chat.right2{
margin-top: 10%;
}
}

/* 吹き出しの入力部分の作成 */
.chatting-right {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */
width: 56%;
margin: 0px 2% auto 105px;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}
@media only screen and (max-width: 767px) {
.chatting-right {
margin: 5px 2% auto auto;
width: auto;
}	
}

.chatting-right2 {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */ 
width: 56%;
margin: 7.5% 2% auto 105px;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}
.category3{
margin: 12.5% 2% auto 105px;
}

.chatting-right3 {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */ 
margin: 13% 2% auto 105px;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}

.chatting-right4 {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */
width: 47%;
margin: 9.5% 2% auto 0;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}

.chatting-left {
position: relative;
display: inline-block; /* 吹き出しが文字幅に合わせます */ 
width: 56%;
margin: 0px 20px auto 2%;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #F174A4;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}

.chatting-left2 {
position: relative;
display: inline-block; /* 吹き出しが文字幅に合わせます */ 
width: 56%;
margin: 7.8% 20px auto 2%;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #F174A4;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}

.ud-m{
margin: 10% 20px auto 2%;
}
@media only screen and (max-width: 767px) {
.ud-m{
margin: 2rem auto auto ;
}
.chatting-left2{
padding: 10px 3.1rem;
width: auto;
margin: 3% auto auto;
}
.chatting-left2.chatting6{
padding: 10px 3.1rem;
width: auto;
margin: 7% auto auto;
}	
.chatting-right4{
margin: 5% 9.2% auto ;
width: auto;
}
	
.chatting-left2.chatting-ll {
padding: 10px 3.1rem;
margin: 5px auto auto;
}
.chatting-right2.chatting{
margin: 5px auto auto;
width: auto;
}
}

.chatting2 {
position: relative;
display: inline-block;   /*吹き出しが文字幅に合わせます */
width: 56%;
margin: -5% 22% auto 105px;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}
.chatting3 {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */ 
width: 56%;
margin: -5% 22% auto 22%;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #F174A4;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}

.chatting6 {
border: 2px solid #FE792D;
width: 47%;
}

@media only screen and (max-width: 767px) {
.chatting2 {
position: relative;
display: inline-block;  /* 吹き出しが文字幅に合わせます */ 
width: auto;
margin: 5px 2% auto auto;
padding: 10px 20px;
background: #FFF;  /*吹き出しのカラーはここで変更*/
border: 2px solid #369FFF;
text-align: left;     /*テキストの位置はここで変更*/
border-radius: 12px;  /*吹き出しの丸み具合を変更*/
}
.chatting-left,.chatting-right3,.chatting5 {
margin: 5px auto auto ;
width: auto;
}
.chatting3{
margin: 2rem auto auto ;
width: auto;
}
.chatting6 {
width: auto;
}
}


/* 吹き出しの三角部分の作成 */
.chatting::before,
.chatting-right2::before,
.chatting::after,
.chatting-right2::after{
content: "";
position: absolute;
border: 15px solid transparent ;
/* border-top:  15px solid #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
border-left: 15px solid #369FFF;
top: 8px;   /*三角部分の高さを変更*/
right: -30px; /*右側の三角部分の位置を変更*/
}
.right .chatting::before{
border-left: 15px solid #369FFF;
right: -30px; /*右側の三角部分の位置を変更*/
}
.chatting-right2::before{
border-left: 15px solid #369FFF;
right: -30px; /*右側の三角部分の位置を変更*/
}
/*.right .chatting4::before{
border-left: 15px solid #F174A4;
right: -30px; 右側の三角部分の位置を変更
}*/
.left .chatting::after {
border-right: 15px solid #FFF;
left: -15px; /*左側の三角部分の位置を変更*/
}
.left2 .chatting::after {
border-right: 15px solid #FFF;
left: -15px; /*左側の三角部分の位置を変更*/
}
.chatting-right2::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}
.right .chatting::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}
.right4 .chatting4::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}
.right2 .chatting::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}

@media only screen and (max-width: 767px) {
.right .chatting::before,
.right .chatting::after{
content: "";
position: absolute;
border: 15px solid transparent ;
/* border-top:  15px solid #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
border-bottom: 15px solid #369FFF;
top: 8px;   /*三角部分の高さを変更*/
right: 30px; /*右側の三角部分の位置を変更*/
}
.right .chatting::before{
border-bottom: 15px solid #369FFF;
right: 4.5rem; /*右側の三角部分の位置を変更*/
top: -3rem;
}
.right .chatting::after {
border-bottom: 15px solid #FFF;
right: 4.5rem; /*右側の三角部分の位置を変更*/
top: -2.7rem;
}
}


.chatting6::before,
.chatting6::after{
content: "";
position: absolute;
border: 15px solid transparent ;
/* border-top:  15px solid #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
border-right: 15px solid #FE792D;
top: 8px;   /*三角部分の高さを変更*/
left: -30px; /*右側の三角部分の位置を変更*/
}
.chatting6::before{
border-right: 15px solid #FE792D;
left: -30px; /*左側の三角部分の位置を変更*/
}
.chatting6::after {
border-right: 15px solid #FFF;
left: -27px; /*左側の三角部分の位置を変更*/
}

	

@media only screen and (max-width: 767px) {
.chatting-right2::before,
.chatting-right2::after {
content: "";
position: absolute;
border: 15px solid transparent ;
/*border-bottom: 15px solid #369FFF;*/
top: -3rem;   /*三角部分の高さを変更*/
right: -30px; /*右側の三角部分の位置を変更*/
}
.chatting-right2::before{
border-bottom: 15px solid #369FFF;
right: 5rem; /*右側の三角部分の位置を変更*/
}
.chatting-right2 .chatting5::after {
border-bottom: 15px solid #FFF;
right: 5rem; /*右側の三角部分の位置を変更*/
}
.right2 .chatting5::after {
border-bottom: 15px solid #FFF;
right: 5rem; /*右側の三角部分の位置を変更*/
top: -2.7rem;
}
}

.chatting-lll::before,
.chatting-lll::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #F174A4;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 8px;   /*三角部分の高さを変更*/
}
.chatting-lll::before{
border-right: 15px solid #F174A4;
left: -30px; /*右側の三角部分の位置を変更*/
}
/*.left .chatting-lll::after {
left: -27px; 左側の三角部分の位置を変更
border-right: 15px solid #FFF;
}*/
/*.left2 */.chatting-lll::after {
left: -27px; /*左側の三角部分の位置を変更*/
border-right: 15px solid #FFF;
}


.chatting2::before,
.chatting2::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 7px;   /*三角部分の高さを変更*/
}
.right .chatting2::before{
border-left: 15px solid #369FFF;
right: -30px; /*右側の三角部分の位置を変更*/
}
.left .chatting2::after {
border-right: 15px solid #FFF;
left: -15px; /*左側の三角部分の位置を変更*/
}
.left2 .chatting2::after {
border-right: 15px solid #FFF;
left: -15px; /*左側の三角部分の位置を変更*/
}
.right .chatting2::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}
.right2 .chatting2::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}

@media only screen and (max-width: 767px) {
.right .chatting2::before,
.right .chatting2::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 30px;   /*三角部分の高さを変更*/
}
.right .chatting2::before{
border-bottom: 15px solid #369FFF;
right: 4.5rem; /*右側の三角部分の位置を変更*/
top: -3rem;
}
.right .chatting2::after {
border-bottom: 15px solid #FFF;
right: 4.5rem; /*右側の三角部分の位置を変更*/
top: -2.7rem;
}
.c-1{
margin-top: 2rem;		
}
}

.left .chatting3::before,
.left .chatting3::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #F174A4;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 8px;   /*三角部分の高さを変更*/
}
.left .chatting3::before{
border-right: 15px solid #F174A4;
left: -30px; /*右側の三角部分の位置を変更*/
}
.left .chatting3::after {
left: -27px; /*左側の三角部分の位置を変更*/
border-right: 15px solid #FFF;
}
/*.left2 .chatting-ll::after {
left: -15px; 左側の三角部分の位置を変更
}
.right .chatting::after {
right: -15px; 右側の三角部分の位置を変更
}
.right2 .chatting::after {
right: -15px; 右側の三角部分の位置を変更
}  */
@media only screen and (max-width: 767px) {
.chatting3.category2::before,
.chatting3.category2::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 8px;   /*三角部分の高さを変更*/
}
.chatting3.category2::before{
border-bottom: 15px solid #F174A4;
/*right: 18.5rem; 右側の三角部分の位置を変更*/
top: -30px;   /*三角部分の高さを変更*/
}
.chatting3.category2::after {
border-bottom: 15px solid #FFF;
/*right: 18.5rem; 右側の三角部分の位置を変更*/
top: -27px;   /*三角部分の高さを変更*/
}
.left .chatting3::before {
left: 6rem;
}
.left .chatting3::after {
left: 6rem;
}
}

.chatting4::before,
.chatting4::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 7px;   /*三角部分の高さを変更*/
}
.chatting4::before{
border-left: 15px solid #369FFF;
right: -30px; /*右側の三角部分の位置を変更*/
}
.chatting4::after {
border-left: 15px solid #FFF;
right: -27px; /*右側の三角部分の位置を変更*/
}
@media only screen and (max-width: 767px) {
.chatting4::before,
.chatting4::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #369FFF;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: 7px;   /*三角部分の高さを変更*/
}
.chatting4::before{
border-bottom: 15px solid #369FFF;
right: 18.5rem; /*右側の三角部分の位置を変更*/
top: -30px;   /*三角部分の高さを変更*/
}
.chatting4::after {
border-bottom: 15px solid #FFF;
right: 18.5rem; /*右側の三角部分の位置を変更*/
top: -27px;   /*三角部分の高さを変更*/
}
}


@media only screen and (max-width: 767px) {
.chatting-left2::before,
.chatting-left2::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #F174A4;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: -3rem;   /*三角部分の高さを変更*/
}
.chatting-left2::before{
border-bottom: 15px solid #F174A4;
left: 6rem; /*右側の三角部分の位置を変更*/
}
.chatting-left2::after {
left: 6rem; /*左側の三角部分の位置を変更*/
border-bottom: 15px solid #FFF;
top: -2.7rem;   /*三角部分の高さを変更*/
}
.left2 .chatting-lll::after {
left: 6rem; /*左側の三角部分の位置を変更*/
border-bottom: 15px solid #FFF;
}
	
.chatting-left::before,
.chatting-left::after {
content: "";
border: 15px solid transparent;
/*border-top-color: #F174A4;   カラーはここで変更（吹き出し部分と合わせる）*/
position: absolute;
top: -3rem;   /*三角部分の高さを変更*/
}
.chatting-left::before{
border-bottom: 15px solid #F174A4;
left: 6rem; /*右側の三角部分の位置を変更*/
}
.left .chatting-lll::after {
left: 6rem; /*左側の三角部分の位置を変更*/
border-bottom: 15px solid #FFF;
top: -2.7rem;   /*三角部分の高さを変更*/
}

	
}


/* アイコンの作成 */
.balloon-chat img {
/*border-radius: 50%; 丸の設定*/
/*border: 2px solid #333300; アイコンの枠のカラーと太さはここで変更*/
margin: 0;
}
/* アイコンの大きさ */
.icon-img {
width: 20%;
height: auto;
}

@media only screen and (max-width: 767px) {
.icon-img {
	display: block;
	width: 100%;
	justify-content: center;
	text-align: center;
}	
}

.balloon {
position: relative;
/*display: inline-block;*/
width: 93.5%;
background-color: #FFF;
border: 3px solid #F174A4;
padding: 1rem 2rem;
color: #333;
border-radius: 12px;
text-align: center;
margin: 0 auto;
}

.balloon::before,
.balloon::after {
content: "";
position: absolute;
border: 12px solid transparent;
border-bottom: 12px solid #F174A4;
top: -24px;
left: 20%;
}

.balloon::after {
margin-top: 4px;
border-bottom: 12px solid #fff;
}

.balloon2 {
position: relative;
/*display: inline-block;*/
width: 94%;
background-color: #FFF;
border: 2px solid #F174A4;
padding: 1rem 2rem;
color: #333;
border-radius: 12px;
text-align: center;
margin: 0 auto;
}

.balloon2::before,
.balloon2::after {
content: "";
position: absolute;
border: 12px solid transparent;
border-right: 12px solid #F174A4;
top: 10px;
left: -24px;
}

.balloon2::after {
margin-left: 3px;
border-right: 12px solid #fff;
}

.balloon3 {
position: relative;
/*display: inline-block;*/
width: 94%;
background-color: #FFF;
border: 2px solid #F174A4;
padding: 1rem 2rem;
color: #333;
border-radius: 12px;
text-align: center;
margin: 0 auto;
}

.balloon3::before,
.balloon3::after {
content: "";
position: absolute;
border: 12px solid transparent;
border-left: 12px solid #F174A4;
top: 10px;
left: 100%;
}

.balloon3::after {
margin-left: -3px;
border-left: 12px solid #fff;
}

.balloon p {
margin: 0;
padding: 0;
}

.t2 p {
text-align: left;
}

.p-block__img--funrun{
	display: flex;
	width: 45%;
	gap: 7%;
	margin: 3rem auto ;
	justify-content: center;
}

.p-block__img--funrun2{
	display: flex;
	width: 45%;
	gap: 7%;
	margin: 3rem auto ;
	justify-content: center;
}

.p-block__img--funrun3{
	display: flex;
	width: 45%;
	gap: 7%;
	margin: 0 0 3rem 4rem;
	justify-content: center;
}

.p-block__img--funrun4{
	display: flex;
	width: 45%;
	gap: 7%;
	margin: 0 4rem 3rem 0;
	justify-content: center;
}

.balloon-c2 {
position: relative;
display: flex;
width: 95%;
gap: 3%;
padding: 1rem;
color: #333;
text-align: center;
margin: 0 auto;
}

.balloon-c3 {
position: relative;
display: flex;
flex-direction: row-reverse;  /* 右から左に並べる */
width: 95%;
gap: 3%;
padding: 1rem;
color: #333;
text-align: center;
margin: 0 auto;
}

.balloon-c2 p {
margin: 0;
padding: 0;
}

@media only screen and (max-width: 767px) {
.p-block__img--funrun{
	display: block;
	width: 80%;
	gap: 7%;
	margin: 4rem auto 2rem;
	justify-content: center;
}
.p-block__img--funrun3 {
	display: block;
	width: 80%;
	gap: 7%;
	margin: 4rem auto 0;
	justify-content: center;
}
.p-block__img--funrun4 {
	display: block;
	width: 80%;
	gap: 7%;
	margin: 4rem auto 0;
	justify-content: center;
}
.balloon {
	width: auto;
	margin: 0 3.1rem;
}
}

.blue-text{
    color: #369FFF;
    font-weight: bold;	
}

.pink-text{
    color: #F174A4;
    font-weight: bold;	
}

.orange-text{
	color: #FE792D;
    font-weight: bold;	
}

.back-b1{
	background-color: #FFFFED;
	padding: 3rem 3rem 2.7rem;
}

.back-b2{
	background-color: #FFFFED;
	padding: 3rem 3rem 3rem;
}


.back-b4{
	background-color: #FFFFED;
	padding: 0.1rem 0 3rem;
}

.caption {
    caption-side: bottom;
    padding: 5px;
	font-size: max(1.4rem, 15px);
	text-align: center;
}

.s-1 {
	display: flex;
	align-items: center;
	width: 100%;
}
.s-size{
	width: 4%;
	margin-right: 1rem;
}

.s-size2{
	width: 2.5%;
}

.s-size6{
	width: 6%;
	margin-right: 1rem;
}

.u-mb{
	margin-bottom: 20rem;
}

.p-block__text-c {
  font-size: max(3rem, 15px);
  line-height: 1.625;
/*  text-align: center;*/
  color: #005EAC;
  font-weight: bold;  
}

.p-block__text-bc{
  font-size: max(2.5rem, 15px);
  line-height: 1.625;
  text-align: center;
}

.chat-text{
  font-size: max(1.8rem, 15px);
}

.indent{
  padding-left: 1em;
}

/*---　2024/07/18　追加分（ｍ）　---*/
.indent2{
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
.indent2{
  text-indent: -1em;
  padding-left: 2em;
}
}
/*-----------------　　　ここまで　　　-----------------*/


.text_img{
    width: 5%;
    vertical-align: middle;
    display: inline;	
}

@media only screen and (max-width: 767px) {
.s-size{
	width: 50px;
	margin-right: 1rem;
}
.s-size6{
	width: 70px;
	margin-right: 5rem;
}
.m-right{
	margin-right: 2rem;
	}
	
.s-size2{
	width: 20px;
}
.p-block__text-c {
  font-size: max(1.7rem, 15px);
  line-height: 1.625;
/*  text-align: center;*/
  color: #DE3476;
  font-weight: bold;  
}
.p-block__text-bc{
  font-size: max(1.8rem, 15px);
}
.chat-text{
    font-size: 1.5rem;
}
.text_img{
    width: 7%;
}
}
@media (min-width: 769px) and (max-width: 1315px) {
.chat-text{
    font-size: 1.7rem;
}
.chatting-right2.chatting5.category3 {
margin: 12% 20px auto 2%;
}
.chatting-left2,.chatting-right2 {
margin: 6.5% 20px auto 2%;
}
.chatting-right,.chatting-left2,.chatting2,
.chatting-left,.chatting-right2,.chatting3 {
padding: 13px 20px;	
}
}	

/*-----PC用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and ( max-width:1920px) {

.balloon2-left {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 15px;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #D97300;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #D97300;
}
	
.balloon2-left2 {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 15px;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-left2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #D97300;
  z-index: 1;
}

.balloon2-left2 p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #D97300;
}

.balloon2-right {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 15px 1.5em 0;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005EAC;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #005EAC;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #005EAC;
}
	
.balloon2-right3 {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 15px 1.5em 0;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005EAC;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-right3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #005EAC;
  z-index: 1;
}

.balloon2-right3 p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #005EAC;
}
	
.balloon2-right2 {
  position: relative;
  /*display: inline-block;*/
  margin: 0 auto;
  padding: 21px 16%;
  min-width: 120px;
  max-width: 93.5%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-right2:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 200px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right2:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 198px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-bottom: 14px solid #D97300;
  z-index: 1;
}

.balloon2-right2 p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #D97300;
}
	

	
.flex-f{
display: flex;
justify-content: center;
}
	

.fukidasi{
margin: 0em 1em 0em 1em;
}
	
.fukidasi2{
margin: 12em 1em 0em 1em;
width: 47%;
}	

.img03{
	display: flex;
	width: 45%;
	gap: 7%;
	margin: 0 0 3rem -5px;
	justify-content: center;
}	

.b-dm{
	margin-top: 5rem;
}
	
}

		
/*-----SMART用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:0px) and ( max-width:767px) {

.balloon2-left {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 15px;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 0px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 0px solid #D97300;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
color: #D97300;
font-weight: bold;
}

.balloon2-left2 {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 0;
  padding: 21px 23px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-left2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 0px solid #FFF;
  z-index: 2;
}

.balloon2-left2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 0px solid #F99320c;
  z-index: 1;
}

.balloon2-left2 p {
  margin: 0;
  padding: 0;
color: #D97300;
font-weight: bold;
}


.balloon2-right {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 15px 1.5em 0;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005EAC;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 0px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 0px solid #005EAC;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #005EAC;
}

.balloon2-right2 {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em auto 1.5em auto;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D97300;
  box-sizing: border-box;
  border-radius:15px;
}

.balloon2-right2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 0px solid #FFF;
  z-index: 2;
}

.balloon2-right2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 0px solid #D97300;
  z-index: 1;
}

.balloon2-right2 p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #D97300;
}
	
.balloon2-right3 {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 0;
  padding: 21px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005EAC;
  box-sizing: border-box;
border-radius:15px;
}

.balloon2-right3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 0px solid #FFF;
  z-index: 2;
}

.balloon2-right3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 0px solid #005EAC;
  z-index: 1;
}

.balloon2-right3 p {
  margin: 0;
  padding: 0;
font-weight: bold;
color: #005EAC;
}

	
.flex-f{
display: flex;
flex-direction: column;
}

.img03{
	display: flex;
	width: 80%;
	gap: 7%;
	margin: 0 auto;
	justify-content: center;
}	

.fukidasi2{
	margin: 0 auto;
	justify-content: center;
	width: 80%;
}
	
}

.p-sdgs__contents {
  background-color: #FFFFED;
  background-image: url(../img/sdgs/deco01.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 94%;
  position: relative;
  padding-bottom: 18.7rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__contents {
    padding-bottom: 12rem;
    background-image: none;
  }
}

.p-sdgs__deco--01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24.4rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__deco--01 {
    width: 17rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-sdgs__deco--02 {
    position: absolute;
    top: 8rem;
    right: 0.7rem;
    width: 8rem;
  }
}

.p-sdgs__inner {
  max-width: 1146px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 60px;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__inner {
    padding-inline: 20px;
  }
}

.p-sdgs__page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sdgs__page-title span:nth-child(1) {
  font-size: max(3.2rem, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #005EAC;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__page-title span:nth-child(1) {
    font-size: 2.4rem;
  }
}

.p-sdgs__page-title span:nth-child(2) {
  margin-top: 2.6rem;
  font-family: "Cormorant Garamond", serif;
  font-size: max(2rem, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #D97300;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__page-title span:nth-child(2) {
    font-size: 2rem;
  }
}

.p-sdgs__wrapper {
  margin-top: 5.8rem;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  padding: 7rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__wrapper {
    margin-top: 4rem;
    max-width: 600px;
    padding: 5rem 1.5rem;
  }
}

.p-sdgs__intro {
  margin-top: 8rem;
  font-size: max(2rem, 16px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #005EAC;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__intro {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-sdgs__body {
  margin-top: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__body {
    margin-top: 4rem;
  }
}

.p-sdgs__section:not(:first-child) {
  margin-top: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs__section:not(:first-child) {
    margin-top: 8rem;
  }
}

.p-sdgs-sec__title-wrap {
  padding: 1.7rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(69%, #369fff), to(#FF92B8));
  background: linear-gradient(to right, #369fff 69%, #FF92B8 100%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__title-wrap {
    padding: 1.4rem;
  }
}

.p-sdgs-sec__title-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0.6rem;
  width: 0.3rem;
  height: 100%;
  background-color: #FF92B8;
}

.p-sdgs-sec__title {
  font-size: max(1.8rem, 15px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__title {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.p-sdgs-sec__title::before {
  position: absolute;
  content: "";
  top: 6%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__title::before {
    top: 48%;
  }
}

.p-sdgs-sec--01 .p-sdgs-sec__title {
  padding-left: 5.8rem;
}
.p-sdgs-sec--01 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character01.png);
  width: 4.6rem;
  height: 6.1rem;
}

.p-sdgs-sec--02 .p-sdgs-sec__title {
  padding-left: 5.7rem;
}
.p-sdgs-sec--02 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character02.png);
  width: 4.5rem;
  height: 5.4rem;
}

.p-sdgs-sec--03 .p-sdgs-sec__title {
  padding-left: 6.9rem;
}
.p-sdgs-sec--03 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character03.png);
  width: 5.7rem;
  height: 5.5rem;
}

.p-sdgs-sec--04 .p-sdgs-sec__title {
  padding-left: 6.3rem;
}
.p-sdgs-sec--04 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character04.png);
  width: 5.1rem;
  height: 5.6rem;
}

.p-sdgs-sec--05 .p-sdgs-sec__title {
  padding-left: 6.7rem;
}
.p-sdgs-sec--05 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character05.png);
  width: 5.5rem;
  height: 6.6rem;
}

.p-sdgs-sec--06 .p-sdgs-sec__title {
  padding-left: 7.2rem;
}
.p-sdgs-sec--06 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character06.png);
  top: 52%;
  width: 6rem;
  height: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec--06 .p-sdgs-sec__title::before {
    top: 48%;
  }
}

.p-sdgs-sec--07 .p-sdgs-sec__title {
  padding-left: 9.5rem;
}
.p-sdgs-sec--07 .p-sdgs-sec__title::before {
  background-image: url(../img/sdgs/character07.png);
  top: -10%;
  width: 8.3rem;
  height: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec--07 .p-sdgs-sec__title::before {
    top: 48%;
  }
}

.p-sdgs-sec__content {
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4.2rem;
     -moz-column-gap: 4.2rem;
          column-gap: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.4rem;
  }
}

.p-sdgs-sec__category {
  width: 15.7rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__category {
    width: 12rem;
    margin-inline: auto;
  }
}

.p-sdgs-sec__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__body {
    margin-top: 1.5rem;
  }
}

.p-sdgs-sec__text {
  font-size: max(1.6rem, 13px);
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: justify;
  }
}

.p-sdgs-sec__img-wrap {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-sdgs-sec__img-wrap {
    margin-top: 1.5rem;
  }
}
@media (max-width: 500px) {
  .p-sdgs-sec__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.4rem;
  }
}

.p-volunteer-sec__img-wrap {
  margin-top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-volunteer-sec__img-wrap {
    margin-top: 1.5rem;
  }
}
@media (max-width: 500px) {
  .p-volunteer-sec__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.4rem;
  }
}

.p-sdgs-sec__img {
  width: 50%;
}
@media (max-width: 500px) {
  .p-sdgs-sec__img {
    width: 100%;
    max-width: initial;
  }
}/*# sourceMappingURL=style.css.map */


/* 2024/07/09追加  よくある質問-ランナー募集関係＿Q01*/
.p-table02--faq_l01 table {
  background-color: #fff;
}

.p-table02--faq_l01 th:nth-child(1) {
  width: 28%;
}

.p-table02--faq_l01 th:nth-child(2) {
  width: 14%;
}

/*.p-table02--faq_l01 th:nth-child(3) {
  width: 40%;
}*/

.p-table02--faq_l01 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_l01 td:nth-child(3) p {
  text-align: left;
}

/* 2024/07/09追加  よくある質問-抽選・入金関係＿Q07*　元の.p-table02--faq_l07を消す*/

.p-table02--faq_l07 table {
  background-color: #fff;
}

.p-table02--faq_l07 th:nth-child(1) {
  width: 25%;
}

.p-table02--faq_l07 th:nth-child(2) {
  width: 65%;
　border: 2px solid black;  /* 太さ2pxで緑色の実線 */
}

.p-table02--faq_l07 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-table02--faq_l07 td:nth-child(3) p {
  text-align: left;
}


/*----------2024/07/18-22　追加分（ｍ）----------*/
.anniversary-img{
	max-width: 25%;
	margin: 2rem auto 0;
}

.anniversary-bkimg{
	position: absolute;
	max-width: 15%;
	top:82.2%;
    /*bottom: 14.2%;*/
	margin-top: 3.2rem;
}

.anniversary-img02{
	object-fit: cover;
	max-width: 35%;
/*	justify-content: center;
	gap: 2rem;*/
}

.anniversary-img03{
	display: flex;
	max-width: 40rem;
	margin: 3rem auto 8px;
	justify-content: center;
}

.anniversary-img04{
	display: flex;
	max-width: 37rem;
	margin: 2rem auto 15px;
	justify-content: center;
}

.flex-r{
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.u-mb1{
	margin-bottom: 1rem;
}

.u-mb2{
	margin-bottom: 2rem;
}

.u-mb4{
	margin-bottom: 4rem;
}

.u-mb8{
	margin-bottom: 8rem;
}

.u-mb12{
	margin-bottom: 12rem;
}

.p-block__text-r{
  font-size: max(3.6rem, 15px);
  line-height: 1.625;
  text-align: center;
}

.text_wave{
  text-decoration:underline wavy ;
  text-underline-offset: 0.5rem;
}

/*.list_str{
  text-decoration:underline solid;
  text-underline-offset: 1rem;
  line-height: 6rem;
}*/

.r-title{
  margin: 10rem auto 0;
  justify-content: center;
}

.caption-r{
	text-align: center;
}

.r-size{
	width: 65%;
}

.come-size{
	width: 32%;
	justify-content: center;
    margin: 5% auto;
}

.rilakkuma-come-size{
	width: 40%;
	justify-content: center;
    margin: 5% auto;
}

.anni-title {
  font-weight: bold;
  border-bottom: 1px solid #369fff;
}

.s-point{
  font-size: max(1.2rem, 11px);
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
.anniversary-img{
	max-width: 65%;
}
	
.anniversary-bkimg{
	max-width: 35%;
	position: static;
	margin-top: 0;
}
	
.anniversary-img02{
	max-width: 45%;
}
	
.anniversary-img03{
	max-width: 28rem;
	position: static;
	margin-top: 2rem;
}
	
.anniversary-img04{
	max-width: 28rem;
	position: static;
}
	
.come-size{
	width: 65%;
	margin: 10% auto;
}

.rilakkuma-come-size{
	width: 65%;
	margin: 10% auto;
}

.anni-title {
	text-decoration:underline solid #369fff;
	text-underline-offset: 0.3rem;
	border-bottom: 0px solid;
	text-indent: -1em;
	padding-left: 1em;
}

.p-block__text-r{
  font-size: max(1.8rem, 15px);
}
.r-size{
	width: 100%;
}
.s-point{
  margin-right: 0;
}
.u-mb12{
	margin-bottom: 7rem;
}
}

.p-top-mv__banner.p-top-mv__banner--03 {
  width: 50rem;
  top: 3.5%;
  left: 5.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-gap{
	gap:4rem;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-top-mv__banner.p-top-mv__banner--03 {
    width: 14.5rem;
    left: 1.5rem;
    top: initial;
    bottom: 32rem;
  }
}
/*.p-top-mv__banner--03:hover {
  opacity: 0.7;
}*/


/* --------------------------------
a-page-contents
----------------------------------- */
.a-page-contents {
  padding: 7rem 0 12rem;
}

@media only screen and (max-width: 767px) {
  .a-page-contents {
    padding: 5rem 0 0;
  }
}
/*-----------------------------------*/


.n-size{
	width: 7%;
	margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
.n-size{
	width: 75px;
	margin-right: 1rem;
}
}

.new-out{
	position: relative;
}

.indent-r{
	text-indent: -1.6em;
	padding-left: 5em;
}

.indent-v{
	padding-left: 2em;
}

.indent-r4{
	padding-left: 4em;
}
@media only screen and (max-width: 767px) {
.indent-r4{
	padding-left: 2em;
}
}

.new-position{
	position: absolute;
	margin: -3% 0 0 -1.5%;
}
@media only screen and (max-width: 767px) {
.new-position{
	position: absolute;
	margin: -8.5% 0 0 -3.5%;
}
}

/*2024/07/18～08/01　追加分（ｍ）ここまで---------------------*/

.fukidashi__banner {
  position: relative;
  top: 1.5rem;
}


.fukidashi__banner.fukidashi__banner--01 {
  width: 30rem;
  top: -16.5rem;
  left: 90rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
.fukidashi__banner.fukidashi__banner--01 {
  width: 15.1rem;
  top: -13.5rem;
  left: 20.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}


/*ボランティア活動内容　　2024/09/10　-------------*/
.p-volunteer__intro {
  margin-top: 7rem;
  font-size: max(2rem, 16px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #005EAC;
  font-weight: 400;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-volunteer__intro {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.v-title {
  font-size: max(2.4rem, 15px);
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .v-title {
    font-size: 2rem;
  }
}


/* --------------------------------
お知らせ一覧ページネーション
----------------------------------- */
.p-information .pagination {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.1rem;
  -moz-column-gap: 1.1rem;
  column-gap: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .p-information .pagination {
    margin-top: 4rem;
  }
}
.p-information .page-item.prev,
.p-information .page-item.next {
  display: none;
}

.p-information .page-link {
  font-size: 1.8rem;
  color: #925217;
  display: block;
  width: 5rem;
  height: 5rem;
  border: 1px solid #925217;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p-information .page-item.navi-active .page-link {
  background-color: #925217;
  color: #fff;
}

