@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

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

img {
  vertical-align: middle; }

button {
  cursor: pointer; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

main {
  display: block; }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

html {
  font-size: 62.5%; }

body {
  background: #F5F5F1;
  -webkit-text-size-adjust: 100%;
  color: #4D5055;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; }

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

a {
  color: #4D5055;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
          transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
  text-decoration: none; }
  a:visited {
    color: #4D5055; }
  .hasHover a:hover {
    color: #8CC63F;
    text-decoration: underline; }

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
  line-height: 1.65; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

.strong {
  font-size: large;
  font-weight: bold; }

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */

.logoutTrigger {
  cursor: pointer; }

.logoutBody {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .logoutBody.is-opened {
    -webkit-transform: scale(1);
            transform: scale(1); }

.func {
  position: absolute;
  top: 15px;
  right: 30px;
  text-align: right; }
  .func .func_name {
    color: #8CC63F; }
  .func .func_btn {
    font-size: 12px; }
    .func .func_btn a {
      color: #000; }
  .func .func_box {
    position: absolute;
    right: 0;
    top: 20px;
    width: 140px;
    padding: 10px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #DFDFDF;
    margin: 10px 0 0 auto; }

.c-box {
  border: 1px solid #fff;
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 7px; }
  .c-box__inner-s {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

.c-box-color {
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  background-color: #EFF8F1; }
  .c-box-color--red {
    background-color: #FFEBEE; }

.c-box-info {
  width: 100%;
  padding: 20px;
  border: 1px solid #c0c7c3;
  border-radius: 7px;
  background-color: #FCF5E2; }
  .c-box-info__ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }

.c-box-line {
  width: 100%;
  padding: 0px;
  margin-top: 20px;
  background-color: #fff; }
  .c-box-line__ttl {
    background-color: #8CC63F;
    padding: 0.5em 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    .c-box-line__ttl.-pink {
      background-color: #FF7BB1; }
  .c-box-line__body {
    border: 1px solid #8CC63F;
    padding: 40px; }
    .c-box-line__body.-pink {
      border: 1px solid #FF7BB1; }

.c-buttons-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px; }
  .c-buttons-cover > * {
    height: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .c-buttons-cover--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .c-buttons-cover--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.c-btn-c > * {
  padding: 1.15em 1.5em 1.15em 1.5em;
  line-height: 1.3;
  border: 2px solid #8CC63F;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8CC63F !important;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 0.25em;
  font-size: 18px;
  font-size: 1.8rem; }
  .hasHover .c-btn-c > *:hover {
    text-decoration: none;
    background: #EFF8F1;
    color: #8CC63F; }

.c-btn-c--white > * {
  border: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
  .hasHover .c-btn-c--white > *:hover {
    border: 1px solid #DFDFDF;
    background: #fff; }

.c-btn-c--bg-blue > * {
  border: 1px solid #8CC63F; }
  .hasHover .c-btn-c--bg-blue > *:hover {
    border: 1px solid #8CC63F;
    background: #fff; }

.c-btn-c--disabled {
  pointer-events: none; }
  .c-btn-c--disabled > * {
    border: 1px solid #B0BEC5;
    pointer-events: none;
    background: #AFB4C0;
    color: #B0BEC5 !important; }
    .hasHover .c-btn-c--disabled > *:hover {
      border: 1px solid #8CC63F;
      background: #fff; }

.c-btn-c--cancel > * {
  border: 1px solid #B0BEC5;
  background: #fff;
  color: #778085 !important; }
  .hasHover .c-btn-c--cancel > *:hover {
    background: #B0BEC5;
    color: #fff !important; }

.c-btn-f > * {
  padding: 1.15em 1.5em 1.15em 1.5em;
  line-height: 1.3;
  border: 2px solid #8CC63F;
  background: #8CC63F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 0.25em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em; }
  .c-btn-f > *:visited {
    color: #fff; }
  .hasHover .c-btn-f > *:hover {
    text-decoration: none;
    background: #fff;
    color: #8CC63F; }

.c-btn-f--second > * {
  border: 2px solid #FBB03B;
  background: #FBB03B;
  color: #fff; }
  .hasHover .c-btn-f--second > *:hover {
    background: #fff;
    color: #FBB03B; }

.c-btn-f--danger > * {
  border: 2px solid #4D5055;
  background: #4D5055;
  color: #fff; }
  .hasHover .c-btn-f--danger > *:hover {
    background: #fff;
    color: #4D5055; }

.c-btn-f--cancel > * {
  border: 2px solid #AFB4C0;
  background: #AFB4C0;
  color: #fff; }
  .hasHover .c-btn-f--cancel > *:hover {
    background: #fff;
    color: #AFB4C0; }

.c-btn-f > *,
.c-btn-c > * {
  cursor: pointer; }

.hasHover .c-btn-f:hover, .hasHover
.c-btn-c:hover {
  text-decoration: none; }

.c-btn-f--nowrap > *,
.c-btn-c--nowrap > * {
  white-space: nowrap; }

.c-btn-f--round > *,
.c-btn-c--round > * {
  border-radius: 500px; }

.c-btn-f span.material-symbols-outlined,
.c-btn-c span.material-symbols-outlined {
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 0.4em; }

.c-btn-f.-size-l > *,
.c-btn-c.-size-l > * {
  font-size: 18px;
  font-size: 1.8rem; }
  .c-btn-f.-size-l > * span.material-symbols-outlined,
  .c-btn-c.-size-l > * span.material-symbols-outlined {
    font-size: 24px;
    font-size: 2.4rem; }

.c-btn-f.-size-largest > *,
.c-btn-c.-size-largest > * {
  font-size: 24px;
  font-size: 2.4rem;
  height: 100px;
  gap: 16px;
  padding: 1em 1.0em 1em 1.0em; }

.c-btn-f.-size-smaller > *,
.c-btn-c.-size-smaller > * {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.75em 1.5em 0.75em 1.5em; }

.c-btn-f.-size-s > *,
.c-btn-c.-size-s > * {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.25em 0.5em; }

.c-btn-f.-size-thin > *,
.c-btn-c.-size-thin > * {
  letter-spacing: 0;
  padding: 0.5em 0.75em; }

.c-btn-f--block > *,
.c-btn-c--block > * {
  width: 100%; }

.c-btn-f--block-long > *,
.c-btn-c--block-long > * {
  max-width: 100%;
  width: 520px; }

.c-btn-f--block-middle > *,
.c-btn-c--block-middle > * {
  max-width: 100%;
  width: 325px; }

.c-btn-f--block-xs > *,
.c-btn-c--block-xs > * {
  max-width: 100%;
  width: 80px; }

.c-btn-f--block-small > *,
.c-btn-c--block-small > * {
  max-width: 100%;
  width: 200px; }

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  gap: 40px;
  padding-bottom: 40px;
  padding-top: 40px; }
  .c-column__main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 10px;
    padding: 0 0 30px; }
  .c-column__sub {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.c-container {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-container--top {
    margin-top: 100px; }
  .c-container.-bg-white::before {
    z-index: -1;
    position: absolute;
    top: 37px;
    left: 0;
    content: "";
    width: 100%;
    height: 500px;
    background: rgba(255, 255, 255, 0.6);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); }

.c-crumb {
  padding: 0.5em 0 0.5em;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #DFDFDF; }
  .c-crumb__inner {
    margin: 0px auto 0px;
    width: 1400px;
    max-width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-crumb__container {
    font-size: 13px;
    font-size: 1.3rem; }
    .c-crumb__container a {
      display: inline-block;
      margin-right: 10px; }
      .hasHover .c-crumb__container a:hover {
        text-decoration: underline; }
    .c-crumb__container ~ .c-crumb__container {
      position: relative;
      padding-left: 1.25em; }
      .c-crumb__container ~ .c-crumb__container::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0.5em;
        height: 0.5em;
        margin: -0.25em 0 0 0;
        border-top: solid 1px #4D5055;
        border-right: solid 1px #4D5055;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.c-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px; }
  .c-footer__logo {
    text-align: center; }
  .c-footer__inner {
    width: 1400px;
    margin: 0 auto;
    max-width: calc(100% - 10px); }
  .c-footer__top {
    background-color: #fff;
    padding: 40px 0; }
  .c-footer__cr {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 2em;
    text-align: center; }
  .c-footer .-main {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2em; }
    .c-footer .-main ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1em;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-footer .-main ul ~ ul {
        margin-top: 1em; }
  .c-footer .-sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1.5em; }
    .c-footer .-sub ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2em;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .c-footer .-sub.-bottom ul {
      gap: 1em 0em; }

.c-footer-link__item a {
  line-height: 1.65;
  padding: 0 1em;
  display: inline-block; }

.c-footer-link__item.-line a {
  padding: 0 1.5em;
  border-right: 1px solid #6c6c6c; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

:-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

:-moz-placeholder-shown {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

:placeholder-shown {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc !important; }

input[type='radio'],
input[type='checkbox'] {
  width: 0;
  height: 0;
  float: left; }

input::-ms-reveal {
  display: none; }

.c-input, .c-textarea {
  max-width: 100%;
  border-radius: 0.4em;
  background-color: #fff;
  -webkit-transition: border-color 0.6s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  transition: border-color 0.6s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  padding: 0.7em 1.05em;
  color: #4D5055;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.7, 0.4, 0.98);
          transition-timing-function: cubic-bezier(0.11, 0.7, 0.4, 0.98); }
  .c-input--picker {
    padding: 0.85em 1.05em 0.85em 2.5em;
    background-color: #8CC63F;
    color: #fff;
    font-weight: bold; }
    .c-input--picker::-webkit-input-placeholder {
      color: #fff; }
    .c-input--picker::-moz-placeholder {
      color: #fff; }
    .c-input--picker:-ms-input-placeholder {
      color: #fff; }
    .c-input--picker::-ms-input-placeholder {
      color: #fff; }
    .c-input--picker::placeholder {
      color: #fff; }
  .c-input:focus, .c-textarea:focus {
    -webkit-box-shadow: 0 0 4px rgba(140, 198, 63, 0.8);
            box-shadow: 0 0 4px rgba(140, 198, 63, 0.8); }
  .c-input.is-error, .is-error.c-textarea {
    border: 1px solid #FF0004;
    background: #ffcccd; }
  .c-input.-size-full, .-size-full.c-textarea {
    width: 100%; }
  .c-input.-size-l, .-size-l.c-textarea {
    width: 600px; }
  .c-input.-size-m, .-size-m.c-textarea {
    width: 240px; }
  .c-input.-size-s, .-size-s.c-textarea {
    width: 120px; }
  .c-input.-size-xs, .-size-xs.c-textarea {
    width: 80px; }

.c-input-search {
  position: relative;
  padding-left: 44px;
  border-radius: 100px;
  background-image: url(/common/image/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 15px center; }

.c-input-calendar {
  position: relative; }
  .c-input-calendar::after {
    pointer-events: none;
    content: '';
    background-image: url(/common/image/icon-calendar-picker.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-textarea {
  resize: vertical;
  width: 100%;
  min-height: 10em;
  -webkit-transition: background 0.3s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  transition: background 0.3s cubic-bezier(0.21, 1.11, 0.7, 0.99);
  display: block;
  max-width: none; }
  .c-textarea:disabled {
    background: #8CC63F; }

.c-select-wrap {
  position: relative;
  display: block; }
  .c-select-wrap:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #8CC63F;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none; }
  .c-select-wrap.-size-full {
    max-width: none;
    width: 100%; }
  .c-select-wrap.-size-l {
    max-width: none;
    width: 70%; }
  .c-select-wrap.-size-m {
    max-width: none;
    width: 240px; }
  .c-select-wrap.-size-s {
    max-width: none;
    width: 120px; }
  .c-select-wrap.-size-xs {
    max-width: none;
    width: 80px; }

.c-select {
  color: #4D5055;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #fff;
  border-radius: 0.25em;
  padding: 0.5em 1.5em 0.5em 0.75em;
  -webkit-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
  cursor: pointer;
  background: #fff; }
  .c-select:focus {
    border-color: #939393; }
  .c-select::-ms-expand {
    display: none; }
  .c-select.is-error {
    border: 1px solid #FF0004;
    background: #ffcccd; }

.c-formYmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-formYmd > * {
    padding-right: 20px;
    min-width: 20%; }
    .c-formYmd > *:first-child {
      min-width: 30%; }
  .c-formYmd .c-select-wrap {
    display: block; }

.c-radio,
.c-checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.15em 0 0 2.25em;
  line-height: 1.3;
  min-height: 1.65em;
  vertical-align: middle;
  cursor: pointer; }
  .hasHover .c-radio:hover:after, .hasHover
  .c-checkbox:hover:after {
    border-color: #8CC63F; }
  .c-radio:after,
  .c-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 0.125em;
    left: 0.3125em;
    display: block;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #6c6c6c;
    border-radius: 0.125em;
    content: ''; }

.c-radio:after {
  border-radius: 50%; }
  input[type=radio]:checked + .c-radio:after {
    background-color: #6c6c6c; }

.c-radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.55em;
  left: 0.75em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #8CC63F;
  content: '';
  opacity: 0;
  z-index: 1; }
  input[type=radio]:checked + .c-radio:before {
    opacity: 1; }

input[type=checkbox]:checked + .c-checkbox:after {
  background-color: #8CC63F;
  border: 2px solid #8CC63F; }

.c-checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.25em;
  left: 0.75em;
  display: block;
  width: 0.35em;
  height: 0.75em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1; }
  input[type=checkbox]:checked + .c-checkbox:before {
    opacity: 1; }

.c-form-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.75em; }
  .c-form-check-list > li {
    margin-top: 0.75em; }
  .c-form-check-list--row3 > li {
    width: calc(33% - 0.75em);
    margin-right: 1.125em; }
    .c-form-check-list--row3 > li:nth-child(3n) {
      margin-right: 0; }

.c-file {
  position: relative; }
  .c-file .c-file_label {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    height: 40px; }
  .c-file_data {
    display: none; }
  .c-file_btn {
    margin-right: 15px;
    width: 120px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-file_btn > span {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-file_btn > span:before {
        display: none; }
  .c-file_txt {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    pointer-events: none;
    height: 100%; }
  .c-file_delete {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background: #8CC63F;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
    -webkit-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
    border: 1px solid transparent; }
    .c-file_delete:before {
      content: '\e870';
      font-family: 'icomoon';
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: color 0.6s ease-out;
      transition: color 0.6s ease-out; }
    .hasHover .c-file_delete:hover {
      background: #79ae34; }

.c-file-thumb {
  background-color: #ddd; }
  .c-file-thumb.size-m {
    width: 200px;
    height: 140px; }
    .c-file-thumb.size-m img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.c-form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-form-name__block ~ .c-form-name__block {
    margin-left: 37px; }
  .c-form-name input {
    width: 12em; }

.c-form-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
    max-width: 8em; }
  .c-form-tel__block ~ .c-form-tel__block {
    margin-left: 37px;
    position: relative; }
    .c-form-tel__block ~ .c-form-tel__block:before {
      content: '-';
      font-weight: bold;
      position: absolute;
      left: calc(-18.5px - 0.2em);
      top: calc(50% - 0.5em); }

.c-form-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-form-zip__block ~ .c-form-zip__block {
    margin-left: 37px;
    position: relative; }
    .c-form-zip__block ~ .c-form-zip__block:before {
      content: '-';
      font-weight: bold;
      position: absolute;
      left: calc(-18.5px - 0.2em);
      top: calc(50% - 0.5em); }
  .c-form-zip__block:nth-child(1) input {
    width: 5em; }
  .c-form-zip__block:nth-child(2) input {
    width: 6em; }
  .c-form-zip__btn {
    height: 42px;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 0 1em;
    margin-left: 20px; }

.c-formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: none; }
  .c-formBox ~ .c-formBox {
    margin-top: 0px;
    padding-top: 0px; }
  .c-formBox__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 230px;
    padding: 10px 16px 10px 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    line-height: 1.5;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: bold; }
    .c-formBox__ttl.-top {
      border-top: 1px dotted #DFDFDF; }
    .c-formBox__ttl--short {
      width: 180px; }
    .c-formBox__ttl--req:after {
      content: '必須';
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      background: #F96C4D;
      padding: .4em .8em;
      border-radius: 50px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      line-height: 1; }
    .c-formBox__ttl--free:after {
      content: '任意';
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      color: #8CC63F;
      border: 1px solid #8CC63F;
      background: #fff;
      padding: .4em .8em;
      border-radius: 3px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      line-height: 1; }
  .c-formBox__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 16px;
    line-height: 1.5;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    .c-formBox__body.-top {
      border-top: 1px dotted #DFDFDF; }

.c-formName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em; }
  .c-formName__sub {
    min-width: 2em; }
  .c-formName_first > input {
    width: 10em;
    width: 10em; }
  .c-formName_last > input {
    width: 10em; }

.c-formErrorMessage {
  color: #FF0004;
  margin-top: 0.5em;
  margin-bottom: 1em;
  background: rgba(255, 0, 4, 0.1);
  padding: 1.0em 1.0em;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem; }

.c-alert-correct {
  display: block;
  width: 80%;
  border: 1px solid #8CC63F;
  color: #8CC63F;
  margin-top: 0.15em;
  padding: 1.0em 1.0em;
  background-color: #F3F7ED;
  text-align: left;
  border-radius: 5px;
  margin: 1em auto; }
  .c-alert-correct--full {
    width: 100%; }
  .c-alert-correct > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    line-height: 1.65; }

.c-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-form-row--thin {
    gap: 12px; }
  .c-form-row--text {
    gap: 3px; }
  .c-form-row--betw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-form-row--r {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-form-row--col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; }

.c-input-eye {
  position: relative; }
  .c-input-eye__input {
    padding-right: 40px; }
  .c-input-eye__icon {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  position: relative;
  margin: 20px auto;
  text-align: center; }
  .c-stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #8CC63F;
    line-height: 1.4; }
    .c-stepBar li:after {
      background: #6ab39b;
      content: "";
      width: calc(100% - 26px);
      height: 4px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 14px; }
    .c-stepBar li:first-child:after {
      display: none; }
    .c-stepBar li span {
      font-size: 15px;
      background: #6ab39b;
      border: 2px solid #6ab39b;
      color: #ffffff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 30px;
      line-height: 30px;
      width: 30px;
      border-radius: 50%;
      position: relative;
      z-index: 1;
      margin-bottom: 10px; }
    .c-stepBar li.is-visited span {
      background: #8CC63F;
      border-color: #8CC63F; }
    .c-stepBar li.is-current span {
      font-weight: bold;
      background-color: #fff;
      border-color: #8CC63F;
      color: #8CC63F; }

.c-form-notice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-top: 0.5em; }
  .c-form-notice--red {
    color: #FF0004; }

.c-form-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-form-range__item {
    position: relative; }
    .c-form-range__item:before {
      content: '～';
      position: absolute;
      left: -1.5em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-form-range__item:first-of-type:before {
      content: none; }

.c-navicover {
  position: relative;
  cursor: pointer; }

ul.c-navifloat {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background-color: #EBEBD7;
  padding: 15px 24px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  top: 90px; }
  ul.c-navifloat::before {
    content: "";
    position: absolute;
    top: -30px;
    border: 15px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #EBEBD7; }
  ul.c-navifloat.-mypage {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px; }
    ul.c-navifloat.-mypage::before {
      right: 50%; }
  ul.c-navifloat.-content {
    right: 50px;
    width: 270px; }
    ul.c-navifloat.-content::before {
      right: 15px; }
  ul.c-navifloat li {
    overflow: hidden; }
    ul.c-navifloat li > * {
      cursor: pointer; }
  ul.c-navifloat hr {
    margin: 0.5em 0; }
  ul.c-navifloat .item-name {
    margin-bottom: 1em; }
  ul.c-navifloat .item-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
    font-weight: bold;
    line-height: 1.5; }
    ul.c-navifloat .item-theme .-icon {
      width: 25px;
      height: 25px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  ul.c-navifloat .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .hasHover ul.c-navifloat .item-link:hover {
      color: #8CC63F;
      text-decoration: underline; }
  ul.c-navifloat .indent {
    margin-left: 35px; }
    ul.c-navifloat .indent.-bottom {
      margin-bottom: 0.5em; }

.c-navitrigger {
  width: 150px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-navitrigger .-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-navitrigger .-txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .hasHover .c-navitrigger:hover {
    text-decoration: none; }
    .hasHover .c-navitrigger:hover .-txt {
      color: #8CC63F; }

.c-hamburger {
  position: relative;
  width: 30px;
  height: 30px; }
  .c-hamburger span {
    position: absolute;
    left: 3px;
    width: 24px;
    height: 2px;
    background-color: #4D5055;
    border-radius: 20px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-hamburger span:nth-of-type(1) {
      top: 5px; }
    .c-hamburger span:nth-of-type(2) {
      top: 14px; }
    .c-hamburger span:nth-of-type(3) {
      bottom: 5px; }

.is-open .c-hamburger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }
  .is-open .c-hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg); }
  .is-open .c-hamburger span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg); }
  .is-open .c-hamburger span:nth-of-type(3) {
    opacity: 0; }

.c-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(77, 80, 85, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .c-overlay.is-open {
    width: 100vw;
    height: 100vh;
    opacity: 1; }

.is-scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  /*追記*/
  right: 0;
  /*追記*/ }

.c-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px; }
  .c-header::before {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
  .c-header__logo {
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
    .c-header__logo .-link {
      display: block;
      padding-left: 10px; }
      .c-header__logo .-link img {
        margin-left: 0;
        height: auto;
        aspect-ratio: 43 / 17; }
  .c-header__right {
    -webkit-box-flex: 0.8;
        -ms-flex-positive: 0.8;
            flex-grow: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .c-header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px; }
  .c-header__navi {
    position: relative;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
  .material-symbols-outlined.-deg-45 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .material-symbols-outlined.-smaller {
    font-size: 1.0em; }

.c-link-line {
  text-decoration: underline; }

.c-link-cursor {
  cursor: pointer; }
  .hasHover .c-link-cursor:hover {
    text-decoration: underline; }

.c-link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-link-arrow--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-link-arrow::before {
    font-family: 'Material Symbols Outlined';
    content: '\e5cc';
    font-size: 1.15em;
    font-weight: bold; }
  .c-link-arrow > * {
    cursor: pointer; }

.c-link-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-link-external--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-link-external::after {
    font-family: 'Material Symbols Outlined';
    content: '\e89e';
    font-size: 1.15em;
    font-weight: bold; }

.c-list li {
  line-height: 1.65;
  list-style-position: outside; }

.c-list--height-wide li {
  line-height: 1.85; }

.c-list--decimal {
  margin-left: 1.5em; }
  .c-list--decimal > li {
    list-style-type: decimal; }

.c-list--disc {
  margin-left: 1.5em; }
  .c-list--disc > li {
    list-style-type: disc; }

.c-list--disc-s > li {
  margin-left: 1em;
  text-indent: -1em; }
  .c-list--disc-s > li::before {
    content: '・'; }

.c-list--circle {
  margin-left: 1.5em; }
  .c-list--circle > li {
    list-style-type: circle; }

.c-list--roman {
  margin-left: 1.5em; }
  .c-list--roman > li {
    list-style-type: lower-roman; }

.c-list--notice > li {
  margin-left: 1em;
  text-indent: -1em; }
  .c-list--notice > li::before {
    content: '※'; }

.c-list--indent > li {
  margin-left: 1em;
  text-indent: -1em; }

.c-list--parentnum > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list--parentnum > li::before {
    display: marker;
    content: "(" counter(cnt) ") "; }

.c-list--check > li {
  margin-left: 1.25em;
  text-indent: -1.25em; }
  .c-list--check > li::before {
    content: '';
    display: block;
    position: relative;
    top: .85em;
    left: -1em;
    width: 0.75em;
    height: 0.35em;
    border-left: 2px solid #8CC63F;
    border-bottom: 2px solid #8CC63F;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.details.layer1 {
  border-top: 2px solid #00a5a0;
  border-left: 2px solid #00a5a0;
  border-right: 2px solid #00a5a0; }
  .details.layer1:last-of-type {
    border-bottom: 2px solid #00a5a0; }

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  .details-summary.layer1 {
    background-color: #b2e4e2; }
  .details-summary.layer2 {
    background-color: #7fd2cf; }
  .details-summary.layer3 {
    background-color: #4cc0bc; }
  .hasHover .details-summary:hover {
    cursor: pointer;
    opacity: 0.8; }
  .details-summary .btn {
    position: absolute;
    top: 37%;
    left: 10%;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .details-summary .btn:before, .details-summary .btn:after {
      content: "";
      background-color: #fff;
      border-radius: 10px;
      width: 18px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: 0;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    .details-summary .btn:before {
      width: 4px;
      height: 18px;
      top: 0;
      left: 7px; }
  .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    .details-summary.is-active .btn:before {
      content: none; }

.details-summary::-webkit-details-marker {
  display: none; }

.details-content {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.details-content-item {
  padding: 20px; }
  .details-content-item.layer3 {
    background-color: #4cc0bc; }
  .details-content-item.layer4 {
    background-color: #19aea9; }
  .hasHover .details-content-item:hover {
    cursor: pointer;
    opacity: 0.8; }

.c-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-counter .unread {
    background-color: #FF0004;
    color: #fff;
    border-radius: 300px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 1.5em;
    height: 1.5em;
    padding-left: 4px;
    padding-right: 4px; }

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-pager--single {
    width: 100%; }
  .c-pager__arrow {
    font-size: 22px;
    font-size: 2.2rem; }
    .c-pager__arrow--left {
      margin-right: 1em; }
    .c-pager__arrow--right {
      margin-left: 1em; }
    .c-pager__arrow > div {
      color: #DFDFDF;
      pointer-events: none;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-pager__arrow > div div {
        font-size: 16px;
        font-size: 1.6rem; }
      .c-pager__arrow > div .material-symbols-outlined {
        -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        -webkit-transform: scale(1.5, 1);
                transform: scale(1.5, 1);
        color: #DFDFDF; }
    .c-pager__arrow > a {
      color: #4D5055;
      height: 3.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-pager__arrow > a div {
        font-size: 16px;
        font-size: 1.6rem; }
      .c-pager__arrow > a .material-symbols-outlined {
        -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
        -webkit-transform: scale(1.5, 1);
                transform: scale(1.5, 1); }
      .hasHover .c-pager__arrow > a:hover {
        color: #8CC63F;
        text-decoration: none; }
  .c-pager__item {
    font-size: 16px;
    font-size: 1.6rem; }
    .c-pager__item > p {
      background: #fff;
      pointer-events: none;
      min-width: 3.2rem;
      height: 3.2rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 8px; }
    .c-pager__item > a {
      background: #fff;
      border: 1px solid #fff;
      min-width: 3.2rem;
      height: 3.2rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 0;
      -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      color: #4D5055;
      border-radius: 8px; }
      .hasHover .c-pager__item > a:hover {
        background: #8CC63F;
        color: #fff;
        text-decoration: none; }
    .c-pager__item.is-current > a {
      background: #8CC63F;
      border-color: #8CC63F;
      pointer-events: none;
      color: #fff; }

.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px; }
  .rate:before, .rate:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    display: inline-block;
    height: 16px;
    line-height: 16px; }
  .rate:before {
    color: #ddd; }
  .rate:after {
    color: #FFCA28;
    overflow: hidden;
    white-space: nowrap; }

.rate0:after {
  width: 0; }

.rate1:after {
  width: 16px; }

.rate1-5:after {
  width: 24px; }

.rate2:after {
  width: 32px; }

.rate2-5:after {
  width: 40px; }

.rate3:after {
  width: 48px; }

.rate3-5:after {
  width: 56px; }

.rate4:after {
  width: 64px; }

.rate4-5:after {
  width: 72px; }

.rate5:after {
  width: 80px; }

.wrap {
  width: 80px; }

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .c-row--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-row--j-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-row--j-b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-row.-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-row--g5 {
    gap: 5px; }
  .c-row--g10 {
    gap: 10px; }
  .c-row--g20 {
    gap: 20px; }
  .c-row--g30 {
    gap: 30px; }
  .c-row--f1 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.c-table {
  table-layout: fixed;
  width: 100%;
  border-radius: 8px;
  overflow: hidden; }
  .c-table caption {
    background-color: #F5F5F1;
    color: #fff;
    padding: 0.75em 0.75em;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem; }
  .c-table.-border-none {
    border-top: none; }
  .c-table ~ .c-table {
    margin-top: 30px; }
  .c-table thead tr {
    background-color: #EBEBD7;
    border-bottom: none; }
  .c-table thead td,
  .c-table thead th {
    color: #4D5055;
    text-align: left;
    padding: 1.25em 0.85em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative; }
    .c-table thead td::after,
    .c-table thead th::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2px;
      height: 20px;
      background-color: #DFDFDF; }
    .c-table thead td:last-of-type::after,
    .c-table thead th:last-of-type::after {
      content: none; }
  .c-table tr {
    border-bottom: 1px solid #DFDFDF; }
    .c-table tr.-border-none {
      border-bottom: none; }
    .c-table tr.-vertical-center th,
    .c-table tr.-vertical-center td {
      vertical-align: middle; }
  .c-table tbody.-color-line th {
    border-bottom: #8CC63F 1px solid; }
  .c-table tbody.-color-line td {
    border-bottom: #EBEBD7 1px solid; }
  .c-table tbody.-color-even th,
  .c-table tbody.-color-even td {
    background-color: #FFFFFF; }
  .c-table tbody.-space-thin th,
  .c-table tbody.-space-thin td {
    padding: 0.75em 0.5em; }
  .c-table tbody th,
  .c-table tbody td {
    line-height: 1.5;
    padding: 1.25em 0.85em;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top; }
    .c-table tbody th.-center,
    .c-table tbody td.-center {
      text-align: center; }
    .c-table tbody th.-vertical-btm,
    .c-table tbody td.-vertical-btm {
      vertical-align: bottom; }
    .c-table tbody th.-vertical-center,
    .c-table tbody td.-vertical-center {
      vertical-align: middle; }
    .c-table tbody th.-bg-gray,
    .c-table tbody td.-bg-gray {
      background-color: #AFB4C0; }
    .c-table tbody th.-bg-color,
    .c-table tbody td.-bg-color {
      background-color: #EFF8F1; }
  .c-table tbody th {
    font-weight: normal;
    vertical-align: top;
    text-align: left; }
  .c-table tbody tr.-disable td {
    color: #DFDFDF; }
  .c-table--middle tbody th,
  .c-table--middle tbody td {
    line-height: 1.5;
    padding: 1.25em 0.85em;
    font-size: 14px;
    font-size: 1.4rem; }
  .c-table--larger thead th,
  .c-table--larger thead td,
  .c-table--larger tbody th,
  .c-table--larger tbody td {
    line-height: 1.5;
    padding: 1.25em 0.85em;
    font-size: 16px;
    font-size: 1.6rem; }
  .c-table--color tbody th {
    background-color: #EFF8F1; }
    .c-table--color tbody th.-bg-dg {
      background: #256d4e;
      color: #fff; }
      .c-table--color tbody th.-bg-dg a {
        color: #fff;
        text-decoration: underline; }
        .hasHover .c-table--color tbody th.-bg-dg a:hover {
          text-decoration: none; }
  .c-table__ttl {
    font-weight: bold;
    margin-bottom: 5px; }
  .c-table--left td {
    text-align: left; }

a[href^='tel:'] {
  pointer-events: none; }

.c-toTop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  display: none;
  z-index: 9; }
  .c-toTop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #8CC63F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border-radius: 500px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }

.c-wrapper {
  width: 1200px;
  max-width: calc(100% - 20px);
  margin: auto; }
  .c-wrapper--wide {
    width: 1400px; }
  .c-wrapper--short {
    width: 1000px; }
  .c-wrapper--top {
    margin-top: 50px; }
  .c-wrapper__gutter {
    padding-top: 40px; }

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-accordion {
  display: none; }
  .p-accordion__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 53px;
    background-color: #8CC63F;
    color: #fff;
    border-radius: 0.5em; }
    .p-accordion__trigger::after {
      position: absolute;
      content: "";
      font-family: 'Material Symbols Outlined';
      content: '\e5cf';
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      color: #8CC63F;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .p-accordion__target {
    display: none; }
  .p-accordion.is-active .p-accordion__trigger {
    border-radius: 0.5em 0.5em 0 0; }
    .p-accordion.is-active .p-accordion__trigger::after {
      content: '\e5ce'; }
  .p-accordion.is-active .p-accordion__target {
    display: block;
    border: 1px solid #DFDFDF;
    border-top: none;
    padding: 15px;
    border-radius: 0 0 0.5em 0.5em; }

.p-aclist-qa__trigger {
  border: 1px solid #c0c7c3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 3.5em 1em 1.5em;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer; }
  .p-aclist-qa__trigger::after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: solid 2px #8CC63F;
    border-right: solid 2px #8CC63F;
    position: absolute;
    right: 2.5em;
    top: 1.5em;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .p-aclist-qa__trigger.is-active {
    border-radius: 0.5em 0.5em 0 0;
    border-bottom: 1px solid #fff; }
    .p-aclist-qa__trigger.is-active::after {
      top: 1.75em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.p-aclist-qa__icon-q {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-right: 0.5em;
  color: #8CC63F; }

.p-aclist-qa__body {
  display: none;
  background: #EFF8F1;
  border: 1px solid #DFDFDF;
  border-top: none;
  padding: 1.0em 2.5em 1.0em 4.5em;
  line-height: 1.6; }

.p-aclist-qa__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-aclist-qa__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }

.p-aclist-qa__answer {
  color: #8CC63F; }
  .p-aclist-qa__answer p ~ p {
    margin-top: 1em; }

.p-btn-gnav > * {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px; }

.p-btn-icon-regist {
  aspect-ratio: 1 / 1;
  height: auto; }

.p-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
  padding-bottom: 3px; }
  .p-btns.-two > * {
    width: calc(100% / 2 - 12px); }
  .p-btns.-three > * {
    width: calc(100% / 3 - 8px); }
  .p-btns > * {
    width: calc(100% / 6 - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1.3em 0.4em;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px #CCD2D5;
            box-shadow: 1px 1px 3px #CCD2D5;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.3; }
    .hasHover .p-btns > *:hover {
      background-color: #FCFFF8;
      text-decoration: none;
      color: #4D5055;
      -webkit-box-shadow: 1px 2px 5px #CCD2D5;
              box-shadow: 1px 2px 5px #CCD2D5; }

.p-btn-mypagesearch > * {
  white-space: nowrap;
  padding: 0.7em 1.5em 0.7em 1.5em; }

.p-buttons-cover-big-icon > * {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(50% - 20px);
  margin-left: 40px; }
  .p-buttons-cover-big-icon > *:first-child {
    margin-right: 0px; }

.p-btn-big-icon > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 4em;
  padding-left: 100px; }
  .p-btn-big-icon > *.-no-hover:hover {
    background: #8CC63F;
    color: #4D5055; }

.p-btn-big-icon__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 500px;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4D5055; }

.p-btn-big-icon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .p-btn-big-icon__text span + span {
    margin-top: 0.5em; }
  .p-btn-big-icon__text .-double {
    line-height: 1; }
  .p-btn-big-icon__text .-small {
    font-size: 18px;
    font-size: 1.8rem; }

.p-btn-trainer-reserve {
  margin-top: 100px;
  padding-bottom: 30px; }
  .p-btn-trainer-reserve > * {
    width: 600px;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    border-radius: 0;
    padding: 1em;
    border: 1px solid #EAF2EE;
    background: #EAF2EE;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 14px; }
    .hasHover .p-btn-trainer-reserve > *:hover {
      border: 1px solid #8CC63F; }

.p-btn-round-black > * {
  border: 1px solid #4D5055;
  border-radius: 400px;
  position: relative;
  display: block;
  color: #4D5055;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  max-width: 100%;
  padding: 0.7em 1em 0.7em 1em;
  background: #fff; }
  .p-btn-round-black > *::after {
    display: block;
    content: ">";
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    color: #4D5055;
    top: 0.65em;
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .p-btn-round-black > * span {
    padding-right: 1em;
    display: inline-block; }
  .hasHover .p-btn-round-black > *:hover {
    background: #fafcfb;
    color: #8CC63F; }
    .hasHover .p-btn-round-black > *:hover::after {
      color: #8CC63F;
      top: 0.75em; }

.p-btn-svg img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(159deg) brightness(121%) contrast(97%);
          filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(159deg) brightness(121%) contrast(97%); }

.hasHover .p-btn-svg:hover img {
  -webkit-filter: invert(65%) sepia(46%) saturate(584%) hue-rotate(44deg) brightness(102%) contrast(85%);
          filter: invert(65%) sepia(46%) saturate(584%) hue-rotate(44deg) brightness(102%) contrast(85%); }

.p-btn-svg2 img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(159deg) brightness(121%) contrast(97%);
          filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(159deg) brightness(121%) contrast(97%); }

.hasHover .p-btn-svg2:hover img {
  -webkit-filter: invert(73%) sepia(63%) saturate(590%) hue-rotate(336deg) brightness(100%) contrast(98%);
          filter: invert(73%) sepia(63%) saturate(590%) hue-rotate(336deg) brightness(100%) contrast(98%); }

.p-btn-svg3 img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(104%); }

.hasHover .p-btn-svg3:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(23%) saturate(1216%) hue-rotate(35deg) brightness(88%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(81%) sepia(23%) saturate(1216%) hue-rotate(35deg) brightness(88%) contrast(85%); }

.p-calendar-row {
  padding-left: 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-calendar-row > * {
    width: calc(50% - 12px);
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.p-calendar-card {
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
  background-color: #fff;
  height: 100%; }
  .p-calendar-card__ttl {
    background-color: #EBEBD7;
    padding: 16px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }
    .p-calendar-card__ttl.-thin {
      padding: 0.45em 0.75em; }
    .p-calendar-card__ttl#sunday {
      background-color: #FFDBD7; }
    .p-calendar-card__ttl#saturday {
      background-color: #D6E5FF; }
  .p-calendar-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 1.5em 1.75em; }
  .p-calendar-card__calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    width: calc(25% - 10px); }
  .p-calendar-card__content {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
    .p-calendar-card__content .more-area {
      margin-top: 1.5em; }
  .p-calendar-card .month {
    color: #AFB4C0;
    font-size: 18px;
    font-size: 1.8rem; }
    .p-calendar-card .month span {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-calendar-card .date {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: center; }
    .p-calendar-card .date span {
      font-size: 18px;
      font-size: 1.8rem; }
  .p-calendar-card .rokuyo {
    text-align: center; }
    .p-calendar-card .rokuyo.-red {
      color: #FF0004; }
    .p-calendar-card .rokuyo.-blue {
      color: #337EFF; }
  .p-calendar-card__list {
    margin-top: 0.75em; }
    .p-calendar-card__list li {
      margin-top: 0.35em;
      line-height: 1.65; }
    .p-calendar-icon::before {
      content: "";
      width: 1em;
      height: 1em;
      margin-right: 0.35em;
      display: inline-block;
      border-radius: 100px; }
    .p-calendar-icon.-c1::before {
      background-color: #4D5055;
      border: 1px solid #4D5055; }
    .p-calendar-icon.-c2::before {
      background-color: #FF0004;
      border: 1px solid #FF0004; }
    .p-calendar-icon.-c3::before {
      background-color: #337EFF;
      border: 1px solid #337EFF; }
    .p-calendar-icon.-r3::before {
      background-color: #fff;
      border: 1px solid #337EFF; }
  .p-calendar-card__body-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 1em 1.5em 1em;
    background-color: #F5F5F1;
    position: relative; }
    .p-calendar-card__body-single .date {
      font-size: 48px;
      font-size: 4.8rem;
      font-weight: normal; }
    .p-calendar-card__body-single .month {
      color: #4D5055;
      position: absolute;
      top: 1em;
      left: 20px; }
    .p-calendar-card__body-single .rokuyo {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 10px; }
  .p-calendar-card .date-body-single {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }

.p-calendar-single-ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left; }

.p-calendar-single-list {
  margin-top: 0.5em; }
  .p-calendar-single-list li {
    line-height: 1.65;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }
    .p-calendar-single-list li::marker {
      color: #999; }
  .p-calendar-single-list li ~ li {
    margin-top: 0.35em; }

.p-calendar-icon {
  display: inline-block; }

.p-calendar-wrapper-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px; }
  .p-calendar-wrapper-row__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-calendar-wrapper-row__sub {
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    max-width: 210px; }

.p-calendar-side-list {
  text-align: left; }
  .p-calendar-side-list li ~ li {
    margin-top: 0.35em; }

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px; }
  .p-card__item {
    width: calc(33.3% - 20px);
    padding: 10px; }
    .p-card__item.is-ng {
      background-color: #B0BEC5; }

.p-card-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-card-two__item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 1em; }
    .p-card-two__item:nth-child(2n) {
      margin-right: 0; }

.p-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em; }
  .p-control--btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-control--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .p-control__right {
    margin-left: auto; }
  .p-control__child-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1em; }

.p-control-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  font-size: 32px;
  font-size: 3.2rem; }
  .p-control-count .label {
    font-weight: bold; }
  .p-control-count .num {
    font-weight: bold;
    color: #FBB03B; }
    .p-control-count .num span {
      color: #4D5055;
      font-size: 18px;
      font-size: 1.8rem; }

.p-control-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #AFB4C0;
  padding: 1em; }
  .p-control-select__right {
    margin-left: auto; }
  .p-control-select--footer {
    margin-top: 20px; }

.p-conditions-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .p-conditions-table ~ .p-conditions-table {
    margin-top: 1.2em; }
  .p-conditions-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.15em; }
  .p-conditions-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-heading-primary {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 0.25em;
  line-height: 1.3; }
  .p-heading-primary.-small {
    font-size: 30px;
    font-size: 3rem; }

.p-heading-secondary, .p-article h2, .p-news-body h2 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 1.8rem;
  margin-bottom: 1em;
  position: relative;
  line-height: 1; }
  .p-heading-secondary.-large, .p-article h2.-large, .p-news-body h2.-large {
    font-size: 36px;
    font-size: 3.6rem;
    padding-left: 0.85em;
    line-height: 1.17; }
    .p-heading-secondary.-large::before, .p-article h2.-large::before, .p-news-body h2.-large::before {
      content: "";
      width: 12px; }
  .p-heading-secondary::before, .p-article h2::before, .p-news-body h2::before {
    content: "";
    height: 100%;
    width: 5px;
    background-color: #8CC63F;
    position: absolute;
    top: 5%;
    left: 0; }

.p-heading-strong {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold; }

.p-heading-large, .p-article h3, .p-news-body h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 600; }

.hasHover .p-heading-large-trigger:hover {
  cursor: pointer; }

.p-heading-large-trigger span {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-right: 30px; }
  .p-heading-large-trigger span::after {
    font-family: 'Material Symbols Outlined';
    content: '\e5cc';
    font-size: 20px;
    width: 20px;
    height: 20px;
    font-weight: bold;
    display: block;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg); }

.p-heading-large-trigger.is-active span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.p-heading-larger {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600; }

.p-heading-border {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 2px solid #4D5055;
  margin-bottom: 1em; }

.p-heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-heading-page {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1; }

.p-item-label-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0.5em 1em;
  background-color: #EFF8F1;
  border: 1px solid #8CC63F;
  border-radius: 0.5em;
  color: #4D5055; }
  .p-item-label-comp a {
    color: #8CC63F;
    text-decoration: underline; }
    .hasHover .p-item-label-comp a:hover {
      color: #71a230; }
  .p-item-label-comp.-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .p-item-label-comp .material-symbols-outlined {
    font-size: 24px;
    font-size: 2.4rem;
    color: #8CC63F;
    font-variation-settings: "FILL" 1; }

.p-item-label-err {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0.5em 1em;
  background-color: #FFEBEE;
  border: 1px solid #FF0004;
  border-radius: 0.5em;
  color: #4D5055; }
  .p-item-label-err.-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-item-label-err a {
    color: #4D5055;
    text-decoration: underline; }
    .hasHover .p-item-label-err a:hover {
      color: #cc0003; }
  .p-item-label-err.-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .p-item-label-err .material-symbols-outlined {
    color: #FF0004;
    font-size: 24px;
    font-size: 2.4rem;
    font-variation-settings: "FILL" 1; }

.p-item-label-warn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0.5em 1em;
  background-color: #FFFDE7;
  border: 1px solid #F57F17;
  border-radius: 0.5em;
  color: #4D5055; }
  .p-item-label-warn a {
    color: #F57F17;
    text-decoration: underline; }
    .hasHover .p-item-label-warn a:hover {
      color: #d06609; }
  .p-item-label-warn.-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .p-item-label-warn .material-symbols-outlined {
    font-size: 24px;
    font-size: 2.4rem;
    font-variation-settings: "FILL" 1; }

.p-item-label {
  color: #fff;
  padding: 0.1em 0.35em;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #8CC63F;
  border: 1px solid #8CC63F;
  font-weight: bold;
  min-width: 5.5em;
  text-align: center; }
  .p-item-label:visited {
    color: #fff;
    text-decoration: none; }
  .hasHover .p-item-label:hover {
    color: #fff;
    text-decoration: none; }
  .p-item-label.-tag-modal {
    cursor: pointer;
    border: 1px solid #8CC63F;
    color: #8CC63F;
    margin-left: 0.5em;
    background-color: #F3F7ED;
    text-indent: 0; }
    .hasHover .p-item-label.-tag-modal:hover {
      color: #8CC63F;
      background-color: #fafcf8;
      text-decoration: none; }
  .p-item-label.-orange {
    background-color: #FFA000;
    border: 1px solid #FFA000; }
  .p-item-label.-green {
    background-color: #8CC63F;
    border: 1px solid #8CC63F; }
  .p-item-label.-grey {
    background-color: #DFDFDF;
    border: 1px solid #DFDFDF; }
  .p-item-label.-red {
    background-color: #FF0004;
    border: 1px solid #FF0004; }
  .p-item-label.-cyan {
    background-color: #00BCD4;
    border: 1px solid #00BCD4; }
  .p-item-label.-c-cyan {
    background-color: #fff;
    color: #00BCD4;
    border: 1px solid #00BCD4; }
  .p-item-label.-sred {
    background-color: #FFEBEE;
    border: 1px solid #FFEBEE;
    color: #FF0004; }
  .p-item-label.-sorange {
    background-color: #FFA000;
    border: 1px solid #FFA000; }
  .p-item-label.-sgreen {
    background-color: #8CC63F;
    border: 1px solid #8CC63F; }
  .p-item-label.word {
    background-color: #00BCD4;
    border: 1px solid #00BCD4; }
  .p-item-label.excel {
    background-color: #4a8c11;
    border: 1px solid #4a8c11; }
  .p-item-label.ppt {
    background-color: #C43E1C;
    border: 1px solid #C43E1C; }
  .p-item-label.-disabled {
    pointer-events: none;
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    color: #fff; }

.p-item-label-ttl {
  width: 8em;
  border: 1px solid #8CC63F;
  color: #8CC63F;
  margin-top: 0.15em;
  padding: 0.1em;
  background-color: #F3F7ED;
  text-align: center;
  border-radius: 5px; }

.p-item-label-link {
  display: inline-block;
  width: 200px;
  border: 1px solid #8CC63F;
  color: #fff;
  margin-top: 0.15em;
  padding: 0.75em 0.2em;
  background-color: #8CC63F;
  text-align: center;
  border-radius: 5px; }
  .hasHover .p-item-label-link:hover {
    text-decoration: none;
    color: #fff; }
  .p-item-label-link.-disabled {
    pointer-events: none;
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    color: #fff; }

.p-item-label-prod {
  color: #fff;
  padding: 0.1em 0.35em;
  background-color: #337EFF;
  border: 1px solid #337EFF;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  white-space: nowrap; }

.p-item-status-pend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFA726;
  color: #FFA726;
  background: #FFF3E0;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-pend .material-symbols-outlined {
    color: #FFA726;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-ok {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF1744;
  color: #FF1744;
  background: #FFEBEE;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-ok .material-symbols-outlined {
    color: #FF1744;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-ng {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1E88E5;
  color: #1E88E5;
  background: #BBDEFB;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }
  .p-item-status-ng .material-symbols-outlined {
    color: #1E88E5;
    font-size: 12px;
    font-size: 1.2rem;
    font-variation-settings: "FILL" 1; }

.p-item-status-exemption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #8CC63F;
  color: #8CC63F;
  background: #EAF2EE;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.1em 0.5em;
  border-radius: 5px; }

.p-item-table-thumb {
  width: 90px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover; }

.p-item-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .p-item-result--bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0 30px; }
  .p-item-result__number {
    color: #4D5055;
    font-weight: bold; }
  .p-item-result__display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em; }
    .p-item-result__display a {
      font-weight: bold; }
  .p-item-result__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  .p-item-result__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-item-result__pager {
    width: 100%; }

.p-item-img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover; }

.p-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100dvh; }
  .p-login__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-login__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-login__logo {
    text-align: center; }
    .p-login__logo img {
      aspect-ratio: 43/17;
      height: auto;
      max-width: 60%; }
  .p-login__cr {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2em; }

.p-login-dialog {
  width: 400px;
  max-width: 96%; }
  .p-login-dialog__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1em; }
  .p-login-dialog__head {
    text-align: center;
    padding: 0.5em;
    border-radius: 20px 20px 0 0; }
  .p-login-dialog__body {
    padding: 3em 2em; }
    .p-login-dialog__body.-hashead {
      border-radius: 0 0 16px 16px; }
  .p-login-dialog__inner {
    width: 400px;
    max-width: 100%;
    margin: auto; }
  .p-login-dialog__regist {
    padding: 3em 0 0; }
  .p-login-dialog__regist-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-login-dialog__regist-ttl::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: #000; }
    .p-login-dialog__regist-ttl span {
      position: relative;
      font-weight: bold;
      background-color: #fff;
      padding: 0.25em 1em;
      z-index: 1; }
  .p-login-dialog__btn {
    width: 100%; }

.p-mail-sidebox {
  background-color: #fff;
  border-radius: 8px; }
  .p-mail-sidebox__ttl {
    color: #8CC63F;
    font-weight: bold;
    padding: 1.25em 20px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-mail-sidebox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff; }
    .hasHover .p-mail-sidebox__item:hover {
      background-color: #F9F9F9;
      color: #4D5055;
      text-decoration: none;
      font-weight: bold; }
    .p-mail-sidebox__item.is-current {
      background-color: #F9F9F9;
      color: #4D5055;
      font-weight: bold; }

.p-mail-list {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1.5em; }

.p-mail-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1.25em 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #DFDFDF; }
  .p-mail-table:nth-child(2n+1) {
    background-color: #F9F9F9; }
  .p-mail-table .-grid-cov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(60% + 24px);
        flex-basis: calc(60% + 24px);
    max-width: calc(60% + 24px);
    gap: 12px; }
    .p-mail-table .-grid-cov > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .p-mail-table--send .-send-grid-cov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(60% + 24px);
        flex-basis: calc(60% + 24px);
    max-width: calc(60% + 24px);
    gap: 12px; }
    .p-mail-table--send .-send-grid-cov > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .p-mail-table--send .-grid5 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .p-mail-table.is-unread .-w-title,
  .p-mail-table.is-unread .-w-title > *,
  .p-mail-table.is-unread .-w-from {
    font-weight: bold; }
  .p-mail-table.-header {
    background-color: #EBEBD7;
    border-bottom: none; }
    .p-mail-table.-header dd {
      position: relative; }
      .p-mail-table.-header dd::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -6px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2px;
        height: 20px;
        background-color: #DFDFDF; }
      .p-mail-table.-header dd:last-of-type::after {
        content: none; }
  .p-mail-table .-w-check {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50px;
    text-align: center; }
  .p-mail-table .-icon-mail {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .p-mail-table .-w-icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-mail-table .-w-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-mail-table .-w-title > * {
      cursor: pointer; }
      .hasHover .p-mail-table .-w-title > *:hover {
        text-decoration: underline; }
  .p-mail-table .-w-from {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
  .p-mail-table .-w-date {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
  .p-mail-table .-w-20 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }

.p-mail-input-table,
.p-mail-modal-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-mail-input-table ~ .p-mail-input-table,
  .p-mail-modal-table ~ .p-mail-input-table, .p-mail-input-table ~
  .p-mail-modal-table,
  .p-mail-modal-table ~
  .p-mail-modal-table {
    margin-top: 15px; }
  .p-mail-input-table__ttl,
  .p-mail-modal-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    border: 1px solid #8CC63F;
    color: #8CC63F;
    margin-top: 0.15em;
    padding: 0.1em;
    background-color: #F3F7ED;
    text-align: center;
    border-radius: 5px; }
  .p-mail-input-table__body,
  .p-mail-modal-table__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.25em;
    word-break: break-all; }

.p-mail-input-table__ttl {
  width: 150px; }

.p-mail-table-cover {
  padding-bottom: 10px; }

.p-mail-template-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-mail-template-row > * {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    line-height: 1.65; }
  .p-mail-template-row .-point {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 275px;
    border: 1px solid #FBB03B;
    background-color: rgba(251, 176, 59, 0.1);
    padding: 1em;
    border-radius: 8px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-mail-template-row .-point .pin {
      position: relative;
      padding-left: 30px;
      font-weight: bold;
      display: block;
      margin-bottom: 0.5em; }
      .p-mail-template-row .-point .pin:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0px;
        pointer-events: none;
        font-family: 'Material Symbols Outlined';
        content: '\e5ca';
        font-size: 1.3em;
        color: #FBB03B;
        line-height: 1; }

.p-mail-template {
  display: none; }
  .p-mail-template .-border {
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e0e0; }
  .p-mail-template__label {
    display: inline-block;
    min-width: 150px;
    border: 1px solid #8CC63F;
    color: #8CC63F;
    margin-bottom: 0.5em;
    padding: 0.1em 0.5em;
    background-color: #F3F7ED;
    text-align: center;
    border-radius: 5px; }
  .p-mail-template__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }
  .p-mail-template > * ~ * {
    margin-top: 1em; }
  .p-mail-template p {
    word-break: break-all; }
  .p-mail-template .nm {
    margin-top: 0; }
  .p-mail-template .bold {
    font-weight: bold; }
  .p-mail-template .color-box {
    background-color: rgba(251, 176, 59, 0.1);
    padding: 1em 1.5em;
    border-radius: 8px; }

.p-map {
  position: relative;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 68.6567%; }
  .p-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 0; }

/**************************\
  Basic Modal Styles
\**************************/
.c-modal {
  display: none; }
  .c-modal.is-open {
    display: block; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal__overlay--rtop {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.5%;
    padding-right: 2.5%; }

.modal__container-scroll {
  background-color: #F5F5F1;
  padding: 30px;
  max-height: calc(75vh + 65px);
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow-y: auto; }
  .modal__container-scroll--mail {
    background-color: #fff; }

.modal__container {
  background-color: transparent;
  padding-top: 80px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 640px;
  max-height: 100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .modal__container--middle {
    max-width: 900px; }
  .modal__container--mail {
    max-width: 1000px; }

.modal__close-icon {
  width: 55px;
  height: 75px;
  top: 0px;
  position: absolute;
  right: 20px;
  cursor: pointer; }

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 1.25; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #4D5055; }

.modal__content-short {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.modal__btn {
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1B95E0;
  color: #fff;
  border-radius: 4px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  width: 100%;
  max-width: 320px;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.modal__container.iframe__container {
  max-width: 1000px; }

.modal__content iframe {
  max-width: 100%; }

.p-list-news {
  margin-top: 0.5em;
  background-color: #fff;
  padding: 1em;
  border-radius: 5px; }
  .p-list-news__item {
    border-bottom: 1px solid #E4E4DE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em; }
  .p-list-news__text {
    line-height: 1.65; }
  .p-list-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    position: relative;
    margin-left: 1em;
    cursor: pointer;
    word-break: break-all;
    line-height: 1.65; }
    .p-list-news__title::before {
      font-family: 'Material Symbols Outlined';
      content: '\e5cc';
      font-size: 1.15em;
      color: #8CC63F;
      position: absolute;
      left: -1em;
      top: 0; }
  .p-list-news__date {
    margin-right: 1.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .p-list-news__date .-date {
      width: 85px;
      line-height: 1;
      font-weight: bold; }
    .p-list-news__date .-category {
      color: #fff;
      padding: 0.5em 0.35em;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      white-space: nowrap;
      border-radius: 50px;
      background-color: #8CC63F;
      border: 1px solid #8CC63F;
      font-weight: bold;
      min-width: 5.5em;
      text-align: center;
      line-height: 1; }
      .p-list-news__date .-category.c01 {
        background-color: #F0C41C;
        border: 1px solid #F0C41C; }
      .p-list-news__date .-category.c02 {
        background-color: #337EFF;
        border: 1px solid #337EFF; }
      .p-list-news__date .-category.c03 {
        background-color: #FF0004;
        border: 1px solid #FF0004; }
      .p-list-news__date .-category.c04 {
        background-color: #FF7BB1;
        border: 1px solid #FF7BB1; }
  .p-list-news__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
    width: 100%; }

.p-news-search-wrap {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.p-news-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  .p-news-search__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 4em;
    font-weight: bold; }
  .p-news-search__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.p-news-article {
  width: 100%;
  padding: 40px 40px 50px;
  background-color: #fff;
  border: 1px solid #c0c7c3;
  margin-top: 20px; }
  .p-news-article__footer {
    margin-top: 60px; }

.p-news-heading {
  margin-bottom: 2em; }
  .p-news-heading__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0.25em 0 0;
    line-height: 1.5;
    font-weight: bold;
    text-align: center; }
  .p-news-heading__time {
    margin-top: 2.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    max-width: 70%; }
  .p-news-heading__date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    color: #8CC63F; }

.p-news-body {
  line-height: 1.65;
  margin-top: 1.85em; }
  .p-news-body h2 {
    line-height: 1.75; }
  .p-news-body ~ .p-news-body {
    margin-top: 24px; }
  .p-news-body > * ~ * {
    margin-top: 1.85em;
    min-height: 1px; }
  .p-news-body a {
    display: block; }

.p-page-header {
  position: relative;
  background: #fff;
  padding: 2.0em 20px; }
  .p-page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    width: 1200px;
    max-width: calc(100% - 20px);
    margin: auto; }
    .p-page-header__inner.-smaller {
      gap: 20px; }
  .p-page-header__card {
    border: 1px solid #DFDFDF;
    padding: 1em;
    border-radius: 0.5em;
    width: 1200px;
    max-width: calc(100% - 20px);
    margin: 1em auto 0; }
  .p-page-header__ttl {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.45em;
    line-height: 1.1; }
    .p-page-header__ttl.-smaller {
      font-size: 28px;
      font-size: 2.8rem; }
  .p-page-header__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 90px;
    height: 90px;
    padding: 5px; }
    .p-page-header__icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
    .p-page-header__icon.-single {
      padding: 0;
      width: 60px;
      height: 60px; }
    .p-page-header__icon.-smaller {
      width: 50px;
      height: 50px; }

.p-page-box {
  position: relative;
  background: #fff;
  padding: 1.75em 20px;
  border-radius: .5em; }
  .p-page-box--blue {
    background-color: #EBF9FF; }
  .p-page-box--gutter {
    padding: 2.5em 2.5em; }
  .p-page-box__section ~ .p-page-box__section {
    margin-top: 1.5em; }
  .p-page-box__section.-wide {
    margin-top: 3em; }

.p-page-box-link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  padding-bottom: 3px; }
  .p-page-box-link-row > * {
    width: calc(100% / 2 - 8px); }
  .p-page-box-link-row.-three {
    gap: 12px 15px; }
    .p-page-box-link-row.-three > * {
      width: calc(100% / 3 - 10px); }
  .p-page-box-link-row.-three-wide {
    gap: 24px; }
    .p-page-box-link-row.-three-wide > * {
      width: calc(100% / 3 - 16px); }

.p-page-box-link {
  position: relative;
  background: #fff;
  padding: 1.75em 20px;
  border-radius: .5em;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15); }
  .hasHover .p-page-box-link:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
    color: inherit;
    background-color: #FCFFF8; }
  .p-page-box-link--pd0 {
    padding: 0; }
  .p-page-box-link--gutter {
    padding: 1.75em 3em; }
  .p-page-box-link__section ~ .p-page-box-link__section {
    margin-top: 1.5em; }

.p-page-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px; }
  .p-page-box-row > * {
    background: #fff;
    padding: 1.75em 20px;
    border-radius: .5em;
    display: block; }
  .p-page-box-row.-two > * {
    gap: 12px 2.5em;
    width: calc(100% / 2 - 1.25em); }
  .p-page-box-row.-three {
    padding: 1.75em 1.75em; }
    .p-page-box-row.-three > * {
      width: calc(100% / 3 - 1.75em); }

.p-page-pager {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 10px 0; }
  .p-page-pager__cursor {
    padding: 5px; }
    .p-page-pager__cursor img {
      aspect-ratio: 15 / 25;
      height: auto; }
  .p-page-pager__text {
    padding: 5px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    width: 14em;
    text-align: center; }
    .p-page-pager__text.-y {
      width: 4.0em;
      text-align: center; }
    .p-page-pager__text.-ym {
      width: 6.0em;
      text-align: center; }

.p-page-next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  margin-top: 1em; }
  .p-page-next-prev--round {
    background-color: #fff;
    border-radius: 500px;
    padding: 1em; }
  .p-page-next-prev .large {
    font-weight: bold; }
  .p-page-next-prev .title {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 2em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .p-page-next-prev__link-prev {
    width: calc(50% - 5%);
    padding-left: 26px;
    background: url(/common/image/icon-arrow-prev.svg) no-repeat center left;
    background-size: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-page-next-prev__link-next {
    width: calc(50% - 5%);
    padding-right: 26px;
    background: url(/common/image/icon-arrow-next.svg) no-repeat center right;
    background-size: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; }

.p-page-lead {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.p-page-link-tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 1em; }
  .p-page-link-tag-row > * {
    max-width: 200px; }

.p-page-list-lh-middle li {
  line-height: 1.85; }

.p-page-icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 1.15em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-page-icon-row > * {
    position: relative;
    line-height: 1; }
    .p-page-icon-row > *.-ttl.-first {
      position: relative;
      font-weight: bold;
      padding-right: 1em; }
      .p-page-icon-row > *.-ttl.-first::after {
        content: "";
        width: 2px;
        height: 1.5em;
        margin-right: 0.35em;
        display: block;
        background-color: #c0c7c3;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .p-page-icon-row > *.-ttl {
      font-weight: bold; }
    .p-page-icon-row > *.-icon::before {
      content: "";
      width: 1em;
      height: 1em;
      margin-right: 0.35em;
      display: inline-block;
      border-radius: 100px; }
    .p-page-icon-row > *.-icon--c1::before {
      background-color: #4D5055;
      border: 1px solid #4D5055; }
    .p-page-icon-row > *.-icon--c2::before {
      background-color: #FF0004;
      border: 1px solid #FF0004; }
    .p-page-icon-row > *.-icon--c3::before {
      background-color: #337EFF;
      border: 1px solid #337EFF; }
    .p-page-icon-row > *.-icon--r3::before {
      background-color: #fff;
      border: 1px solid #337EFF; }

.p-page-voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-page-icon-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 0.75em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em; }
  .p-page-icon-data.-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-page-icon-data.-voice img {
    aspect-ratio: 1/1; }
  .p-page-icon-data ~ .p-page-icon-data {
    margin-top: 0.5em; }

.p-page-seminer-sub {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold; }

.p-page-seminer-speaker {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold; }

.p-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .p-case-card__fig {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 0.5em 0.5em 0 0; }
  .p-case-card__inner {
    padding: 1.85em; }
  .p-case-card__date {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em; }
  .p-case-card__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0.75em;
    font-weight: bold; }
  .p-case-card__txt {
    margin-top: 1em; }

.video-container {
  max-width: none; }

.p-movie-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5em 24px;
  padding-bottom: 3px; }
  .p-movie-card-row > * {
    width: calc(100% / 2 - 12px); }

.p-movie-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .p-movie-card__fig img {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 0.5em 0.5em 0 0; }
  .p-movie-card__movie {
    padding: 56.25% 0 0 0;
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff; }
    .p-movie-card__movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      border: 0; }
  .p-movie-card__inner {
    padding: 0.75em 0 0;
    text-align: center; }
  .p-movie-card__name {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0.75em;
    font-weight: bold; }
  .p-movie-card__txt {
    margin-top: 1em; }

.p-article h2 span, .p-news-body h2 span {
  font-weight: bold; }

.p-article h3, .p-news-body h3 {
  margin-bottom: 0.75em; }
  .p-article h3 span, .p-news-body h3 span {
    font-weight: bold; }

.p-article ul, .p-news-body ul,
.p-article ol,
.p-news-body ol {
  margin: 1em 0 0 0;
  padding: 0; }

.p-article ul li, .p-news-body ul li {
  line-height: 1.85;
  padding-left: 1.0em;
  text-indent: -1.0em; }
  .p-article ul li::before, .p-news-body ul li::before {
    content: "";
    color: #8CC63F;
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    background-color: #8CC63F;
    border-radius: 50%;
    position: relative;
    margin-right: 5px; }


.p-article ol,
.p-news-body ol {
  counter-reset: ol_li;
  list-style: none; }

.p-article ol li, .p-news-body ol li {
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em; }
  .p-article ol li::before, .p-news-body ol li::before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li) ".";
    font-weight: bold; }

.p-article li > ul, .p-news-body li > ul,
.p-article li > ol,
.p-news-body li > ol {
  margin: 0 0 0 1.5em; }

.p-article table thead th, .p-news-body table thead th,
.p-article table thead td,
.p-news-body table thead td,
.p-article table tbody th,
.p-news-body table tbody th,
.p-article table tbody td,
.p-news-body table tbody td {
  line-height: 1.5;
  padding: 1.25em 0.85em;
  font-family: "Noto Sans JP", sans-serif; }

.p-article img, .p-news-body img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.p-page-article__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5em; }

.p-page-article__fig {
  margin-top: 2.5em;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.p-page-article__hero {
  margin-top: 2.5em;
  display: block;
  aspect-ratio: 16/9;
  width: 800px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: auto; }

.p-page-article__card {
  border: 1px solid #DFDFDF;
  padding: 1.85em;
  border-radius: 0.5em;
  margin: 2.5em auto 0; }

.p-page-article__data-row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px; }
  .p-page-article__data-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0 !important; }

.p-page-article__section {
  margin-top: 2.5em; }

.p-page-article__caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0.5em;
  text-align: center; }

.p-page-article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  .p-page-article-row__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-page-article-row__content > * ~ p {
      margin-top: 1em; }
  .p-page-article-row__photo {
    max-width: 680px; }

.p-page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2em; }
  .p-page-404__txt {
    padding-top: 3em;
    display: inline-block; }

.p-page-netamoto-heading {
  font-size: 44px;
  font-size: 4.4rem;
  color: #8CC63F;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-weight: 600;
  text-align: center; }

.p-page-netamoto-card {
  gap: 2.5em;
  margin-top: 2.5em; }

.p-page-netamoto-cardItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5em 7%; }
  .p-page-netamoto-cardItem .logo {
    margin-bottom: 1em;
    width: 254px;
    height: 100px; }
    .p-page-netamoto-cardItem .logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .p-page-netamoto-cardItem .content {
    text-align: center; }
  .p-page-netamoto-cardItem .txt {
    margin-top: 1.25em;
    text-align: left; }

.p-page-netamoto-movie {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 37% 0 0 0;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5em;
  margin-bottom: 2.5em; }
  .p-page-netamoto-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 0; }

.p-netamoto-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 2.5em; }
  .p-netamoto-card__item {
    width: calc(100% / 3 - 1.67em);
    border-radius: 0.5em 1em;
    padding: 0px;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-netamoto-card__logo {
    width: 80px;
    height: 60px; }
    .p-netamoto-card__logo.wide {
      width: 70px;
      height: 50px; }
    .p-netamoto-card__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .p-netamoto-card__ttl {
    background-color: #EBF9FF;
    width: 100%;
    padding: 0.8em 0.25em;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem; }
  .p-netamoto-card__content {
    padding: 1.75em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }

.p-netamoto-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 12px; }
  .p-netamoto-card2__item {
    width: calc(100% / 3 - 8px);
    border-radius: 0.5em 1em;
    padding: 1.0em 1.75em;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-netamoto-card2__num {
    color: #50BDEC;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center; }
  .p-netamoto-card2__ttl {
    color: #0C096B;
    margin-top: 1em; }

.p-netamoto-gutter {
  margin-top: 2.5em; }

.p-netamoto-subttl {
  color: #0C096B;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4; }

.p-netamoto-subtxt {
  color: #0C096B;
  font-weight: bold;
  text-align: center; }

.p-netamoto-logo-txt {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center; }
  .p-netamoto-logo-txt img {
    vertical-align: text-bottom; }

.p-netamoto-flex {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p-netamoto-fig1 {
  margin-top: 2.5em; }
  .p-netamoto-fig1 img {
    aspect-ratio: 5/3; }

.p-pr-card__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.p-pr-card__txt {
  margin-top: 0.5em; }

.p-pr-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 0.5em;
  word-break: break-all; }

.p-regist-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px; }
  .p-regist-item__item {
    max-width: 400px; }

.p-regist-identify-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-regist-identify-list__item {
    width: calc(33.3% - 16px); }
    .p-regist-identify-list__item.-small {
      width: calc(25% - 16px); }

table .hidden {
  display: none; }

.p-search {
  width: 100%;
  background-color: #fff;
  padding: 1.75em; }

.p-search-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-search-table ~ .p-search-table {
    margin-top: 1.2em; }
  .p-search-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 20px;
    background-color: #F5F5F1;
    border-radius: 6px 0 0 6px; }
  .p-search-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 24px 24px;
    background-color: #F5F5F1;
    border-radius: 6px 0 0 6px; }
    .p-search-table__body .js-tabgroup {
      width: 100%; }
  .p-search-table__block {
    width: 100%; }

.p-search-sp-content {
  display: block;
  /* 幅561px以上で常に表示 */ }

.p-search-sp-trigger {
  display: none;
  /* 幅561px以上で非表示 */
  text-align: center;
  margin-top: 1.5em;
  background-color: #FBB03B;
  border-radius: 5px;
  color: white;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  position: relative; }
  .p-search-sp-trigger::before {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Material Symbols Outlined';
    content: '\e313';
    font-size: 1.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .p-search-sp-trigger.is-open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.p-section {
  margin-top: 0px; }
  .p-section--short {
    width: 1000px;
    max-width: 100%;
    margin: auto; }
  .p-section ~ .p-section {
    margin-top: 2.5em; }
  .p-section--top {
    margin-top: 0 !important;
    padding-top: 2.5em; }
  .p-section--top-l {
    margin-top: 0 !important;
    padding-top: 4.375em; }
  .p-section--bottom-m {
    padding-bottom: 60px; }
  .p-section--bottom {
    padding-bottom: 80px; }

.p-send {
  width: 100%;
  margin: 30px auto 0; }

.p-send-msg {
  border-radius: 0.5em;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #fff; }

.p-side-green {
  padding: 20px;
  border: 1px solid #8CC63F;
  border-radius: 10px;
  background-color: #EFF8F1; }
  .p-side-green__ttl {
    color: #8CC63F;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px; }

.p-side-yellow {
  padding: 20px;
  border: 1px solid #c0c7c3;
  border-radius: 10px;
  background-color: #FCF5E2; }
  .p-side-yellow__ttl {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px; }

.p-side-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid #c0c7c3;
  padding-top: 6px;
  padding-bottom: 6px; }
  .p-side-row__ttl {
    font-weight: bold; }
  .p-side-row__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px; }
    .p-side-row__content .main {
      font-size: 20px;
      font-size: 2rem; }
    .p-side-row__content .sub {
      font-size: 14px;
      font-size: 1.4rem; }

.p-side-exsmall {
  font-size: 12px;
  font-size: 1.2rem; }

.slide-wrap {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px; }

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2); }

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  top: initial; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
    border-color: #8CC63F;
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0 0; }

.swiper-button-prev {
  left: 5%; }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.swiper-button-next {
  right: 5%; }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8CC63F; }

.swiper-pagination {
  bottom: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.p-tabgroup {
  width: 100%;
  margin: 80px auto; }

.p-tab__area {
  margin: 0;
  border-bottom: 2px solid #8CC63F; }

.p-tab__footer {
  padding: 0 40px 40px; }

.p-tab__area-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px; }
  .p-tab__area-wrapper > li {
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 0;
    color: #8CC63F;
    background: #fff;
    border: 1px solid #c0c7c3;
    border-bottom: none;
    text-align: center;
    -webkit-transition: ease 0.3s background, ease 0.3s border-color;
    transition: ease 0.3s background, ease 0.3s border-color;
    cursor: pointer; }
    .p-tab__area-wrapper > li label {
      letter-spacing: 0.1em; }
    .p-tab__area-wrapper > li:last-child {
      margin: 0; }
    .hasHover .p-tab__area-wrapper > li:hover {
      background: #8CC63F; }
      .hasHover .p-tab__area-wrapper > li:hover label {
        color: #fff; }
    .p-tab__area-wrapper > li.is-active {
      background: #8CC63F;
      color: #fff; }
      .p-tab__area-wrapper > li.is-active label {
        font-weight: 600;
        color: #fff; }
  .p-tab__area-wrapper label {
    line-height: 1.3;
    cursor: pointer; }

.p-tab__input {
  display: none; }

.p-tab__content {
  background: #fff;
  border: 1px solid #c0c7c3; }

.p-tab__panel {
  width: 100%;
  padding: 0 0;
  display: none; }
  .p-tab__panel.is-active {
    display: block;
    -webkit-animation: tabAnim ease 0.6s forwards;
            animation: tabAnim ease 0.6s forwards; }

.p-tablist-next {
  display: none; }

.p-tablist {
  width: 100%;
  border-bottom: 5px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  position: relative; }
  .p-tablist__item {
    max-width: 394px;
    width: 100%;
    position: relative;
    z-index: 1; }
    .p-tablist__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0.5em;
      padding: 12px 10px 15px;
      border-bottom: none;
      position: relative;
      border-radius: 5px 5px 0 0;
      background-color: #fff;
      -webkit-transition: background-color ease 0.3s;
      transition: background-color ease 0.3s;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
      .p-tablist__item a .-icon {
        height: 30px;
        width: 30px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
      .p-tablist__item a p {
        font-weight: bold;
        line-height: 1; }
      .p-tablist__item a::after {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .p-tablist__item.is-current a {
      pointer-events: none; }
      .p-tablist__item.is-current a::after {
        background-color: #8CC63F; }

.p-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #c0c7c3; }
  .p-table.-top-mt {
    margin-top: 20px; }
  .p-table ~ .p-table {
    border-top: none;
    margin-top: 0px !important;
    padding-top: 0px; }
  .p-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 12px 12px 0;
    position: relative; }
    .p-table__ttl--long {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 230px;
              flex: 0 0 230px;
      max-width: 230px; }
  .p-table__body {
    padding: 12px 0 12px 12px;
    width: 100%; }

.p-table-article tbody td.holiday {
  background-color: #FFDBD7; }

.p-table-article .-disp-sp-cell {
  display: none; }

.p-table-article .-disp-pc-inline {
  display: inline; }

.p-table-article .-disp-sp-inline {
  display: none; }

.p-table-article .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-table-article .btn-row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-table-article .btn-row--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.p-table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-table-data--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .p-table-data ~ .p-table-data {
    margin-top: 15px; }
  .p-table-data__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8em;
    border: 1px solid #8CC63F;
    color: #8CC63F;
    margin-top: 0.15em;
    padding: 0.1em;
    background-color: #F3F7ED;
    text-align: center;
    border-radius: 5px; }
  .p-table-data__body {
    padding-top: 0.25em;
    word-break: break-all; }

.p-tabline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 0.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-tabline__item {
    padding: 0.35em 1em;
    position: relative;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: transparent;
    cursor: pointer;
    border-bottom: 2px solid #DFDFDF; }
    .p-tabline__item::after {
      width: 100%;
      height: 2px;
      background-color: #FBB03B;
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      display: none; }
    .p-tabline__item.is-active::after {
      display: block; }
  .p-tabline--media > * {
    text-align: center; }
  .p-tabline__body {
    padding: 1.5em 0;
    width: 100%;
    display: none; }
    .p-tabline__body.-pt {
      padding-top: 5px; }
    .p-tabline__body.is-active {
      display: block;
      -webkit-animation: tabAnim ease 0.6s forwards;
              animation: tabAnim ease 0.6s forwards; }
  .p-tabline__subttl {
    font-weight: bold;
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px; }

.p-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .p-dashboard > * {
    width: calc(50% - 10px);
    position: relative; }
    .p-dashboard > *.-full {
      width: 100%; }
    .p-dashboard > * .item-theme {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1em;
      padding: 1.5em 2em 1.5em 1em;
      font-weight: bold;
      line-height: 1.5;
      border-radius: 5px;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-dashboard > * .item-theme--side {
        padding: 1.5em 1em;
        display: block; }
      .p-dashboard > * .item-theme .-icon {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
      .p-dashboard > * .item-theme .-small {
        font-size: 13px;
        font-size: 1.3rem; }
      .p-dashboard > * .item-theme .-row-ttl {
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .hasHover .p-dashboard > * .item-theme:hover {
        background-color: #FCFFF8;
        text-decoration: none;
        color: #4D5055;
        -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
                box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15); }
      .p-dashboard > * .item-theme__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .p-dashboard > * .item-theme__btn .-btn {
          min-width: 7em; }
          .p-dashboard > * .item-theme__btn .-btn > *:hover img {
            -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(442%) hue-rotate(41deg) brightness(92%) contrast(88%);
                    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(442%) hue-rotate(41deg) brightness(92%) contrast(88%); }
          .p-dashboard > * .item-theme__btn .-btn > * .-icon {
            height: 20px;
            width: 20px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center;
               object-position: center; }
          .p-dashboard > * .item-theme__btn .-btn > * p {
            font-weight: bold;
            line-height: 1; }
    .p-dashboard > *:nth-child(2n) .tooltip,
    .p-dashboard > *.-full .tooltip {
      left: unset;
      right: -20px;
      -webkit-transform: none;
              transform: none; }
      .p-dashboard > *:nth-child(2n) .tooltip::before,
      .p-dashboard > *.-full .tooltip::before {
        left: auto;
        right: 15px;
        -webkit-transform: none;
                transform: none; }

.more-btn {
  width: 100%; }
  .more-btn > * {
    padding: 0.75em 1.25em;
    font-size: 15px;
    font-size: 1.5rem; }
    .more-btn > *:hover img {
      -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(442%) hue-rotate(41deg) brightness(92%) contrast(88%);
              filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(442%) hue-rotate(41deg) brightness(92%) contrast(88%); }
    .more-btn > * .-btn-icon {
      height: 20px;
      width: 20px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }

.trigger-wrap {
  position: relative; }

.trigger {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFD52C;
  border-radius: 50%;
  cursor: pointer; }
  .trigger::before {
    font-family: 'Material Symbols Outlined';
    content: "\eb8b";
    color: #fff;
    font-weight: 600; }
  .trigger.-ttl {
    bottom: unset;
    top: 0; }

.tooltip {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  display: none;
  z-index: 10; }
  .tooltip::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(51, 51, 51, 0.8) transparent; }
  .tooltip.-right {
    left: unset;
    right: -20px;
    -webkit-transform: none;
            transform: none; }
    .tooltip.-right::before {
      left: auto;
      right: 15px;
      -webkit-transform: none;
              transform: none; }

.trigger:hover .tooltip {
  display: block; }

.p-top-section {
  position: relative;
  padding: 60px 0 0; }
  .p-top-section--bottom {
    padding-bottom: 60px; }

.p-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px; }

.p-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px; }
  .p-banner-row__item {
    width: calc(50% - 20px); }

.p-top-banner-link {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hasHover .p-top-banner-link:hover {
    text-decoration: none; }
  .p-top-banner-link.gradient {
    border: 6px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#6FAE31), to(#F0C41C));
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #6FAE31, #F0C41C);
    background-origin: border-box;
    background-clip: padding-box, border-box; }
  .p-top-banner-link.border {
    border: 6px solid #1A2188; }
  .p-top-banner-link .-logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 140px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .p-top-banner-link .-ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .p-top-banner-link .-note {
    margin-top: .5em;
    font-size: 12px;
    font-size: 1.2rem; }

.p-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  .p-top-row__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-top-row__sub {
    -ms-flex-preferred-size: 310px;
        flex-basis: 310px;
    max-width: 310px; }

.p-top-banner {
  display: block; }
  .p-top-banner ~ .p-top-banner {
    margin-top: 10px; }

.p-top-row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
.u-left {
  text-align: left !important; }

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

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

.hasHover .u-blink:hover {
  -webkit-animation: blink 0.3s linear;
          animation: blink 0.3s linear; }

.u-br-sp {
  display: none; }

.u-br-tab {
  display: none; }
  .u-br-tab--up {
    display: inline-block; }

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

.u-disp-sp {
  display: none !important; }

.u-bold {
  font-weight: bold; }

.u-large {
  font-size: 1.142em; }

.u-strong {
  font-size: 1.28em;
  font-weight: bold; }

.u-small {
  font-size: 0.875em; }

.u-theme {
  color: #8CC63F; }

.u-red {
  color: #FF0004; }

.u-bold-red {
  color: #FF0004;
  font-weight: bold; }

.u-nowrap {
  white-space: nowrap; }

.u-nm {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mtem {
  margin-top: 1em !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mtb10 {
  margin: 10px 0 !important; }

.u-mtb20 {
  margin: 20px 0 !important; }

.u-mtb30 {
  margin: 30px 0 !important; }

.u-mbem {
  margin-bottom: 1em !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-width5 {
  width: 5% !important; }

.u-width8 {
  width: 8% !important; }

.u-width10 {
  width: 10% !important; }

.u-width13 {
  width: 13% !important; }

.u-width15 {
  width: 15% !important; }

.u-width20 {
  width: 20% !important; }

.u-width25 {
  width: 25% !important; }

.u-width30 {
  width: 30% !important; }

.u-width35 {
  width: 35% !important; }

.u-width33 {
  width: 33% !important; }

.u-width40 {
  width: 40% !important; }

.u-width45 {
  width: 45% !important; }

.u-width50 {
  width: 50% !important; }

.u-width55 {
  width: 55% !important; }

.u-width60 {
  width: 60% !important; }

.u-width65 {
  width: 65% !important; }

.u-width70 {
  width: 70% !important; }

.u-width75 {
  width: 75% !important; }

.u-width80 {
  width: 80% !important; }

.u-width85 {
  width: 85% !important; }

.u-width90 {
  width: 90% !important; }

.u-width95 {
  width: 95% !important; }

.u-width100 {
  width: 100% !important; }

@media only screen and (max-width: 1200px) {
      .c-input.-size-l, .-size-l.c-textarea {
        width: 100%; }
    .p-btn-gnav > * {
      padding-left: 1em;
      padding-right: 1em; }
      .p-calendar-card .date {
        font-size: 55px;
        font-size: 5.5rem; } }

@media only screen and (max-width: 960px) {
    .c-btn-f.-size-largest > *,
    .c-btn-c.-size-largest > * {
      height: 90px;
      font-size: 22px;
      font-size: 2.2rem; }
      .c-column__sub {
        width: 200px; }
          .c-crumb__container ~ .c-crumb__container::after {
            margin: -0.15em 0 0 0; }
      .c-select-wrap:after {
        border-width: 4px 4px 0 4px; }
      .c-form-check-list--row3 > li {
        width: calc(50% - 0.5em);
        margin-right: 1em; }
        .c-form-check-list--row3 > li:nth-child(3n) {
          margin-right: 1em; }
        .c-form-check-list--row3 > li:nth-child(2n) {
          margin-right: 0; }
    .c-form-name__block {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-form-name input {
        width: 100%; }
    .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
      max-width: 5em; }
      .c-formBox__ttl {
        width: 160px; }
      .c-formBox__body {
        width: 100%; }
    .c-header {
      margin: 0; }
        .c-header__logo .-link {
          width: 110px; }
      .c-header__navi {
        gap: 14px; }
    a[href^='tel:'] {
      pointer-events: fill; }
    .c-toTop {
      bottom: 40px; }
    .c-wrapper--inner {
      padding-left: 25px;
      padding-right: 25px; }
      .c-wrapper__gutter {
        padding-top: 24px; }
    .p-btn-gnav > * {
      padding: 1em 1em 1em 1em;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-btns > * {
        width: calc(100% / 3 - 8px); }
      .p-calendar-card .date {
        font-size: 50px;
        font-size: 5rem; }
      .p-calendar-wrapper-row__sub {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        max-width: 20%; }
  .p-calendar-side-ttl {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-calendar-side-list {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-heading-primary {
      font-size: 32px;
      font-size: 3.2rem; }
      .p-heading-primary.-small {
        font-size: 26px;
        font-size: 2.6rem; }
    .p-heading-page {
      font-size: 24px;
      font-size: 2.4rem; }
    .p-item-result {
      gap: 16px 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-item-result__number {
        width: 100%; }
          .p-mail-template-row .-point .pin:before {
            border-width: 4px 4px 0 4px; }
      .p-list-news__item {
        padding: 1em; }
      .p-page-header__ttl {
        font-size: 24px;
        font-size: 2.4rem; }
        .p-page-header__ttl.-smaller {
          font-size: 20px;
          font-size: 2rem; }
    .p-page-netamoto-heading {
      font-size: 34px;
      font-size: 3.4rem; }
      .p-netamoto-card2__num {
        font-size: 32px;
        font-size: 3.2rem; }
      .p-section--bottom-m {
        padding-bottom: 40px; }
      .p-section--bottom {
        padding-bottom: 60px; }
    .p-tabgroup {
      margin: 50px auto; }
      .p-table.-top-mt {
        margin-top: 0; }
        .p-dashboard > * .item-theme {
          gap: 0.5em; }
        .p-dashboard > * .item-theme.-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
    .p-top-section {
      padding: 50px 0 0; }
    .u-br-tab {
      display: inline-block; }
  .u-br-pc {
    display: none; }
  .u-hide-md {
    display: none !important; } }

@media only screen and (max-width: 768px) {
      .p-calendar-card .date {
        font-size: 40px;
        font-size: 4rem; } }

@media only screen and (max-width: 560px) {
    body {
      font-size: 13px;
      font-size: 3.46667vw; }
  .js-ac .js-ac-trigger {
    position: relative;
    width: 20px;
    height: 20px; }
    .js-ac .js-ac-trigger::before, .js-ac .js-ac-trigger::after {
      display: block;
      content: '';
      background-color: #4D5055;
      position: absolute;
      width: 10px;
      height: 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .js-ac .js-ac-trigger::before {
      width: 2px;
      height: 10px; }
  .js-ac .js-ac-body,
  .js-ac .js-ac-target {
    display: none; }
  .js-ac.is-active .js-ac-trigger:before {
    content: normal; }
  .js-ac.is-active .js-ac-body,
  .js-ac.is-active .js-ac-target {
    display: block; }
    .c-box {
      margin-top: 5.33333vw;
      padding: 20px; }
    .c-box-color {
      margin-top: 5.33333vw;
      padding: 20px; }
    .c-box-info {
      margin-top: 5.33333vw;
      padding: 20px; }
    .c-box-line {
      margin-top: 5.33333vw; }
      .c-box-line__ttl {
        font-size: 16px;
        font-size: 1.6rem; }
      .c-box-line__body {
        padding: 18px; }
    .c-buttons-cover {
      gap: 20px;
      margin-top: 8vw; }
    .c-buttons-cover ~ .c-buttons-cover {
      margin-top: 30px; }
      .c-buttons-cover > * {
        margin-bottom: 1em; }
      .c-buttons-cover > * {
        max-width: 100%;
        text-align: center; }
    .c-btn-c > * {
      padding: .75em 1.5em .75em 1.5em;
      font-size: 14px;
      font-size: 1.4rem; }
    .c-btn-f > * {
      padding: .75em 1.5em .75em 1.5em;
      font-size: 14px;
      font-size: 1.4rem; }
    .c-btn-f.-size-l > *,
    .c-btn-c.-size-l > * {
      font-size: 16px;
      font-size: 4.26667vw; }
    .c-btn-f.-size-largest > *,
    .c-btn-c.-size-largest > * {
      height: 16vw;
      font-size: 15px;
      font-size: 4vw;
      gap: 10px; }
    .c-btn-f.-size-smaller > *,
    .c-btn-c.-size-smaller > * {
      font-size: 12px;
      font-size: 3.2vw; }
    .c-btn-f.-size-s > *,
    .c-btn-c.-size-s > * {
      font-size: 11px;
      font-size: 2.93333vw;
      padding: 0.5em 0.5em; }
    .c-btn-f--block-small > *,
    .c-btn-c--block-small > * {
      width: 100%; }
  .c-btn-f--sp-full > *,
  .c-btn-c--sp-full > * {
    width: 100%; }
    .c-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      .c-column__main {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .c-column__sub {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-container--top {
        margin-top: 14.66667vw; }
      .c-container.-bg-white::before {
        content: none; }
    .c-crumb {
      border-bottom: 1px solid #DFDFDF; }
      .c-crumb__container {
        font-size: 11px;
        font-size: 2.93333vw; }
    .c-footer {
      padding-top: 13.33333vw; }
      .c-footer__inner {
        width: 100%;
        max-width: 100%;
        padding-left: 4vw;
        padding-right: 4vw; }
      .c-footer__cr {
        margin-top: 1em; }
      .c-footer .-main {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .c-footer .-main ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1em 20px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .c-footer .-main ul > * {
            width: calc(50% - 10px); }
      .c-footer .-sub {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .c-footer .-sub ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1em 20px;
          margin-top: 20px;
          text-align: left;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .c-footer .-sub ul > * {
            width: calc(50% - 10px); }
        .c-footer .-sub.-bottom ul {
          display: block;
          text-align: center; }
          .c-footer .-sub.-bottom ul > * {
            width: auto;
            display: inline-block;
            margin-bottom: 1em; }
            .c-footer .-sub.-bottom ul > * a {
              padding: 0 1.5em; }
    .c-footer-link__item a {
      padding: 0; }
  .c-footer-link__item.-line-sp a {
    border-right: none; }
    .c-input, .c-textarea {
      padding: 1em 1em;
      font-size: 16px; }
      .c-input--picker {
        max-width: 100%;
        width: 300px;
        min-height: 3.5em;
        padding: 0.85em 1.05em 0.85em 2.5em; }
    .c-input-search {
      padding-left: 44px; }
    .c-input-calendar {
      text-align: center;
      width: 100%; }
      .c-input-calendar::after {
        left: 1.5em; }
    .c-input-calendar input::-webkit-calendar-picker-indicator {
      display: none; }
    .c-textarea {
      font-size: 16px; }
    .c-select {
      padding: 0.5em 1.5em 0.5em 0.5em; }
      .c-formYmd > * {
        width: 100%;
        padding-right: 4vw; }
        .c-formYmd > *:last-child {
          padding-right: 0; }
      .c-formYmd .c-select-wrap {
        display: block; }
    .c-radio:before {
      width: 0.6em;
      height: 0.6em;
      top: 0.45em;
      left: 0.62em; }
      .c-form-name__block ~ .c-form-name__block {
        margin-left: 5vw; }
      .c-form-tel__block ~ .c-form-tel__block {
        margin-left: 5vw; }
        .c-form-tel__block ~ .c-form-tel__block:before {
          left: calc(-2.5vw - 0.2em); }
    .c-form-tel__block > .c-input, .c-form-tel__block > .c-textarea {
      max-width: 20vw; }
      .c-form-zip__block ~ .c-form-zip__block {
        margin-left: 5vw; }
        .c-form-zip__block ~ .c-form-zip__block:before {
          left: calc(-2.5vw - 0.2em); }
      .c-form-zip__btn {
        height: 4em; }
    .c-formBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-formBox__ttl {
        width: 100%;
        margin-right: 0;
        padding: 1em 0; }
        .c-formBox__ttl--req:after {
          font-size: 10px;
          font-size: 2.66667vw; }
        .c-formBox__ttl--free:after {
          font-size: 10px;
          font-size: 2.66667vw; }
        .c-formBox__body.-top {
          border-top: none; }
      .c-formBox__body {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0; }
    .c-formName_first, .c-formName_last {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-formName_first > input, .c-formName_last > input {
        width: 100%; }
    .c-formErrorMessage {
      font-size: 12px;
      font-size: 1.2rem; }
    .c-alert-correct {
      width: 100%; }
    .c-form-row--sp-col {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px; }
      .c-stepBar li {
        font-size: 11px; }
    .c-form-range {
      gap: 10px 20px; }
        .c-form-range__item:before {
          left: -17px; }
      .c-form-range__item {
        width: calc(50% - 10px); }
    ul.c-navifloat {
      top: 16vw; }
      ul.c-navifloat.-mypage {
        width: 60vw; }
      ul.c-navifloat.-content {
        right: 5vw;
        width: 70vw; }
      ul.c-navifloat .item-theme {
        margin-top: 0.45em;
        margin-bottom: 0.45em; }
      ul.c-navifloat .item-link {
        margin-top: 0.45em;
        margin-bottom: 0.45em; }
    .c-navitrigger {
      width: 20vw;
      height: 13.33333vw; }
      .c-navitrigger .-txt {
        font-size: 10px;
        font-size: 2.66667vw; }
    .c-header {
      margin: 0;
      height: 14.66667vw;
      gap: 10px; }
      .c-header::before {
        height: 14.66667vw; }
      .c-header__logo {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 20.53333vw; }
        .c-header__logo .-link {
          width: 26.66667vw; }
          .c-header__logo .-link img {
            width: 100%; }
      .c-header__right {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .c-header__navi {
        margin-top: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .c-counter .unread {
        font-size: 11px;
        font-size: 2.93333vw; }
      .c-table tbody th,
      .c-table tbody td {
        display: block;
        width: 100% !important; }
      .c-table--middle tbody th,
      .c-table--middle tbody td {
        font-size: 13px;
        font-size: 1.3rem; }
      .c-table--larger thead th,
      .c-table--larger thead td,
      .c-table--larger tbody th,
      .c-table--larger tbody td {
        font-size: 13px;
        font-size: 1.3rem; }
    .c-table--sp-table {
      display: table; }
    .c-table--sp-table thead.-hide-sp {
      display: none; }
    .c-table--sp-table tbody th,
    .c-table--sp-table tbody td {
      width: auto !important;
      display: table-cell;
      word-break: break-all; }
    .c-table--sp-block thead {
      display: none; }
    .c-table--sp-block tbody td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      padding: 0.75em 0;
      font-size: 12px;
      font-size: 3.2vw; }
      .c-table--sp-block tbody td::before {
        content: attr(data-label);
        margin-bottom: 0.2rem;
        min-width: 4em; }
      .c-table--sp-block tbody td ~ td {
        padding: 0 0 0.75em; }
    .c-toTop {
      width: 8vw;
      height: 8vw;
      bottom: 8vw; }
    .c-wrapper {
      max-width: calc(100% - 50px); }
      .c-wrapper--top {
        margin-top: 4vw; }
    .c-wrapper--inner {
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; }
      .c-wrapper__gutter {
        padding-top: 4vw; }
    .p-accordion {
      display: block;
      width: 100%; }
      .p-accordion__trigger {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .p-aclist-qa__trigger {
      padding: 0.75em 3.5em 0.75em 1.5em; }
      .p-aclist-qa__trigger::after {
        width: 10px;
        height: 10px;
        right: 1.5em;
        top: 1.65em; }
    .p-aclist-qa__icon-q {
      font-size: 18px;
      font-size: 4.8vw; }
    .p-aclist-qa__body {
      padding: 1.0em 2.5em 1.0em 3.5em; }
    .p-aclist-qa__title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.3; }
    .p-aclist-qa__answer {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-btn-gnav > * {
      height: 38px;
      gap: 5px;
      font-size: 11px;
      font-size: 2.93333vw;
      padding-left: 10px;
      padding-right: 10px; }
    .p-btn-gnav > * img.-r1 {
      width: 12px;
      height: 12px; }
    .p-btn-gnav > * img.-r2 {
      width: 12px;
      height: 12px; }
    .p-btn-icon-regist {
      width: 22px; }
      .p-btns.-two > * {
        width: 100%; }
      .p-btns.-three > * {
        width: calc(50% - 6px); }
      .p-btns > * {
        margin-left: 0;
        text-align: center;
        border-radius: 4px;
        width: calc(50% - 6px); }
  .p-btn-mypagesearch {
    width: 100%; }
    .p-buttons-cover-big-icon > * {
      width: 100%;
      margin-left: 0px; }
    .p-btn-big-icon > * {
      font-size: 17px;
      font-size: 4.53333vw;
      padding-left: 18.66667vw;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
    .p-btn-big-icon__icon {
      width: 9.86667vw;
      height: 9.86667vw;
      left: 5.33333vw; }
    .p-btn-big-icon__text {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .p-btn-big-icon__text .-small {
        text-align: left;
        font-size: 13px;
        font-size: 3.46667vw;
        padding-right: 0; }
      .p-btn-trainer-reserve > * {
        padding: 8vw 10.66667vw;
        min-height: auto; }
      .p-btn-round-black > *::after {
        top: 0.5em;
        font-size: 18px;
        font-size: 1.8rem; }
        .hasHover .p-btn-round-black > *:hover::after {
          top: 0.5em; }
    .p-calendar-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .p-calendar-row > * {
        width: 100%; }
      .p-calendar-card__body {
        padding: 1.0em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .p-calendar-card__calendar {
        width: 100%;
        gap: 1em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .p-calendar-card__content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .p-calendar-card__content .more-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: .5em;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
      .p-calendar-card__content .more {
        margin-left: auto;
        margin-right: auto; }
      .p-calendar-card__content .more > * {
        max-width: 100%;
        width: 100%;
        padding: .75em; }
      .p-calendar-card .month {
        font-size: 16px;
        font-size: 4.26667vw; }
        .p-calendar-card .month span {
          font-size: 10px;
          font-size: 2.66667vw; }
      .p-calendar-card .date {
        font-size: 44px;
        font-size: 11.73333vw; }
        .p-calendar-card .date span {
          font-size: 12px;
          font-size: 3.2vw; }
      .p-calendar-card .rokuyo {
        font-size: 12px;
        font-size: 3.2vw; }
      .p-calendar-card__list {
        margin-top: 0; }
      .p-calendar-card__body-single {
        padding: 1.0em;
        padding: 1em 2.5em 1em; }
        .p-calendar-card__body-single .date {
          font-size: 44px;
          font-size: 11.73333vw; }
        .p-calendar-card__body-single .rokuyo {
          font-size: 12px;
          font-size: 3.2vw; }
    .p-calendar-single-ttl {
      font-size: 12px;
      font-size: 3.2vw; }
      .p-calendar-single-list li {
        font-size: 12px;
        font-size: 3.2vw; }
      .p-calendar-wrapper-row__main {
        display: contents; }
      .p-calendar-wrapper-row__sub {
        display: contents;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        text-align: center; }
    .p-calendar-wrapper-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      .p-card__item {
        width: 100%;
        margin-right: 0; }
      .p-card-two__item {
        width: 100%;
        margin-right: 0; }
    .p-control {
      gap: 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-control--btw {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .p-control--right {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .p-control__child-btn {
      width: 100%;
      margin-top: 0.5em; }
      .p-control__child-pager {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .p-control-count {
      font-size: 16px;
      font-size: 4.26667vw;
      margin-right: auto; }
        .p-control-count .num span {
          font-size: 14px;
          font-size: 3.73333vw; }
    .p-conditions-table {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .p-heading-primary {
      font-size: 26px;
      font-size: 6.93333vw; }
      .p-heading-primary.-small {
        font-size: 22px;
        font-size: 5.86667vw; }
    .p-heading-secondary, .p-article h2, .p-news-body h2 {
      font-size: 18px;
      font-size: 4.8vw;
      padding-left: 0.75em; }
      .p-heading-secondary.-large, .p-article h2.-large, .p-news-body h2.-large {
        font-size: 23px;
        font-size: 6.13333vw; }
        .p-heading-secondary.-large::before, .p-article h2.-large::before, .p-news-body h2.-large::before {
          width: 8px; }
    .p-heading-strong {
      font-size: 18px;
      font-size: 4.8vw; }
    .p-heading-large, .p-article h3, .p-news-body h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-heading-large-trigger span {
      font-size: 18px;
      font-size: 1.8rem; }
  .p-heading-large-trigger--sub {
    pointer-events: none; }
  .p-heading-large-trigger--sub span::after {
    content: none; }
    .p-heading-larger {
      font-size: 15px;
      font-size: 1.5rem; }
    .p-heading-border {
      font-size: 14px;
      font-size: 3.73333vw; }
    .p-heading-row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px 3px; }
    .p-heading-page {
      font-size: 23px;
      font-size: 6.13333vw; }
    .p-item-label-ttl {
      padding: 0.1em; }
    .p-item-result {
      margin-top: 20px;
      margin-bottom: 20px;
      gap: 1em; }
      .p-item-result__number {
        width: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .p-item-result__select {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .p-item-result__pager {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
    .p-login {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: auto; }
      .p-login__left {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
      .p-login__right {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
      .p-login__logo {
        padding-top: 60px;
        padding-bottom: 60px; }
        .p-login__logo img {
          max-width: 50%; }
      .p-login-dialog__heading {
        font-size: 23px;
        font-size: 6.13333vw; }
      .p-login-dialog__body {
        padding: 2em; }
    .p-mail-sidebox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      padding: 0 1em 1em; }
    .p-mail-sidebox > * {
      width: calc(50% - 5px); }
      .p-mail-sidebox__ttl {
        padding: 0.75em 0; }
      .p-mail-sidebox__item {
        width: calc(50% - 2px);
        padding: 0.75em 0.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 2px solid #DFDFDF;
        font-size: 10px;
        font-size: 2.66667vw;
        border-radius: 4px; }
    .p-mail-sidebox .sp-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5em; }
    .p-mail-table {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 1em 1em;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-mail-table .-grid-cov {
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-preferred-size: calc(60% - 6px);
            flex-basis: calc(60% - 6px); }
      .p-mail-table--send .-send-grid-cov {
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-preferred-size: calc(60% - 6px);
            flex-basis: calc(60% - 6px); }
    .p-mail-table--send .-grid1,
    .p-mail-table--send .-grid2,
    .p-mail-table--send .-grid3,
    .p-mail-table--send .-grid4,
    .p-mail-table--send .-grid5 {
      max-width: 100%; }
      .p-mail-table--send .-grid1.is-none,
      .p-mail-table--send .-grid2.is-none,
      .p-mail-table--send .-grid3.is-none,
      .p-mail-table--send .-grid4.is-none,
      .p-mail-table--send .-grid5.is-none {
        display: none; }
    .p-mail-table--send .-grid4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      -ms-flex-preferred-size: calc(40% - 6px);
          flex-basis: calc(40% - 6px);
      font-size: 12px;
      font-size: 3.2vw;
      text-align: right; }
    .p-mail-table--send .-grid5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .p-mail-table.-header {
        display: none; }
      .p-mail-table .-w-check {
        width: 10%; }
      .p-mail-table .-icon-mail {
        width: 1.15em;
        height: 1.15em; }
      .p-mail-table .-w-icon {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 10%; }
      .p-mail-table .-w-title {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        width: 90%; }
      .p-mail-table .-w-from {
        max-width: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
      .p-mail-table .-w-date {
        max-width: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-left: auto;
        text-align: right; }
    .p-mail-input-table,
    .p-mail-modal-table {
      gap: 1em; }
      .p-mail-input-table__ttl,
      .p-mail-modal-table__ttl {
        width: 80px;
        padding: 0.1em; }
  .p-mail-input-table {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .p-mail-input-table__ttl {
      width: 100%;
      font-size: 12px;
      font-size: 3.2vw; }
  .p-mail-input-table__body {
    width: 100%; }
  .p-mail-table-l {
    font-size: 12px;
    font-size: 3.2vw;
    width: 900px; }
  .p-mail-table-m {
    font-size: 12px;
    font-size: 3.2vw;
    width: 700px; }
  .p-mail-table-s {
    font-size: 12px;
    font-size: 3.2vw;
    width: 500px; }
    .p-mail-template-row {
      gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 20px; }
      .p-mail-template-row .-point {
        width: 100%;
        font-size: 12px;
        font-size: 3.2vw; }
      .p-mail-template__label {
        min-width: 100%;
        padding: 0.1em 0.5em; }
      .p-mail-template__ttl {
        font-size: 14px;
        font-size: 3.73333vw; }
      .p-mail-template .color-box {
        width: 100%; }
    .modal__container-scroll {
      max-height: 75vh; }
    .modal__container {
      max-height: 85vh; }
    .p-list-news {
      margin-top: 0em;
      padding: 5.33333vw; }
      .p-list-news__item {
        display: block;
        padding: 10px 2.13333vw; }
      .p-list-news__date {
        margin-right: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: .75em; }
        .p-list-news__date .-category {
          font-size: 10px;
          font-size: 2.66667vw; }
      .p-list-news__title {
        margin-top: 0;
        padding-bottom: .75em; }
    .p-news-search-wrap {
      padding: 0;
      gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .p-news-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      .p-news-search__ttl {
        width: 100%; }
      .p-news-search__body {
        width: 100%; }
    .p-news-search--nowrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 20px; }
    .p-news-search--nowrap .p-news-search__ttl {
      width: 6em; }
    .p-news-article {
      padding: 20px 20px 30px; }
      .p-news-article__footer {
        margin-top: 40px; }
    .p-news-heading {
      margin-bottom: 1em; }
      .p-news-heading__title {
        font-size: 18px;
        font-size: 4.8vw; }
      .p-news-heading__time {
        max-width: 100%; }
      .p-news-heading__date {
        margin-top: 14px;
        font-size: 12px;
        font-size: 3.2vw; }
    .p-news-body {
      margin-top: 20px; }
      .p-news-body ~ .p-news-body {
        margin-top: 12px; }
    .p-page-header {
      padding: 22px 16px; }
      .p-page-header__inner {
        gap: 20px;
        max-width: calc(100% - 10px); }
      .p-page-header__card {
        padding: 1.5em; }
      .p-page-header__ttl {
        font-size: 18px;
        font-size: 4.8vw; }
        .p-page-header__ttl.-smaller {
          font-size: 17px;
          font-size: 4.53333vw; }
      .p-page-header__icon {
        padding: 0;
        width: 13.33333vw;
        height: 13.33333vw; }
        .p-page-header__icon.-single {
          width: 12vw;
          height: 12vw; }
        .p-page-header__icon.-smaller {
          width: 10.66667vw;
          height: 10.66667vw; }
      .p-page-box--gutter {
        padding: 1.75em 1.5em; }
      .p-page-box-link-row > * {
        width: 100%; }
        .p-page-box-link-row.-three > * {
          width: 100%; }
        .p-page-box-link-row.-three-wide > * {
          width: 100%; }
      .p-page-box-link--pd0 {
        padding: 0; }
      .p-page-box-link--gutter {
        padding: 1.75em 1.5em; }
    .p-page-box-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-page-box-row.-two > * {
        width: 100%; }
        .p-page-box-row.-three > * {
          width: 100%; }
    .p-page-pager {
      gap: 30px;
      padding: 6px 0; }
        .p-page-pager__cursor img {
          width: 12px; }
      .p-page-pager__text {
        font-size: 16px;
        font-size: 1.6rem; }
    .p-page-next-prev {
      gap: 6%; }
      .p-page-next-prev .title {
        font-size: 11px;
        font-size: 2.93333vw;
        width: calc(100% - 2em);
        white-space: initial;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        /* 任意の行数を指定 */ }
      .p-page-next-prev__link-prev {
        width: calc(50% - 3%); }
      .p-page-next-prev__link-next {
        width: calc(50% - 3%); }
    .p-page-lead {
      text-align: left; }
      .p-page-link-tag-row > * {
        width: calc(50% - 2.5px); }
          .p-page-icon-row > *.-ttl.-first::after {
            content: none; }
        .p-page-icon-row > *.-ttl {
          width: 100%; }
      .p-page-icon-data.-voice img {
        width: 45px; }
    .p-page-seminer-sub {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-page-seminer-speaker {
      font-size: 19px;
      font-size: 5.06667vw; }
      .p-case-card__date {
        font-size: 12px;
        font-size: 3.2vw; }
      .p-case-card__name {
        font-size: 14px;
        font-size: 3.73333vw; }
      .p-movie-card-row > * {
        width: 100%; }
      .p-movie-card__name {
        font-size: 18px;
        font-size: 4.8vw; }
    .p-page-article__heading {
      font-size: 18px;
      font-size: 4.8vw; }
    .p-page-article__card {
      padding: 1.5em; }
    .p-page-article__data-row {
      gap: .5em;
      margin-top: 1.5em; }
    .p-page-article__caption {
      font-size: 12px;
      font-size: 3.2vw; }
    .p-page-article-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
    .p-page-netamoto-heading {
      font-size: 27px;
      font-size: 7.2vw; }
    .p-page-netamoto-card {
      gap: 1.5em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .p-page-netamoto-card > * {
      width: 100% !important; }
      .p-page-netamoto-cardItem .logo {
        width: 33.33333vw;
        height: 13.33333vw; }
    .p-page-netamoto-movie {
      padding: 56.25% 0 0 0; }
    .p-netamoto-card {
      gap: 30px 0.6em; }
      .p-netamoto-card__item {
        width: calc(100% / 3 - 0.4em); }
      .p-netamoto-card__logo {
        width: 9.33333vw;
        height: 9.33333vw; }
        .p-netamoto-card__logo.wide {
          width: 9.33333vw;
          height: 6.66667vw; }
      .p-netamoto-card__ttl {
        line-height: 1.4;
        font-size: 15px;
        font-size: 4vw; }
      .p-netamoto-card__content {
        padding: 0.85em 0; }
    .p-netamoto-card2 {
      gap: 10px; }
      .p-netamoto-card2__item {
        width: 100%;
        margin-right: 0; }
      .p-netamoto-card2__num {
        font-size: 25px;
        font-size: 6.66667vw; }
      .p-netamoto-card2__ttl {
        margin-top: 0.75em; }
    .p-netamoto-subttl {
      font-size: 15px;
      font-size: 4vw; }
    .p-netamoto-logo-txt {
      font-size: 16px;
      font-size: 4.26667vw; }
    .p-pr-card__ttl {
      font-size: 14px;
      font-size: 3.73333vw; }
    .p-regist-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
    .p-regist-identify-list {
      gap: 18px; }
      .p-regist-identify-list__item {
        width: 100%; }
        .p-regist-identify-list__item.-small {
          width: 100%; }
    .p-search {
      margin: -5px auto 0;
      width: calc(100% + 50px);
      margin-left: -25px;
      margin-right: -25px;
      padding: 1.75em 1.75em 1.25em; }
    .p-search-table {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-search-table__ttl {
        font-size: 14px;
        font-size: 3.73333vw;
        width: 50vw;
        border-radius: 6px 6px 0 0;
        padding: 12px 10px;
        line-height: 1.4; }
      .p-search-table__body {
        width: 100%;
        padding: 12px;
        border-radius: 0 6px 6px 6px; }
    .p-search-sp-content {
      display: none;
      /* 初期状態で非表示 */ }
    .p-search-sp-trigger {
      display: block;
      /* 幅560px以下で表示 */ }
      .p-section--bottom-m {
        padding-bottom: 4vw; }
      .p-section--bottom {
        padding-bottom: 8vw; }
    .p-send {
      margin: 20px auto 0; }
    .p-send-msg {
      padding: 15px; }
      .p-side-green__ttl {
        font-size: 15px;
        font-size: 1.5rem; }
      .p-side-yellow__ttl {
        font-size: 15px;
        font-size: 1.5rem; }
        .p-side-row__content .main {
          font-size: 15px;
          font-size: 1.5rem; }
        .p-side-row__content .sub {
          font-size: 12px;
          font-size: 1.2rem; }
    .swiper-button-prev,
    .swiper-button-next {
      width: 8vw;
      height: 8vw; }
    .p-tabgroup {
      margin: 13.33333vw auto; }
    .p-tab__area {
      padding-bottom: 8px;
      margin-bottom: 3px;
      overflow-x: scroll;
      scrollbar-color: #8CC63F #EAF2EE;
      border-bottom: none; }
    .p-tab__area-wrapper {
      max-width: none;
      width: 700px; }
      .p-tab__area-wrapper > li {
        border-radius: 4px;
        font-size: 12px;
        font-size: 3.2vw;
        border: 1px solid #c0c7c3; }
    .p-tablist-next {
      display: block;
      width: calc(100% + 50px);
      height: 10px;
      background-color: #fff;
      margin-top: -13px;
      margin-left: -25px; }
    .p-tablist {
      gap: 0.6em;
      padding-bottom: 1em;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      border-bottom: none; }
      .p-tablist::after {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #AFB4C0;
        position: absolute;
        bottom: 1em;
        left: 0; }
    .p-tablist--tab-two {
      overflow-x: hidden;
      width: 100%;
      margin-right: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .p-tablist--tab-two::after {
        width: 100%;
        bottom: 0; }
      .p-tablist__item {
        max-width: calc(100% / 3 - 0.4em);
        width: calc(100% / 3 - 0.4em);
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .p-tablist__item a {
          height: 100%;
          padding: 0.75em 0.25em;
          -webkit-box-shadow: 0px -4px 12px -7px #a3a3a3;
                  box-shadow: 0px -4px 12px -7px #a3a3a3; }
          .p-tablist__item a .-icon {
            height: 4.8vw;
            width: 4.8vw; }
          .p-tablist__item a::after {
            background-color: #AFB4C0;
            height: 3px;
            bottom: 0px; }
    .p-table {
      display: block;
      margin-bottom: 0; }
      .p-table__ttl {
        padding: 10px 0 0; }
      .p-table__body {
        padding: 5px 10px 10px 0;
        min-height: auto;
        font-size: 13px;
        font-size: 1.3rem; }
  .p-table-article thead {
    display: none; }
  .p-table-article tbody {
    display: block; }
    .p-table-article tbody tr {
      border-radius: 0.5em;
      overflow: hidden;
      border-bottom: none;
      display: block; }
    .p-table-article tbody th {
      display: block;
      background-color: #fff !important;
      padding: 1.5em 1.5em 1.0em; }
      .p-table-article tbody th:first-child {
        border-radius: 0.5em 0.5em 0 0; }
      .p-table-article tbody th.-sp-gutter-0 {
        padding: 1.5em 1.5em 0em; }
    .p-table-article tbody td {
      display: block;
      background-color: #fff !important;
      padding: 0.25em 1.5em 0.75em; }
      .p-table-article tbody td:last-child {
        border-radius: 0 0 0.5em 0.5em;
        padding-bottom: 1.75em;
        margin-bottom: 10px; }
      .p-table-article tbody td.-sp-gutter {
        padding: 1.5em 1.5em 0.75em; }
    .p-table-article tbody th[data-label]::before,
    .p-table-article tbody td[data-label]::before {
      content: attr(data-label);
      display: inline-block;
      margin-right: 0.5rem;
      margin-top: 2rem;
      font-weight: bold; }
    .p-table-article tbody th[data-label2]::before,
    .p-table-article tbody td[data-label2]::before {
      content: attr(data-label2);
      display: inline-block;
      color: #fff;
      background-color: #B7BBC6;
      margin-right: 0.5rem;
      padding: 0.1em 0.5em;
      width: 8em;
      border-radius: 40px;
      text-align: center; }
    .p-table-article tbody td.holiday span {
      color: #FF0004; }
  .p-table-article .-disp-pc-cell {
    display: none; }
    .p-table-article .-disp-sp-cell {
      display: block; }
    .p-table-article .-disp-pc-inline {
      display: none; }
    .p-table-article .-disp-sp-inline {
      display: inline; }
  .p-table-article .-sp-bold {
    font-weight: bold; }
    .p-table-article .btn-row > * {
      width: calc(50% - 5px); }
    .p-table-data {
      gap: .5em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-table-data ~ .p-table-data {
        margin-top: 1.5em; }
      .p-table-data__ttl {
        padding: 0.1em; }
    .p-tabline {
      gap: 0.5em 0.5em; }
      .p-tabline__item {
        padding: 0.35em 0.6em; }
        .p-tabline__item::after {
          bottom: 0px; }
    .p-tabline--media {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-tabline__subttl {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
    .p-dashboard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-dashboard > * {
        width: 100%; }
        .p-dashboard > * .item-theme {
          padding: 1.5em 2em 1.5em 2em;
          font-size: 14px;
          font-size: 3.73333vw; }
          .p-dashboard > * .item-theme--side {
            padding: 1.5em 2em; }
          .p-dashboard > * .item-theme .-icon {
            width: 11.33333vw;
            height: 11.33333vw; }
        .p-dashboard > * .item-theme.-row {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .p-dashboard > * .item-theme .-row-ttl {
            width: 100%; }
            .p-dashboard > * .item-theme__btn .-btn {
              min-width: auto; }
            .p-dashboard > * .item-theme__btn .-btn > * {
              padding: 0.75em; }
              .p-dashboard > * .item-theme__btn .-btn > * .-icon {
                height: 3.73333vw;
                width: 3.73333vw; }
      .more-btn > * {
        font-size: 13px;
        font-size: 3.46667vw; }
        .more-btn > * .-btn-icon {
          height: 3.73333vw;
          width: 3.73333vw; }
    .trigger {
      display: none; }
    .p-top-section {
      padding: 40px 0 0; }
      .p-top-section--bottom {
        padding-bottom: 40px; }
    .p-banner-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      .p-banner-row__item {
        width: 100%; }
    .p-top-banner-link {
      padding: 1em;
      gap: 10px; }
      .p-top-banner-link .-logo {
        width: 24vw;
        height: 8vw; }
      .p-top-banner-link .-ttl {
        font-size: 15px;
        font-size: 4vw; }
    .p-top-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
    .p-top-row .-order-database {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .p-top-row .-order-knowhow {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .p-top-row .-order-news {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .p-top-row .-order-calendar {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 8vw; }
    .p-top-row .-order-banner {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      .p-top-row__main {
        display: contents; }
      .p-top-row__sub {
        display: contents;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        text-align: center; }
    .p-top-row-head {
      margin-bottom: 1em; }
  .u-center-sp {
    text-align: center; }
    .u-br-sp {
      display: inline-block; }
    .u-br-tab--only {
      display: none; }
      .u-br-tab--up {
        display: none; }
    .u-disp-sp {
      display: block !important; }
  .u-hide-sp {
    display: none !important; }
    .u-mt5 {
      margin-top: 1.33333vw !important; }
    .u-mt10 {
      margin-top: 2.66667vw !important; }
    .u-mt20 {
      margin-top: 5.33333vw !important; }
    .u-mt30 {
      margin-top: 8vw !important; }
    .u-mt40 {
      margin-top: 10.66667vw !important; }
    .u-mt50 {
      margin-top: 13.33333vw !important; }
    .u-mtb10 {
      margin: 2.66667vw 0 !important; }
    .u-mtb20 {
      margin: 5.33333vw 0 !important; }
    .u-mtb30 {
      margin: 8vw 0 !important; }
    .u-mb5 {
      margin-bottom: 1.33333vw !important; }
    .u-mb10 {
      margin-bottom: 2.66667vw !important; }
    .u-mb15 {
      margin-bottom: 4vw !important; }
    .u-mt15 {
      margin-top: 4vw !important; }
    .u-mb20 {
      margin-bottom: 5.33333vw !important; }
    .u-mb25 {
      margin-bottom: 6.66667vw !important; }
    .u-mt25 {
      margin-top: 6.66667vw !important; }
    .u-mb30 {
      margin-bottom: 8vw !important; }
    .u-mb35 {
      margin-bottom: 9.33333vw !important; }
    .u-mb40 {
      margin-bottom: 10.66667vw !important; }
    .u-mb50 {
      margin-bottom: 13.33333vw !important; }
    .u-mb60 {
      margin-bottom: 16vw !important; }
    .u-ml15 {
      margin-left: 4vw !important; }
  .u-mb15-sm {
    margin-bottom: 4vw !important; }
  .u-mb30-sm {
    margin-bottom: 8vw !important; }
  .u-mt30-sm {
    margin-top: 8vw !important; } }

@media screen and (min-width: 560px) {
  .u-hide-pc-md {
    display: none !important; } }

@media only screen and (min-width: 561px) {
      .hasHover .p-tabline__item:hover {
        text-decoration: none;
        border-bottom: 2px solid #FBB03B; } }

@media only screen and (min-width: 769px) {
        .hasHover .p-tablist__item a:hover {
          background-color: #FCFFF8;
          text-decoration: none;
          color: #4D5055;
          -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
                  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15); }
          .hasHover .p-tablist__item a:hover::after {
            background-color: #8CC63F; } }

@media screen and (min-width: 960px) {
  .u-hide-pc {
    display: none !important; } }
