@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "U.S. 101";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/US101.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Caveat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Caveat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Caveat-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-editorContents {
    margin-top: 2.5rem;
  }
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 332/187;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/bg.jpg") center/contain repeat;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

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

input::-moz-placeholder {
  color: #848484;
}

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

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

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #0078D4;
  border-left: 4px solid #0078D4;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  color: #1D1D1D;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: #1D1D1D;
}

.l-inner {
  margin: 0 auto;
}

.l-inner--600 {
  max-width: 37.5rem;
}
@media screen and (max-width: 680px) {
  .l-inner--600 {
    width: calc(100% - 1.875rem * 2);
  }
}
@media screen and (max-width: 480px) {
  .l-inner--600 {
    width: calc(100% - 1.25rem * 2);
  }
}

.l-inner--1000 {
  max-width: 62.5rem;
}
@media screen and (max-width: 1080px) {
  .l-inner--1000 {
    width: calc(100% - 1.875rem * 2);
  }
}
@media screen and (max-width: 480px) {
  .l-inner--1000 {
    width: calc(100% - 1.25rem * 2);
  }
}

.l-inner--1100 {
  width: 1100px;
  max-width: 100%;
}

body:has(#wpadminbar) .l-header {
  top: 2rem;
}

.l-newLine {
  display: none;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .l-newLine--xlBr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-newLine--mdBr {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .l-newLine--ssmBr {
    display: block;
  }
}

.l-main--pages {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-main--pages {
    padding: clamp(3.125rem, 1.4705882353rem + 7.3529411765vw, 5rem) 0;
  }
}

.c-pageHead--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.375rem auto 0;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-pagination .nav-links .current {
  font-weight: 600;
}

.post-navigation {
  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;
  margin-top: 0rem;
}

.toArchive {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0rem auto 0;
}

.c-btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.c-btn--more {
  width: 12.5rem;
  font-size: 1rem;
  border: 1px solid #020202;
  padding: 0.6em 0;
}

.c-btn--top {
  width: 12.5rem;
  font-size: 1rem;
  border: 1px solid #020202;
  padding: 0.6em 0;
}

.c-globalNav {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-globalNav {
    display: none;
  }
}

.c-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.6;
}

.c-globalNav__listItem {
  text-align: center;
}
.c-globalNav__listItem:hover {
  opacity: 0.8;
}

.c-globalNav__enTitle {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}

.c-hamburgerBtn {
  display: none;
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.8125rem;
  height: 3.625rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #333;
          box-shadow: 0 3px 6px #333;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 41;
}
@media screen and (max-width: 768px) {
  .c-hamburgerBtn {
    display: block;
  }
}

.c-hamburgerBtn.is-active .c-hamburgerBtn__icon::before {
  content: "\f00d";
}

.c-hamburgerBtn__icon:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.c-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  overflow: auto;
  padding: 6.25rem 2.5rem 2.5rem;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.74);
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-drawer__nav {
  background-color: #fff;
}

.c-drawer.is-active {
  display: block;
}

.c-drawer__link {
  display: block;
  padding: 1.25rem 0.75rem 1.5rem 0;
  border-left: 6px solid transparent;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}
.c-drawer__link::before {
  margin-right: 0.5rem;
  font-weight: 900;
}

.c-postItem {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-postItem:not(:first-child) {
  margin-top: 1.25rem;
}
.c-postItem:hover .c-postItem__thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-postItem:hover {
  color: rgb(111, 141, 232);
}

.c-postItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-postItem__thumbnailWrap {
  width: 11.625rem;
  height: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .c-postItem__thumbnailWrap {
    width: clamp(9.375rem, 3.8114951768rem + 11.575562701vw, 11.625rem);
    height: clamp(6.0625rem, 2.5080385852rem + 7.3954983923vw, 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-postItem__thumbnailWrap {
    width: clamp(6.25rem, 1.5073529412rem + 21.0784313725vw, 11.625rem);
    height: clamp(5rem, 2.7941176471rem + 9.8039215686vw, 7.5rem);
  }
}

.c-postItem__thumbnail {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-postItem__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.c-postItem__day {
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .c-postItem__day {
    font-size: clamp(0.875rem, 0.5659163987rem + 0.6430868167vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-postItem__day {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.c-postItem__title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .c-postItem__title {
    font-size: clamp(1.25rem, 0.6318327974rem + 1.2861736334vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-postItem__title {
    font-size: clamp(1rem, 0.5588235294rem + 1.9607843137vw, 1.5rem);
  }
}

.c-postItem__text {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .c-postItem__text {
    font-size: clamp(0.875rem, 0.5659163987rem + 0.6430868167vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-postItem__text {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.c-sectionTitle {
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #888;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    font-size: clamp(1.375rem, 1.0449266504rem + 1.466992665vw, 1.75rem);
  }
}

.c-sideBar {
  max-width: 18.75rem;
  padding-bottom: 2.5rem;
  padding-right: 0.1875rem;
  position: sticky;
  top: 0.625rem;
  max-height: calc(100vh - 6.25rem);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .c-sideBar {
    position: static;
    padding: 0 0 clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem) 0;
    max-height: none;
    overflow-y: visible;
  }
}
.c-sideBar::-webkit-scrollbar {
  width: 0.5rem;
}
.c-sideBar::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.c-sideBar::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

.c-sideBar__imgWrap {
  width: 100%;
}
.c-sideBar__imgWrap:not(:first-child) {
  margin-top: 1rem;
}

.c-sideBar__img {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.c-sideBar__img--reserved {
  border: 1px solid #020202;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-sideBar__category {
  margin-top: 1.25rem;
  width: 100%;
}

.c-sideBar__title {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #888;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-sideBar__title {
    font-size: clamp(1.125rem, 0.8159163987rem + 0.6430868167vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .c-sideBar__title {
    font-size: clamp(1.125rem, 1.0147058824rem + 0.4901960784vw, 1.25rem);
  }
}

.c-sideBar__list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .c-sideBar__list {
    margin-top: clamp(0.75rem, -1.1045016077rem + 3.8585209003vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-sideBar__list {
    margin-top: clamp(0.75rem, 0.0882352941rem + 2.9411764706vw, 1.5rem);
  }
}

.c-sideBar__listItem:not(:first-child) {
  margin-top: 0.5rem;
}

.c-sideBar__categoryLink {
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #888;
}
@media screen and (max-width: 1080px) {
  .c-sideBar__categoryLink {
    font-size: clamp(0.875rem, 0.5659163987rem + 0.6430868167vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-sideBar__categoryLink {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.c-sideBar__archive {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .c-sideBar__archive {
    font-size: clamp(1rem, 0.3818327974rem + 1.2861736334vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .c-sideBar__archive {
    margin-top: clamp(1rem, 0.7794117647rem + 0.9803921569vw, 1.25rem);
  }
}

.c-sideBar__archiveLink {
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #888;
}
@media screen and (max-width: 1080px) {
  .c-sideBar__archiveLink {
    font-size: clamp(0.875rem, 0.5659163987rem + 0.6430868167vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-sideBar__archiveLink {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.c-articlesPageNation {
  text-align: center;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 480px) {
  .nav-links .page-numbers {
    gap: clamp(0.75rem, -1.6875rem + 10.8333333333vw, 1.5625rem);
  }
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  background: #fff;
  color: #7090DD;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #7090DD;
}

.nav-links a.page-numbers:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
}

.nav-links .current {
  background: #7090DD;
  color: #FFFFFF;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  border: 1px solid #004BB1;
  color: #004BB1;
  position: relative;
  font-size: 1rem;
}

.nav-links .dots {
  background: transparent;
  border: none;
  font-size: 1.25rem;
}

.p-home-contents__jumboTron {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
}

.p-home-contents__jumboTronBackGround {
  width: 76%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-home-contents__jumboTronBackGround {
    width: 100%;
  }
}
.p-home-contents__jumboTronBackGround::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-home-contents__jumboTronBackGround::before {
    content: none;
  }
}

.p-home-contents__jumboTronImg {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
  width: 100%;
  height: 23rem;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .p-home-contents__jumboTronImg {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    height: 35.75rem;
  }
}

.p-home-contents__jumboTronTextImgWrap {
  position: absolute;
  top: 3.6875rem;
  left: 7%;
  width: 33.75rem;
  text-align: center;
  z-index: 20;
}
@media screen and (max-width: 1000px) {
  .p-home-contents__jumboTronTextImgWrap {
    top: clamp(3.6875rem, 11.0333574181rem - 11.753371869vw, 7.5rem);
    width: clamp(18.75rem, 4.848265896rem + 46.2427745665vw, 33.75rem);
  }
}
@media screen and (max-width: 480px) {
  .p-home-contents__jumboTronTextImgWrap {
    top: clamp(6rem, 0.6428571429rem + 22.8571428571vw, 7.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(20.9375rem, 15.3571428571rem + 23.8095238095vw, 22.5rem);
  }
}

.p-home-contents__img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: bottom;
}

.p-home-contents__jumboTronLink {
  display: inline-block;
  margin-top: 1.75rem;
  width: 18.875rem;
}
@media screen and (max-width: 1000px) {
  .p-home-contents__jumboTronLink {
    width: clamp(15rem, 11.4087186898rem + 11.9460500963vw, 18.875rem);
  }
}
@media screen and (max-width: 480px) {
  .p-home-contents__jumboTronLink {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-home-contents__contentsWrap {
  padding: 2.5rem 0;
}

.p-home-contents__gridLayout {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 18.75rem auto;
  gap: 1.875rem;
}
@media screen and (max-width: 1080px) {
  .p-home-contents__gridLayout {
    grid-template-columns: clamp(12.5rem, -2.9541800643rem + 32.154340836vw, 18.75rem) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-contents__gridLayout {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 768px) {
  .p-home-contents__sideBar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-home-contents__sectionMarginTop {
  margin-top: 1.25rem;
}

.p-home-contents__newsWrap {
  padding-bottom: 2.5rem;
}

.p-home-contents__btnWrap {
  text-align: right;
}

.p-home-contents__contact {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-contents__contact {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-home-contents__contactText {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-contents__contactText {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
  }
}

.p-home-contents__contactBtnWrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1080px) {
  .p-home-contents__contactBtnWrap {
    gap: clamp(0.625rem, -0.9204180064rem + 3.2154340836vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-contents__contactBtnWrap {
    -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;
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
  }
}

.p-home-contents__contactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.625rem;
  padding: 0.9375rem 0;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1080px) {
  .p-home-contents__contactBtn {
    width: clamp(14.375rem, 11.2841639871rem + 6.4308681672vw, 15.625rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-contents__contactBtn {
    width: 15.625rem;
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-home-contents__contactBtnText--phone::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/icon-phone.png) no-repeat;
  background-size: cover;
  margin-right: 0.8em;
  vertical-align: -0.1875rem;
}

.p-home-contents__contactBtnText--mail::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/icon-mail.png) no-repeat;
  background-size: cover;
  margin-right: 0.8em;
  vertical-align: -0.1875rem;
}

.p-home-qa {
  width: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-qa {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-home-qa__qaWrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-qa__qaWrap {
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
  }
}

.p-home-qa__list:not(:first-child) {
  margin-top: 0.625rem;
}

.p-home-qa__title {
  border-bottom: 1px solid #848484;
  padding: 1.25rem 2.5rem 1.25rem 3.125rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-home-qa__title {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}
.p-home-qa__title:before {
  font-size: 1.25rem;
  position: absolute;
  top: 0.7em;
  left: 1em;
  display: inline-block;
  content: "Q.";
  color: #3285bf;
}
.p-home-qa__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 45%;
  right: 1.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/nextBottom-black.png) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-home-qa__title.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-home-qa__title:hover {
  color: #3285bf;
  cursor: pointer;
}

.p-home-qa__text {
  display: none;
  margin-top: -0.625rem;
  background-color: #eeeeee;
  padding: 1.25rem 2.5rem 1.25rem 3.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-qa__text {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}
.p-home-qa__text::before {
  font-size: 1.25rem;
  position: absolute;
  top: 0.75em;
  left: 1em;
  display: inline-block;
  content: "A.";
  font-weight: bold;
  color: #d83c3c;
}

.p-header {
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 1rem 0;
  }
}

.p-header__topItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__siteTitle {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p-header__siteTitle {
    font-size: clamp(1.5rem, 0rem + 6.6666666667vw, 2rem);
  }
}

.p-header__storeInformation {
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-footer__topItem {
  width: 100%;
  padding: 3.125rem 0;
}

.p-footer__topBannerWrap {
  width: 60%;
  margin: 0 auto;
  min-width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-footer__topBannerWrap {
    width: 70%;
  }
}

.p-footer__topBannerImg {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.p-footer__bottomItem {
  background-color: #888;
  padding: 5rem 0;
}
@media screen and (max-width: 1080px) {
  .p-footer__bottomItem {
    padding: clamp(3.125rem, 2.1875rem + 4.1666666667vw, 5rem) 0;
  }
}

.p-footer__list {
  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;
}
@media screen and (max-width: 1024px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__list {
    gap: clamp(1rem, 0.7794117647rem + 0.9803921569vw, 1.25rem);
  }
}

.p-footer__listItem {
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer__listItem {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-footer__copyrightWrap {
  margin-top: 2.5rem;
  text-align: center;
}

.p-footer__copyright {
  color: #fff;
}

.p-lafSchool {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-lafSchool {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-lafSchool__subTitleWrap {
  margin-top: 2.5rem;
  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;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__subTitleWrap {
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
  }
}

.p-lafSchool__subTitleEn {
  color: #168FC2;
  font-family: "Caveat";
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__subTitleEn {
    font-size: clamp(0.75rem, 0.6399755501rem + 0.488997555vw, 0.875rem);
  }
}

.p-lafSchool__subTitle {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__subTitle {
    font-size: clamp(1.125rem, 0.9049511002rem + 0.97799511vw, 1.375rem);
  }
}

.p-lafSchool__subTitleBorderImg {
  margin-top: 1rem;
  display: inline-block;
}

.p-lafSchool__text {
  margin-top: 1.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__text {
    margin-top: clamp(1.5rem, 1.1691176471rem + 1.4705882353vw, 1.875rem);
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-lafSchool__cardWrap {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(14.3125rem, 1fr));
  grid-column-gap: 1.25rem;
  grid-row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__cardWrap {
    margin-top: clamp(1.5rem, 1.1691176471rem + 1.4705882353vw, 1.875rem);
    grid-template-columns: repeat(2, minmax(13.125rem, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .p-lafSchool__cardWrap {
    grid-template-columns: 1fr;
    grid-row-gap: 1.5rem;
  }
}

.p-lafSchool__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-lafSchool__card:nth-child(even) {
  margin-top: 3.375rem;
}
@media screen and (max-width: 1080px) {
  .p-lafSchool__card:nth-child(even) {
    margin-top: clamp(3rem, 2.0727491961rem + 1.9292604502vw, 3.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-lafSchool__card:nth-child(even) {
    margin-top: clamp(3rem, 2.3715156794rem + 2.0905923345vw, 3.375rem);
  }
}
@media screen and (max-width: 480px) {
  .p-lafSchool__card:nth-child(even) {
    margin-top: 0;
  }
}

.p-lafSchool__cardNumber {
  display: inline-block;
  font-family: "U.S. 101";
  font-size: 3.375rem;
  font-style: italic;
  line-height: 1.1940298507;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .p-lafSchool__cardNumber {
    font-size: clamp(2.625rem, 0.7704983923rem + 3.8585209003vw, 3.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-lafSchool__cardNumber {
    font-size: clamp(2.625rem, 1.3680313589rem + 4.181184669vw, 3.375rem);
  }
}
@media screen and (max-width: 480px) {
  .p-lafSchool__cardNumber {
    font-size: clamp(3.375rem, 0rem + 15vw, 4.5rem);
  }
}

.p-lafSchool__cardNumber--borderColor01 {
  border-bottom: 4px solid #9EBC52;
}

.p-lafSchool__cardNumber--borderColor02 {
  border-bottom: 4px solid #E98E2F;
}

.p-lafSchool__cardNumber--borderColor03 {
  border-bottom: 4px solid #168FC2;
}

.p-lafSchool__cardImg {
  margin-top: 1.125rem;
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.p-lafSchool__cardTitle {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .p-lafSchool__cardTitle {
    font-size: clamp(1rem, 0.6909163987rem + 0.6430868167vw, 1.125rem);
  }
}
@media screen and (max-width: 768px) {
  .p-lafSchool__cardTitle {
    font-size: clamp(0.875rem, 0.456010453rem + 1.393728223vw, 1.125rem);
  }
}
@media screen and (max-width: 480px) {
  .p-lafSchool__cardTitle {
    font-size: clamp(1rem, -0.3125rem + 5.8333333333vw, 1.4375rem);
  }
}

.p-lafSchool__cardTitle--colorChange {
  color: #168FC2;
}

.p-lafSchool__cardText {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1080px) {
  .p-lafSchool__cardText {
    font-size: clamp(0.875rem, 0.5659163987rem + 0.6430868167vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .p-lafSchool__cardText {
    font-size: clamp(0.875rem, 0.6655052265rem + 0.6968641115vw, 1rem);
  }
}
@media screen and (max-width: 480px) {
  .p-lafSchool__cardText {
    font-size: clamp(0.875rem, 0.5rem + 1.6666666667vw, 1rem);
  }
}

.p-lafSchool__flowImgWrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lafSchool__flowImgWrap {
    margin-top: clamp(1.5rem, 1.1691176471rem + 1.4705882353vw, 1.875rem);
  }
}

.p-lafSchool__flowImg {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.p-course {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-course {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-course__courseItem {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-course__courseItem {
    margin-top: clamp(1.75rem, 1.0882352941rem + 2.9411764706vw, 2.5rem);
  }
}

.p-course__courseTitle {
  display: inline-block;
  padding: 0.3636363636em 0.6818181818em;
  font-size: 1.375rem;
  color: #fff;
  background-color: #091a6a;
}
@media screen and (max-width: 768px) {
  .p-course__courseTitle {
    font-size: clamp(1.25rem, 1.1397058824rem + 0.4901960784vw, 1.375rem);
  }
}

.p-course__media {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-course__media {
    margin-top: clamp(1.5rem, 1.1691176471rem + 1.4705882353vw, 1.875rem);
  }
}
@media screen and (max-width: 480px) {
  .p-course__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}

.p-course__mediaTextWrap {
  width: 23.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .p-course__mediaTextWrap {
    width: clamp(16.25rem, -0.7495980707rem + 35.3697749196vw, 23.125rem);
  }
}
@media screen and (max-width: 768px) {
  .p-course__mediaTextWrap {
    width: clamp(15rem, 1.3828397213rem + 45.2961672474vw, 23.125rem);
  }
}
@media screen and (max-width: 480px) {
  .p-course__mediaTextWrap {
    width: 100%;
  }
}

.p-course__mediaTextTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-size: 1.375rem;
  color: #091a6a;
  font-weight: bold;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .p-course__mediaTextTop {
    font-size: clamp(1rem, 0.0727491961rem + 1.9292604502vw, 1.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-course__mediaTextTop {
    font-size: clamp(1rem, 0.3715156794rem + 2.0905923345vw, 1.375rem);
  }
}
@media screen and (max-width: 480px) {
  .p-course__mediaTextTop {
    font-size: clamp(1.125rem, 0.75rem + 1.6666666667vw, 1.25rem);
  }
}

.p-course__mediaTextBottom {
  margin-top: 0.875rem;
}
@media screen and (max-width: 480px) {
  .p-course__mediaTextBottom {
    margin-top: clamp(0.625rem, -0.125rem + 3.3333333333vw, 0.875rem);
  }
}

.p-course__mediaPrice {
  display: inline;
  font-size: 1.75rem;
  color: #c62d19;
  font-weight: bold;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #c62d19;
}
@media screen and (max-width: 1080px) {
  .p-course__mediaPrice {
    font-size: clamp(1.5rem, 0.8818327974rem + 1.2861736334vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .p-course__mediaPrice {
    font-size: clamp(1.4375rem, 0.9137630662rem + 1.7421602787vw, 1.75rem);
  }
}
@media screen and (max-width: 480px) {
  .p-course__mediaPrice {
    font-size: clamp(1.5rem, 1.125rem + 1.6666666667vw, 1.625rem);
  }
}

.p-course__mediaImgWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 11.25rem;
  min-height: 9.375rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-course__mediaImgWrap {
    max-height: none;
    min-height: none;
  }
}

.p-course__mediaImg {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .p-course__mediaImg {
    height: auto;
  }
}

.p-course__courseItemText {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-course__courseItemText {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
    margin-top: clamp(1.125rem, 0.4632352941rem + 2.9411764706vw, 1.875rem);
  }
}

.p-course__tableImgWrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-course__tableImgWrap {
    margin-top: clamp(2.5rem, 1.3970588235rem + 4.9019607843vw, 3.75rem);
  }
}

.p-course__tableImg {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.p-news {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-news__postWrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__postWrap {
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
  }
}

.p-news__notListTextWrap {
  text-align: center;
}

.p-news__notListText {
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0.3125rem 1.875rem;
  border-bottom: solid 3px skyblue;
  position: relative;
}
.p-news__notListText:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -0.1875rem;
  width: 50%;
}

.p-news__pageNationWrap {
  margin-top: 3.75rem;
  text-align: center;
}

.p-404-contents {
  text-align: center;
  padding: 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-404-contents {
    padding: clamp(2.5rem, 1.3970588235rem + 4.9019607843vw, 3.75rem) 0;
  }
}

.p-404-contents__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-404-contents__title {
    font-size: clamp(1.125rem, 0.7941176471rem + 1.4705882353vw, 1.5rem);
  }
}

.p-404-contents__text {
  margin-top: 1.25rem;
  line-height: 1.475;
}
@media screen and (max-width: 768px) {
  .p-404-contents__text {
    margin-top: clamp(1rem, 0.7794117647rem + 0.9803921569vw, 1.25rem);
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-404-contents__text--colorChange {
  font-weight: bold;
  color: #ea2b2b;
}

.p-pages-contents__gridLayout {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 18.75rem auto;
  gap: 1.875rem;
}
@media screen and (max-width: 1080px) {
  .p-pages-contents__gridLayout {
    grid-template-columns: clamp(12.5rem, -2.9541800643rem + 32.154340836vw, 18.75rem) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-contents__gridLayout {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 768px) {
  .p-pages-contents__sideBar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-page-contact__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-contact__text {
    margin-top: clamp(1.875rem, 1.3235294118rem + 2.4509803922vw, 2.5rem);
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-page-contact__formWrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-page-contact__formWrap {
    margin-top: clamp(2.5rem, 1.9485294118rem + 2.4509803922vw, 3.125rem);
  }
}

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

.p-page-contact__formItem {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-page-contact__formItem {
    width: 100%;
  }
}
.p-page-contact__formItem:not(:first-child) {
  margin-top: 1.875rem;
}

.p-page-contact__labelCustom {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-page-contact__labelCustom {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-page-contact__required {
  color: #ffffff;
  font-size: 0.8125rem;
  margin-left: 0.9375rem;
  padding: 0.2307692308em 0.3846153846em;
  background-color: red;
}

.p-page-contact__inputCustom {
  display: block;
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.40625rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background-image: none;
  background-color: #F5F5F5;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .p-page-contact__inputCustom {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}
.p-page-contact__inputCustom::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__inputCustom::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__inputCustom:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__inputCustom::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__inputCustom::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-page-contact__inputCustom::-webkit-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__inputCustom::-moz-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__inputCustom:-ms-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__inputCustom::-ms-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__inputCustom::placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-page-contact__textAreaCustom {
  display: block;
  margin-top: 10px;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  padding: 0.40625rem 1rem;
  resize: vertical;
  overflow: auto;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background-image: none;
  background-color: #F5F5F5;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .p-page-contact__textAreaCustom {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}
.p-page-contact__textAreaCustom::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__textAreaCustom::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__textAreaCustom:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__textAreaCustom::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
.p-page-contact__textAreaCustom::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-page-contact__textAreaCustom::-webkit-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__textAreaCustom::-moz-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__textAreaCustom:-ms-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__textAreaCustom::-ms-input-placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
  .p-page-contact__textAreaCustom::placeholder {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-page-contact__link {
  color: #3e65c7;
}

.p-page-contact__formCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.p-page-contact__formBtnWrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.p-page-contact__submit {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.9375em 2em;
  border: none;
  background-color: #2281b8;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
  font-weight: 500;
}

.p-page-contactThanks {
  text-align: center;
}

.p-page-contactThanks__title {
  font-size: 1.25rem;
  line-height: 1.475;
  letter-spacing: 0.05em;
}

.p-page-contactThanks__text {
  margin-top: 0.625rem;
  line-height: 1.475;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 480px) {
  .p-page-contactThanks__text {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-page-contactThanks__btnWrap {
  margin-top: 1.25rem;
}

.p-page-privacy__itemWrap {
  margin-top: 3.125rem;
}

.p-page-privacy__item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-page-privacy__item:not(:first-child) {
  margin-top: 3.125rem;
}

.p-page-privacy__title {
  font-size: 1.5rem;
  border-bottom: solid 3px #ddd;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-privacy__title {
    font-size: clamp(1.25rem, 1.0294117647rem + 0.9803921569vw, 1.5rem);
  }
}
.p-page-privacy__title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #168fc2;
  bottom: -0.1875rem;
  width: 20%;
}

.p-page-privacy__text {
  margin-top: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-page-privacy__text {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-single-contents {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-contents {
    padding-bottom: clamp(1.5rem, 0.6176470588rem + 3.9215686275vw, 2.5rem);
  }
}

.p-single-contents__titleWrap {
  text-align: center;
  letter-spacing: 0.05em;
}

.p-single-contents__title {
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.1875rem;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right, #ed993f 0%, #e7e3df 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#ed993f), to(#e7e3df));
     border-image: linear-gradient(to right, #ed993f 0%, #e7e3df 100%);
  border-image-slice: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-single-contents__title {
    font-size: clamp(1.25rem, 1.0294117647rem + 0.9803921569vw, 1.5rem);
  }
}

.p-single-contents__category {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-contents__category {
    font-size: clamp(0.75rem, 0.6397058824rem + 0.4901960784vw, 0.875rem);
    margin-top: clamp(0.25rem, -0.0808823529rem + 1.4705882353vw, 0.625rem);
  }
}

.p-single-contents__time {
  display: block;
  margin-top: 1.875rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-single-contents__time {
    font-size: clamp(0.75rem, 0.5294117647rem + 0.9803921569vw, 1rem);
    margin-top: clamp(1.25rem, 0.6985294118rem + 2.4509803922vw, 1.875rem);
  }
}

.p-single-contents__thumbnailWrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-contents__thumbnailWrap {
    margin-top: clamp(0.625rem, 0.0735294118rem + 2.4509803922vw, 1.25rem);
  }
}

.p-single-contents__thumbnail {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.p-single-contents__contentWrap {
  margin-top: 1.25rem;
}

.p-single-contents__contentText {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-contents__contentText {
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-single-contents__pageNationWrap {
  margin-top: 6.25rem;
}

.p-single-pageNation {
  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: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .p-single-pageNation {
    gap: clamp(0.9375rem, -1.875rem + 12.5vw, 1.875rem);
  }
}

.p-single-pageNation__link {
  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;
  gap: 0.5rem;
  width: 6.25rem;
  padding: 0.75em 0;
  background-color: #EEE;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-single-pageNation__link {
    width: 3.75rem;
  }
}

.p-single-pageNation__Icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .p-single-pageNation__Icon {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-single-pageNation__sideText {
    display: none;
  }
}

.p-single-pageNation__listLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  width: 12.5rem;
  padding: 0.75em 0;
  background: #00305C;
  border-radius: 0.4375rem;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-single-pageNation__listLink {
    width: clamp(10rem, 7.7941176471rem + 9.8039215686vw, 12.5rem);
    font-size: clamp(0.875rem, 0.7647058824rem + 0.4901960784vw, 1rem);
  }
}

.p-single-contents__contentText {
  text-align: center;
}

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

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-textCenter {
  text-align: center;
}

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

.u-justify-center.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-noscroll {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}/*# sourceMappingURL=style.css.map */