@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

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

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
  01share style
  -------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

@media screen and (min-width: 1101px) and (min-width: 1101px) {
  .wrapin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1101px) and (max-width: 1400px) {
  .wrapin {
    padding: 0 30px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1101px) and (min-width: 768px) and (max-width: 1100px) {
  .wrapin {
    padding: 0 30px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1100px) {
  .wrapin-sp {
    padding: 0 20px;
  }
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}
html {
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333333;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333333;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover img {
  opacity: 0.85;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1101px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .largeOnly {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .largeOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .tbOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .tbOnly {
    display: block;
  }
}

@media screen and (min-width: 1101px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .spOnly {
    display: block;
  }
}

/* ---------------------------
l-bg
--------------------------- */
.l-bg {
  background: url(/common/img/l-bg/page-bg01.webp) no-repeat;
  background-position: center bottom;
  background-color: #e7f3fa;
}
@media screen and (min-width: 1101px) {
  .l-bg {
    aspect-ratio: 1800/464;
    background-size: cover;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg {
    background-size: 150% auto;
    height: 320px;
  }
}
.l-bg__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-bg__h {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .l-bg__h {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg__h {
    font-size: 1.8rem;
  }
}

.l-bg02 {
  background-color: #e7f3fa;
}
@media screen and (min-width: 1101px) {
  .l-bg02 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg02 {
    padding-top: 120px;
    padding-bottom: 45px;
  }
}
.l-bg02__h {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .l-bg02__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg02__h {
    font-size: 1.7rem;
  }
}

/* ---------------------------
l-bread
--------------------------- */
.l-bread {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .l-bread {
    gap: 15px 37px;
  }
}
@media screen and (max-width: 1100px) {
  .l-bread {
    gap: 5px 15px;
  }
}
.l-bread__link {
  font-size: 0.875rem;
  color: #303f9f;
  text-decoration: underline;
  position: relative;
}
.l-bread__link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 7px;
  border-top: 1px solid #2f3d54;
  border-right: 1px solid #2f3d54;
  transform: rotate(45deg);
}
@media screen and (min-width: 1101px) {
  .l-bread__link::after {
    right: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-bread__link::after {
    right: -10px;
  }
}
.l-bread__current {
  font-size: 0.875rem;
}
/* ---------------------------
l-fixedBnr
--------------------------- */
.l-fixedBnr {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
}
.l-fixedBnr--close {
  pointer-events: none;
}
.l-fixedBnr__main {
  background: rgba(47, 61, 84, 0.9);
  pointer-events: auto;
  transition: 0.3s;
}
.l-fixedBnr--close .l-fixedBnr__main {
  transform: translateX(100%);
  pointer-events: none;
}
.l-fixedBnr__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__inner {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__icon {
    width: 40px;
    padding-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__body {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__body {
    width: calc(100% - 53px);
    margin-left: auto;
  }
}
.l-fixedBnr__link {
  display: block;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__link {
    font-size: 1.125rem;
  }
}
.l-fixedBnr__link[href] {
  text-decoration: underline !important;
}
.l-fixedBnr__link[href]:hover {
  text-decoration: none !important;
}
.l-fixedBnr__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__txt {
    font-size: 0.8571rem;
  }
}
.l-fixedBnr__btn {
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  border: none;
  background: #2f3d54;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__btn {
    bottom: 14px;
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__btn {
    top: -78px;
    right: -36px;
  }
}
.l-fixedBnr__btn::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-fixedBnr__btn::before {
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedBnr__btn::before {
    left: 12px;
  }
}
.l-fixedBnr--close .l-fixedBnr__btn::before {
  transform: translateY(-50%) rotate(-135deg);
}

/* ---------------------------
l-footer
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__head {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 243, 250) 100%);
    padding-top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__head {
    background: #fff;
    padding-top: 40px;
  }
}
.l-footer__bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr {
    max-width: 1064px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr__item {
    width: calc(16.66% - 16.6666666667px);
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr__item {
    max-width: 178px;
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__obj {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__obj {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  .l-footer__obj__bg {
    width: 100%;
  }
}
.l-footer__body {
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .l-footer__body {
    padding-top: 73px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__body {
    padding-top: 50px;
  }
}
.l-footer__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .l-footer__row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__row {
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__row__l {
    width: 23.45%;
    margin-top: 7px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__row__r {
    width: 66.3%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__row__r {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__logo {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__logo {
    display: block;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__comm {
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1101px) {
  .l-footer__comm {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__comm {
    margin-top: 10px;
    text-align: center;
  }
}
.l-footer__sns {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .l-footer__sns {
    margin-top: 33px;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__sns {
    margin-top: 10px;
    gap: 20px;
    justify-content: center;
  }
}
.l-footer__sns__item {
  width: 48px;
}
@media screen and (max-width: 1100px) {
  .l-footer__gnav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__links {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links {
    margin-top: 30px;
  }
}
.l-footer__list {
  display: grid;
  gap: 0.5em;
}
@media screen and (min-width: 1101px) {
  .l-footer__list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__list {
    width: 100%;
    margin-top: 10px;
  }
}
.l-footer__list__item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-footer__list__item::before {
  content: "・";
}
.l-footer__copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 1101px) {
  .l-footer__copyright {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__copyright {
    margin-top: 50px;
  }
}

/* ---------------------------
l-gnav
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-gnav {
    padding-right: 60px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease-in;
    z-index: 1000;
    padding: 75px 20px 50px;
    background: #e7f3fa;
  }
  .l-gnav--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__items {
    display: flex;
    gap: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__items {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__item {
    background: #fff;
  }
  .l-gnav__item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .l-gnav__item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.l-gnav__item:hover > .l-gnav__sub {
  transform: scaleY(1);
  pointer-events: auto;
}
@media screen and (min-width: 1101px) {
  .l-gnav__link {
    font-weight: 500;
    font-size: 0.9375rem;
  }
  .l-gnav__link:hover {
    color: #40c4ff;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
    font-size: 1.0714rem;
    font-weight: 500;
    padding: 12px 30px 12px 20px;
    letter-spacing: 0.1em;
  }
  .l-gnav__link::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2f3d54;
    border-right: 2px solid #2f3d54;
    transform: rotate(45deg);
    margin-left: auto;
  }
  .l-gnav__link--folding {
    cursor: pointer;
  }
  .l-gnav__link--folding::after {
    transform: rotate(135deg);
    transition: 0.2s;
  }
  .l-gnav__link--folding--active::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__sub {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #e7f3fa;
    top: 100%;
    pointer-events: none;
    transition: 0.25s;
    transform: scaleY(0);
    transform-origin: top;
    padding: 20px 20px;
    border-radius: 10px;
    width: 240px;
    gap: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__sub {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__sub--active {
    display: block;
  }
}
.l-gnav__sub__link {
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .l-gnav__sub__link {
    font-size: 0.9375rem;
    display: block;
    position: relative;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__sub__link {
    font-size: 1.0714rem;
    display: flex;
    align-items: center;
    padding: 12px 30px 12px 40px;
    background: #f1f8fc;
  }
}
.l-gnav__sub__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
}
@media screen and (min-width: 1101px) {
  .l-gnav__sub__link::after {
    position: absolute;
    top: 19px;
    right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__sub__link::after {
    margin-left: auto;
  }
}
.l-gnav__sub__link[target=_blank]::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: none;
  border-right: none;
  transform: rotate(0);
  background: url(/common/img/base/icon-blank-c0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-gnav__sub__link[target=_blank]::after {
    position: absolute;
    top: 14px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav__sub__link[target=_blank]::after {
    margin-left: auto;
  }
}
.l-gnav__sub__link--noLink::after {
  display: none;
}
.l-gnav__sub__link--noLink:hover {
  opacity: 1 !important;
}
.l-gnav__sub__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1100px) {
  .l-gnav02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav02__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav02__blocks:nth-child(2) {
    justify-content: flex-end;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav02__block {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav02__block {
    width: 100%;
  }
  .l-gnav02__block:not(:last-child) {
    margin-bottom: 17px;
  }
}
.l-gnav02__items {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .l-gnav02__items {
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav02__items {
    gap: 20px;
  }
}
.l-gnav02__subItems {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .l-gnav02__subItems {
    margin-top: 6px;
    padding-left: 17px;
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav02__subItems {
    padding-left: 17px;
    margin-top: 5px;
    gap: 6px;
  }
}
.l-gnav02__link {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2f3d54;
  position: relative;
}
.l-gnav02__link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
}
@media screen and (min-width: 1101px) {
  .l-gnav02__link[target=_blank]::after {
    width: 16px;
    height: 16px;
    left: calc(100% + 4px);
    bottom: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav02__link[target=_blank]::after {
    width: 14px;
    height: 14px;
    left: calc(100% + 3px);
    bottom: 2px;
  }
}
.l-gnav02__link02 {
  font-size: 0.875rem;
  color: #2f3d54;
  display: block;
  line-height: 1.4;
}
/* ---------------------------
l-header
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-header {
    width: 100%;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1100px) {
  .l-header {
    width: 100%;
    max-width: 100vw;
  }
}
.l-header__inner {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-header__inner {
    display: flex;
    max-width: 100vw;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__inner {
    pointer-events: none;
  }
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
@media screen and (min-width: 1101px) {
  .l-header__logo {
    width: 258px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    width: 160px;
    pointer-events: auto;
  }
}
.l-header__logo img {
  filter: drop-shadow(10px 10px 10px rgba(47, 61, 84, 0.08));
  transform: translateZ(0);
  width: 100%;
}
.l-header__logo--fixed {
  position: fixed;
}
.l-header__gnav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  z-index: 5000;
}
@media screen and (min-width: 1101px) {
  .l-header__gnav {
    margin-left: auto;
    border-radius: 0 0 0 15px;
    filter: drop-shadow(-10px 10px 10px rgba(47, 61, 84, 0.08));
    background-color: rgba(255, 255, 255, 0);
    transform: translateZ(0);
  }
}
@media screen and (min-width: 1101px) {
  .l-header__gnav--active {
    animation: headerBg 0.3s linear forwards;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__gnav02 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__gnav02 {
    display: block;
  }
}
.l-header__lang {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-header__lang {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang {
    display: none;
  }
}
.l-header__lang::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(/common/img/base/icon-lang.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .l-header__lang::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 9px;
    right: 0;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
}
.l-header__lang__select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0.9375rem;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-header__lang__select {
    padding-right: 16px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__lang02 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    pointer-events: auto;
    position: fixed;
    top: 33px;
    right: 72px;
    z-index: 7000;
  }
  .l-header__lang02__btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .l-header__lang02__btn--active .l-header__lang02__close {
    opacity: 1;
    visibility: visible;
  }
  .l-header__lang02__btn img {
    width: 26px;
    height: 26px;
  }
  .l-header__lang02__close {
    width: 17px;
    height: 17px;
    background: #2f3d54;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.24s ease-in;
  }
  .l-header__lang02__close .line {
    display: block;
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__lang02__close .line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1101px) {
  .l-header__lang03 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang03 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1000;
    transition: 0.3s ease-in;
    padding: 75px 20px 50px;
    background: #e7f3fa;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l-header__lang03--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang03__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang03__items {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang03__item {
    background: #fff;
  }
  .l-header__lang03__item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .l-header__lang03__item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__lang03__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 12px 30px 12px 20px;
    letter-spacing: 0.1em;
  }
  .l-header__lang03__link .icon {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-weight: 600;
    font-style: italic;
    border-radius: 50%;
    background: #e7f3fa;
    color: #40c4ff;
    margin-right: 10px;
  }
  .l-header__lang03__link::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2f3d54;
    border-right: 2px solid #2f3d54;
    transform: rotate(45deg);
    margin-left: auto;
  }
}
.l-header__lang03__link--current .icon {
  color: #fff;
  background: #40c4ff;
}
@media screen and (min-width: 1101px) {
  .l-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__humberger {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    pointer-events: auto;
    top: 32px;
    right: 20px;
    z-index: 5000;
  }
  .l-header__humberger__lines {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .l-header__humberger__lines .line {
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #2f3d54;
    transition: 0.35s;
  }
  .l-header__humberger__lines .line:first-child {
    top: 7px;
  }
  .l-header__humberger__lines .line:nth-child(2) {
    top: 15px;
  }
  .l-header__humberger__lines .line:nth-child(3) {
    bottom: 7px;
  }
  .l-header__humberger--active .l-header__humberger__lines .line:first-child {
    transform: rotate(135deg);
    top: 15px;
  }
  .l-header__humberger--active .l-header__humberger__lines .line:nth-child(2) {
    transform: scaleX(0);
  }
  .l-header__humberger--active .l-header__humberger__lines .line:nth-child(3) {
    transform: rotate(-135deg);
    top: 15px;
  }
}

@keyframes headerBg {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
/* ---------------------------
l-pageTop
--------------------------- */
.l-pageTop {
  position: fixed;
  z-index: 500;
}
@media screen and (min-width: 1101px) {
  .l-pageTop {
    bottom: 65px;
    right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-pageTop {
    bottom: 25px;
    right: 20px;
  }
}
.l-pageTop--hidden {
  display: none;
}
.l-pageTop__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-pageTop__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #2f3d54;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .l-pageTop__btn {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .l-pageTop__btn {
    width: 50px;
    height: 50px;
  }
}
.l-pageTop__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2f3d54;
  border-right: 2px solid #2f3d54;
  transform: rotate(-45deg);
}
.l-pageTop__h {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media screen and (min-width: 1101px) {
  .l-pageTop__h {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1100px) {
  .l-pageTop__h {
    margin-top: 5px;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-700 {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-960 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1030 {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1085 {
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1160 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1120 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1260 {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1275 {
    max-width: 1355px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1600 {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-wrap-sp {
    padding: 0 20px;
  }
}

/* ---------------------------
c-border
--------------------------- */
.c-border--top {
  border-top-style: solid;
  border-top-width: 2px;
}

/* ---------------------------
c-btn
--------------------------- */
.c-btn {
  font-size: 0.875rem;
  border: 2px solid #2f3d54;
  display: block;
  text-align: center;
  font-weight: 500;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .c-btn {
    border-radius: 24px;
    padding: 10px 24px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn {
    border-radius: 24px;
    padding: 12px 20px;
    width: 100%;
  }
}
.c-btn:hover {
  background: #2f3d54;
  color: #fff;
}

.c-btn02 {
  text-align: center;
  display: block;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  background: #2f3d54;
}
@media screen and (min-width: 1101px) {
  .c-btn02 {
    width: 300px;
    padding: 15px 35px 15px 35px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn02 {
    border-radius: 24px;
    padding: 12px 30px 12px 20px;
    width: 100%;
    display: block;
  }
}
.c-btn02::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 29px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c-btn02::after {
    right: 20px;
  }
}
.c-btn02[target=_blank]::after {
  width: 14px;
  height: 14px;
  right: 15px;
  transform: translateY(-50%);
  background: url(/common/img/base/icon-blank-wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
}
.c-btn02:hover {
  background: #40c4ff;
}
.c-btn02--pdf[target=_blank]::after {
  background: url(/common/img/base/icon-pdf-wh.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .c-btn02--w340 {
    width: 340px;
  }
}
.c-btn02--wh {
  border: 2px solid #2f3d54;
  color: #2f3d54 !important;
  background: #fff;
}
.c-btn02--wh::after {
  border-color: #333333;
}
.c-btn02--wh[target=_blank]::after {
  background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
}
.c-btn02--wh[target=_blank]:hover::after {
  background: url(/common/img/base/icon-blank-c2.svg) no-repeat;
}
.c-btn02--wh:hover {
  border-color: #40c4ff;
  background: #fff;
  color: #40c4ff !important;
}
.c-btn02--wh:hover::after {
  border-top-color: #40c4ff;
  border-right-color: #40c4ff;
}
@media screen and (min-width: 1101px) {
  .c-btn02--noArrow {
    padding: 15px 20px;
  }
}
.c-btn02--noArrow::after {
  display: none;
}
.c-btn02--noArrow[target=_blank] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn02--noArrow[target=_blank]::after {
  display: block;
  position: inherit;
  transform: translateY(0);
  right: auto;
}
@media screen and (min-width: 768px) {
  .p-btnRow02__item .c-btn02 {
    width: 100%;
  }
}
.c-btn03 {
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #2f3d54;
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .c-btn03 {
    font-size: 1.25rem;
    min-height: 100px;
    border-radius: 10px;
    padding: 20px 40px 20px 33px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn03 {
    font-size: 1.1428rem;
    min-height: 80px;
    border-radius: 10px;
    padding: 15px 35px 15px 20px;
    width: 100%;
  }
}
.c-btn03::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 29px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c-btn03::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
.c-btn03:hover {
  background: #40c4ff;
}
.c-btn03[target=_blank]::after {
  background: url(/common/img/base/icon-blank-wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn03[target=_blank]::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn03[target=_blank]::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

.c-btn04 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 2px solid #dbdbdb;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #2f3d54;
}
@media screen and (min-width: 1101px) {
  .c-btn04 {
    min-height: 100px;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn04 {
    width: 100%;
    min-height: 80px;
    border-radius: 10px;
    padding: 15px 28px 15px 20px;
  }
}
.c-btn04::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 29px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c-btn04::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
.c-btn04 .label {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.c-btn04 .label02 {
  display: block;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1101px) {
  .c-btn04 .label02 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn04 .label02 {
    font-size: 1.1428rem;
  }
}
.c-btn04:hover {
  border-color: #40c4ff;
  color: #40c4ff !important;
}
.c-btn04:hover::after {
  border-top-color: #40c4ff;
  border-right-color: #40c4ff;
}
.c-btn04--nolink::after {
  display: none;
}
.c-btn04--nolink:hover {
  border-color: #dbdbdb;
  color: #2f3d54 !important;
}
.c-btn04[target=_blank]::after {
  background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn04[target=_blank]::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn04[target=_blank]::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

.c-btn05 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 2px solid #dbdbdb;
  background: #fff;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .c-btn05 {
    min-height: 116px;
    border-radius: 15px;
    padding: 20px 60px 20px 33px;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn05 {
    min-height: 90px;
    border-radius: 10px;
    padding: 15px 40px 15px 20px;
  }
}
.c-btn05::after {
  content: "";
  width: 30px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 23px;
  background: url(/common/img/base/icon-pdf-bl.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c-btn05::after {
    width: 24px;
    height: 28.8px;
    right: 15px;
  }
}
.c-btn05:hover {
  background: #40c4ff !important;
  color: #fff !important;
  border-color: #40c4ff;
}
.c-btn05:hover::after {
  background: url(/common/img/base/icon-pdf-wh.svg) no-repeat;
}

.c-btn06 {
  font-size: 0.875rem;
  text-align: center;
  border: 2px solid #333333;
  display: inline-block;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .c-btn06 {
    padding: 10px 23px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn06 {
    padding: 8px 20px;
    border-radius: 20px;
    font-style: 0.9285rem;
  }
}
.c-btn06:hover {
  border-color: #40c4ff;
  color: #40c4ff !important;
}

/* ---------------------------
c-cat
--------------------------- */
.c-cat {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .c-cat {
    padding: 2px 19px;
    border-radius: 15px;
    height: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .c-cat {
    font-size: 0.8571rem;
    padding: 2px 23px;
    border-radius: 15px;
    height: 24px;
  }
}

.c-cat02 {
  background: #fff;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cat02 {
    padding: 6px 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-cat02 {
    padding: 4px 10px;
  }
}

/* ---------------------------
c-h
--------------------------- */
.c-h {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .c-h {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-h {
    font-size: 1.7rem;
  }
}
.c-h--center {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .c-h .small {
    font-size: 0.9rem;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .c-h .small {
    font-size: 0.9rem;
    margin-left: 15px;
  }
}

.c-h02 {
  font-weight: bold;
  color: #2f3d54;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .c-h02 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-h02 {
    font-size: 1.45rem;
  }
}
.c-h02--center {
  text-align: center;
}

.c-h03 {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-h04 {
  font-size: 1.25rem;
  font-weight: bold;
  background: #f5f7f8;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-h04 {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-h04 {
    padding: 10px 17px;
  }
}

/* ---------------------------
c-link
--------------------------- */
.c-link {
  color: #303f9f !important;
}
.c-link--uline {
  text-decoration: underline !important;
}
.c-link--uline:hover {
  text-decoration: none !important;
}
.c-link--img img {
  width: 100%;
}
.c-link--img:hover {
  opacity: 0.8;
  transform: translateZ(0);
}
.c-link--blank::after {
  content: "";
  display: inline-block;
  background: url(/common/img/base/icon-blank-c0.svg) center no-repeat;
  background-size: contain;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .c-link--blank::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-link--blank::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link--spOnly {
    pointer-events: none;
  }
}
/* ---------------------------
c-sentence
--------------------------- */
.c-sentence {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .c-sentence {
    gap: 1.5em;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence {
    gap: 1.5em;
    margin-top: 19px;
  }
}
.c-sentence .par {
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .c-sentence .par {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence .par {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence--spLeft .par {
    text-align: left;
  }
}

.c-sentence02 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .c-sentence02 {
    gap: 1.5em;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence02 {
    gap: 1.5em;
    margin-top: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence02 .par {
    line-height: 1.8;
  }
}
.c-sentence02--center {
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .c-sentence02--pcCenter {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence02--spLeft .par {
    text-align: left;
  }
}

.c-sentence03 {
  background: #f5f7f8;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .c-sentence03 {
    border-radius: 10px;
    padding: 25px 20px;
    gap: 1.4em;
  }
}
@media screen and (max-width: 1100px) {
  .c-sentence03 {
    border-radius: 7px;
    gap: 1.2em;
    padding: 15px 10px;
  }
}
.c-sentence03 .par {
  text-align: center;
  font-size: 0.875rem;
}
/* ---------------------------
js-fixed
--------------------------- */
.js-fixed__target--bottom {
  left: 0;
  bottom: 0;
}

/* ---------------------------
js-folding
--------------------------- */
.js-folding__trigger {
  cursor: pointer;
}
.js-folding__target {
  display: none;
}

/* ---------------------------
p-about
--------------------------- */
.p-about__btn {
  width: 157px;
}
@media screen and (min-width: 1101px) {
  .p-about__btn {
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-about__btn {
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 1101px) {
  .p-about__archive {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-about__archive {
    margin-top: 36px;
  }
}

.p-about02 {
  background: url(/common/img/p-about/bg-snow01.svg);
}
@media screen and (min-width: 1101px) {
  .p-about02 {
    background-size: 100% auto;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 1100px) {
  .p-about02 {
    background-size: 200% auto;
    background-repeat: repeat-y;
  }
}

/* ---------------------------
p-access
--------------------------- */
.p-access {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-access {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .p-access {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .p-access__head {
    width: 25.9%;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__head {
    width: 100%;
  }
}
.p-access__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-access__list {
    gap: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__list {
    gap: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-access__h {
  font-weight: bold;
  line-height: 1.15;
}
@media screen and (min-width: 1101px) {
  .p-access__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__h {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1101px) {
  .p-access__img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-access__img img {
    border-radius: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__img img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .p-access__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-access__btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .p-access__body {
    width: 65.5%;
  }
}
.p-access__map {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-access__map {
    margin-top: 10px;
  }
}
.p-access__map iframe {
  width: 100%;
  aspect-ratio: 760/372;
}
.p-access__map__img {
  width: 100%;
}
.p-access__map__zoom {
  font-size: 1rem;
  margin-left: auto;
  text-decoration: underline !important;
  color: #303f9f;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access__map__zoom {
    margin-top: 12px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-access__map__zoom {
    margin-top: 6px;
    padding-right: 30px;
  }
}
.p-access__map__zoom:hover {
  text-decoration: none !important;
}
.p-access__map__zoom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/common/img/base/icon-zoom.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-access__map__zoom::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-access__map__zoom::after {
    width: 30px;
    height: 30px;
  }
}

/* ---------------------------
p-archive
--------------------------- */
.p-archive {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-archive {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive {
    gap: 32px;
  }
}
.p-archive__link {
  display: flex;
  color: #303f9f;
}
@media screen and (max-width: 1100px) {
  .p-archive__link {
    flex-wrap: wrap;
  }
}
.p-archive__link:hover .p-archive__body {
  text-decoration: none;
}
.p-archive__head {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-archive__head {
    width: 100%;
    flex-direction: column;
  }
}
.p-archive__date {
  display: block;
  color: #5c5c5c;
}
@media screen and (min-width: 1101px) {
  .p-archive__date {
    font-size: 0.875rem;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive__date {
    padding-bottom: 5px;
  }
}
.p-archive__cats {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-archive__cats {
    flex-wrap: wrap;
    gap: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__cats {
    flex-direction: column;
    gap: 5px;
  }
}
.p-archive__body {
  text-decoration: underline;
}
@media screen and (min-width: 1101px) {
  .p-archive__body {
    flex: 1;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive__body {
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.p-archive02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-archive02 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02 {
    gap: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive02--row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-archive02--row3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-archive02--rowSp3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-archive02--rowSp3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.p-archive02__link:hover .p-archive02__thumb {
  opacity: 0.8;
}
.p-archive02__thumb {
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive02__thumb {
    border-radius: 10px;
  }
}
.p-archive02__thumb::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 30px;
  right: 32px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-archive02__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-archive02__thumb img {
    aspect-ratio: 360/306;
    border-radius: 22.1269px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__thumb img {
    aspect-ratio: 5/3;
    border-radius: 10px;
  }
}
.p-archive02__thumb--type02 img {
  aspect-ratio: 5/3;
}
@media screen and (min-width: 768px) {
  .p-archive02__thumb--type03 img {
    aspect-ratio: auto;
    border-radius: 22.1269px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__thumb--type03 img {
    aspect-ratio: auto;
    border-radius: 10px;
  }
}
.p-archive02__thumb--noArrow::after {
  display: none;
}
.p-archive02__h {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-archive02__h {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__h {
    font-size: 1.35rem;
    margin-top: 12px;
  }
}
.p-archive02__txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-archive02__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__txt {
    font-size: 0.9285rem;
    padding-top: 11px;
    line-height: 1.8;
    font-size: 0.9285rem;
  }
}
.p-archive02__txt--caution::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/common/img/base/icon-caution.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.p-archive03 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-archive03 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03 {
    gap: 20px;
  }
}
.p-archive03__item {
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive03__item {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__item {
    overflow: hidden;
    border-radius: 15px;
  }
}
.p-archive03__item--c9_1 {
  background: #f5f7f8;
}
.p-archive03__row {
  display: flex;
  flex-wrap: wrap;
}
.p-archive03__link {
  position: relative;
}
.p-archive03__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 3px solid #2f3d54;
  border-right: 3px solid #2f3d54;
}
@media screen and (min-width: 768px) {
  .p-archive03__link::after {
    top: 50%;
    right: 55px;
    transform: rotate(45deg) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__link::after {
    display: none;
  }
}
.p-archive03__link[target=_blank]::after {
  border: none;
  background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1101px) {
  .p-archive03__thumb {
    width: 26.72%;
  }
  .p-archive03__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-archive03__thumb {
    width: 32.5%;
  }
  .p-archive03__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__thumb {
    width: 100%;
  }
  .p-archive03__thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 335/168;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__thumb--item01 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .p-archive03__body {
    flex: 1;
    padding: 50px 80px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__body {
    width: 100%;
    padding: 20px 20px 42px;
  }
  .p-archive03__link .p-archive03__body {
    padding: 20px 50px 42px 20px;
    position: relative;
  }
  .p-archive03__link .p-archive03__body::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 35px;
    border-top: 3px solid #2f3d54;
    border-right: 3px solid #2f3d54;
    transform: rotate(45deg) translateY(-50%);
  }
  .p-archive03__link[target=_blank] .p-archive03__body::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    border: none;
    transform: translateY(-50%);
  }
}
.p-archive03__h {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-archive03__h {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__h {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-archive03__txt {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-archive03__txt {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__txt {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive03__btns {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__btns {
    margin-top: 10px;
  }
}

.p-archive04 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-archive04 {
    gap: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04 {
    gap: 15px;
  }
}
.p-archive04__item {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-archive04__item {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04__item {
    padding-bottom: 15px;
  }
}
.p-archive04__link:hover .p-archive04__body {
  text-decoration: none !important;
}
.p-archive04__head {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .p-archive04__head {
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04__head {
    flex-direction: column;
  }
}
.p-archive04__date {
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .p-archive04__date {
    margin-right: 11px;
  }
}
.p-archive04__cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .p-archive04__cat {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04__cat {
    flex-direction: column;
    gap: 3px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04__cat__item {
    display: inline;
  }
}
.p-archive04__body {
  font-size: 1.125rem;
  color: #303f9f;
  text-decoration: underline;
}
@media screen and (min-width: 1101px) {
  .p-archive04__body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive04__body {
    margin-top: 10px;
  }
}

/* ---------------------------
p-bnr
--------------------------- */
@media screen and (min-width: 768px) {
  .p-bnr {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr {
    width: 100%;
  }
}
.p-bnr__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .p-bnr__link {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__link {
    border-radius: 10px;
  }
}
.p-bnr__link:hover {
  opacity: 0.8;
}
.p-bnr__img {
  width: 100%;
}
.p-bnr__img img {
  width: 100%;
}
.p-bnr__body {
  background: #2f3d54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-bnr__body {
    padding: 23px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__body {
    align-items: flex-start;
    flex-direction: column;
    padding: 13px 10px;
  }
}
.p-bnr__label {
  font-weight: 500;
}
.p-bnr__h {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-bnr__h {
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__h {
    justify-content: space-between;
    font-size: 0.975rem;
    width: 100%;
    padding-top: 5px;
    padding-right: 13px;
  }
}
.p-bnr__h::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-bnr__h::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (min-width: 768px) {
  .p-bnr02 {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr02 {
    width: 100%;
  }
}
.p-bnr02__link {
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bnr02__link {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr02__link {
    border-radius: 18px;
  }
}
.p-bnr02__link:hover {
  opacity: 0.7;
}
.p-bnr02__link img {
  width: 100%;
}

.p-bnr03 {
  overflow: hidden;
  display: block;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bnr03 {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr03 {
    border-radius: 10px;
  }
}
.p-bnr03:hover {
  opacity: 0.7;
}
.p-bnr03 img {
  width: 100%;
}

.p-bnr04 {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bnr04 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr04 {
    width: 100%;
  }
}
.p-bnr04:hover {
  opacity: 0.7;
}
.p-bnr04 img {
  width: 100%;
}

/* ---------------------------
p-btnRow
--------------------------- */
.p-btnRow {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-btnRow {
    gap: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-btnRow {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-btnRow__item {
    width: 100%;
  }
}

.p-btnRow02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-btnRow02 {
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-btnRow02 {
    gap: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .p-btnRow02--row2 .p-btnRow02__item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1101px) {
  .p-btnRow02--row3 .p-btnRow02__item {
    width: calc(33.33% - 26.6666666667px);
  }
}
@media screen and (max-width: 1100px) {
  .p-btnRow02__item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ---------------------------
p-card
--------------------------- */
.p-card {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-card {
    grid-template-columns: repeat(5, 1fr);
    gap: 33px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
.p-card__inner {
  border: 2px solid #dbdbdb;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-card__inner {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card__inner {
    border-radius: 15px;
  }
}
.p-card__img {
  width: 100%;
}
.p-card__img img {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-card__body {
    padding: 13px 20px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card__body {
    padding: 8px 10px 20px;
  }
}
.p-card__h {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .p-card__h {
    text-align: center;
  }
}
.p-card__txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .p-card__txt {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 1100px) {
  .p-card__txt {
    margin-top: 0.7em;
  }
}

.p-card02 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-card02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card02 {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 25px 20px;
  }
}
.p-card02__item {
  width: 100%;
}
.p-card02__inner {
  overflow: hidden;
  background: #f5f7f8;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-card02__inner {
    border-radius: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card02__inner {
    border-radius: 10px;
  }
}
.p-card02__img img {
  aspect-ratio: 275/206;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-card02__body {
    padding: 15px 20px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card02__body {
    padding: 8px 10px 15px;
  }
}
.p-card02__h {
  font-weight: bold;
}
.p-card02__txt {
  font-size: 0.875rem;
  margin-top: 0.7em;
}
@media screen and (max-width: 1100px) {
  .p-card02__txt {
    text-align: justify;
  }
}

.p-card03 {
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-card03 {
    border-radius: 24px;
    padding: 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-card03 {
    border-radius: 18px;
    padding: 25px 15px;
  }
}

.p-card04 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-card04 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-card04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-card04 {
    gap: 20px;
  }
}
.p-card04__item {
  width: 100%;
}
.p-card04__inner {
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-card04__inner {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card04__inner {
    border-radius: 18px;
  }
}
.p-card04__img img {
  aspect-ratio: 275/206;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-card04__body {
    padding: 25px 30px 35px;
  }
}
@media screen and (max-width: 1100px) {
  .p-card04__body {
    padding: 20px 15px;
  }
}
.p-card04__h {
  font-weight: bold;
}
.p-card04__txt {
  font-size: 0.875rem;
  margin-top: 0.7em;
}
@media screen and (max-width: 1100px) {
  .p-card04__txt {
    text-align: justify;
  }
}

/* ---------------------------
p-caution
--------------------------- */
.p-caution {
  background: #f5f7f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-caution {
    border-radius: 20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution {
    border-radius: 15px;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-caution__icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution__icon {
    width: 35px;
    height: 35px;
  }
}
.p-caution__icon img {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-caution__body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution__body {
    margin-top: 17px;
  }
}

.p-caution02 {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-caution02 {
    align-items: center;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution02 {
    margin-top: 20px;
  }
}
.p-caution02--center {
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .p-caution02__icon {
    width: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution02__icon {
    width: 24px;
  }
}
.p-caution02__body {
  display: block;
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-caution02__body {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .p-caution02__body {
    margin-left: 11px;
    line-height: 1.6;
  }
}
.p-caution02--center .p-caution02__body {
  flex: inherit;
}

.p-cautions03 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-cautions03 {
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-cautions03 {
    gap: 20px;
  }
}

.p-caution03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-caution03:nth-child(odd) {
    grid-column: 1/5;
  }
}
@media screen and (min-width: 768px) {
  .p-caution03:last-child {
    grid-column: 5/13;
  }
}
@media screen and (min-width: 768px) {
  .p-caution03:last-child .p-caution03__icon {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution03:last-child .p-caution03__icon {
    width: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-caution03__icon {
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution03__icon {
    width: 60px;
  }
}
.p-caution03__icon img {
  width: 100%;
}
.p-caution03__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-caution03__txt {
    margin-left: 28px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-caution03__txt {
    width: calc(100% - 70px);
    margin-left: auto;
  }
}

.p-cautions04 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cautions04 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cautions04 {
    gap: 16px;
  }
}

.p-caution04 {
  overflow: hidden;
  background-color: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-caution04 {
    border-radius: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution04 {
    border-radius: 12px;
  }
}
.p-caution04__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #f5f7f8;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  text-align: left;
  position: relative;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-caution04__head {
    font-size: 1.25rem;
    padding: 36px 91px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution04__head {
    font-size: 1.1428571429rem;
    padding: 26px 48px;
  }
}
.p-caution04__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/common/img/base/icon-caution.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-caution04__head::before {
    width: 40px;
    height: 40px;
    left: 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution04__head::before {
    width: 28px;
    height: 28px;
    left: 10px;
  }
}
.p-caution04__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: 3px solid #2f3d54;
  border-right: 3px solid #2f3d54;
  transform-origin: top;
  transform: rotate(135deg) translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-caution04__head::after {
    width: 14px;
    height: 14px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution04__head::after {
    width: 10px;
    height: 10px;
    right: 17px;
  }
}
.p-caution04__head.js-folding__trigger--active::after {
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-caution04__body {
    padding: 0px 58px 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution04__body {
    padding: 8px 15px 25px;
  }
}

.p-caution05 {
  background-color: #f5f7f8;
  line-height: 1.875;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-caution05 {
    border-radius: 24px;
    padding: 24px 20px 40px 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution05 {
    border-radius: 18px;
    padding: 48px 15px 24px 15px;
  }
}
.p-caution05::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/common/img/base/icon-caution.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-caution05::before {
    width: 48px;
    height: 48px;
    top: 30px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution05::before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-cautions06 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cautions06 {
    gap: 30px 30px;
  }
}
.p-caution06 {
  display: flex;
}
.p-caution06__icon {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-caution06__icon {
    width: 128px;
    height: 60px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-caution06__icon {
    width: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution06__icon img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-caution06__icon img {
    height: 40px;
  }
}
.p-caution06__txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-caution06__txt {
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution06__txt {
    padding-left: 10px;
  }
}

/* ---------------------------
p-contact
--------------------------- */
.p-contact {
  background: #f5f7f8;
}
@media screen and (min-width: 1101px) {
  .p-contact {
    border-radius: 20px;
    padding: 45px 92px 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact {
    border-radius: 15px;
    padding: 25px 20px 50px;
  }
}
.p-contact__h {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .p-contact__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__h {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1101px) {
  .p-contact__form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__form {
    margin-top: 30px;
  }
}
.p-contact__rows {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-contact__rows {
    gap: 31px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__rows {
    gap: 20px;
  }
}
.p-contact__row {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1101px) {
  .p-contact__row {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__row {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-contact__row__head {
    width: 22%;
    margin-right: auto;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__row__head {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .p-contact__row__head--pt0 {
    padding-top: 0;
  }
}
.p-contact__row__head .label {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .p-contact__row__head .label {
    padding-right: 2px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__row__head .label {
    padding-right: 2px;
  }
}
.p-contact__row__head .req {
  font-size: 0.75rem;
  background: #ffd600;
}
@media screen and (min-width: 1101px) {
  .p-contact__row__head .req {
    padding: 2px 8px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__row__head .req {
    padding: 1px 6px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 1101px) {
  .p-contact__row__body {
    width: 76.26%;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__row__body {
    width: 100%;
    margin-top: 5px;
  }
}
.p-contact__checks {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-contact__checks {
    gap: 4px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__checks {
    gap: 4px;
  }
}
.p-contact__check input {
  cursor: pointer;
}
.p-contact__check label {
  cursor: pointer;
}
@media screen and (min-width: 1101px) {
  .p-contact__check label {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__check label {
    padding-left: 7px;
  }
}
.p-contact__input {
  width: 100%;
}
.p-contact__input input,
.p-contact__input textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border: 1px solid #d6d6d6;
  background: #fff;
  font-size: 1rem;
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1101px) {
  .p-contact__input input,
  .p-contact__input textarea {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__input input,
  .p-contact__input textarea {
    padding: 8px 6px;
  }
}
.p-contact__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-contact__privacy {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__privacy {
    margin-top: 20px;
  }
}
.p-contact__privacy__txt a {
  text-decoration: underline;
  color: #303f9f;
}
@media screen and (min-width: 1101px) {
  .p-contact__privacy__check {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__privacy__check {
    margin-top: 10px;
  }
}
.p-contact__privacy__check input {
  cursor: pointer;
  margin-right: 5px;
}
.p-contact__privacy__check label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact__privacy__check label .req {
  font-size: 0.75rem;
  background: #ffd600;
}
@media screen and (min-width: 1101px) {
  .p-contact__privacy__check label .req {
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__privacy__check label .req {
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 3px;
  }
}
.p-contact__error {
  font-size: 0.875rem;
  color: #dd1414;
  text-align: left;
}
.p-contact__body {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}
@media screen and (min-width: 1101px) {
  .p-contact__body {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__body {
    padding-top: 18px;
  }
}
.p-contact__btns {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-contact__btns {
    justify-content: center;
    gap: 25px 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__btns {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 30px;
  }
}
.p-contact__btn {
  background: #2f3d54;
  color: #fff;
  border: 2px solid #2f3d54;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-contact__btn {
    width: 300px;
    height: 56px;
    border-radius: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__btn {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
  }
}
.p-contact__btn:hover {
  background: #fff;
  color: #2f3d54;
}
.p-contact__btn--bd {
  background: #fff;
  border: 2px solid #2f3d54;
  color: #2f3d54;
}
.p-contact__btn--bd:hover {
  background: #2f3d54;
  color: #fff;
}
.p-contact__note {
  font-size: 0.875rem;
}
/* ---------------------------
p-contest
--------------------------- */
.p-contest {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest {
    gap: 20px;
  }
}
.p-contest__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contest__item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__item {
    padding-top: 25px;
    gap: 30px;
  }
}
.p-contest__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  .p-contest__item::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__item::before {
    width: 50px;
    height: 50px;
  }
}
.p-contest__rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.p-contest__rank__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contest__rank__icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__rank__icon {
    width: 50px;
    height: 50px;
  }
}
.p-contest__rank__icon img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contest__rank__icon img {
    width: 30px;
  }
}
.p-contest__rank__h {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contest__rank__h {
    font-size: 1.25rem;
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__rank__h {
    font-size: 1.2rem;
    margin-top: -10px;
  }
}
.p-contest__main {
  background: #fff;
  display: flex;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-contest__main {
    border-radius: 30px;
    padding: 70px 40px 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__main {
    border-radius: 20px;
    padding: 55px 20px 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-contest__item:nth-child(2n) .p-contest__main {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-contest__img {
    width: 42.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contest__body {
    width: 53.7%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__body {
    width: 100%;
    margin-top: 20px;
  }
}
.p-contest__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest__info {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__info {
    gap: 7px;
  }
}
.p-contest__info__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contest__info__item {
    flex-direction: column;
  }
}
.p-contest__info__h {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 768px) {
  .p-contest__info__h {
    width: 72px;
  }
}
.p-contest__info__h02 {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 768px) {
  .p-contest__info__h02 {
    width: 100px;
  }
}
.p-contest__info__body {
  font-size: 1.125rem;
  line-height: 1.39;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contest__info__body {
    flex: 1;
  }
}
.p-contest__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contest__txt {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__txt {
    font-size: 0.9286rem;
    margin-top: 10px;
  }
}
.p-contest__profile {
  background: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-contest__profile {
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__profile {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 5px;
  }
}
.p-contest__profile__h {
  font-size: 0.875rem;
  color: #2c5085;
}
.p-contest__profile__body {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contest__profile__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest__profile__body {
    margin-top: 7px;
  }
}

@media screen and (min-width: 1101px) {
  .p-contest02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.p-contest02__item {
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
@media screen and (min-width: 1101px) {
  .p-contest02__item {
    padding: 15px 20px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02__item {
    border-radius: 20px;
    padding: 15px 20px 25px;
    flex-direction: column;
  }
}
.p-contest02__rank {
  text-align: center;
}
.p-contest02__rank .label {
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  transform: translateY(-3px);
}
.p-contest02__rank .num {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-contest02__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-contest02__info {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02__info {
    gap: 7px;
  }
}
.p-contest02__info__item {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-contest02__info__item {
    flex-direction: column;
  }
}
.p-contest02__info__h {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 1101px) {
  .p-contest02__info__h {
    width: 72px;
  }
}
.p-contest02__info__h02 {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 1101px) {
  .p-contest02__info__h02 {
    width: 100px;
  }
}
.p-contest02__info__body {
  font-size: 1.125rem;
  line-height: 1.39;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .p-contest02__info__body {
    flex: 1;
  }
}
@media screen and (min-width: 1101px) {
  .p-contest02__body {
    font-size: 0.9375rem;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02__body {
    width: 100%;
    margin-top: 20px;
    font-size: 0.9286rem;
  }
}
.p-contest02__profile {
  background: #f5f7f8;
}
@media screen and (min-width: 1101px) {
  .p-contest02__profile {
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02__profile {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 5px;
  }
}
.p-contest02__profile__h {
  font-size: 0.875rem;
  color: #2c5085;
}
.p-contest02__profile__body {
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .p-contest02__profile__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contest02__profile__body {
    margin-top: 7px;
  }
}

.p-contest03 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest03 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03 {
    gap: 15px;
  }
}
.p-contest03__item {
  display: flex;
  background: #fff;
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-contest03__item {
    justify-content: space-between;
    padding: 25px 30px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__item {
    border-radius: 20px;
    padding: 15px 20px 25px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-contest03__img {
    width: 18.18%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contest03__body {
    width: 79.1%;
  }
}
.p-contest03__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest03__info {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__info {
    gap: 7px;
    padding-top: 13px;
  }
}
.p-contest03__info__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contest03__info__item {
    flex-direction: column;
  }
}
.p-contest03__info__h {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 768px) {
  .p-contest03__info__h {
    width: 72px;
  }
}
.p-contest03__info__h02 {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
@media screen and (min-width: 768px) {
  .p-contest03__info__h02 {
    width: 100px;
  }
}
.p-contest03__info__body {
  font-size: 1.125rem;
  line-height: 1.39;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contest03__info__body {
    flex: 1;
  }
}
.p-contest03__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contest03__txt {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__txt {
    font-size: 0.9286rem;
    margin-top: 10px;
  }
}
.p-contest03__profile {
  background: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-contest03__profile {
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__profile {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 5px;
  }
}
.p-contest03__profile__h {
  font-size: 0.875rem;
  color: #2c5085;
}
.p-contest03__profile__body {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contest03__profile__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest03__profile__body {
    margin-top: 7px;
  }
}

.p-contest04 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest04 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest04 {
    gap: 30px;
  }
}
.p-contest04__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contest04__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-contest04__item {
    flex-direction: column;
  }
}
.p-contest04__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contest04__head {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest04__head {
    width: 100%;
  }
}
.p-contest04__year {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-style: italic;
  color: #2f3d54;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-contest04__year {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contest04__year {
    font-size: 2.5rem;
  }
}
.p-contest04__time {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contest04__body {
    width: 81.56%;
  }
}
@media screen and (max-width: 767px) {
  .p-contest04__body {
    width: 100%;
    margin-top: 10px;
  }
}

.p-contest05 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-contest05 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05 {
    gap: 20px;
  }
}
.p-contest05__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contest05__item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__item {
    padding-top: 15px;
  }
}
.p-contest05__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  .p-contest05__item::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__item::before {
    width: 50px;
    height: 50px;
  }
}
.p-contest05__rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.p-contest05__rank__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contest05__rank__icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__rank__icon {
    width: 50px;
    height: 50px;
  }
}
.p-contest05__rank__icon img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contest05__rank__icon img {
    width: 30px;
  }
}
.p-contest05__rank__h {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contest05__rank__h {
    font-size: 1.25rem;
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__rank__h {
    font-size: 1.125rem;
    margin-top: -10px;
  }
}
.p-contest05__img img {
  aspect-ratio: 36/27;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-contest05__main {
  background: #fff;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-contest05__main {
    border-radius: 30px;
    padding: 70px 40px 40px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__main {
    border-radius: 20px;
    padding: 55px 20px 20px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contest__item:nth-child(2n) .p-contest05__main {
    flex-direction: row-reverse;
  }
}
.p-contest05__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contest05__info {
    gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest05__info {
    gap: 7px;
    margin-top: 10px;
  }
}
.p-contest05__info__item {
  display: flex;
  flex-direction: column;
}
.p-contest05__info__h {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #2c5085;
  line-height: 1.56375rem;
}
.p-contest05__info__body {
  font-size: 1.125rem;
  line-height: 1.39;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contest05__info__body {
    flex: 1;
  }
}
.p-contest06 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-contest06 {
    grid-template-columns: repeat(3, 1fr);
    gap: 47px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06 {
    gap: 36px;
  }
}
.p-contest06__item {
  display: flex;
  flex-direction: column;
}
.p-contest06__thumb {
  overflow: hidden;
}
.p-contest06__thumb img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contest06__thumb img {
    border-radius: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__thumb img {
    border-radius: 12px;
  }
}
.p-contest06__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contest06__head {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__head {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contest06__rank {
    width: 62px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__rank {
    width: 48px;
  }
}
.p-contest06__award {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-contest06__award {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__award {
    margin-left: 14px;
  }
}
.p-contest06__award .label {
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-contest06__award .label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__award .label {
    font-size: 1.1428571429rem;
  }
}
.p-contest06__award .label02 {
  display: block;
  line-height: 1.35;
  font-feature-settings: "palt";
}
.p-contest06__body {
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .p-contest06__body {
    margin-top: auto;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__body {
    padding-top: 10px;
  }
}
.p-contest06__school {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contest06__school {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contest06__school {
    font-size: 1.1428571429rem;
  }
}
/* ---------------------------
p-covid
--------------------------- */
.p-covid__btn {
  display: flex;
  align-items: center;
  background: #69add8;
}
@media screen and (min-width: 1101px) {
  .p-covid__btn {
    width: 100%;
    height: 120px;
    border-radius: 15px;
    padding: 10px 10px 10px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-covid__btn {
    border-radius: 10px;
    padding: 13px 22px 13px 19px;
  }
}
@media screen and (min-width: 1101px) {
  .p-covid__btn__icon {
    width: 24px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .p-covid__btn__icon {
    width: 15px;
    margin-right: 8px;
  }
}
.p-covid__btn__h {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  .p-covid__btn__h {
    font-size: 1.4375rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-covid__btn__h {
    font-size: 0.975rem;
    margin-right: auto;
  }
}
@media screen and (min-width: 1101px) {
  .p-covid__btn__snowman {
    width: 44px;
  }
}
@media screen and (max-width: 1100px) {
  .p-covid__btn__snowman {
    width: 26px;
  }
}
.p-covid__btn:hover {
  background: #2f3d54;
}

/* ---------------------------
p-event
--------------------------- */
.p-event__head {
  background: #ffd600;
  border-radius: 9999px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-event__head {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-event__head {
    width: calc(100% - 60px);
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-event__head .label {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-event__head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-event__head::after {
    border-top: 20px solid #ffd600;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__head::after {
    border-top: 10px solid #ffd600;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 100%;
  }
}
.p-event__body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-event__body {
    border-radius: 24px;
    margin-top: -20px;
    padding: 55px 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__body {
    border-radius: 18px;
    margin-top: -17.5px;
    padding: 35px 20px 30px;
  }
}
.p-event__h {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: dashed 2px #ffd600;
}
@media screen and (min-width: 768px) {
  .p-event__h {
    font-size: 1.5rem;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__h {
    font-size: 1.35rem;
    padding-bottom: 7px;
  }
}
.p-event__h02 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-event__h02 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__h02 {
    margin-top: 10px;
  }
}
.p-event__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-event__row {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-event__row {
    margin-top: 20px;
  }
}
.p-event__txts {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-event__txts {
    width: 70.19%;
  }
}
@media screen and (max-width: 767px) {
  .p-event__txts {
    width: 100%;
  }
}
.p-event__txt {
  letter-spacing: 0.05em;
}
.p-event__note {
  font-size: 0.875rem;
}
.p-event__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-event__img {
    width: 26.92%;
  }
}
@media screen and (max-width: 767px) {
  .p-event__img {
    margin-top: 20px;
  }
}
.p-event__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-event__img img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__img img {
    border-radius: 18px;
  }
}
.p-event__row02 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-event__row02 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__row02 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-event__row02__img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__row02__img {
    width: 80px;
  }
}
.p-event__row02__body {
  margin-left: auto;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-event__row02__body {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__row02__body {
    width: calc(100% - 90px);
  }
}

/* ---------------------------
p-faq
--------------------------- */
.p-faq__h {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-faq__h::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/common/img/base/icon-question.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-faq__h::before {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__h::before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__body {
    margin-top: 12px;
  }
}

/* ---------------------------
p-gallery
--------------------------- */
.p-gallery__lists {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-gallery__lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-gallery__trigger {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-gallery__trigger {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__trigger {
    border-radius: 8px;
  }
}
.p-gallery__trigger img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__trigger::before, .p-gallery__trigger::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  bottom: 32px;
  right: 22px;
  background: #fff;
}
.p-gallery__trigger::after {
  transform: rotate(90deg);
}
.p-gallery__body {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-gallery__body {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__body {
    margin-top: 7px;
  }
}
.p-gallery__h {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-gallery__txt {
  font-size: 0.9735rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-gallery__txt {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    margin-top: 4px;
  }
}
.p-gallery__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}
.p-gallery__popup__close {
  position: absolute;
  top: -45px;
  right: 120px;
  width: 35.34px;
  height: 35.35px;
  cursor: pointer;
  transform: rotate(45deg);
}
.p-gallery__popup__close .line {
  display: block;
  width: 35.35px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-gallery__popup__close .line:nth-child(2) {
  transform: translate(-50%, -50%);
  width: 4px;
  height: 35.35px;
}
.p-gallery__slide {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallery__slide {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
.p-gallery__slide__item {
  width: 100%;
}
.p-gallery__slide__img {
  width: 100%;
}
.p-gallery__slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (min-width: 768px) {
  .p-gallery__slide__img img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__slide__img img {
    border-radius: 18px;
  }
}
.p-gallery__slide__h {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-gallery__slide__h {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__slide__h {
    margin-top: 7px;
  }
}
.p-gallery__slide__txt {
  font-size: 0.9375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-gallery__slide__txt {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__slide__txt {
    margin-top: 5px;
  }
}
.p-gallery__slide__arrow {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-gallery__slide__arrow {
    width: 20px;
    height: 20px;
  }
}
.p-gallery__slide__arrow--prev {
  left: 16px;
}
.p-gallery__slide__arrow--prev::before {
  transform: rotate(-135deg);
}
.p-gallery__slide__arrow--next {
  right: 16px;
}
.p-gallery__slide__arrow--next::before {
  transform: rotate(45deg);
}
.p-gallery__slide__arrow::before {
  content: "";
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-gallery__slide__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__slide__arrow::before {
    width: 10px;
    height: 10px;
  }
}
.p-gallery__bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  display: none;
}

/* ---------------------------
p-figure
--------------------------- */
.p-figure {
  aspect-ratio: 5/3;
}
.p-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1101px) {
  .p-figure img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-figure img {
    border-radius: 10px;
  }
}
.p-figure .caption {
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .p-figure .caption {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-figure .caption {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1101px) {
  .p-wysiwyg .p-figure img {
    border-radius: 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg .p-figure img {
    border-radius: 0;
  }
}

/* ---------------------------
p-folding
--------------------------- */
.p-folding__h {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  background: #2c5085;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .p-folding__h {
    padding: 17px 35px 17px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-folding__h {
    padding: 8px 30px 8px 12px;
  }
}
.p-folding__h::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: top;
  transform: rotate(135deg) translateY(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
.p-folding__h.js-folding__trigger--active::after {
  transform: rotate(-45deg) translateY(-50%);
}
.p-folding__body {
  background: #f5f7f8;
  line-height: 1.75;
}
@media screen and (min-width: 1101px) {
  .p-folding__body {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-folding__body {
    padding: 8px 12px;
  }
}

/* ---------------------------
p-hightlight
--------------------------- */
.p-highlight__h {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-highlight__h {
    display: flex;
    pointer-events: none;
  }
}
@media screen and (min-width: 1101px) {
  .p-highlight__h__icon {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__h__icon {
    display: block;
    width: 24px;
    height: 24px;
    background: #333333;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
  }
  .p-highlight__h__icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
  .p-highlight__h__icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: 0.2s;
  }
}
.js-folding__trigger--active .p-highlight__h__icon::after {
  height: 2px;
}
@media screen and (min-width: 1101px) {
  .p-highlight__h__notes {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__h__notes {
    font-size: 14px;
    position: absolute;
    content: "";
    left: 32px;
    top: 24px;
    font-weight: 500;
  }
}
.p-highlight__h__label {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #2f3d54;
}
@media screen and (min-width: 1101px) {
  .p-highlight__h__label {
    padding-left: 43px;
    padding-bottom: 6px;
    font-size: 1.125rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__h__label {
    padding-left: 32px;
    padding-bottom: 32px;
    letter-spacing: 0.1em;
    display: block;
  }
}
.p-highlight__h__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/common/img/p-highlight/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .p-highlight__h__label::before {
    width: 32px;
    height: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__h__label::before {
    width: 26px;
    height: 21px;
  }
}
.p-highlight__h__label::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 100%;
  background: #2f3d54;
  transform: rotate(45deg);
  transform-origin: top left;
}
@media screen and (min-width: 1101px) {
  .p-highlight__h__label::after {
    width: 18px;
    left: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__h__label::after {
    width: 14px;
    left: 26px;
  }
}
.p-highlight__items {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-highlight__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 65px;
    margin-top: 30px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__items {
    gap: 12px;
    margin-top: 30px;
  }
}
.p-highlight__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-highlight__icon {
    width: 48px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__icon {
    width: 48px;
    margin-right: 8px;
  }
}
.p-highlight__name {
  flex: 1;
  word-break: break-all;
}
@media screen and (min-width: 1101px) {
  .p-highlight__name {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight__name {
    line-height: 1.2;
  }
}

.p-highlight02__h {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-highlight02__h {
    display: inline-block;
    padding-left: 35px;
    padding-bottom: 6px;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight02__h {
    padding-left: 32px;
    letter-spacing: 0.1em;
  }
}
.p-highlight02__h::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/common/img/p-highlight/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .p-highlight02__h::before {
    width: 27px;
    height: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight02__h::before {
    width: 26px;
    height: 21px;
  }
}
.p-highlight02__items {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-highlight02__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
    margin-top: 10px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight02__items {
    gap: 12px;
    margin-top: 20px;
  }
}
.p-highlight02__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-highlight02__icon {
    width: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight02__icon {
    width: 40px;
    margin-right: 8px;
  }
}
.p-highlight02__name {
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-highlight02__name {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-highlight02__name {
    line-height: 1.2;
  }
}

/* ---------------------------
p-history
--------------------------- */
.p-history__item {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-history__item {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__item {
    padding-top: 50px;
  }
}
.p-history__time {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-history__time::before {
  content: "";
  display: block;
  max-width: 960px;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #40c4ff;
}
.p-history__time__label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: #40c4ff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-history__time__label {
    width: 260px;
    height: 40px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__time__label {
    width: 170px;
    height: 35px;
    border-radius: 70px;
  }
}
.p-history__year {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-style: italic;
  color: #2f3d54;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-history__year {
    font-size: 5rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year {
    font-size: 3rem;
    margin-top: 25px;
  }
}
.p-history__h {
  font-weight: bold;
  text-align: center;
  color: #2f3d54;
}
@media screen and (min-width: 768px) {
  .p-history__h {
    font-size: 1.875rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__h {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__h--item02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__h--item02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-history__txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__txt {
    text-align: justify;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-history__body {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-history__body {
    margin-top: 45px;
  }
}

.p-history02 {
  overflow: hidden;
}
.p-history02__item {
  background: #e7f3fa;
}
@media screen and (min-width: 768px) {
  .p-history02__item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__item {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-history02__item:nth-child(even) {
  background: #fff;
}
.p-history02__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-history02__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__inner {
    flex-direction: column;
  }
}
.p-history02__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-history02__head::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translateX(-50%);
    background: #2f3d54;
  }
}
.p-history02__year {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-history02__year {
    text-align: center;
  }
}
.p-history02__time {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-history02__time {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__time {
    padding-top: 3px;
  }
}
.p-history02__main {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-history02__main {
    width: 87.93%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__main {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
}
.p-history02__img {
  background: #fff;
  overflow: hidden;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .p-history02__img {
    width: 45.1%;
    border-radius: 20px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__img {
    border-radius: 15px;
    padding: 15px 15px;
    width: 100%;
  }
}
.p-history02__img__caption {
  font-size: 0.875rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-history02__img__caption {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__img__caption {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-history02__body {
    width: 49.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__body {
    width: 100%;
    margin-top: 15px;
  }
}
.p-history02__txt {
  line-height: 1.75;
}
.p-history02__info {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-history02__info {
    margin-top: 20px;
    padding: 11px 20px;
    gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__info {
    margin-top: 15px;
    padding: 10px 15px;
    gap: 6px;
  }
}
.p-history02__item:nth-child(even) .p-history02__info {
  background: #e7f3fa;
}
.p-history02__info__item {
  display: flex;
}
.p-history02__info__h {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2c5085;
}
@media screen and (min-width: 768px) {
  .p-history02__info__h {
    width: 86px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__info__h {
    width: 65px;
  }
}
.p-history02__info__body {
  font-size: 0.9375rem;
  flex: 1;
}
.p-history02__info02 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-history02__info02 {
    margin-top: 25px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__info02 {
    margin-top: 15px;
    gap: 6px;
  }
}
.p-history02__info02__item {
  display: flex;
  border-bottom: 1px solid #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-history02__info02__item {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__info02__item {
    padding-bottom: 6px;
  }
}
.p-history02__info02__h {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2c5085;
}
@media screen and (min-width: 768px) {
  .p-history02__info02__h {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-history02__info02__h {
    width: 90px;
  }
}
.p-history02__info02__body {
  font-size: 0.9375rem;
  flex: 1;
}
/* ---------------------------
p-link
--------------------------- */
.p-link {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-link {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link {
    gap: 20px;
  }
}
.p-link__link {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  text-decoration: none !important;
}
@media screen and (min-width: 1101px) {
  .p-link__link {
    padding: 30px 55px 30px 37px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link__link {
    width: 100%;
    max-width: 420px;
    padding: 20px 36px 20px 15px;
    border-radius: 7px;
  }
}
.p-link__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  border-top: 3px solid #2f3d54;
  border-right: 3px solid #2f3d54;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p-link__link::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.p-link__link:hover {
  background: #40c4ff;
  color: #fff !important;
}
.p-link__link:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.p-link__link[target=_blank]::after {
  background: url(/common/img/base/icon-blank-c0.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  border: none;
}
@media screen and (min-width: 1101px) {
  .p-link__link[target=_blank]::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link__link[target=_blank]::after {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
.p-link__link[target=_blank]:hover::after {
  background: url(/common/img/base/icon-blank-wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .p-link__icon {
    width: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link__icon {
    width: 48px;
  }
}
.p-link__icon img {
  width: 48px;
  height: 48px;
}
.p-link__h {
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-link__h {
    font-size: 1.125rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link__h {
    font-size: 1.14rem;
    margin-left: 12px;
  }
}

.p-link02 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-link02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-link02__btn {
  background: #f5f7f8;
  position: relative;
  text-align: center;
  display: block;
  border-radius: 9999px;
}
@media screen and (min-width: 1101px) {
  .p-link02__btn {
    padding: 19px 36px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link02__btn {
    padding: 9px 30px 9px 10px;
  }
}
.p-link02__btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform-origin: top;
  transform: rotate(135deg);
}
@media screen and (min-width: 1101px) {
  .p-link02__btn::after {
    right: 21px;
  }
}
@media screen and (max-width: 1100px) {
  .p-link02__btn::after {
    right: 14px;
  }
}
.p-link02__btn:hover {
  background: #40c4ff;
  color: #fff;
}
.p-link02__btn:hover::after {
  border-color: #fff;
}

/* ---------------------------
p-list
--------------------------- */
.p-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list {
    gap: 8px;
  }
}
.p-list__item {
  position: relative;
  line-height: 1.375;
}
@media screen and (min-width: 1101px) {
  .p-list__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list__item {
    padding-left: 12px;
  }
}
.p-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #40c4ff;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-list__item::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list__item::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
.p-list__item.--green::before {
  background: #28630d;
}
.p-list__item .new {
  color: #fff;
  background-color: #f44336;
  text-align: center;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-list__item .new {
    font-size: 0.875rem;
    padding: 3px 10px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-list__item .new {
    font-size: 0.8571428571rem;
    padding: 2px 7px;
  }
}

.p-list02 {
  display: flex;
  flex-direction: column;
  counter-reset: 0 number;
}
@media screen and (min-width: 1101px) {
  .p-list02 {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list02 {
    gap: 8px;
  }
}
.p-list02__item {
  position: relative;
  line-height: 1.375;
  counter-increment: number;
}
@media screen and (min-width: 1101px) {
  .p-list02__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list02__item {
    padding-left: 12px;
  }
}
.p-list02__item::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-list03 {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-list03 {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03 {
    border-radius: 18px;
  }
}
.p-list03__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #2c5085;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-list03__head {
    min-height: 80px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__head {
    padding: 7px 15px;
  }
}
.p-list03__head .label {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-list03__head .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__head .label {
    font-size: 1.35rem;
  }
}
.p-list03__body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-list03__body {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__body {
    padding: 20px 20px;
  }
}
.p-list03__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-list03__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__list {
    gap: 10px;
  }
}
.p-list03__item {
  position: relative;
  line-height: 1.375;
}
@media screen and (min-width: 1101px) {
  .p-list03__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list03__item {
    padding-left: 12px;
  }
}
.p-list03__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #40c4ff;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-list03__item::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-list03__item::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
.p-list03__list02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-list03__list02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__list02 {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-list03__list02__item:nth-child(3n-1) {
    position: relative;
  }
  .p-list03__list02__item:nth-child(3n-1)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .p-list03__list02__item:nth-child(3n-1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__list02__item {
    padding-bottom: 20px;
  }
  .p-list03__list02__item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
}
.p-list03__h {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-list03__h {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-list03__h {
    padding-bottom: 12px;
  }
}
.p-list03__txt {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
/* ---------------------------
p-mv
--------------------------- */
.p-mv {
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .p-mv {
    width: 100%;
    aspect-ratio: 180/96;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv {
    height: 100vh;
  }
}
.p-mv__inner {
  position: relative;
  height: 100%;
}
.p-mv__row {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-mv__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-mv__row__l {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .p-mv__row__l {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
.p-mv__row__r {
  width: 100%;
  height: 100%;
  background: #f5f7f8;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .p-mv__row__r {
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__row__r {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 150px;
    z-index: 10;
  }
}
.p-mv__body {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-mv__body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__body {
    width: 100%;
    height: 100%;
    display: flex;
    padding-bottom: 16vw;
    justify-content: center;
    align-items: center;
  }
}
.p-mv__body02 {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-mv__body02 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__body02 {
    width: 100%;
    height: 100%;
    display: flex;
    padding-bottom: 16vw;
    justify-content: center;
    align-items: center;
  }
}
.p-mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 300% auto;
  background-position: center;
  filter: blur(40px);
}
@media screen and (max-width: 1100px) {
  .p-mv__bg {
    opacity: 0;
    visibility: hidden;
  }
}
.p-mv__snow {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__h {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1401px) {
  .p-mv__h {
    max-width: 560px;
    width: 62.222%;
    padding-top: 250px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__h {
    max-width: 560px;
    width: 62.222%;
    padding-top: 270px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__h {
    width: calc(100% - 95px);
    max-width: 600px;
    padding-left: 20px;
    padding-bottom: 80px;
  }
}
.p-mv__count {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  position: relative;
  color: #fff;
  z-index: 50;
}
.p-mv__count__days {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mv__count__days__num {
  line-height: 0.85;
}
@media screen and (min-width: 1101px) {
  .p-mv__count__days__num {
    font-size: 12.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__count__days__num {
    font-size: 10rem;
  }
}
.p-mv__count__days__label {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-mv__count__days__label {
    padding-left: 5px;
    padding-bottom: 10px;
  }
}
.p-mv__count__days__label .label {
  line-height: 1;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 1101px) {
  .p-mv__count__days__label .label {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__count__days__label .label {
    font-size: 3rem;
  }
}
.p-mv__count__days__label .label02 {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1101px) {
  .p-mv__count__days__label .label02 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1101px) {
  .p-mv__count__timer {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__count__timer {
    padding-left: 15px;
  }
}
.p-mv__count__timer__num {
  line-height: 0.78;
}
@media screen and (min-width: 1101px) {
  .p-mv__count__timer__num {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__count__timer__num {
    font-size: 4.15rem;
  }
}
.p-mv__count__timer__label {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1101px) {
  .p-mv__count__timer__label {
    gap: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__count__timer__label {
    gap: 30px;
  }
}
.p-mv__count__timer__label .label {
  display: block;
  text-align: center;
}
.p-mv__period {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  position: absolute;
  z-index: 50;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 1101px) {
  .p-mv__period {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__period {
    top: 21.3%;
    left: 13px;
  }
}
.p-mv__period .label {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .p-mv__period .label {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__period .label {
    font-size: 1.175rem;
  }
}
.p-mv__period .label .small {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.p-mv__period .label:first-child {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-mv__period .label:first-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__period .label:first-child {
    margin-bottom: 25px;
  }
}
.p-mv__period .label:first-child::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-mv__period .label:first-child::after {
    height: 23px;
    bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__period .label:first-child::after {
    height: 18px;
    bottom: -24px;
  }
}
@media screen and (min-width: 1101px) {
  .p-mv__img {
    max-width: 560px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__img {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1101px) {
  .p-mv__img img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__img img {
    border-radius: 15px;
  }
}
.p-mv__objs {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  background-position: bottom center;
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .p-mv__objs {
    background: url(/common/img/p-mv/img-obj01.svg) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1800/224;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__objs {
    background: url(/common/img/p-mv/img-obj01_sp.svg) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 375/210;
  }
}
.p-mv__objs__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__obj {
  position: absolute;
}
.p-mv__obj__01 {
  transform: rotateY(0);
}
@media screen and (min-width: 1101px) {
  .p-mv__obj__01 {
    max-width: 128px;
    width: 7.1vw;
    aspect-ratio: 128/112;
    left: 15.9%;
    bottom: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__obj__01 {
    width: 17.3vw;
    aspect-ratio: 64/56;
    left: 21%;
    top: 10%;
  }
}
.p-mv__obj__01__01 {
  animation: obj01_01 14s linear infinite;
  transform-origin: left;
}
.p-mv__obj__01__02 {
  animation: obj01_02 9s linear infinite;
  transform-origin: right;
}
@media screen and (min-width: 1101px) {
  .p-mv__obj__02 {
    max-width: 58px;
    width: 3.2vw;
    aspect-ratio: 58/62;
    top: 3%;
    left: 22.2%;
  }
  .p-mv__obj__02__01 {
    animation: obj02_01 8s linear infinite;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__obj__02 {
    width: 6.4vw;
    aspect-ratio: 24/26;
    top: 6.9%;
    left: 12.2%;
  }
}
@media screen and (min-width: 1101px) {
  .p-mv__obj__03 {
    max-width: 92px;
    width: 5.1vw;
    aspect-ratio: 92/42;
    top: 24%;
    left: 32.5%;
  }
  .p-mv__obj__03__01 {
    animation: obj03_01 6s linear infinite;
  }
  .p-mv__obj__03__02 {
    animation: obj03_02 12s linear infinite;
  }
  .p-mv__obj__03__03 {
    animation: obj03_03 6s linear infinite;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__obj__03 {
    width: 9.6vw;
    aspect-ratio: 36/16;
    top: 11%;
    left: 47.5%;
  }
}
@media screen and (min-width: 1101px) {
  .p-mv__obj__04 {
    max-width: 130px;
    width: 7.2vw;
    aspect-ratio: 13/9;
    top: 27.5%;
    right: 32.5%;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__obj__04 {
    width: 14.4vw;
    aspect-ratio: 54/37;
    top: 12.3%;
    right: 17.8%;
  }
}
.p-mv__obj__04__01 {
  animation: obj04_01 10s linear infinite;
}
.p-mv__obj__04__02 {
  animation: obj04_02 10s linear infinite;
}
@media screen and (min-width: 1101px) {
  .p-mv__obj__05 {
    max-width: 74px;
    width: 7.2vw;
    aspect-ratio: 74/56;
    top: 14%;
    right: 6%;
  }
  .p-mv__obj__05__01 {
    animation: obj05_01 6s linear infinite;
  }
  .p-mv__obj__05__02 {
    animation: obj05_02 6s linear infinite;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__obj__05 {
    width: 6.7vw;
    aspect-ratio: 25/19;
    top: 4%;
    right: 9%;
  }
}
.p-mv__obj__img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__news {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 150;
}
@media screen and (min-width: 1101px) {
  .p-mv__news {
    gap: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__news {
    width: 100%;
    gap: 15px;
  }
}
.p-mv__news__item {
  background: #2f3d54;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  .p-mv__news__item {
    display: inline-block;
    min-width: 450px;
    padding: 19px 30px 13px;
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__news__item {
    display: block;
    width: calc(100% - 48px);
    margin: 5px 0 0 auto;
    padding: 16px 23px 10px;
    border-radius: 15px 0 0 15px;
  }
}
.p-mv__news__item:hover .p-mv__news__h {
  text-decoration: none;
}
.p-mv__news__head {
  display: flex;
}
.p-mv__news__cat {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1101px) {
  .p-mv__news__cat {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__news__cat {
    padding-left: 30px;
  }
}
.p-mv__news__cat::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/common/img/base/icon-caution.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.p-mv__news__date {
  font-size: 0.75rem;
  margin-left: auto;
}
.p-mv__news__h {
  text-decoration: underline;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1101px) {
  .p-mv__news__h {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__news__h {
    margin-top: 5px;
  }
}
.p-mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  z-index: 80;
}
@media screen and (min-width: 1101px) {
  .p-mv__scroll {
    height: 98px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__scroll {
    height: 78px;
    bottom: 80px;
  }
}
.p-mv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  background: #333333;
}
@media screen and (min-width: 1101px) {
  .p-mv__scroll::after {
    height: 39px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__scroll::after {
    height: 29px;
  }
}
.p-mv__scroll__body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 1px solid #333333;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-mv__scroll__body {
    width: 59px;
    height: 59px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv__scroll__body {
    width: 49px;
    height: 49px;
    font-size: 0.9rem;
  }
}
.p-mv__animeSpace {
  display: none;
}
@media screen and (min-width: 768px) {
  @keyframes obj01_01 {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    4% {
      transform: translateY(0) rotate(0);
    }
    5.7% {
      transform: translateY(-13px) rotate(0);
    }
    7.4% {
      transform: translateY(0) rotate(0);
    }
    9.1% {
      transform: translateY(-13px) rotate(0);
    }
    10.8% {
      transform: translateY(0) rotate(0);
    }
    28.6% {
      transform: translateY(0) rotate(0);
    }
    30.29% {
      transform: translateY(-11px) rotate(0);
    }
    32% {
      transform: translateY(0) rotate(0);
    }
    33.7% {
      transform: translateY(-10px) rotate(0);
    }
    35.4% {
      transform: translateY(0) rotate(0);
    }
    42.3% {
      transform: translateY(0) rotate(0);
    }
    44% {
      transform: translateY(-7px) rotate(0);
    }
    45.7% {
      transform: translateY(0) rotate(0);
    }
    47.4% {
      transform: translateY(-11px) rotate(0);
    }
    49.1%, 100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes obj01_02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    4.8% {
      transform: translateY(0) rotate(0);
    }
    7.9% {
      transform: translateY(-12px) rotate(0);
    }
    11% {
      transform: translateY(0) rotate(0);
    }
    14% {
      transform: translateY(-12px) rotate(1deg);
    }
    17.1% {
      transform: translateY(0) rotate(0);
    }
    24.4% {
      transform: translateY(0) rotate(0);
    }
    27.5% {
      transform: translateY(-11px) rotate(-1deg);
    }
    30.5% {
      transform: translateY(0) rotate(0);
    }
    36.7% {
      transform: translateY(0) rotate(0);
    }
    40.3% {
      transform: translateY(-9px) rotate(0);
    }
    42.3% {
      transform: translateY(0) rotate(0);
    }
    45.8% {
      transform: translateY(0) rotate(0);
    }
    48.9% {
      transform: translateY(-10px) rotate(1deg);
    }
    52% {
      transform: translateY(0) rotate(0);
    }
    55% {
      transform: translateY(-9px) rotate(1deg);
    }
    58%, 100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes obj01_01 {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    7% {
      transform: translateY(0) rotate(0);
    }
    10% {
      transform: translateY(-6.5px) rotate(0);
    }
    13% {
      transform: translateY(0) rotate(0);
    }
    16% {
      transform: translateY(-6.5px) rotate(0);
    }
    19% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(0) rotate(0);
    }
    53% {
      transform: translateY(-5.5px) rotate(0);
    }
    56% {
      transform: translateY(0) rotate(0);
    }
    59% {
      transform: translateY(-5px) rotate(0);
    }
    62% {
      transform: translateY(0) rotate(0);
    }
    74% {
      transform: translateY(0) rotate(0);
    }
    77% {
      transform: translateY(-3.5px) rotate(0);
    }
    80% {
      transform: translateY(0) rotate(0);
    }
    83% {
      transform: translateY(-5.5px) rotate(0);
    }
    86% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes obj01_02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    8% {
      transform: translateY(0) rotate(0);
    }
    13% {
      transform: translateY(-6px) rotate(0);
    }
    18% {
      transform: translateY(0) rotate(0);
    }
    23% {
      transform: translateY(-6px) rotate(0.5deg);
    }
    28% {
      transform: translateY(0) rotate(0);
    }
    40% {
      transform: translateY(0) rotate(0);
    }
    45% {
      transform: translateY(-5.5px) rotate(-0.5deg);
    }
    50% {
      transform: translateY(0) rotate(0);
    }
    60% {
      transform: translateY(0) rotate(0);
    }
    66% {
      transform: translateY(-4.5px) rotate(0);
    }
    71% {
      transform: translateY(0) rotate(0);
    }
    75% {
      transform: translateY(0) rotate(0);
    }
    80% {
      transform: translateY(-5px) rotate(0.5deg);
    }
    85% {
      transform: translateY(0) rotate(0);
    }
    90% {
      transform: translateY(-4.5px) rotate(0.5deg);
    }
    95% {
      transform: translateY(0) rotate(0);
    }
  }
}
@keyframes obj02_01 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  12% {
    transform: translate(-6px, -3px) rotate(5deg);
  }
  24% {
    transform: translate(0, 0) rotate(0);
  }
  36% {
    transform: translate(5px, 3px) rotate(-1deg);
  }
  48% {
    transform: translate(0, 0) rotate(0);
  }
  60% {
    transform: translate(-4px, -3px) rotate(4deg);
  }
  72% {
    transform: translate(0, 0) rotate(0);
  }
  84% {
    transform: translate(4px, 2px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes obj03_01 {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -5px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -5px);
  }
  35% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -5px);
  }
  45% {
    transform: translate(0, 0);
  }
  50%, 100% {
    transform: translate(0, 0);
  }
}
@keyframes obj03_02 {
  0% {
    transform: translate(0, 0) scaleX(1);
  }
  2.5% {
    transform: translate(0, -5px) scaleX(1);
  }
  5% {
    transform: translate(0, 0) scaleX(1);
  }
  15% {
    transform: translate(0, 0) scaleX(1);
  }
  16.25% {
    transform: translate(0, -3px) scaleX(0);
  }
  17.5% {
    transform: translate(0, 0) scaleX(-1);
  }
  20% {
    transform: translate(0, 0) scaleX(-1);
  }
  22.5% {
    transform: translate(0, -4px) scaleX(-1);
  }
  25%, 50% {
    transform: translate(0, 0) scaleX(-1);
  }
  52.5% {
    transform: translate(0, -4px) scaleX(-1);
  }
  55% {
    transform: translate(0, 0) scaleX(-1);
  }
  57.5% {
    transform: translate(0, 0) scaleX(0);
  }
  60% {
    transform: translate(0, 0) scaleX(1);
  }
  62.5%, 100% {
    transform: translate(0, 0) scaleX(1);
  }
}
@keyframes obj03_03 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  7.5% {
    transform: translate(0, 6px) rotate(-5deg);
  }
  20% {
    transform: translate(0, 0) rotate(0);
  }
  22.5% {
    transform: translate(0, 6px) rotate(-5deg);
  }
  40% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes obj03_01_02 {
  0% {
    transform: translate(0, 0);
  }
  7.5% {
    transform: translate(0, -5px);
  }
  15% {
    transform: translate(0, 0);
  }
  22.5% {
    transform: translate(0, -5px);
  }
  29% {
    transform: translate(0, 0);
  }
  32.5% {
    transform: translate(0, 0);
  }
  37.5% {
    transform: translate(0, -5px);
  }
  42.5% {
    transform: translate(0, 0);
  }
  47.5% {
    transform: translate(0, -5px);
  }
  52.5% {
    transform: translate(0, 0);
  }
  57.5%, 100% {
    transform: translate(0, 0);
  }
}
@keyframes obj03_02_02 {
  0% {
    transform: translate(0, 0) scaleX(1);
  }
  3.75% {
    transform: translate(0, -5px) scaleX(1);
  }
  7.5% {
    transform: translate(0, 0) scaleX(1);
  }
  22.5% {
    transform: translate(0, 0) scaleX(1);
  }
  24.375% {
    transform: translate(0, -3px) scaleX(0);
  }
  26.25% {
    transform: translate(0, 0) scaleX(-1);
  }
  30% {
    transform: translate(0, 0) scaleX(-1);
  }
  33.75% {
    transform: translate(0, -4px) scaleX(-1);
  }
  37.5%, 50% {
    transform: translate(0, 0) scaleX(-1);
  }
  53.75% {
    transform: translate(0, -4px) scaleX(-1);
  }
  57.5% {
    transform: translate(0, 0) scaleX(-1);
  }
  59.375% {
    transform: translate(0, 0) scaleX(0);
  }
  61.25% {
    transform: translate(0, 0) scaleX(1);
  }
  65%, 100% {
    transform: translate(0, 0) scaleX(1);
  }
}
@keyframes obj03_03_02 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  11.25% {
    transform: translate(0, 6px) rotate(-5deg);
  }
  30% {
    transform: translate(0, 0) rotate(0);
  }
  33.75% {
    transform: translate(0, 6px) rotate(-5deg);
  }
  60% {
    transform: translate(0, 0) rotate(0);
  }
}
@media screen and (min-width: 768px) {
  @keyframes obj04_01 {
    0% {
      transform: translate(0, 0) scaleX(1);
    }
    4% {
      transform: translate(-4px, -8px) scaleX(1);
    }
    8% {
      transform: translate(-8px, 0) scaleX(1);
    }
    12% {
      transform: translate(-16px, -8px) scaleX(1);
    }
    16% {
      transform: translate(-20px, 0) scaleX(1);
    }
    20% {
      transform: translate(-22px, -8px) scaleX(1);
    }
    24% {
      transform: translate(-24px, 0) scaleX(1);
    }
    44% {
      transform: translate(-24px, 0) scaleX(1);
    }
    48% {
      transform: translate(calc(-50% - 24px), 0) scaleX(-1);
    }
    52% {
      transform: translate(calc(-50% - 20px), -8px) scaleX(-1);
    }
    56% {
      transform: translate(calc(-50% - 16px), 0) scaleX(-1);
    }
    60% {
      transform: translate(calc(-50% - 12px), -8px) scaleX(-1);
    }
    64% {
      transform: translate(calc(-50% - 8px), 0) scaleX(-1);
    }
    84% {
      transform: translate(calc(-50% - 8px), 0) scaleX(-1);
    }
    88% {
      transform: translate(0, 0) scaleX(1);
    }
  }
  @keyframes obj04_02 {
    0% {
      transform: translate(0, 0) scaleX(1);
    }
    4% {
      transform: translate(-4px, -8px) scaleX(1);
    }
    8% {
      transform: translate(-8px, 0) scaleX(1);
    }
    12% {
      transform: translate(-16px, -8px) scaleX(1);
    }
    16% {
      transform: translate(-20px, 0) scaleX(1);
    }
    20% {
      transform: translate(-22px, -8px) scaleX(1);
    }
    24% {
      transform: translate(-24px, 0) scaleX(1);
    }
    44% {
      transform: translate(-24px, 0) scaleX(1);
    }
    48% {
      transform: translate(calc(50% - 24px), 0) scaleX(-1);
    }
    52% {
      transform: translate(calc(50% - 20px), -8px) scaleX(-1);
    }
    56% {
      transform: translate(calc(50% - 16px), 0) scaleX(-1);
    }
    60% {
      transform: translate(calc(50% - 12px), -8px) scaleX(-1);
    }
    64% {
      transform: translate(calc(50% - 8px), 0) scaleX(-1);
    }
    84% {
      transform: translate(calc(50% - 8px), 0) scaleX(-1);
    }
    88% {
      transform: translate(0, -5px) scaleX(1);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes obj04_01 {
    0% {
      transform: translate(0, 0) scaleX(1);
    }
    4% {
      transform: translate(-2px, -4px) scaleX(1);
    }
    8% {
      transform: translate(-4px, 0) scaleX(1);
    }
    12% {
      transform: translate(-8px, -4px) scaleX(1);
    }
    16% {
      transform: translate(-10px, 0) scaleX(1);
    }
    20% {
      transform: translate(-11px, -4px) scaleX(1);
    }
    24% {
      transform: translate(-12px, 0) scaleX(1);
    }
    44% {
      transform: translate(-12px, 0) scaleX(1);
    }
    48% {
      transform: translate(calc(-50% - 12px), 0) scaleX(-1);
    }
    52% {
      transform: translate(calc(-50% - 10px), -4px) scaleX(-1);
    }
    56% {
      transform: translate(calc(-50% - 8px), 0) scaleX(-1);
    }
    60% {
      transform: translate(calc(-50% - 6px), -4px) scaleX(-1);
    }
    64% {
      transform: translate(calc(-50% - 4px), 0) scaleX(-1);
    }
    84% {
      transform: translate(calc(-50% - 4px), 0) scaleX(-1);
    }
    88% {
      transform: translate(0, 0) scaleX(1);
    }
  }
  @keyframes obj04_02 {
    0% {
      transform: translate(0, 0) scaleX(1);
    }
    4% {
      transform: translate(-2px, -4px) scaleX(1);
    }
    8% {
      transform: translate(-4px, 0) scaleX(1);
    }
    12% {
      transform: translate(-8px, -4px) scaleX(1);
    }
    16% {
      transform: translate(-10px, 0) scaleX(1);
    }
    20% {
      transform: translate(-11px, -4px) scaleX(1);
    }
    24% {
      transform: translate(-12px, 0) scaleX(1);
    }
    44% {
      transform: translate(-12px, 0) scaleX(1);
    }
    48% {
      transform: translate(calc(50% - 12px), 0) scaleX(-1);
    }
    52% {
      transform: translate(calc(50% - 10px), -4px) scaleX(-1);
    }
    56% {
      transform: translate(calc(50% - 8px), 0) scaleX(-1);
    }
    60% {
      transform: translate(calc(50% - 6px), -4px) scaleX(-1);
    }
    64% {
      transform: translate(calc(50% - 4px), 0) scaleX(-1);
    }
    84% {
      transform: translate(calc(50% - 4px), 0) scaleX(-1);
    }
    88% {
      transform: translate(0, -2.5px) scaleX(1);
    }
  }
}
@keyframes obj05_01 {
  0% {
    transform: translate(0, 0) rotate(0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
  40% {
    transform: translate(-30px, 13%) rotate(-4deg);
    opacity: 1;
  }
  60% {
    transform: translate(-45px, 15px) rotate(-4deg);
    opacity: 0;
  }
  100% {
    transform: translate(-45px, 15px) rotate(-4deg);
    opacity: 0;
  }
}
@keyframes obj05_02 {
  0% {
    transform: translate(0, 0) rotate(0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
  40% {
    transform: translate(-30px, 13%) rotate(-4deg);
    opacity: 1;
  }
  60% {
    transform: translate(-45px, 15px) rotate(-4deg);
    opacity: 0;
  }
  100% {
    transform: translate(-45px, 15px) rotate(-4deg);
    opacity: 0;
  }
}
/* ---------------------------
p-news
--------------------------- */
.p-news {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-news {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "item01 item01 item01 item01" "item02 item02 item03 item04";
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item01 item01" "item02 item02" "item03 item04";
    gap: 20px;
  }
}
.p-news__item {
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-news__item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news__item {
    border-radius: 10px;
  }
}
.p-news__item:first-child {
  grid-area: item01;
}
.p-news__item:nth-child(2) {
  grid-area: item02;
}
.p-news__item:nth-child(3) {
  grid-area: item03;
}
.p-news__item:nth-child(4) {
  grid-area: item04;
}
.p-news__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .p-news__row {
    padding: 30px 60px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news__row {
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 1101px) {
  .p-news__head {
    width: calc(23% - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .p-news__head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .p-news__body {
    width: 77%;
    margin-top: 30px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-news__body {
    width: 100%;
    margin-top: 13px;
  }
}
@media screen and (min-width: 1101px) {
  .p-news__btn {
    margin-top: 20px;
    max-width: 170px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news__btn {
    margin-left: auto;
    width: 140px;
  }
}
.p-news02 {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-news02 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .p-news02 {
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .p-news02__main {
    width: 69%;
  }
}
@media screen and (max-width: 1100px) {
  .p-news02__main {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .p-news02__side {
    width: 25.9%;
  }
}
@media screen and (max-width: 1100px) {
  .p-news02__side {
    width: 100%;
    margin-top: 35px;
  }
}

.p-news03__h {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .p-news03__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-news03__h {
    font-size: 1.3rem;
  }
}
.p-news03__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .p-news03__row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news03__row {
    margin-top: 10px;
  }
}
.p-news03__date {
  font-size: 0.875rem;
}
.p-news03__cat {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-news03__cat {
    gap: 10px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news03__cat {
    gap: 7px;
    margin-left: 8px;
  }
}
.p-news03__body {
  border-top: 2px solid #333333;
}
@media screen and (min-width: 1101px) {
  .p-news03__body {
    margin-top: 33px;
    padding-top: 23px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news03__body {
    margin-top: 15px;
    padding-top: 10px;
  }
}

/* ---------------------------
p-pagenavi
--------------------------- */
.p-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-pagenavi {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-pagenavi {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.p-pagenavi .link_before,
.p-pagenavi .link_next {
  color: #303f9f;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-pagenavi .link_before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pagenavi .link_before {
    margin-right: 20px;
  }
}
.p-pagenavi .link_page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7f8;
  color: #303f9f;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-pagenavi .link_page {
    width: 54px;
    height: 54px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-pagenavi .link_page {
    width: 54px;
    height: 54px;
    margin-right: 20px;
  }
}
.p-pagenavi .current_page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f3d54;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-pagenavi .current_page {
    width: 54px;
    height: 54px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-pagenavi .current_page {
    width: 54px;
    height: 54px;
    margin-right: 20px;
  }
}

.p-pagenavi02 {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #333333;
}
@media screen and (min-width: 1101px) {
  .p-pagenavi02 {
    margin-top: 45px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .p-pagenavi02 {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.p-pagenavi02__link {
  font-size: 0.875rem;
  text-align: center;
  border: 2px solid #333333;
}
@media screen and (min-width: 1101px) {
  .p-pagenavi02__link {
    padding: 13px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-pagenavi02__link {
    padding: 10px 25px;
    border-radius: 25px;
  }
}
.p-pagenavi02__link:hover {
  border-color: #40c4ff;
  color: #40c4ff;
}

/* ---------------------------
p-period
--------------------------- */
.p-period {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-period__h {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffd600;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-period__h {
    width: 200px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 14px 50%, 0 100%, 100% 100%, calc(100% - 14px) 50%, 100% 0);
            clip-path: polygon(0 0, 14px 50%, 0 100%, 100% 100%, calc(100% - 14px) 50%, 100% 0);
  }
}
@media screen and (max-width: 767px) {
  .p-period__h {
    width: calc(100% - 90px);
    height: 35px;
    -webkit-clip-path: polygon(0 0, 10px 50%, 0 100%, 100% 100%, calc(100% - 10px) 50%, 100% 0);
            clip-path: polygon(0 0, 10px 50%, 0 100%, 100% 100%, calc(100% - 10px) 50%, 100% 0);
  }
}
.p-period__body {
  background: #f5f7f8;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-period__body {
    min-height: 190px;
    border-radius: 24px;
    margin-top: -20px;
    padding: 50px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__body {
    margin-top: -17.5px;
    border-radius: 18px;
    padding: 35px 15px 50px;
  }
}
.p-period__period {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-period__period .large {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-period__period .large {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-period__period .large {
    font-size: 1.75rem;
  }
}
.p-period__hours {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-period__hours {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-period__hours {
    font-size: rem(1.1428571429rem);
  }
}
.p-period__txt {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-period__obj {
  position: absolute;
}
.p-period__obj img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-period__obj--item01 {
    bottom: -37px;
    left: 61px;
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item01 {
    bottom: -10px;
    left: -10px;
    width: 62px;
  }
}
@media screen and (min-width: 768px) {
  .p-period__obj--item02 {
    bottom: -34px;
    right: 38px;
    width: 222px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item02 {
    bottom: -15px;
    right: -23px;
    width: 111px;
  }
}
@media screen and (min-width: 768px) {
  .p-period__obj--item03 {
    bottom: -37px;
    left: 61px;
    width: 194px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item03 {
    bottom: -10px;
    left: -10px;
    width: 87px;
  }
}
@media screen and (min-width: 768px) {
  .p-period__obj--item04 {
    bottom: -24px;
    right: 38px;
    width: 264px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item04 {
    bottom: -15px;
    right: -23px;
    width: 132px;
  }
}
@media screen and (min-width: 1101px) {
  .p-period__obj--item05 {
    bottom: -30px;
    left: 50px;
    width: 202px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-period__obj--item05 {
    bottom: -20px;
    left: 6px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item05 {
    bottom: -18px;
    left: 4px;
    width: 120px;
  }
}
@media screen and (min-width: 1101px) {
  .p-period__obj--item06 {
    bottom: -28px;
    right: 7px;
    width: 262px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-period__obj--item06 {
    bottom: -20px;
    right: 4px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-period__obj--item06 {
    bottom: -7px;
    right: 4px;
    width: 130px;
  }
}

/* ---------------------------
p-poster
--------------------------- */
.p-poster {
  background: url(/common/img/p-poster/img-bg01.svg) no-repeat;
}
@media screen and (min-width: 1101px) {
  .p-poster {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-poster {
    background-size: 200% auto;
  }
}

/* ---------------------------
p-row
--------------------------- */
.p-row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-row {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-row--row03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.p-row02 {
  display: grid;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-row02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
}
@media screen and (max-width: 1100px) {
  .p-row02 {
    gap: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-row02::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #2f3d54;
    width: 1px;
    height: 100%;
    left: calc(49% - 0.5px);
    top: 0;
  }
}
.p-row02__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .p-row02__item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #2f3d54;
  }
}
.p-row02__cat {
  font-size: 0.875rem;
  display: inline-block;
  background: #333333;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-row02__cat {
    width: 114px;
    padding: 2px 5px;
    border-radius: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row02__cat {
    width: 114px;
    padding: 2px 5px;
    border-radius: 13px;
  }
}
.p-row02__h {
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1101px) {
  .p-row02__h {
    font-size: 1.25rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row02__h {
    font-size: 1.165rem;
    margin-top: 10px;
  }
}
.p-row02__txt {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1101px) {
  .p-row02__txt {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row02__txt {
    font-size: 0.85rem;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1101px) {
  .p-row02__btn {
    max-width: 300px;
    margin-top: auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-row02__btn {
    margin-top: 16px;
  }
}

.p-row03 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-row03 {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-row03 {
    gap: 40px;
  }
}
.p-row03__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-row03__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-row03__item {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-row03__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-row03__img img {
  aspect-ratio: 5/3;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-row03__img {
    width: 48.276%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-row03__body {
    width: 46.55%;
  }
}
.p-row03__h {
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-row03__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-row03__h {
    font-size: 1.8rem;
  }
}
.p-row03__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-row03__txt {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .p-row03__txt {
    margin-top: 0.5em;
  }
}

.p-row04 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-row04 {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04 {
    gap: 40px;
  }
}
.p-row04__item {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-row04__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__item:nth-child(even) .p-row04__body {
    margin-right: auto;
    margin-left: 0;
  }
}
.p-row04__item:nth-child(even) .p-row04__img {
  overflow: hidden;
}
@media screen and (min-width: 1161px) {
  .p-row04__item:nth-child(even) .p-row04__img {
    margin-left: 0;
    margin-right: calc(-1 * (100vw - 1160px) / 2);
  }
}
@media screen and (max-width: 1160px) {
  .p-row04__item:nth-child(even) .p-row04__img {
    width: 46.25vw;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__item:nth-child(even) .p-row04__img {
    width: calc(100% + 20px);
    margin-left: 0;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__item:nth-child(even) .p-row04__img img {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__item:nth-child(even) .p-row04__img img {
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__item--alignCenter {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__item--alignCenter .p-row04__body {
    padding-top: 0;
  }
}
.p-row04__img {
  overflow: hidden;
}
@media screen and (min-width: 1161px) {
  .p-row04__img {
    width: 46.25vw;
    margin-left: calc(-1 * (100vw - 1160px) / 2);
  }
}
@media screen and (max-width: 1160px) {
  .p-row04__img {
    width: 46.25vw;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__img {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.p-row04__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .p-row04__img img {
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__img img {
    border-radius: 0 15px 15px 0;
  }
}
@media screen and (min-width: 1101px) {
  .p-row04__body {
    width: 46.55%;
    margin-left: auto;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-row04__body {
    width: 40%;
    margin-left: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__body {
    margin-top: 20px;
  }
}
.p-row04__h {
  font-weight: bold;
  line-height: 1.39;
}
@media screen and (min-width: 768px) {
  .p-row04__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__h {
    font-size: 1.8rem;
  }
}
.p-row04__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-row04__txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__txt {
    margin-top: 0.5em;
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .p-row04__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-row04__btn {
    margin-top: 20px;
  }
}

.p-row05 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-row05 {
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row05 {
    gap: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-row05--row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1101px) {
  .p-row05--row3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-row06 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-row06 {
    gap: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06 {
    gap: 40px;
  }
}
.p-row06__item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .p-row06__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06__item {
    flex-direction: column;
  }
}
.p-row06__item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-row06__item:not(:last-child) {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .p-row06__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-row06__img {
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-row06__img {
    width: 31%;
    border-radius: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06__img {
    border-radius: 15px;
    width: 100%;
  }
}
.p-row06__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-row06__body {
    width: 63.8%;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06__body {
    margin-top: 15px;
  }
}
.p-row06__h {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-row06__txt {
  line-height: 1.75;
}
@media screen and (min-width: 1101px) {
  .p-row06__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row06__txt {
    margin-top: 5px;
  }
}

.p-row07 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-row07 {
    gap: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row07 {
    gap: 50px;
  }
}
@media screen and (min-width: 1101px) {
  .p-row07__item:nth-child(even) .p-row07__img {
    float: right;
    margin-right: 0;
    margin-left: 5.2%;
  }
}
.p-row07__img {
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-row07__img {
    float: left;
    margin-right: 5.2%;
    width: 31%;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row07__img {
    width: 100%;
    border-radius: 15px;
  }
}
.p-row07__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-row07__body {
    margin-top: 15px;
  }
}
.p-row07__h {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-row07__txt {
  line-height: 1.75;
}
@media screen and (min-width: 1101px) {
  .p-row07__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row07__txt {
    margin-top: 5px;
  }
}

.p-row08 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-row08 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row08 {
    gap: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row08__item {
    display: flex;
  }
}
.p-row08__item--flex {
  display: flex;
}
.p-row08__img {
  width: 46.4%;
  margin-right: 3.6%;
}
@media screen and (min-width: 1101px) {
  .p-row08__img {
    float: left;
  }
}
.p-row08__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-row08__img .p-row08__item--flex {
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-row08__body {
    flex: 1;
  }
}
.p-row08__item--flex .p-row08__body {
  flex: 1;
}
.p-row08__h {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-row08__h .logo {
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-row08__h .logo {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-row08__h .logo {
    height: 26px;
  }
}
.p-row08__txt {
  line-height: 1.75;
}
@media screen and (min-width: 1101px) {
  .p-row08__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-row08__txt {
    margin-top: 7px;
  }
}

.p-row09 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-row09.swiper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.p-row09__list {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 768px) {
  .p-row09__list {
    display: grid !important;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-row09__list {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-row09__list.swiper-slide {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .p-row09__list--row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-row09__list--row3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-row09__arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-row09__arrow {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
  }
  .p-row09__arrow--prev {
    left: 0;
  }
  .p-row09__arrow--prev::before {
    transform: rotate(-135deg);
  }
  .p-row09__arrow--next {
    right: 0;
  }
  .p-row09__arrow--next::before {
    transform: rotate(45deg);
  }
  .p-row09__arrow::before {
    content: "";
    display: block;
    border-top: 4px solid #333333;
    border-right: 4px solid #333333;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-row09__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-row09__arrow::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-row09__dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-row09__dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    z-index: 100;
  }
}
.p-row09__dots .swiper-pagination-bullet {
  background: #5c5c5c;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-row09__dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
.p-row09__dots .swiper-pagination-bullet-active {
  background: #333333;
}

.p-row10 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-row10 {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-row10__body {
    width: 59.6153846154%;
  }
}
@media screen and (max-width: 767px) {
  .p-row10__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-row10__img {
    width: 34.6153846154%;
  }
}
@media screen and (max-width: 767px) {
  .p-row10__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-row10__img img {
    border-radius: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-row10__img img {
    border-radius: 12px;
  }
}
.p-row10__h {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-row10__h {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-row10__h {
    font-size: 1.2857142857rem;
  }
}
.p-row10__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-row10__note {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-row10__note {
    font-size: 0.8571428571rem;
  }
}

.p-row11 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-row11 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-row11 {
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-row11__img {
    width: 21.1538461538%;
  }
}
@media screen and (min-width: 768px) {
  .p-row11__img img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-row11__img img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-row11__body {
    padding-top: 14px;
    width: 75.9615384615%;
  }
}
.p-row11__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-row11__h {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-row11__h {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .p-row11__txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-row11__txt {
    margin-top: 6px;
  }
}

/* ---------------------------
p-sideWidget
--------------------------- */
.p-sideWidget {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-sideWidget {
    gap: 38px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget {
    gap: 30px;
  }
}
.p-sideWidget__h {
  font-size: 1.125rem;
  font-weight: bold;
  border-top: 2px solid #40c4ff;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__h {
    padding-top: 10px;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__h {
    padding-top: 6px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__body {
    padding-top: 5px;
  }
}
.p-sideWidget__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__list {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__list {
    gap: 8px;
  }
}
.p-sideWidget__list--cat .p-sideWidget__list__link {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__list--cat .p-sideWidget__list__link {
    padding-left: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__list--cat .p-sideWidget__list__link {
    padding-left: 13px;
  }
}
.p-sideWidget__list--cat .p-sideWidget__list__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-top: 2px solid #2f3d54;
  border-right: 2px solid #2f3d54;
  transform: rotate(45deg);
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__list--cat .p-sideWidget__list__link::before {
    width: 7px;
    height: 7px;
    left: 6px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__list--cat .p-sideWidget__list__link::before {
    width: 4px;
    height: 4px;
    left: 0;
  }
}
.p-sideWidget__list__item {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-sideWidget__list__item {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sideWidget__list__item {
    padding-bottom: 8px;
  }
}
.p-sideWidget__list__link {
  color: #303f9f;
  text-decoration: underline !important;
}
.p-sideWidget__list__link:hover {
  text-decoration: none !important;
}

/* ---------------------------
p-sites
--------------------------- */
.p-sites {
  position: relative;
  background-color: #d8ebf7;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 768px) {
  .p-sites {
    padding-bottom: 128px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sites {
    padding-bottom: 40px;
    background-size: 260% auto !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sites--02 {
    padding-bottom: 225px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites--02 {
    background-size: 150% auto !important;
    padding-bottom: 90px;
  }
}
.p-sites__list {
  position: relative;
}
.p-sites__list.swiper {
  overflow: visible !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__inner {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__inner {
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__item.swiper-slide {
    height: auto;
  }
}
.p-sites__list__link {
  display: block;
  position: relative;
  height: 100%;
}
.p-sites__list__link:hover .p-sites__list__body::after {
  transform: translate(-50%, 7px) rotate(45deg);
}
.p-sites__list__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: url(/common/img/p-sites/icon-headBg.svg) center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__head {
    width: 82px;
    height: 86px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__head {
    width: 82px;
    height: 86px;
  }
}
.p-sites__list__head__txt {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__head__txt {
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__head__txt {
    padding-top: 18px;
    padding-left: 5px;
  }
}
.p-sites__list__head__txt .label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__head__txt .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__head__txt .label {
    font-size: 1.714rem;
    line-height: 0.5;
  }
}
@media screen and (min-width: 1101px) {
  .p-sites__list__head__txt .label02 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__head__txt .label02 {
    font-size: 0.8571rem;
  }
}
.p-sites__list__head__txt .label03 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__head__txt .label03 {
    font-size: 1.3rem;
    margin-right: -3px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__head__txt .label03 {
    font-size: 1.55rem;
    line-height: 0.5;
  }
}
.p-sites__list__body {
  display: flex;
  flex-direction: column;
  background: #f1f8fc;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__body {
    border-radius: 24px;
    margin-top: -40px;
    height: calc(100% - 46px);
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__body {
    border-radius: 18px;
    margin-top: -29px;
    height: calc(100% - 57px);
  }
}
.p-sites__list__body::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 4px solid #333333;
  border-right: 4px solid #333333;
  transition: 0.3s;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__body::after {
    width: 16px;
    height: 16px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__body::after {
    width: 12px;
    height: 12px;
    bottom: 15px;
  }
}
.p-sites__list__h {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__h {
    min-height: 108px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__h {
    padding-top: 45px;
    padding-bottom: 13px;
  }
}
.p-sites__list__img {
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .p-sites__list__img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-sites__list__img img {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sites__list__img img {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
}
.p-sites__list__img__cap {
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__img__cap {
    padding: 5px 10px;
    min-height: 52px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__img__cap {
    padding: 5px 7px;
    min-height: 47px;
  }
}
.p-sites__list__txt {
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-sites__list__txt {
    padding: 20px 23px 75px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__txt {
    padding: 15px 14px 45px;
  }
}
.p-sites__list__txt .label {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #f1f8fc;
}
.p-sites__list__txt .label02 {
  display: block;
  font-size: 0.825rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-sites__list__txt .label02 {
    padding-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list__txt .label02 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1101px) {
  .p-sites__list__arrow {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-sites__list__arrow {
    display: block;
    width: 56px;
    height: 56px;
    background: rgba(47, 61, 84, 0.7);
    border: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
  }
  .p-sites__list__arrow--prev {
    left: -13.5px;
  }
  .p-sites__list__arrow--prev::before {
    transform: rotate(-135deg);
  }
  .p-sites__list__arrow--next {
    right: -13.5px;
  }
  .p-sites__list__arrow--next::before {
    transform: rotate(45deg);
  }
  .p-sites__list__arrow::before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
  }
}
.p-sites__list02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sites__list02 {
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    overflow: visible !important;
  }
}
.p-sites__list02__arrow {
  background: rgba(47, 61, 84, 0.7);
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__arrow {
    display: flex;
  }
}
.p-sites__list02__arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
}
.p-sites__list02__arrow--prev {
  left: -20px;
}
.p-sites__list02__arrow--prev::after {
  rotate: -135deg;
}
.p-sites__list02__arrow--next {
  right: -20px;
}
.p-sites__list02__arrow--next::after {
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .p-sites__list02__inner.swiper-wrapper {
    display: grid;
  }
}
.p-sites__list02__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__item {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__item {
    border-radius: 18px;
  }
}
.p-sites__list02__head {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__head {
    padding: 40px 15px 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__head {
    padding: 26px 15px 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites__list02__icon {
    width: 72px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__icon {
    width: 58px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sites__list02__h {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__h {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    margin-top: 8px;
    min-height: 68px;
    line-height: 1.0909090909;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__h {
    font-size: 1.2857142857rem;
    line-height: 1.4;
    margin-top: 8px;
  }
}
.p-sites__list02__body {
  background-color: #f1f8fc;
  display: flex;
  flex-direction: column;
  flex: auto;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__body {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__body {
    padding: 12px 25px 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites__list02__txt {
    padding-bottom: 32px;
  }
}
.p-sites__list02__label {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-sites__list02__label {
    font-size: 0.875rem;
    width: 120px;
    height: 32px;
    margin: auto auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__list02__label {
    font-size: 0.8571428571rem;
    width: 100px;
    height: 30px;
    margin: 24px auto 0;
  }
}
.p-sites__tab {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5000;
}
.p-sites__tab__lists {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-sites__tab__lists {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__tab__lists {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites__tab__list {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__tab__list {
    width: 130px;
    max-width: 200px;
  }
}
.p-sites__tab__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sites__tab__list a {
    height: 72px;
    border-radius: 18px 18px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sites__tab__list a {
    height: 50px;
    border-radius: 12px 12px 0 0;
  }
}
.p-sites__tab__list a:hover {
  background-color: #fff !important;
}
.p-sites__tab__list a.--green:hover {
  color: #346320;
}
.p-sites__tab__list a.--blue:hover {
  color: #004e97;
}

.p-sites02__head {
  display: flex;
  align-items: flex-start;
}
.p-sites02__block {
  aspect-ratio: 122/130;
  background: url(/common/img/p-sites/icon-headBg.svg) center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-sites02__block {
    width: 122px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__block {
    width: 80px;
  }
}
.p-sites02__block__txt {
  color: #fff;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-sites02__block__txt {
    padding-top: 24px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__block__txt {
    padding-top: 9px;
    padding-left: 10px;
  }
}
.p-sites02__block__txt .label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sites02__block__txt .label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__block__txt .label {
    font-size: 1.7rem;
  }
}
.p-sites02__block__txt .label02 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 4px;
}
.p-sites02__block__txt .label03 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sites02__block__txt .label03 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__block__txt .label03 {
    font-size: 1.2rem;
  }
}
.p-sites02__block__txt .label04 {
  font-weight: bold;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-sites02__block__txt .label04 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__block__txt .label04 {
    font-size: 0.975rem;
  }
}
.p-sites02__name {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-sites02__name {
    padding-left: 20px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__name {
    padding-left: 13px;
    padding-top: 20px;
  }
}
.p-sites02__h {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-sites02__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__h {
    font-size: 1.85rem;
  }
}
.p-sites02__tel {
  font-size: 0.875rem;
}
.p-sites02__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-sites02__row {
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__row {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites02__img {
    width: 48.28%;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__img {
    width: 100%;
  }
}
.p-sites02__figure--pickup {
  overflow: hidden;
  position: relative;
}
.p-sites02__figure--pickup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd600;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-sites02__figure--pickup::before {
    border-radius: 24px 0 0 0;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__figure--pickup::before {
    border-radius: 18px 0 0 0;
    width: 80px;
    height: 80px;
  }
}
.p-sites02__figure--pickup::after {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  content: "PickUp!";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2f3d54;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-sites02__figure--pickup::after {
    width: 100px;
    height: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__figure--pickup::after {
    width: 80px;
    height: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites02__figure img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__figure img {
    border-radius: 18px;
  }
}
.p-sites02__figure__cap {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-sites02__figure__cap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__figure__cap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-sites02__body {
    width: 46.55%;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__body {
    width: 100%;
    margin-top: 20px;
  }
}
.p-sites02__cat {
  background: #2c5085;
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-sites02__cat {
    padding: 8px 25px;
    border-radius: 9999px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__cat {
    padding: 5px 17px;
    border-radius: 9999px;
  }
}
.p-sites02__h02 {
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sites02__h02 {
    font-size: 2rem;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__h02 {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.p-sites02__h03 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sites02__h03 {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__h03 {
    padding-top: 9px;
  }
}
.p-sites02__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sites02__txt {
    margin-top: 20px;
    gap: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__txt {
    margin-top: 15px;
    gap: 1.3em;
  }
}
.p-sites02__txt .par {
  line-height: 1.75;
}
.p-sites02__img02 {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-sites02__img02 {
    border-radius: 24px;
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites02__img02 {
    border-radius: 18px;
    padding: 25px 25px;
  }
}

.p-sites03__h {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sites03__h {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__h {
    padding-top: 40px;
  }
}
.p-sites03__h::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/common/img/p-sites/img-decoration01.svg) center no-repeat;
}
@media screen and (min-width: 768px) {
  .p-sites03__h::before {
    width: 1098px;
    height: 167px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__h::before {
    width: 100vw;
    height: 70px;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .p-sites03__h .logo {
    width: 744px;
  }
}
.p-sites03__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sites03__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__list {
    gap: 40px;
  }
}
.p-sites03__list__item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-sites03__list__item {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-sites03__list__img {
    width: 300px;
  }
}
.p-sites03__list__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sites03__list__body {
    width: calc(100% - 360px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__list__body {
    margin-top: 20px;
  }
}
.p-sites03__list__head {
  display: flex;
  align-items: center;
}
.p-sites03__list__head .icon {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-sites03__list__head .icon {
    font-size: 1.375rem;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__list__head .icon {
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
  }
}
.p-sites03__list__head .label {
  font-weight: bold;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-sites03__list__head .label {
    font-size: 1.5rem;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__list__head .label {
    font-size: 1.3rem;
    width: calc(100% - 60px);
  }
}
.p-sites03__list__txt {
  margin-top: 1.3em;
}
.p-sites03__list__cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-sites03__list__cat {
    gap: 10px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites03__list__cat {
    gap: 7px;
    margin-top: 18px;
  }
}

.p-sites04__h {
  display: flex;
  align-items: center;
}
.p-sites04__h .icon {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-sites04__h .icon {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__h .icon {
    width: 60px;
  }
}
.p-sites04__h .label {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-sites04__h .label {
    font-size: 2.25rem;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__h .label {
    font-size: 1.5714285714rem;
    margin-left: 14px;
  }
}
.p-sites04__foldings {
  display: flex;
  flex-direction: column;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .p-sites04__foldings {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__foldings {
    gap: 16px;
  }
}
.p-sites04__folding {
  background-color: #fff;
  overflow: hidden;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding {
    border-radius: 18px;
  }
}
.p-sites04__folding__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head {
    font-size: 1.25rem;
    padding: 36px 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__head {
    font-size: 1.1428571429rem;
    padding: 20px 40px 20px 48px;
    gap: 4px;
  }
}
.p-sites04__folding__head .note {
  background-color: #ffd600;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head .note {
    font-size: 0.875rem;
    padding: 7px 15px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__head .note {
    font-size: 0.8571428571rem;
    padding: 3px 10px;
  }
}
.p-sites04__folding__head .small {
  font-size: 1rem;
  padding-left: 1em;
}
.p-sites04__folding__head .small02 {
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head .small02 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__head .small02 {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head .large {
    font-size: 1.35rem;
  }
}
.p-sites04__folding__head::before {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  content: counter(number) "";
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004e97;
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head::before {
    width: 50px;
    height: 50px;
    top: 24px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__head::before {
    width: 30px;
    height: 30px;
    top: 19px;
    left: 10px;
  }
}
.p-sites04__folding__head::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 3px solid #2f3d54;
  border-right: 3px solid #2f3d54;
  rotate: 135deg;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__head::after {
    width: 14px;
    height: 14px;
    right: 40px;
    top: 50%;
    transform-origin: top;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__head::after {
    width: 10px;
    height: 10px;
    right: 17px;
    top: 24px;
    transform-origin: center;
  }
}
.p-sites04__folding__head.--green::before {
  background-color: #346320;
}
.p-sites04__folding__head.js-folding__trigger--active::after {
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .p-sites04__folding__body {
    padding: 10px 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sites04__folding__body {
    padding: 8px 15px 20px;
  }
}

/* ---------------------------
p-slide
--------------------------- */
.p-slide {
  position: relative;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .p-slide {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slide {
    width: 100%;
    padding-bottom: 35px !important;
  }
}
.p-slide__item {
  width: 100%;
}
.p-slide__inner {
  display: flex;
  background: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-slide__inner {
    justify-content: space-between;
    border-radius: 30px;
    padding: 55px 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__inner {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 30px 20px 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-slide__img {
    width: 41.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-slide__body {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__body {
    width: 100%;
    margin-top: 25px;
  }
}
.p-slide__arrow {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-slide__arrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-slide__arrow--prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__arrow--prev {
    left: 0;
  }
}
.p-slide__arrow--prev::before {
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-slide__arrow--next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__arrow--next {
    right: 0;
  }
}
.p-slide__arrow--next::before {
  transform: rotate(45deg);
}
.p-slide__arrow::before {
  content: "";
  display: block;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-slide__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__arrow::before {
    width: 10px;
    height: 10px;
  }
}
.p-slide__dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.p-slide__dots .swiper-pagination-bullet {
  background: #e0e0e0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-slide__dots .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 60px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__dots .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 30px;
    height: 3px;
  }
}
.p-slide__dots .swiper-pagination-bullet-active {
  background: #333333;
}

.p-slide02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-slide02 {
    max-width: 988px;
    padding-bottom: 42px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slide02 {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
  }
}
.p-slide02__item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-slide02__item img {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide02__item img {
    border-radius: 15px;
  }
}
.p-slide02__item .caption {
  margin-top: 1em;
}
.p-slide02__arrow {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-slide02__arrow {
    width: 20px;
    height: 20px;
  }
}
.p-slide02__arrow--prev {
  left: 0;
}
.p-slide02__arrow--prev::before {
  transform: rotate(-135deg);
}
.p-slide02__arrow--next {
  right: 0;
}
.p-slide02__arrow--next::before {
  transform: rotate(45deg);
}
.p-slide02__arrow::before {
  content: "";
  display: block;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-slide02__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide02__arrow::before {
    width: 10px;
    height: 10px;
  }
}
.p-slide02__dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-slide02__dots .swiper-pagination-bullet {
  background: #e0e0e0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-slide02__dots .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 60px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide02__dots .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 30px;
    height: 2px;
  }
}
.p-slide02__dots .swiper-pagination-bullet-active {
  background: #333333;
}

.p-slide03__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-slide03__main {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__main {
    margin-top: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.p-slide03__items {
  height: auto !important;
}
.p-slide03__item {
  width: 100%;
  aspect-ratio: 295/417;
  overflow: hidden;
}
.p-slide03__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slide03__arrow {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-slide03__arrow {
    width: 20px;
    height: 20px;
  }
}
.p-slide03__arrow--prev {
  left: 0;
}
.p-slide03__arrow--prev::before {
  transform: rotate(-135deg);
}
.p-slide03__arrow--next {
  right: 0;
}
.p-slide03__arrow--next::before {
  transform: rotate(45deg);
}
.p-slide03__arrow::before {
  content: "";
  display: block;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-slide03__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__arrow::before {
    width: 10px;
    height: 10px;
  }
}
.p-slide03__thumbs {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-slide03__thumbs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__thumbs {
    margin-top: 50px;
  }
}
.p-slide03__thumb {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}
.p-slide03__thumb__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f5f7f8;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-slide03__thumb__item {
    width: 142px !important;
    height: 102px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__thumb__item {
    width: 100px !important;
    height: 80px !important;
  }
}
.p-slide03__thumb__item .label {
  display: block;
  text-align: center;
  z-index: 10;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0s;
}
.p-slide03__thumb__item .label02 {
  display: block;
  text-align: center;
  z-index: 10;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0s;
}
@media screen and (min-width: 768px) {
  .p-slide03__thumb__item.swiper-slide-active {
    border-radius: 16px;
    transform: scaleX(1.342);
    height: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__thumb__item.swiper-slide-active {
    transform: scaleX(1.35);
    height: 110px !important;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-slide03__thumb__item.swiper-slide-active .label {
    font-size: 1.675rem;
    transform: scaleX(0.745);
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__thumb__item.swiper-slide-active .label {
    font-size: 1.45rem;
    transform: scaleX(0.741);
  }
}
@media screen and (min-width: 768px) {
  .p-slide03__thumb__item.swiper-slide-active .label02 {
    font-size: 1.3125rem;
    transform: scaleX(0.745);
  }
}
@media screen and (max-width: 767px) {
  .p-slide03__thumb__item.swiper-slide-active .label02 {
    font-size: 1.125rem;
    transform: scaleX(0.741);
  }
}

/* ---------------------------
p-sns
--------------------------- */
.p-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-sns {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sns {
    padding: 42px 10px 29px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sns--sub {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1101px) {
  .p-sns__icon {
    width: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sns__icon {
    width: 56px;
  }
}
.p-sns__icon--check {
  position: relative;
}
.p-sns__icon--check::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  background-image: url(/common/img/base/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  .p-sns__icon--check::after {
    width: 83px;
    height: 83px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sns__icon--check::after {
    width: 83px;
    height: 83px;
  }
}
.p-sns__h {
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .p-sns__h {
    margin-top: 7px;
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .p-sns__h {
    margin-top: 9px;
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
}
.p-sns__lead {
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p-sns__lead {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-sns__lead--uline {
  background: linear-gradient(to bottom, rgba(255, 214, 0, 0) 60%, rgb(255, 214, 0) 60%);
}
@media screen and (min-width: 1101px) {
  .p-sns__txt {
    font-size: 0.875rem;
  }
}
/* ---------------------------
p-step
--------------------------- */
.p-step {
  display: grid;
  counter-reset: number 0;
}
@media screen and (min-width: 1101px) {
  .p-step {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
}
.p-step--row1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1101px) {
  .p-step--row1 {
    gap: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step--row1 {
    gap: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-step--row2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step--row2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-step__img {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step__img {
    margin-bottom: 10px;
  }
}
.p-step__img img {
  width: 100%;
  aspect-ratio: 90/77;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1101px) {
  .p-step__img img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step__img img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .--02 .p-step__img {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .--02 .p-step__img {
    margin-top: 14px;
    margin-bottom: 0;
  }
}
.p-step__h {
  display: flex;
  align-items: center;
}
.p-step__h .label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-step__h .label {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step__h .label {
    margin-left: 7px;
  }
}
.p-step__h .icon {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #40c4ff;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1101px) {
  .p-step__h .icon {
    font-size: 1.125rem;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .p-step__h .icon {
    font-size: 1rem;
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1101px) {
  .p-step__txt {
    margin-top: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .p-step__txt {
    margin-top: 0.5em;
  }
}

/* ---------------------------
p-tab
--------------------------- */
.p-tab {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-tab {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab {
    gap: 15px;
    overflow-x: scroll;
  }
}
.p-tab::after {
  content: "";
  display: block;
  width: 100vw;
  min-width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(1), .p-tab__item:first-child:nth-child(1) ~ .p-tab__item {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(1), .p-tab__item:first-child:nth-child(1) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(2), .p-tab__item:first-child:nth-child(2) ~ .p-tab__item {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(2), .p-tab__item:first-child:nth-child(2) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(3), .p-tab__item:first-child:nth-child(3) ~ .p-tab__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(3), .p-tab__item:first-child:nth-child(3) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(4), .p-tab__item:first-child:nth-child(4) ~ .p-tab__item {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(4), .p-tab__item:first-child:nth-child(4) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(5), .p-tab__item:first-child:nth-child(5) ~ .p-tab__item {
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(5), .p-tab__item:first-child:nth-child(5) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(6), .p-tab__item:first-child:nth-child(6) ~ .p-tab__item {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(6), .p-tab__item:first-child:nth-child(6) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(7), .p-tab__item:first-child:nth-child(7) ~ .p-tab__item {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(7), .p-tab__item:first-child:nth-child(7) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(8), .p-tab__item:first-child:nth-child(8) ~ .p-tab__item {
    width: 12.5%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(8), .p-tab__item:first-child:nth-child(8) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(9), .p-tab__item:first-child:nth-child(9) ~ .p-tab__item {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(9), .p-tab__item:first-child:nth-child(9) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(10), .p-tab__item:first-child:nth-child(10) ~ .p-tab__item {
    width: 10%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(10), .p-tab__item:first-child:nth-child(10) ~ .p-tab__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab__item:first-child:nth-child(11), .p-tab__item:first-child:nth-child(11) ~ .p-tab__item {
    width: 9.0909090909%;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__item:first-child:nth-child(11), .p-tab__item:first-child:nth-child(11) ~ .p-tab__item {
    min-width: 130px;
  }
}
.p-tab__body {
  cursor: pointer;
  border-top: 2px solid #dbdbdb;
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-tab__body {
    border-radius: 10px 10px 0 0;
    padding: 22px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab__body {
    border-radius: 7px 7px 0 0;
    padding: 15px 7px;
  }
}
.p-tab__body--current {
  background: #2f3d54;
  border-color: #2f3d54;
  color: #fff;
  cursor: none;
  pointer-events: none;
}

.p-tab02 {
  display: grid;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-tab02 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .p-tab02 {
    overflow-x: scroll;
    grid-template-columns: repeat(6, 130px);
  }
}
@media screen and (min-width: 1101px) {
  .p-tab02::after {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #dbdbdb;
  }
}
@media screen and (min-width: 768px) {
  .p-tab02--bottom::after {
    bottom: auto;
    top: 0;
  }
}
.p-tab02--bottom .p-tab02__body {
  border-top: none;
  border-bottom: 2px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-tab02--bottom .p-tab02__body {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-tab02--bottom .p-tab02__body {
    border-radius: 0 0 7px 7px;
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
  }
}
.p-tab02__item {
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1100px) {
  .p-tab02__item {
    border-bottom: 1px solid #dbdbdb;
  }
}
.p-tab02__body {
  cursor: pointer;
  width: 100%;
  color: #333333;
  background: #fff;
  border-top: 2px solid #dbdbdb;
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-tab02__body {
    border-radius: 10px 10px 0 0;
    padding: 18px 8px 20px;
    transition: 0.25s ease-in;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab02__body {
    border-radius: 7px 7px 0 0;
    padding: 9px 5px 10px;
  }
}
.js-tab__trigger--current .p-tab02__body {
  background: #2f3d54;
  border-color: #2f3d54;
  color: #fff;
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 1101px) {
  .p-tab02__body:hover {
    background: #40c4ff;
    color: #fff;
  }
}
.p-tab02__h {
  font-size: 1rem;
  font-weight: bold;
}
.p-tab02__txt {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.5em;
  line-height: 1.4;
}
.p-tab03 {
  display: grid;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-tab03 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .p-tab03 {
    overflow-x: scroll;
    grid-template-columns: repeat(10, 130px);
  }
}
@media screen and (min-width: 768px) {
  .p-tab03--bottom::after {
    bottom: auto;
    top: 0;
  }
}
.p-tab03--bottom .p-tab03__body {
  border-top: none;
  border-bottom: 2px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-tab03--bottom .p-tab03__body {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-tab03--bottom .p-tab03__body {
    border-radius: 0 0 7px 7px;
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
  }
}
.p-tab03__item {
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1100px) {
  .p-tab03__item {
    border-bottom: 1px solid #dbdbdb;
  }
}
.p-tab03__body {
  cursor: pointer;
  width: 100%;
  color: #333333;
  background: #fff;
  border-top: 2px solid #dbdbdb;
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-tab03__body {
    border-radius: 10px 10px 0 0;
    padding: 18px 8px 20px;
    transition: 0.25s ease-in;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab03__body {
    border-radius: 7px 7px 0 0;
    padding: 9px 5px 10px;
  }
}
.js-tab__trigger--current .p-tab03__body {
  background: #2f3d54;
  border-color: #2f3d54;
  color: #fff;
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 1101px) {
  .p-tab03__body:hover {
    background: #40c4ff;
    color: #fff;
  }
}
.p-tab03__h {
  font-size: 1rem;
  font-weight: bold;
}
.p-tab04 {
  width: 100%;
  z-index: 1000;
  position: relative;
}
.p-tab04--fixedBottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.p-tab04__list {
  display: grid;
  width: 100%;
  z-index: 50;
  transition: 0.4s;
  pointer-events: auto;
}
@media screen and (min-width: 1101px) {
  .p-tab04__list {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .p-tab04__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.p-tab04--hidden .p-tab04__list {
  pointer-events: none;
  transform: translateX(100%);
}
.p-tab04__item {
  border: none;
  background-color: transparent;
  border-top: 2px solid #dbdbdb;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-tab04__item {
    border-radius: 10px 10px 0 0;
    border-left: 2px solid #dbdbdb;
    border-right: 2px solid #dbdbdb;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab04__item:not(:nth-child(6n)) {
    border-right: 2px solid #dbdbdb;
  }
}
.p-tab04__body {
  cursor: pointer;
  width: 100%;
  color: #333333;
  background: #fff;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-tab04__body {
    padding: 18px 8px 20px;
    transition: 0.25s ease-in;
  }
}
@media screen and (max-width: 1100px) {
  .p-tab04__body {
    padding: 9px 5px 10px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1101px) {
  .p-tab04__body:hover {
    background: #40c4ff;
    color: #fff;
  }
}
.p-tab04__h {
  font-size: 1rem;
  font-weight: bold;
}
.p-tab04__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f3d54;
  border: none;
  left: auto;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-tab04__button {
    width: 46px;
    height: 46px;
    bottom: 100px;
    right: -23px;
  }
}
.p-tab04__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-tab04__button::before {
    width: 7px;
    height: 7px;
  }
}
.p-tab04--hidden .p-tab04__button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------
p-table
--------------------------- */
@media screen and (max-width: 1100px) {
  .p-table {
    overflow-x: scroll;
  }
}
.p-table__main {
  width: 100%;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1100px) {
  .p-table__main {
    min-width: 600px;
  }
}
.p-table__main tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.p-table__main tr th:not(:last-child), .p-table__main tr tr:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-table__main tr th {
  font-weight: bold;
  text-align: center;
  width: 258px;
  background: #f5f7f8;
}
@media screen and (min-width: 1101px) {
  .p-table__main tr th {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table__main tr th {
    padding: 10px 13px;
  }
}
.p-table__main tr td {
  letter-spacing: 0;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-table__main tr td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table__main tr td {
    padding: 10px 13px;
  }
}
.p-table--stripe tr:nth-child(even) {
  background: #f5f7f8;
}
.p-table--stripe tr:nth-child(odd) {
  background: transparent;
}
.p-table--stripe tr:nth-child(odd) th {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-table--spCol .p-table__main {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-table--spCol .p-table__main tr {
    display: flex;
    flex-direction: column;
  }
  .p-table--spCol .p-table__main tr th, .p-table--spCol .p-table__main tr td {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-table--spCol .p-table__main tr th {
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-table--spCol .p-table__main tr td:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
}

@media screen and (max-width: 1100px) {
  .p-table02 {
    overflow-x: scroll;
  }
}
.p-table02__main {
  width: 100%;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1100px) {
  .p-table02__main {
    min-width: 600px;
  }
}
.p-table02__main tr {
  display: flex;
}
.p-table02__main tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.p-table02__main tr th, .p-table02__main tr td {
  width: 50%;
}
@media screen and (min-width: 1101px) {
  .p-table02__main tr th, .p-table02__main tr td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table02__main tr th, .p-table02__main tr td {
    padding: 10px 13px;
  }
}
.p-table02__main tr th:not(:last-child), .p-table02__main tr td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-table02__main thead tr th {
  font-weight: bold;
  width: 50%;
  text-align: center;
  background: #f5f7f8;
}
@media screen and (max-width: 1100px) {
  .p-table03 {
    overflow-x: scroll;
  }
}
.p-table03__main {
  width: 100%;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1100px) {
  .p-table03__main {
    min-width: 600px;
  }
}
.p-table03__main tr {
  display: flex;
}
.p-table03__main tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 1101px) {
  .p-table03__main tr th, .p-table03__main tr td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table03__main tr th, .p-table03__main tr td {
    padding: 10px 13px;
  }
}
.p-table03__main tr th:not(:last-child), .p-table03__main tr td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-table03__main thead tr th {
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: #f5f7f8;
  border-bottom: 1px solid #dbdbdb;
}
.p-table03__main tbody tr {
  display: flex;
}
.p-table03__main tbody tr td {
  width: 50%;
}

/* ---------------------------
p-venue
--------------------------- */
.p-venue__lists {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-venue__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__lists {
    margin-top: 40px;
    gap: 30px;
  }
}
.p-venue__list {
  border: 1px solid #e0e0e0;
}
@media screen and (min-width: 1101px) {
  .p-venue__list {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__list {
    border-radius: 20px;
  }
}
.p-venue__inner {
  display: block;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-venue__inner {
    min-height: 172px;
    padding: 10px 30px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__inner {
    padding: 10px 15px 35px;
  }
}
.p-venue__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-venue__link {
    min-height: 130px;
  }
}
.p-venue__link::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #2f3d54;
  border-right: 3px solid #2f3d54;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1101px) {
  .p-venue__link::after {
    bottom: 25px;
    right: 33px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__link::after {
    bottom: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
.p-venue__link:hover {
  opacity: 0.8;
}
.p-venue__link:hover .p-venue__h .label {
  text-decoration: underline;
}
.p-venue__h {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-venue__h {
    margin-top: -27px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__h {
    margin-top: -27px;
  }
}
.p-venue__h .label {
  display: inline-block;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-venue__h .label {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__h .label {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-venue__h .label02 {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .p-venue__h .label02 {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1101px) {
  .p-venue__body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__body {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .p-venue__body--type02 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__body--type02 {
    margin-top: 0;
  }
}
.p-venue__period {
  display: flex;
  justify-content: center;
}
.p-venue__period .label {
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  display: block;
}
@media screen and (min-width: 1101px) {
  .p-venue__period .label {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__period .label {
    font-size: 2.45rem;
  }
}
.p-venue__period .label .small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1101px) {
  .p-venue__period .label .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__period .label .small {
    font-size: 1rem;
    padding-left: 6px;
    letter-spacing: 0.1em;
  }
}
.p-venue__period .label:first-child {
  padding-right: 25px;
}
.p-venue__period .label:first-child::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 33px;
  right: 4.5px;
  background: #333333;
}
.p-venue__txt {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1101px) {
  .p-venue__txt {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__txt {
    margin-top: 7px;
  }
}
.p-venue__txt02 {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 1101px) {
  .p-venue__txt02 {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue__txt02 {
    margin-top: 10px;
  }
}
.p-venue__caution {
  text-align: center;
}
.p-venue02 {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-venue02 {
    gap: 155px;
    margin-top: 75px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02 {
    gap: 158px;
    margin-top: 35px;
    padding-bottom: 100px;
  }
}
.p-venue02__item {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-venue02__item {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.p-venue02__item::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  background: #e7f3fa;
  border-radius: 25px 0 0 25px;
}
@media screen and (min-width: 1101px) {
  .p-venue02__item::before {
    width: 62.2%;
    aspect-ratio: 7/4;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__item::before {
    width: calc(100% - 40px);
    height: 100%;
  }
}
.p-venue02__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-venue02__item:nth-child(2n)::before {
  right: auto;
  left: 0;
  border-radius: 0 25px 25px 0;
}
.p-venue02__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-venue02__thumb {
    width: 46.667vw;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__thumb {
    width: calc(100vw - 40px);
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1101px) {
  .p-venue02__item:nth-child(2n) .p-venue02__thumb {
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__item:nth-child(2n) .p-venue02__thumb {
    border-radius: 20px 0 0 20px;
  }
}
.p-venue02__body {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-venue02__body {
    max-width: 525.82px;
    width: 43.1%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: calc((100vw - 1220px) / 2);
    padding-right: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__body {
    width: 100%;
    margin-top: 18px;
    padding-left: 60px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-venue02__item:nth-child(2n) .p-venue02__body {
    margin-right: auto;
    margin-left: calc((100vw - 1220px) / 2);
    padding-left: 25px;
    padding-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__item:nth-child(2n) .p-venue02__body {
    padding-left: 20px;
    padding-right: 60px;
  }
}
.p-venue02__link {
  position: relative;
  display: block;
  transition: 0.3s;
}
.p-venue02__link .en {
  font-weight: 600;
  font-style: italic;
  display: block;
  line-height: 1.28;
}
@media screen and (min-width: 1101px) {
  .p-venue02__link .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__link .en {
    font-size: 2.8rem;
  }
}
.p-venue02__link .ja {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 1101px) {
  .p-venue02__link .ja {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__link .ja {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.p-venue02__link::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid #2f3d54;
  border-right: 5px solid #2f3d54;
  transform: rotate(45deg);
}
@media screen and (min-width: 1101px) {
  .p-venue02__link::after {
    width: 26px;
    height: 26px;
    top: 30px;
    right: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__link::after {
    width: 13px;
    height: 13px;
    top: 20px;
    right: 20px;
  }
}
.p-venue02__link--nolink::after {
  display: none;
}
.p-venue02__link--nolink:hover .p-venue02__h {
  text-decoration: none !important;
}
.p-venue02__link:hover .p-venue02__h {
  text-decoration: underline;
}
.p-venue02__txt {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .p-venue02__txt {
    margin-top: 20px;
    gap: 0.75em;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__txt {
    margin-top: 15px;
    gap: 0.8em;
  }
}
.p-venue02__txt .par {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .p-venue02__txt .par {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__txt .par {
    line-height: 1.8;
  }
}
.p-venue02__txt02 {
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .p-venue02__txt02 {
    font-size: 1.0625rem;
    margin-top: 37px;
    border-radius: 5px;
    padding: 15px 23px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__txt02 {
    margin-top: 10px;
    border-radius: 5px;
    padding: 7px 12px;
  }
}
.p-venue02__highlight {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .p-venue02__highlight {
    margin-top: 37px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__highlight {
    margin-top: 25px;
  }
}
.p-venue02__caution {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-venue02__caution {
    align-items: center;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__caution {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-venue02__caution__icon {
    width: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__caution__icon {
    width: 24px;
  }
}
.p-venue02__caution__label {
  display: block;
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-venue02__caution__label {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__caution__label {
    margin-left: 11px;
    line-height: 1.6;
  }
}
.p-venue02__caution__label:hover {
  text-decoration: none !important;
}
.p-venue02__caution__link {
  display: block;
  flex: 1;
  text-decoration: underline !important;
}
@media screen and (min-width: 1101px) {
  .p-venue02__caution__link {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__caution__link {
    margin-left: 11px;
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
.p-venue02__caution__link:hover {
  text-decoration: none !important;
}
.p-venue02__obj {
  position: absolute;
}
.p-venue02__obj--item01 {
  aspect-ratio: 184/162;
}
@media screen and (min-width: 1101px) {
  .p-venue02__obj--item01 {
    max-width: 184px;
    width: 10.22vw;
    bottom: -19%;
    right: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__obj--item01 {
    width: 146px;
    bottom: -152px;
    right: 20px;
  }
}
.p-venue02__obj--item02 {
  aspect-ratio: 202/166;
}
@media screen and (min-width: 1101px) {
  .p-venue02__obj--item02 {
    max-width: 202px;
    width: 11.22vw;
    bottom: -100px;
    right: 2px;
    bottom: -19.5%;
    right: 0.5%;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__obj--item02 {
    width: 160px;
    height: 132px;
    bottom: -157px;
    right: 61px;
  }
}
.p-venue02__obj--item03 {
  aspect-ratio: 328/148;
  animation: venue02__obj__item03 4s infinite;
}
@media screen and (min-width: 1101px) {
  .p-venue02__obj--item03 {
    max-width: 328px;
    width: 18.22vw;
    bottom: -23%;
    right: 7%;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue02__obj--item03 {
    width: 261px;
    height: 118px;
    bottom: -149px;
    right: 23px;
  }
}
.p-venue02__obj__inner {
  position: relative;
}
.p-venue02__obj__item01 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj01_01 14s linear infinite;
}
.p-venue02__obj__item02 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj01_02 9s linear infinite;
}
.p-venue02__obj__item03 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj01_01 14s linear infinite;
}
.p-venue02__obj__item04 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj01_02 9s linear infinite;
}
.p-venue02__obj__item05 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj03_01_02 4s linear infinite;
}
.p-venue02__obj__item06 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj03_02_02 8s linear infinite;
}
.p-venue02__obj__item07 {
  position: absolute;
  top: 0;
  left: 0;
  animation: obj03_03_02 4s linear infinite;
}

.p-venue03 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-venue03 {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03 {
    gap: 40px;
  }
}
.p-venue03__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-venue03__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-venue03__img {
    width: 48.28%;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-venue03__img img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__img img {
    border-radius: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-venue03__body {
    width: 46.55%;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__body {
    width: 100%;
    margin-top: 15px;
  }
}
.p-venue03__head:hover .p-venue03__h--link {
  text-decoration: underline;
}
.p-venue03__h {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-venue03__h {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__h {
    font-size: 1.85rem;
  }
}
.p-venue03__h--link {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-venue03__h--link::after {
  content: "";
  display: block;
  margin-left: auto;
  border-top: 4px solid #2f3d54;
  border-right: 4px solid #2f3d54;
  transform: rotate(45deg);
}
@media screen and (min-width: 1101px) {
  .p-venue03__h--link::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .p-venue03__h--link::after {
    width: 10px;
    height: 10px;
  }
}
.p-venue03__h--nolink {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-venue03__h--nolink {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__h--nolink {
    margin-right: 10px;
  }
}
.p-venue03__note {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-venue03__date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__date {
    margin-top: 10px;
  }
}
.p-venue03__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-venue03__txt {
    margin-top: 1em;
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__txt {
    margin-top: 0.8em;
    gap: 0.8em;
  }
}
.p-venue03__txt .par {
  font-size: 0.9375rem;
}
.p-venue03__highlight {
  background: #e7f3fa;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-venue03__highlight {
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-venue03__highlight {
    margin-top: 15px;
    border-radius: 10px;
    padding: 15px 15px;
  }
}

/* ---------------------------
p-wysiwyg
--------------------------- */
.p-wysiwyg {
  position: relative;
}
.p-wysiwyg > p:not([class]) {
  line-height: 1.75;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > p:not([class]) > .c-btn03 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > p:not([class]) > .c-btn04 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > p:not([class]) > .c-btn05 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-wysiwyg pre:not([class]) {
  display: block;
}
.p-wysiwyg a:not([class]) {
  text-decoration: underline;
  word-break: break-all;
  color: #303f9f;
}
.p-wysiwyg a:not([class]):hover {
  text-decoration: none;
}
.p-wysiwyg a:not([class]) img {
  transition: 0.2s;
}
.p-wysiwyg a:not([class]) img:hover {
  opacity: 0.8;
}
.p-wysiwyg > h1:not([class]) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
}
.p-wysiwyg > h2:not([class]) {
  font-size: 1.375rem;
  font-weight: bold;
  background: #f5f7f8;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > h2:not([class]) {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > h2:not([class]) {
    padding: 10px 17px;
    margin-bottom: 2em;
  }
}
.p-wysiwyg > h3:not([class]) {
  margin-top: 2.5em;
  margin-bottom: 1.35em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > h3:not([class]) {
    padding-bottom: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > h3:not([class]) {
    padding-bottom: 0.9em;
    font-size: 1.1428rem;
    margin-bottom: 2em;
  }
}
.p-wysiwyg > h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgb(64, 196, 255) 31%, rgb(224, 224, 224) 31%);
}
.p-wysiwyg > h4:not([class]) {
  margin-top: 2.3em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > h4:not([class]) {
    padding-left: 20px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > h4:not([class]) {
    padding-left: 15px;
    font-size: 1.125rem;
  }
}
.p-wysiwyg > h4:not([class])::before {
  content: "";
  display: block;
  width: 8px;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: #40c4ff;
}
.p-wysiwyg > h5:not([class]), .p-wysiwyg > h6:not([class]) {
  margin-top: 1.3em;
  margin-bottom: 0.9em;
  font-size: 1rem;
  font-weight: 500;
}
.p-wysiwyg ul:not([class]) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ul:not([class]) {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ul:not([class]) {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg ul:not([class]) > li {
  position: relative;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ul:not([class]) > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ul:not([class]) > li {
    padding-left: 12px;
  }
}
.p-wysiwyg ul:not([class]) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #40c4ff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ul:not([class]) > li::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ul:not([class]) > li::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
.p-wysiwyg ul:not([class]) > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  margin-left: 1.4em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ul:not([class]) > li > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ul:not([class]) > li > ul {
    gap: 8px;
  }
}
.p-wysiwyg ol:not([class]) {
  display: flex;
  flex-direction: column;
  counter-reset: 0 number;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ol:not([class]) {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ol:not([class]) {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg ol:not([class]) > li {
  position: relative;
  line-height: 1.375;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ol:not([class]) > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ol:not([class]) > li {
    padding-left: 12px;
  }
}
.p-wysiwyg ol:not([class]) > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-wysiwyg ol:not([class]) > li > ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  grid-gap: 0.2em;
}
.p-wysiwyg ol:not([class]) > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: none !important;
}
.p-wysiwyg ol:not([class]) > li > ul > li {
  list-style-type: none !important;
}
.p-wysiwyg > em {
  font-weight: normal;
}
.p-wysiwyg > blockquote {
  background: #f5f7f8;
  margin-top: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
.p-wysiwyg > blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > blockquote {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > blockquote {
    padding: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-columns {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .mt-be-columns {
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-column:first-child:nth-child(1), .p-wysiwyg .mt-be-column:first-child:nth-child(1) ~ .mt-be-column {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-column:first-child:nth-child(2), .p-wysiwyg .mt-be-column:first-child:nth-child(2) ~ .mt-be-column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-column:first-child:nth-child(3), .p-wysiwyg .mt-be-column:first-child:nth-child(3) ~ .mt-be-column {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-column:first-child:nth-child(4), .p-wysiwyg .mt-be-column:first-child:nth-child(4) ~ .mt-be-column {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-be-column:first-child:nth-child(5), .p-wysiwyg .mt-be-column:first-child:nth-child(5) ~ .mt-be-column {
    width: 20%;
  }
}
.p-wysiwyg .mt-be-column > p > img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-wysiwyg .mt-be-column > p > a > img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .tableWrap {
    overflow-x: scroll;
  }
}
.p-wysiwyg table {
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg table {
    margin-bottom: 25px;
    min-width: 600px;
  }
}
.p-wysiwyg table tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table tr th p:not([class]),
  .p-wysiwyg table tr td p:not([class]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg table tr th p:not([class]),
  .p-wysiwyg table tr td p:not([class]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-wysiwyg table tr th {
  background: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table tr th {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg table tr th {
    padding: 10px 13px;
  }
}
.p-wysiwyg table tr th:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table tr td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg table tr td {
    padding: 10px 13px;
  }
}
.p-wysiwyg table tr td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-wysiwyg > .c-h {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > .c-h {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > .c-h {
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > .c-btn02,
  .p-wysiwyg > .c-btn03,
  .p-wysiwyg > .c-btn04,
  .p-wysiwyg > .c-btn05,
  .p-wysiwyg > .c-btn06 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > .c-btn02,
  .p-wysiwyg > .c-btn03,
  .p-wysiwyg > .c-btn04,
  .p-wysiwyg > .c-btn05,
  .p-wysiwyg > .c-btn06 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > .p-folding {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > .p-folding {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg > .p-link__link,
  .p-wysiwyg > .p-link02,
  .p-wysiwyg > .p-link02__item,
  .p-wysiwyg > .p-btnRow02,
  .p-wysiwyg > .p-archive02__link,
  .p-wysiwyg > .p-archive03__item,
  .p-wysiwyg > .p-slide,
  .p-wysiwyg > .p-step,
  .p-wysiwyg > .p-step__item,
  .p-wysiwyg > .p-card,
  .p-wysiwyg > .p-card02,
  .p-wysiwyg > .p-tab,
  .p-wysiwyg > .p-row03,
  .p-wysiwyg > .p-row03__item,
  .p-wysiwyg > .p-row06,
  .p-wysiwyg > .p-row06__item,
  .p-wysiwyg > .p-row07,
  .p-wysiwyg > .p-row07__item,
  .p-wysiwyg > .p-row08,
  .p-wysiwyg > .p-row08__item,
  .p-wysiwyg > .p-figure,
  .p-wysiwyg > .p-bnr02,
  .p-wysiwyg > .p-caution,
  .p-wysiwyg > .p-caution02 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg > .p-link__link,
  .p-wysiwyg > .p-link02,
  .p-wysiwyg > .p-link02__item,
  .p-wysiwyg > .p-btnRow02,
  .p-wysiwyg > .p-archive02__link,
  .p-wysiwyg > .p-archive03__item,
  .p-wysiwyg > .p-slide,
  .p-wysiwyg > .p-step,
  .p-wysiwyg > .p-step__item,
  .p-wysiwyg > .p-card,
  .p-wysiwyg > .p-card02,
  .p-wysiwyg > .p-tab,
  .p-wysiwyg > .p-row03,
  .p-wysiwyg > .p-row03__item,
  .p-wysiwyg > .p-row06,
  .p-wysiwyg > .p-row06__item,
  .p-wysiwyg > .p-row07,
  .p-wysiwyg > .p-row07__item,
  .p-wysiwyg > .p-row08,
  .p-wysiwyg > .p-row08__item,
  .p-wysiwyg > .p-figure,
  .p-wysiwyg > .p-bnr02,
  .p-wysiwyg > .p-caution,
  .p-wysiwyg > .p-caution02 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .p-row04,
  .p-wysiwyg .p-row04__item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .p-row04,
  .p-wysiwyg .p-row04__item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .p-link02 > .p-link02__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .p-link02 > .p-link02__item {
    margin-bottom: 0;
  }
}
.p-wysiwyg .mt-figure figcaption {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .mt-figure figcaption {
    font-size: 0.875rem;
  }
}
.p-wysiwyg02 {
  position: relative;
}
.p-wysiwyg02 > p:not([class]) {
  line-height: 1.75;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > p:not([class]) > .c-btn03 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > p:not([class]) > .c-btn04 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > p:not([class]) > .c-btn05 {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-wysiwyg02 pre:not([class]) {
  display: block;
}
.p-wysiwyg02 a:not([class]) {
  text-decoration: underline;
  word-break: break-all;
  color: #303f9f;
}
.p-wysiwyg02 a:not([class]):hover {
  text-decoration: none;
}
.p-wysiwyg02 a:not([class]) img {
  transition: 0.2s;
}
.p-wysiwyg02 a:not([class]) img:hover {
  opacity: 0.8;
}
.p-wysiwyg02 > h1:not([class]) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
}
.p-wysiwyg02 > h2:not([class]) {
  font-size: 1.25rem;
  font-weight: bold;
  background: #f5f7f8;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > h2:not([class]) {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > h2:not([class]) {
    padding: 10px 17px;
    margin-bottom: 2em;
  }
}
.p-wysiwyg02 > h3:not([class]) {
  margin-top: 2.5em;
  margin-bottom: 1.35em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > h3:not([class]) {
    padding-bottom: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > h3:not([class]) {
    padding-bottom: 0.9em;
    font-size: 1.1428rem;
    margin-bottom: 2em;
  }
}
.p-wysiwyg02 > h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgb(64, 196, 255) 31%, rgb(224, 224, 224) 31%);
}
.p-wysiwyg02 > h4:not([class]) {
  margin-top: 2.3em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > h4:not([class]) {
    padding-left: 15px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > h4:not([class]) {
    padding-left: 15px;
    font-size: 1.1428rem;
  }
}
.p-wysiwyg02 > h4:not([class])::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #40c4ff;
}
.p-wysiwyg02 > h5:not([class]), .p-wysiwyg02 > h6:not([class]) {
  margin-top: 1.3em;
  margin-bottom: 0.9em;
  font-weight: bold;
}
.p-wysiwyg02 ul:not([class]) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ul:not([class]) {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ul:not([class]) {
    gap: 21px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg02 ul:not([class]) > li {
  position: relative;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ul:not([class]) > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ul:not([class]) > li {
    padding-left: 12px;
  }
}
.p-wysiwyg02 ul:not([class]) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #40c4ff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ul:not([class]) > li::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ul:not([class]) > li::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
.p-wysiwyg02 ul:not([class]) > li > ul {
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  margin-left: 1.4em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ul:not([class]) > li > ul {
    margin-top: 0.5em;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ul:not([class]) > li > ul {
    margin-top: 1.5em;
    gap: 21px;
  }
}
.p-wysiwyg02 ol:not([class]) {
  display: flex;
  flex-direction: column;
  counter-reset: 0 number;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ol:not([class]) {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ol:not([class]) {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg02 ol:not([class]) > li {
  position: relative;
  line-height: 1.375;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 ol:not([class]) > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 ol:not([class]) > li {
    padding-left: 12px;
  }
}
.p-wysiwyg02 ol:not([class]) > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-wysiwyg02 ol:not([class]) > li > ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  grid-gap: 0.2em;
}
.p-wysiwyg02 ol:not([class]) > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: none !important;
}
.p-wysiwyg02 ol:not([class]) > li > ul > li {
  list-style-type: none !important;
}
.p-wysiwyg02 > em {
  font-weight: normal;
}
.p-wysiwyg02 > blockquote {
  background: #f5f7f8;
  margin-top: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
.p-wysiwyg02 > blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > blockquote {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > blockquote {
    padding: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-columns {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 .mt-be-columns {
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-column:first-child:nth-child(1), .p-wysiwyg02 .mt-be-column:first-child:nth-child(1) ~ .mt-be-column {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-column:first-child:nth-child(2), .p-wysiwyg02 .mt-be-column:first-child:nth-child(2) ~ .mt-be-column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-column:first-child:nth-child(3), .p-wysiwyg02 .mt-be-column:first-child:nth-child(3) ~ .mt-be-column {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-column:first-child:nth-child(4), .p-wysiwyg02 .mt-be-column:first-child:nth-child(4) ~ .mt-be-column {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-be-column:first-child:nth-child(5), .p-wysiwyg02 .mt-be-column:first-child:nth-child(5) ~ .mt-be-column {
    width: 20%;
  }
}
.p-wysiwyg02 .mt-be-column > p > img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-wysiwyg02 .mt-be-column > p > a > img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 .tableWrap {
    overflow-x: scroll;
  }
}
.p-wysiwyg02 table {
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 table {
    margin-bottom: 25px;
    min-width: 600px;
  }
}
.p-wysiwyg02 table tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 table tr th p:not([class]),
  .p-wysiwyg02 table tr td p:not([class]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 table tr th p:not([class]),
  .p-wysiwyg02 table tr td p:not([class]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-wysiwyg02 table tr th {
  background: #f5f7f8;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 table tr th {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 table tr th {
    padding: 10px 13px;
  }
}
.p-wysiwyg02 table tr th:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 table tr td {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 table tr td {
    padding: 10px 13px;
  }
}
.p-wysiwyg02 table tr td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-wysiwyg02 > .c-h {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > .c-h {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > .c-h {
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > .c-btn02,
  .p-wysiwyg02 > .c-btn03,
  .p-wysiwyg02 > .c-btn04,
  .p-wysiwyg02 > .c-btn05,
  .p-wysiwyg02 > .c-btn06 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > .c-btn02,
  .p-wysiwyg02 > .c-btn03,
  .p-wysiwyg02 > .c-btn04,
  .p-wysiwyg02 > .c-btn05,
  .p-wysiwyg02 > .c-btn06 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > .p-folding {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > .p-folding {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 > .p-link__link,
  .p-wysiwyg02 > .p-link02,
  .p-wysiwyg02 > .p-link02__item,
  .p-wysiwyg02 > .p-btnRow02,
  .p-wysiwyg02 > .p-archive02__link,
  .p-wysiwyg02 > .p-archive03__item,
  .p-wysiwyg02 > .p-slide,
  .p-wysiwyg02 > .p-step,
  .p-wysiwyg02 > .p-step__item,
  .p-wysiwyg02 > .p-card,
  .p-wysiwyg02 > .p-card02,
  .p-wysiwyg02 > .p-tab,
  .p-wysiwyg02 > .p-row03,
  .p-wysiwyg02 > .p-row03__item,
  .p-wysiwyg02 > .p-row06,
  .p-wysiwyg02 > .p-row06__item,
  .p-wysiwyg02 > .p-row07,
  .p-wysiwyg02 > .p-row07__item,
  .p-wysiwyg02 > .p-row08,
  .p-wysiwyg02 > .p-row08__item,
  .p-wysiwyg02 > .p-figure,
  .p-wysiwyg02 > .p-bnr02,
  .p-wysiwyg02 > .p-caution,
  .p-wysiwyg02 > .p-caution02 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 > .p-link__link,
  .p-wysiwyg02 > .p-link02,
  .p-wysiwyg02 > .p-link02__item,
  .p-wysiwyg02 > .p-btnRow02,
  .p-wysiwyg02 > .p-archive02__link,
  .p-wysiwyg02 > .p-archive03__item,
  .p-wysiwyg02 > .p-slide,
  .p-wysiwyg02 > .p-step,
  .p-wysiwyg02 > .p-step__item,
  .p-wysiwyg02 > .p-card,
  .p-wysiwyg02 > .p-card02,
  .p-wysiwyg02 > .p-tab,
  .p-wysiwyg02 > .p-row03,
  .p-wysiwyg02 > .p-row03__item,
  .p-wysiwyg02 > .p-row06,
  .p-wysiwyg02 > .p-row06__item,
  .p-wysiwyg02 > .p-row07,
  .p-wysiwyg02 > .p-row07__item,
  .p-wysiwyg02 > .p-row08,
  .p-wysiwyg02 > .p-row08__item,
  .p-wysiwyg02 > .p-figure,
  .p-wysiwyg02 > .p-bnr02,
  .p-wysiwyg02 > .p-caution,
  .p-wysiwyg02 > .p-caution02 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .p-row04,
  .p-wysiwyg02 .p-row04__item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 .p-row04,
  .p-wysiwyg02 .p-row04__item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .p-link02 > .p-link02__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg02 .p-link02 > .p-link02__item {
    margin-bottom: 0;
  }
}
.p-wysiwyg02 .mt-figure figcaption {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg02 .mt-figure figcaption {
    font-size: 0.875rem;
  }
}
.u-c-bk {
  color: #333333 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #2f3d54 !important;
}
.u-c-c2 {
  color: #40c4ff !important;
}
.u-c-c3 {
  color: #303f9f !important;
}
.u-c-c4 {
  color: #ffd600 !important;
}
.u-c-c9_1 {
  color: #e7f3fa !important;
}
.u-c-wh {
  color: #fff !important;
}

.u-bg-bk {
  background: #333333 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #333333 !important;
}
.u-bg-c1 {
  background: #2f3d54 !important;
}
.u-bg-c2 {
  background: #40c4ff !important;
}
.u-bg-c3 {
  background: #303f9f !important;
}
.u-bg-c4 {
  background: #ffd600 !important;
}
.u-bg-c9_1 {
  background: #e7f3fa !important;
}
.u-bg-c9_2 {
  background: #f5f7f8 !important;
}
.u-bg-c9_3 {
  background: #5c5c5c !important;
}
.u-bg-c9_4 {
  background: #dbdbdb !important;
}
.u-bg-c9_5 {
  background: #f1f8fc !important;
}
.u-bg-wh {
  background: #fff !important;
}

.u-bd-bk {
  border-color: #333333 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #333333 !important;
}
.u-bd-c1 {
  border-color: #2f3d54 !important;
}
.u-bd-c2 {
  border-color: #40c4ff !important;
}
.u-bd-c3 {
  border-color: #303f9f !important;
}
.u-bd-c4 {
  border-color: #ffd600 !important;
}
.u-bd-wh {
  border-color: #fff !important;
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 1101px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--sp {
    display: block;
  }
}

/* ---------------------------
m
--------------------------- */
.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1101px) {
  .u-mt-1 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-1 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-1 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-1 {
    padding: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-1 {
    padding: 8px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-1--sp {
    margin-top: 4.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-1--sp {
    margin-bottom: 4.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-1--sp {
    padding-top: 4.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-1--sp {
    padding-bottom: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-2 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-2 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-2 {
    padding: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-2 {
    padding: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-2--sp {
    margin-top: 9.6px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-2--sp {
    margin-bottom: 9.6px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-2--sp {
    padding-top: 9.6px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-2--sp {
    padding-bottom: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-3 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-3 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-3 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-3 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-3 {
    padding: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-3 {
    padding: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-3--sp {
    margin-top: 14.4px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-3--sp {
    margin-bottom: 14.4px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-3--sp {
    padding-top: 14.4px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-3--sp {
    padding-bottom: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-4 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-4 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-4 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-4 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-4 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-4 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-4 {
    padding: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-4 {
    padding: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-4--sp {
    margin-top: 16.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-4--sp {
    margin-bottom: 16.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-4--sp {
    padding-top: 16.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-4--sp {
    padding-bottom: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-5 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-5 {
    margin-top: 44.8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-5 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-5 {
    margin-bottom: 44.8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-5 {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-5 {
    padding-top: 44.8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-5 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-5 {
    padding-bottom: 44.8px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-5 {
    padding: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-5 {
    padding: 44.8px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-5--sp {
    margin-top: 26.88px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-5--sp {
    margin-bottom: 26.88px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-5--sp {
    padding-top: 26.88px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-5--sp {
    padding-bottom: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-6 {
    margin-top: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-6 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-6 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-6 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-6 {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-6 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-6 {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-6 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-6 {
    padding: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-6 {
    padding: 52px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-6--sp {
    margin-top: 31.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-6--sp {
    margin-bottom: 31.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-6--sp {
    padding-top: 31.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-6--sp {
    padding-bottom: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-7 {
    margin-top: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-7 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-7 {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-7 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-7 {
    padding-top: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-7 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-7 {
    padding-bottom: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-7 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-7 {
    padding: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-7 {
    padding: 68px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-7--sp {
    margin-top: 40.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-7--sp {
    margin-bottom: 40.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-7--sp {
    padding-top: 40.8px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-7--sp {
    padding-bottom: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-8 {
    margin-top: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-8 {
    margin-top: 92px;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-8 {
    margin-bottom: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-8 {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-8 {
    padding-top: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-8 {
    padding-top: 92px;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-8 {
    padding-bottom: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-8 {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-8 {
    padding: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-8 {
    padding: 92px;
  }
}

@media screen and (max-width: 1100px) {
  .u-mt-8--sp {
    margin-top: 55.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-mb-8--sp {
    margin-bottom: 55.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pt-8--sp {
    padding-top: 55.2px !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-pb-8--sp {
    padding-bottom: 55.2px !important;
  }
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-align-r {
  text-align: right !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}

.u-ff02 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.u-ff03 {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
}

@media screen and (min-width: 1101px) {
  .u-text-10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}