@charset "UTF-8";

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
:root {
  --primary: #11b4d9;
  --secondary: #4981d5;
  --tertiary: #88d9ec;
}

/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}

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

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  font-size: 62.5%;
}

@media screen and (max-width: 1040px) {
  html {
    font-size: 52%;
  }
}

@media screen and (max-width: 920px) {
  html {
    font-size: 62.5%;
  }
}

html.no_scroll {
  overflow: hidden;
}

body {
  height: 100%;
  font-size: 2rem;
  line-height: 1.8;
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
}

@media screen and (max-width: 1040px) {
  body {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 920px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type="submit"],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

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

  br.pc {
    display: none !important;
  }

  br.sp {
    display: block !important;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

a.disabled {
  pointer-events: none;
}

a.disabled:hover {
  opacity: 1;
}

.sec {
  padding: 6rem 0;
}

@media screen and (max-width: 920px) {
  .sec {
    padding: 3rem 0;
  }
}

.sec-title {
  text-align: center;
  font-weight: bold;
  color: #343a40;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

.en {
  font-family: "Roboto", sans-serif;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.footer {
  background: rgb(73, 129, 213);
  background: linear-gradient(
    180deg,
    rgb(73, 129, 213) 0%,
    rgb(136, 217, 236) 100%
  );
  padding: 4rem 0 6rem;
}

.footer .footer-cta {
  display: flex;
}

.footer .footer-cta div {
  flex: 1;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
}

.footer .footer-cta h3 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.footer .footer-cta p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-top: auto;
  margin-bottom: 3rem;
}

.footer .footer-cta .btn {
  border-radius: 1rem;
  border: 2px solid #fff;
  padding: 1rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 40rem;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
}

.footer .footer-cta .btn.pdf {
  background: url(../img/common/icon-pdf.png) left 2rem center no-repeat;
}

@media screen and (max-width: 920px) {
  .footer .footer-cta {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-cta div {
    flex: 1;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
  }

  .footer .footer-cta h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .footer .footer-cta p {
    font-size: 1.4rem;
  }

  .footer .footer-cta .btn {
    width: 98%;
    margin: 0 auto;
    font-size: 1.8rem;
  }

  .footer .footer-cta .btn.pdf {
    background: url(../img/common/icon-pdf.png) left 2rem center no-repeat;
    background-size: 26px;
  }
}

.footer-subnavi {
  background: #00496d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 4rem;
}

.footer-subnavi .footer-subnav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-subnavi .footer-subnav-links a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}

.footer-subnavi .footer-copy {
  margin-left: auto;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 920px) {
  .footer-subnavi .footer-subnav-links {
    justify-content: center;
    gap: 1rem;
  }

  .footer-subnavi .footer-copy {
    margin-left: inherit;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
  }
}

.copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 30px 2rem;
}

.copy img {
  display: block;
  margin: 0 auto;
}

/* -------------------------------------------*/
header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.6rem 2% 1.6rem 2%;
  transition: all 0.5s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
  background-color: #fff;
}

header.header .inner {
  display: flex;
  align-items: center;
}

header.header h1.logo {
  transition: 0.2s;
  width: 152px;
  margin-right: 2rem;
  line-height: 1;
  position: relative;
  z-index: 202;
}

header.header h1.logo a {
  display: block;
  line-height: 1;
}

header.header h1.logo img {
  width: 100%;
  transition: 0.2s;
}

header.header #nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

header.header #nav a {
  padding: 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}

header.header #nav a.current {
  color: #2da30d;
  position: relative;
}

header.header #nav a.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  width: 100%;
  height: 4px;
  background-color: #2da30d;
}

header.header .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.header .col.menu {
  margin-right: auto;
}

header.header .col .parent {
  display: flex;
  align-items: center;
  position: relative;
}

header.header .col .drop {
  position: relative;
}

header.header .col .drop:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2da30d;
  border-bottom: 1px solid #2da30d;
  transform: rotate(45deg);
}

header.header .col .drop:hover .child {
  opacity: 1;
  visibility: visible;
}

header.header .col .child {
  background-color: #fff;
  width: 130%;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.2s,
    opacity 0.4s;
}

header.header .col .child > li {
  margin-bottom: 0.4rem;
}

header.header .col .drawer {
  display: none;
}

header.header .btn {
  font-size: 1.4rem;
  width: 18rem;
  line-height: 4.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  border-radius: 0.8rem;
  padding: 0.4rem 1.4rem;
}

header.header .btn img {
  margin-right: 1rem;
}

header.header .btn.login {
  border: 1px solid #2da30d;
  color: #2da30d;
}

header.header .btn.mail {
  background: linear-gradient(180deg, #2da30d 40%, #9fe37a 100%) 0% 0%;
  color: #fff;
}

header.header .toggle-btn {
  display: none;
  position: fixed;
  top: 2.4rem;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 300;
  cursor: pointer;
}

header.header .toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary);
  transition: all 0.5s;
  border-radius: 4px;
}

header.header .toggle-btn span:nth-child(1) {
  top: 4px;
}

header.header .toggle-btn span:nth-child(2) {
  top: 14px;
}

header.header .toggle-btn span:nth-child(3) {
  bottom: 4px;
}

header.header #nav.open {
  visibility: visible;
  position: fixed;
  background: transparent
    linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0%
    no-repeat padding-box;
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: 70px;
  width: 100%;
  transition: all 0.5s;
  z-index: 101;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: auto;
}

header.header #nav.open h1.logo {
  margin: 0 auto;
}

header.header #nav.open .col {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 2rem 1.6rem;
}

header.header #nav.open .col .parent {
  flex-direction: column;
}

header.header #nav.open .col .child,
header.header #nav.open .col .drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

header.header #nav.open + #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  z-index: 100;
}

header.header #nav.open ~ .toggle-btn span {
  background-color: #fff;
}

header.header #nav.open ~ .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

header.header #nav.open ~ .toggle-btn span:nth-child(2) {
  opacity: 0;
}

header.header #nav.open ~ .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 920px) {
  header.header #nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    pointer-events: none;
  }

  header.header #nav li {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }

  header.header #nav li.drop {
    padding: 0.4rem;
  }

  header.header #nav li.drop:after {
    content: "+";
    position: absolute;
    right: -1rem;
    top: 4px;
    font-size: 1.8rem;
    color: #fff;
  }

  header.header #nav li.active:after {
    content: "ー";
  }

  header.header #nav a {
    padding: 0.4rem 1.4rem;
    font-size: 1.6rem;
    color: #fff;
  }

  header.header #nav a.current {
    color: #fff;
    position: relative;
  }

  header.header #nav a.current:before {
    content: none;
  }

  header.header #nav .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header.header #nav .col .drop:before {
    content: none;
  }

  header.header #nav .col .child {
    background-color: transparent;
    width: 100%;
    padding: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition:
      visibility 0.2s,
      opacity 0.4s;
  }

  header.header #nav .col .child.visible {
    padding: 0.8rem;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 1000em;
    transition:
      visibility 0.2s,
      opacity 0.4s;
  }

  header.header #nav .col .child > li {
    margin-bottom: 0;
  }

  header.header #nav.open {
    pointer-events: auto;
  }

  header.header #nav.open .btn-col {
    flex-direction: row;
  }

  header.header .btn {
    font-size: 1.4rem;
    width: 13rem;
    line-height: 3.2rem;
  }

  header.header .btn img {
    margin-right: 1rem;
    display: none;
  }

  header.header .btn.login {
    background-color: #fff;
    color: #11b4d9 !important;
  }

  header.header .btn.mail {
    background: #fff;
    color: #11b4d9 !important;
  }

  header.header .toggle-btn {
    display: block;
    top: 1.6rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.l-main__inner {
  position: relative;
  max-width: 1220px;
  padding: 0 1.6rem;
  z-index: 1;
  margin: 0 auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-page-header {
  margin-top: 12rem;
  padding: 0 0 6rem;
}

.c-page-header__inner {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #00496d;
}

.c-page-header__title {
  font-size: 4.6rem;
  font-weight: bold;
  color: #00496d;
  text-align: center;
  font-family: futura;
  letter-spacing: 0.4rem;
}

.c-page-header__title span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 920px) {
  .c-page-header {
    font-size: 2.2rem;
    margin: 0 auto 3rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title {
  font-size: 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}

.c-sec-title + .lead {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 920px) {
  .c-sec-title {
    font-size: 2.2rem;
    margin: 0 auto 1.6rem;
  }

  .c-sec-title + .lead {
    text-align: center;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  width: 20rem;
  margin: 0 auto;
}

.c-btn a {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #11b4d9;
  color: #00496d;
  border-radius: 1.5rem;
  line-height: 3rem;
}

@media screen and (max-width: 920px) {
  .c-btn {
    width: 100%;
  }

  .c-btn a {
    font-size: 1.6rem;
    padding: 0.7rem 1rem;
  }
}

.c-grad-btn {
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 5.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  padding: 0.8rem 5.2rem;
  background: #4981d5;
  border: 2px solid #4981d5;
  color: #fff;
  transition: all 0.3s ease;
}

.c-grad-btn:hover {
  background: transparent;
  color: #4981d5 !important;
  opacity: 1;
}

.c-grad-btn i {
  margin-left: 0.8rem;
}

/* Outline button for archive pages */
.c-grad-btn-outline {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  padding: 0.8rem 2rem;
  background: transparent;
  border: 2px solid #4981d5;
  color: #4981d5;
  transition: all 0.3s ease;
}

.c-archive-list__download-btn:hover .c-grad-btn-outline {
  background: #4981d5;
  color: #fff;
  opacity: 1;
}
.c-archive-list__download-btn:hover {
  opacity: 1;
}
.c-grad-btn-outline i {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.totop {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.2s,
    opacity 0.4s;
}

.totop.fixed {
  visibility: visible;
  opacity: 1;
}

/* -------------------------------------------*/
/* ------
breadcrumbs
-------------------------------------*/
.c-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}

.c-breadcrumbs a {
  font-size: 1.3rem;
}

.c-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin: 0 1.2rem;
  font-size: 1.3rem;
}

.c-breadcrumbs span {
  font-size: 1.3rem;
}

@media screen and (max-width: 920px) {
  .c-breadcrumbs {
    display: none;
  }
}

/* -------------------------------------------*/
/*カテゴリーの色分け
-------------------------------------------*/
.cat-list {
  text-align: center;
  margin-bottom: 4rem;
}

.cat-list li:not(:last-child) {
  margin-right: 4rem;
}

@media screen and (max-width: 920px) {
  .cat-list li:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.c-cat {
  display: inline-block;
}

.c-cat a,
.c-cat span {
  display: block;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 920px) {
  .c-cat a,
  .c-cat span {
    padding: 0.2rem 0.6rem;
  }
}

.cat-parent .cat_grow a,
.cat-list .cat_grow a,
.cat_grow span {
  background-color: #7db953;
}

.cat_grow .c-cat-child {
  color: #7db953;
}

.cat-parent .cat_recruit a,
.cat-list .cat_recruit a,
.cat_recruit span {
  background-color: #536eb9;
}

.cat_recruit .c-cat-child {
  color: #536eb9;
}

.cat-parent .cat_relationships a,
.cat-list .cat_relationships a,
.cat_relationships span {
  background-color: #b95353;
}

.cat_relationships .c-cat-child {
  color: #b95353;
}

.c-cat-child {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1rem;
}

.c-cat-child b {
  margin-right: 1rem;
}

.c-cat-child a,
.c-cat-child span {
  background-color: transparent;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-archive-mv {
  /* margin-top: 80px; サブメニューに被せるため削除 */
  position: relative;
  padding: 11rem 0 4rem;
}

.c-archive-mv .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.c-archive-mv__inner {
  width: min(1220px, 96%);
  margin: 0 auto;
  position: relative;
}

.c-archive-mv__heading {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.c-archive-mv__lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 920px) {
  .c-archive-mv {
    /* margin-top: 65px; */
    position: relative;
    height: auto;
    padding: 4rem 0 2rem;
  }

  .c-archive-mv__heading {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .c-archive-mv__lead {
    text-align: center;
    font-size: 1.6rem;
  }
}

.c-archive-list {
  /*
  セミナー
  */
  /*
  お役たち情報
  */
}

.c-archive-list__blog {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}

.c-archive-list__blog-box {
  width: calc(33.3333333333% - 3rem);
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  border: 1px solid #00496d;
  filter: drop-shadow(3px 3px 0 #00496d);
  display: flex;
  flex-direction: column;
}

.c-archive-list__blog-box .photo {
  height: 187px;
  overflow: hidden;
}

.c-archive-list__blog-box .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-archive-list__blog-body {
  margin-bottom: 1rem;
}

.c-archive-list__blog-cat {
  margin-top: auto;
}

.c-archive-list__blog-cat .cat-parent {
  display: flex;
  align-items: center;
}

.c-archive-list__blog-cat .cat-parent .member-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
}

.c-archive-list__blog-cat .cat-parent .member-rank {
  font-size: 1.4rem;
}

.c-archive-list__blog-cat .cat-parent .cls-1,
.c-archive-list__blog-cat .cat-parent .cls-2,
.c-archive-list__blog-cat .cat-parent .cls-3 {
  fill: none;
}

.c-archive-list__blog-cat .cat-parent .cls-2,
.c-archive-list__blog-cat .cat-parent .cls-3 {
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.c-archive-list__blog-cat .cat-parent .cls-2.grow,
.c-archive-list__blog-cat .cat-parent .cls-3.grow {
  stroke: #00496d;
}

.c-archive-list__blog-cat .cat-parent .cls-2.member,
.c-archive-list__blog-cat .cat-parent .cls-3.member {
  stroke: #d5d5d5;
}

.c-archive-list__blog-cat .cat-parent .cls-3 {
  stroke-linecap: round;
}

.c-archive-list__blog-body .date {
  color: #00496d;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-archive-list__blog-body .title {
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-archive-list__seminar {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}

.c-archive-list__seminar.wrap {
  flex-wrap: wrap;
}

.c-archive-list__seminar-box {
  width: calc(33.3333333333% - 3rem);
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  filter: drop-shadow(3px 3px 0 rgba(0, 73, 109, 0.3));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
}

.c-archive-list__seminar-box .photo {
  height: 216px;
  overflow: hidden;
}

.c-archive-list__seminar-box .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 920px) {
  .c-archive-list__seminar-box {
    width: 100%;
  }
}

.c-archive-list__seminar-cat {
  padding: 0 1.6rem;
  margin-top: 1rem;
}

.c-archive-list__seminar-cat .cat-parent {
  display: flex;
  align-items: center;
}

.c-archive-list__seminar-cat .cat-parent .member-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
}

.c-archive-list__seminar-cat .cat-parent .member-rank {
  font-size: 1.4rem;
}

.c-archive-list__seminar-cat .cat-parent .cls-1,
.c-archive-list__seminar-cat .cat-parent .cls-2,
.c-archive-list__seminar-cat .cat-parent .cls-3 {
  fill: none;
}

.c-archive-list__seminar-cat .cat-parent .cls-2,
.c-archive-list__seminar-cat .cat-parent .cls-3 {
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.c-archive-list__seminar-cat .cat-parent .cls-2.grow,
.c-archive-list__seminar-cat .cat-parent .cls-3.grow {
  stroke: #00496d;
}

.c-archive-list__seminar-cat .cat-parent .cls-2.member,
.c-archive-list__seminar-cat .cat-parent .cls-3.member {
  stroke: #d5d5d5;
}

.c-archive-list__seminar-cat .cat-parent .cls-3 {
  stroke-linecap: round;
}

.c-archive-list__seminar-body {
  padding: 0 1.6rem;
}

.c-archive-list__seminar-body .title {
  color: #00496d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 1rem;
}

.c-archive-list__seminar-info {
  padding: 1rem 1.6rem;
  margin-top: 1rem;
}

.c-archive-list__seminar-info dl {
  display: flex;
  margin: 0.5rem 0;
}

.c-archive-list__seminar-info dt {
  font-size: 1.4rem;
  border-right: 1px solid #ccc;
  padding-left: 5px;
  margin-right: 5px;
  width: 70px;
}

.c-archive-list__seminar-info dd {
  font-size: 1.4rem;
  flex: 1;
}

.c-archive-list__seminar-judge {
  margin-top: auto;
  padding: 2rem 1.6rem;
}

.c-archive-list__seminar-judge .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 100vmax;
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-archive-list__seminar-judge .btn.archive {
  background-color: #00496d;
}

.c-archive-list__seminar-judge .btn.still {
  background-color: #11b4d9;
}

.c-archive-list__seminar-judge .btn.end {
  background-color: #343a40;
}

.c-archive-list__download {
  margin-bottom: 4rem;
}

.c-archive-list__download-polular {
  margin-bottom: 8rem;
  display: flex;
  gap: 4rem;
}

.c-archive-list__download-polular .item {
  width: calc(33.3333333333% - 2rem);
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 2rem;
}

.c-archive-list__download-polular .title {
  font-size: 1.6rem;
  margin: 1rem 0 3rem;
}

.c-archive-list__download-cat-title {
  margin-bottom: 6rem;
}

.c-archive-list__download-cat-title span {
  font-size: 1.8rem;
  padding: 1rem 3rem;
  color: #fff;
}

.c-archive-list__download-cat-title.cat_relationships {
  border-bottom: 4px solid #b95353;
}

.c-archive-list__download-cat-title.cat_recruit {
  border-bottom: 4px solid #536eb9;
}

.c-archive-list__download-cat-title.cat_grow {
  border-bottom: 4px solid #7db953;
}

.c-archive-list__download-box {
  width: 100%;
  margin-bottom: 3rem;
  background-color: #fff;
  display: flex;
}

.c-archive-list__download-box .photo {
  width: 28rem;
  height: 16.1rem;
  overflow: hidden;
}

.c-archive-list__download-box .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-archive-list__download-body {
  padding: 0 1.6rem;
  flex: 1;
}

.c-archive-list__download-body .title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}

.c-archive-list__download-body .title .member-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.8rem;
  margin-top: 0.35rem;
}

.c-archive-list__download-body .title .member-rank {
  font-size: 1.4rem;
  margin-top: 7px;
  margin-right: 9px;
  word-break: keep-all;
}

.c-archive-list__download-body .title .cls-1,
.c-archive-list__download-body .title .cls-2,
.c-archive-list__download-body .title .cls-3 {
  fill: none;
}

.c-archive-list__download-body .title .cls-2,
.c-archive-list__download-body .title .cls-3 {
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.c-archive-list__download-body .title .cls-2.grow,
.c-archive-list__download-body .title .cls-3.grow {
  stroke: #00496d;
}

.c-archive-list__download-body .title .cls-2.member,
.c-archive-list__download-body .title .cls-3.member {
  stroke: #d5d5d5;
}

.c-archive-list__download-body .title .cls-3 {
  stroke-linecap: round;
}

.c-archive-list__download-body .excerpt {
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 920px) {
  .c-archive-list {
    font-size: 2.2rem;
    margin: 0 auto 3rem;
    /*
    セミナー
    */
    /*
    お役たち情報
    */
  }

  .c-archive-list__blog {
    gap: 0;
    margin-bottom: 4rem;
  }

  .c-archive-list__blog-box {
    width: 100%;
  }

  .c-archive-list__blog-body .date {
    font-size: 1.4rem;
  }

  .c-archive-list__blog-body .title {
    margin-bottom: 1rem;
  }

  .c-archive-list__seminar {
    gap: 0;
  }

  .c-archive-list__seminar-cat {
    padding: 0 1.6rem;
    margin-top: 1rem;
  }

  .c-archive-list__seminar-body {
    padding: 0 1.6rem;
  }

  .c-archive-list__seminar-judge {
    margin-top: auto;
  }

  .c-archive-list__download-polular {
    margin-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .c-archive-list__download-polular .item {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 2rem;
  }

  .c-archive-list__download-cat-title {
    margin-bottom: 3rem;
  }

  .c-archive-list__download-cat-title span {
    font-size: 1.6rem;
  }

  .c-archive-list__download-box {
    width: 100%;
    margin-bottom: 6rem;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .c-archive-list__download-box .photo {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    margin: 0 auto;
  }

  .c-archive-list__download-body {
    padding: 1.6rem 0;
    flex: 1 1 100%;
    width: 100%;
  }

  .c-archive-list__download-body .title {
    font-size: 1.8rem;
  }

  .c-archive-list__download-body .excerpt {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .c-archive-list__download-btn {
    text-align: center;
    display: inline-flex;
    justify-content: center;
  }
  a.c-archive-list__download-btn:hover {
    opacity: 1 !important;
  }

  .c-archive-list__download-btn .c-grad-btn,
  .btn-block a.c-grad-btn {
    margin: 0 auto !important;
    padding: 0.4rem 2rem;
    width: 100%;
    max-width: 280px;
    font-size: 1.8rem;
  }
}

.pnavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.pnavi .page-numbers {
  padding: 0.4rem 1rem;
  border: 1px solid #00496d;
  color: #00496d;
  line-height: 1.23;
}

.pnavi .page-numbers.current {
  background-color: #00496d;
  color: #fff;
}

.pnavi .next,
.pnavi .prev {
  border: none;
  font-weight: bold;
}

.tagcloud {
  margin-bottom: 8rem;
}

.tagcloud .tagcloud-list {
  background-color: #ebf6fd;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
}

.tagcloud .tagcloud-list li {
  display: inline-block;
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.tagcloud .tagcloud-list li.cat_grow a {
  color: #7db953;
  background-color: transparent;
}

.tagcloud .tagcloud-list li.cat_recruit a {
  color: #536eb9;
  background-color: transparent;
}

.tagcloud .tagcloud-list li.cat_relationships a {
  color: #b95353;
  background-color: transparent;
}

@media screen and (max-width: 920px) {
  .tagcloud {
    margin-bottom: 4rem;
  }

  .tagcloud li {
    display: inline-block;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}

.nav-area {
  width: min(1200px, 96%);
  margin: 3rem auto 6rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.nav-area .nav-item {
  width: calc(50% - 1rem);
  display: flex;
  border: 1px solid #000;
}

.nav-area .photo {
  width: 200px;
  height: 200px;
}

.nav-area .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-area .text {
  flex: 1;
  padding: 1.6rem 1rem;
}

.nav-area .text h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media screen and (max-width: 920px) {
  .nav-area {
    width: min(1200px, 96%);
    margin: 3rem auto 6rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .nav-area .nav-item {
    width: 100%;
    display: flex;
    border: 1px solid #000;
  }

  .nav-area .photo {
    width: 130px;
    height: 130px;
  }

  .nav-area .text {
    flex: 1;
    padding: 1rem 1rem;
  }

  .nav-area .text h3 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 0.61rem;
  }

  .nav-area .text p {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------*/
/* wp-members
-------------------------------------------*/
#wpmem_login,
#wpmem_reg,
#loginform,
#custom-login-form {
  width: min(80rem, 100%);
  margin: 0 auto 3rem;
}

#wpmem_login fieldset,
#wpmem_login .login-username,
#wpmem_reg fieldset,
#wpmem_reg .login-username,
#loginform fieldset,
#loginform .login-username,
#custom-login-form fieldset,
#custom-login-form .login-username {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 920px) {
  #wpmem_login fieldset,
  #wpmem_login .login-username,
  #wpmem_reg fieldset,
  #wpmem_reg .login-username,
  #loginform fieldset,
  #loginform .login-username,
  #custom-login-form fieldset,
  #custom-login-form .login-username {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 920px) {
  #wpmem_login fieldset,
  #wpmem_reg fieldset,
  #loginform fieldset,
  #custom-login-form fieldset {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

#wpmem_login label,
#wpmem_reg label,
#loginform label,
#custom-login-form label {
  width: 20rem;
  text-align: right;
  font-size: 1.8rem;
}

#wpmem_login label + div,
#wpmem_reg label + div,
#loginform label + div,
#custom-login-form label + div {
  margin-left: 1rem;
  width: calc(100% - 21.5rem);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 920px) {
  #wpmem_login label,
  #wpmem_reg label,
  #loginform label,
  #custom-login-form label {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }

  #wpmem_login label + div,
  #wpmem_reg label + div,
  #loginform label + div,
  #custom-login-form label + div {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

#wpmem_login legend,
#wpmem_reg legend,
#loginform legend,
#custom-login-form legend {
  display: none;
}

#wpmem_login input,
#wpmem_reg input,
#loginform input,
#custom-login-form input {
  width: 100%;
  box-sizing: border-box;
}

#wpmem_login textarea,
#wpmem_login select,
#wpmem_login input,
#wpmem_reg textarea,
#wpmem_reg select,
#wpmem_reg input,
#loginform textarea,
#loginform select,
#loginform input,
#custom-login-form textarea,
#custom-login-form select,
#custom-login-form input {
  font-size: inherit;
  font-family: inherit;
  padding: 0.2rem 0.8rem;
  margin-bottom: 0.5rem;
  color: #333;
  border: 1px solid #ccc;
  box-shadow: none;
  max-width: 100%;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#wpmem_login [type="checkbox"],
#wpmem_reg [type="checkbox"],
#loginform [type="checkbox"],
#custom-login-form [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

#wpmem_login .buttons,
#wpmem_reg .buttons,
#loginform .buttons,
#custom-login-form .buttons {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #00496d;
  color: #fff !important;
  text-align: center;
  padding: 12px 8px;
  width: min(350px, 96%);
  margin-top: 2rem;
  font-size: 1.8rem;
}

#wpmem_login .button_div,
#wpmem_reg .button_div,
#loginform .button_div,
#custom-login-form .button_div {
  margin: 20px 0;
  width: 100%;
  text-align: center !important;
}

#wpmem_login .button_div input#rememberme,
#wpmem_reg .button_div input#rememberme,
#loginform .button_div input#rememberme,
#custom-login-form .button_div input#rememberme {
  width: auto;
}

#wpmem_login .req,
#wpmem_reg .req,
#loginform .req,
#custom-login-form .req {
  color: #d02a2a;
}

#wpmem_login .link-text,
#wpmem_reg .link-text,
#loginform .link-text,
#custom-login-form .link-text {
  width: 100%;
  text-align: center;
  line-height: 2;
}

#wpmem_login .link-text a,
#wpmem_reg .link-text a,
#loginform .link-text a,
#custom-login-form .link-text a {
  color: #d02a2a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wpmem_msg {
  width: min(80rem, 100%);
  margin: 0 auto 2rem;
  color: #000;
}

#loginform p {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 920px) {
  #loginform p {
    flex-direction: column;
    flex: auto;
    text-align: left;
    gap: 1rem;
  }
}

#loginform label {
  flex: 0 0 22rem;
  text-align: right;
  font-size: 1.8rem;
}

@media screen and (max-width: 920px) {
  #loginform label {
    flex: auto;
    text-align: left;
    font-size: 1.6rem;
  }
}

#loginform .login-remember {
  margin: 2rem 0;
}

#loginform input#user_login {
  flex: 1;
}

#loginform input#rememberme {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

#loginform input#wp-submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #00496d;
  color: #fff !important;
  text-align: center;
  padding: 12px 8px;
  width: min(350px, 96%);
  margin-top: 2rem;
  font-size: 1.8rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-index-mv {
  /* margin-top: 80px; */
  position: relative;
  padding: 8rem 0;
}

.p-index-mv .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.p-index-mv__inner {
  width: min(1220px, 96%);
  margin: 0 auto;
  position: relative;
}

.p-index-mv__heading {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.p-index-mv__lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 920px) {
  .p-index-mv {
    /* margin-top: 65px; */
    position: relative;
    height: auto;
    padding: 3rem 0;
  }

  .p-index-mv__heading {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .p-index-mv__lead {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-index-seminar {
  background-color: #ebf6fd;
}

.p-index-seminar .swiper-wrapper {
  gap: 4rem;
  height: auto;
}

.p-index-seminar .swiper-slide {
  flex: 0 0 calc(33.3333333333% - 2rem);
}

.p-index-seminar .swiper-button-next,
.p-index-seminar .swiper-button-prev {
  transform: translateY(-50%);
  margin-top: 0;
  color: #333;
}

.p-index-seminar .slidenone .swiper-button-next,
.p-index-seminar .slidenone .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 920px) {
  .p-index-seminar .swiper-wrapper {
    gap: 0;
  }

  .p-index-seminar .swiper-slide {
    flex: 0 0 100%;
  }

  .p-index-seminar .swiper-button-next,
  .p-index-seminar .swiper-button-prev {
    transform: translateY(-50%);
    margin-top: 0;
    color: #333;
  }

  .p-index-seminar .slidenone .swiper-button-next,
  .p-index-seminar .slidenone .swiper-button-prev {
    display: none;
  }
}

.login_status {
  min-height: 48rem;
  margin-bottom: 4rem;
}

/* -------------------------------------------*/
/*single blog
///////////////////////////////////////*/
.p-single__wrap {
  display: flex;
}

.p-single__side {
  width: 346px;
  margin-left: 8rem;
  margin-top: 15rem;
}

.p-single__side .side-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.p-single__side .side-cat a {
  display: flex;
  align-items: center;
  border-top: 1px dotted #707070;
  font-size: 1.4rem;
  padding: 1.2rem 0;
}

.p-single__side .side-cat span {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin-right: 1.2rem;
}

.p-single__side .side-cat span.news-info {
  background-color: #fff7ba;
}

.p-single__side .side-cat span.news-seminar_event {
  background-color: #bacdff;
}

.p-single__side .side-cat span.news-pamphlet {
  background-color: #ffbad2;
}

.p-single__member-wrap {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.p-single__member-wrap .member-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
}

.p-single__member-wrap .member-icon svg {
  vertical-align: top;
}

.p-single__member-wrap .member-rank {
  font-size: 1.4rem;
  font-weight: normal;
}

.p-single__member-wrap .cls-1,
.p-single__member-wrap .cls-2,
.p-single__member-wrap .cls-3 {
  fill: none;
}

.p-single__member-wrap .cls-2,
.p-single__member-wrap .cls-3 {
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.p-single__member-wrap .cls-2.grow,
.p-single__member-wrap .cls-3.grow {
  stroke: #00496d;
}

.p-single__member-wrap .cls-2.member,
.p-single__member-wrap .cls-3.member {
  stroke: #ebf0f2;
}

.p-single__member-wrap .cls-3 {
  stroke-linecap: round;
}

.p-single__content {
  margin-bottom: 4rem;
  flex: 1;
}

.p-single__header {
  margin-bottom: 4rem;
}

.p-single__header .c-sec-title {
  text-align: left;
  width: 100%;
}

.p-single__header-cat {
  margin-bottom: 2rem;
}

.p-single__header-cat .cat-parent {
  display: flex;
  align-items: center;
}

.p-single__header-cat .cat-parent .member-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
}

.p-single__header-cat .cat-parent .member-rank {
  font-size: 1.4rem;
}

.p-single__header-cat .cat-parent .cls-1,
.p-single__header-cat .cat-parent .cls-2,
.p-single__header-cat .cat-parent .cls-3 {
  fill: none;
}

.p-single__header-cat .cat-parent .cls-2,
.p-single__header-cat .cat-parent .cls-3 {
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.p-single__header-cat .cat-parent .cls-2.grow,
.p-single__header-cat .cat-parent .cls-3.grow {
  stroke: #00496d;
}

.p-single__header-cat .cat-parent .cls-2.member,
.p-single__header-cat .cat-parent .cls-3.member {
  stroke: #ebf0f2;
}

.p-single__header-cat .cat-parent .cls-3 {
  stroke-linecap: round;
}

.p-single__header-date {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.6rem;
  color: #00496d;
}

.l-main__inner:has(.p-single__body) {
  max-width: 960px;
}

.p-single__body {
  margin: 0 auto 8rem;
  line-height: 2;
  font-feature-settings: normal;
}

.p-single__body .thumb-area {
  text-align: center;
  margin-bottom: 4rem;
}

.p-single__body .thumb-area img {
  display: block;
  margin: 0 auto;
}

.p-single__body.news p {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.p-single__body.blog {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-single__body.blog h1 {
  background-color: #f2f2f2;
  padding: 1rem 2rem 1rem 5rem;
  position: relative;
  border-radius: 0.5rem;
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
}

.p-single__body.blog h1:before {
  content: "";
  position: absolute;
  left: 2rem;
  width: 1rem;
  top: 1.6rem;
  bottom: 1.6rem;
  background-color: #7db953;
}

.p-single__body.blog h2 {
  padding: 1rem 2rem 1rem 0;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-size: 2.8rem;
  border-bottom: 2px solid #7db953;
}

.p-single__body.blog h3 {
  margin-top: 3rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-size: 2.4rem;
}

.p-single__body.blog h3:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2rem;
}

.p-single__body.blog h4 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-size: 2rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #2da30d 0%, #fc00ff00 100%);
  border-image-slice: 1;
}

.p-single__body.blog h4:before {
  /* content: "・";
  color: #2da30d; */
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.6rem;
}

.p-single__body.blog p {
  font-size: 1.6rem;
}

.p-single__body.blog > *:not(nav) a {
  color: #2da30d;
  text-decoration: underline;
}

.p-single__body.blog p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-single__body.blog strong,
.p-single__body.download strong {
  font-weight: bold;
}

.p-single__body.blog .wp-block-columns {
  margin-bottom: 1rem;
}

.p-single__body.blog .box {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #2da30d;
}

.p-single__body.blog .box ol,
.p-single__body.blog .box ul{
  padding-left: 2rem;
}

.p-single__body.blog ul,
.p-single__body.blog ol {
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.p-single__body.blog li {
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}

.p-single__body.blog li:last-of-type {
  margin-bottom: 0;
}

.p-single__body.blog ul li:before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background-color: #2da30d;
}

.p-single__body.blog li li{
  margin-bottom: 0.3rem;
}

.p-single__body.blog ul ul li:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
}
.p-single__body.blog .wp-block-table thead {
  background: #2da30d;
  color: #fff;
}

.p-single__body.blog .wp-block-table th,
.p-single__body.blog .wp-block-table td {
  font-size: 1.6rem;
}

.p-single__body .post-thumbnail {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}

.p-single__body.seminar {
  max-width: 1000px;
  margin: 0 auto;
}

.p-single__body.seminar .post-title {
  font-size: 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 3rem;
}

.p-single__body.seminar .post-lead {
  margin-bottom: 6rem;
  font-size: 1.6rem;
}

.p-single__body.seminar .seminar-block {
  margin-bottom: 4rem;
}

.p-single__body.seminar .seminar-block h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.p-single__body.seminar .seminar-block p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.p-single__body.seminar .seminar-speakers {
  display: flex;
  gap: 4rem 6rem;
}

.p-single__body.seminar .seminar-speakers li {
  width: 400px;
  display: flex;
  gap: 2rem;
}

.p-single__body.seminar .seminar-speakers .name {
  flex: 1;
}

.p-single__body.seminar .seminar-speakers .photo {
  width: 100px;
  height: 140px;
}

.p-single__body.seminar .seminar-speakers .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single__body .btn-block {
  margin: 6rem auto;
  text-align: center;
}

.p-single__body .btn-block a {
  text-decoration: underline;
  color: #113d8e;
}

.p-single__body .btn-block a.end {
  background: #333;
  pointer-events: none;
}

.p-single .sns-share {
  padding: 3rem;
  background-color: #ebf6fd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.p-single .sns-share li {
  opacity: 1;
}

.p-single .sns-share a {
  opacity: 1;
  display: block;
}

.p-single .sns-share img {
  opacity: 1;
  display: block;
}

.p-single__more-post-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}

.p-single__news-header-title {
  font-size: 3.2rem;
}

.p-single .news-cat {
  display: inline-block;
}

.p-single .news-cat a {
  padding: 6px 20px;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.p-single .news-cat.news-info {
  background-color: #fff7ba;
}

.p-single .news-cat.news-seminar_event {
  background-color: #bacdff;
}

.p-single .news-cat.news-pamphlet {
  background-color: #ffbad2;
}

@media screen and (max-width: 920px) {
  .p-single {
    margin-top: -5rem;
  }

  .p-single__header-date {
    margin-top: 1rem;
    text-align: right;
    font-size: 1.6rem;
    color: #00496d;
  }

  .p-single__body {
    margin: 0 auto 8rem;
  }

  .p-single__body.blog h1 {
    font-size: 2.4rem;
  }

  .p-single__body.blog h2 {
    font-size: 2.2rem;
  }

  .p-single__body.blog h3 {
    font-size: 2rem;
  }

  .p-single__body.blog h4 {
    font-size: 1.8rem;
  }

  .p-single__body.blog p {
    font-size: 1.4rem;
  }

  .p-single__body.blog ul,
  .p-single__body.blog ol {
    padding-left: 2rem;
  }

  .p-single__body.blog li {
    font-size: 1.4rem;
  }

  .p-single__body.blog .wp-block-table th,
  .p-single__body.blog .wp-block-table td {
    font-size: 1.4rem;
  }

  .p-single__body .post-thumbnail {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4rem;
  }

  .p-single__body.seminar {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-single__body.seminar .post-title {
    font-size: 2.4rem;
  }

  .p-single__body.seminar .post-lead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  .p-single__body.seminar .seminar-block {
    margin-bottom: 3rem;
  }

  .p-single__body.seminar .seminar-block h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .p-single__body.seminar .seminar-block p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .p-single__body.seminar .seminar-speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 0rem;
  }

  .p-single__body.seminar .seminar-speakers li {
    width: 100%;
    display: flex;
    gap: 2rem;
  }

  .p-single__body.seminar .seminar-speakers .name {
    flex: 1;
  }

  .p-single__body.seminar .seminar-speakers .photo {
    width: 140px;
    height: 140px;
  }

  .p-single__body .btn-block {
    margin: 6rem auto;
  }

  .p-single__body .btn-block a.end {
    background: #333;
    pointer-events: none;
  }

  .p-single .sns-share {
    padding: 3rem;
    background-color: #ebf6fd;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .p-single__more-post-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}

.btn-block {
  display: flex;
  justify-content: center;
  gap: 0;
}

.btn-block a.c-grad-btn {
  margin: 0 2rem;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .btn-block {
    display: block;
    text-align: center;
  }

  .btn-block a {
    width: 100%;
  }
}

div#ez-toc-container {
  width: 100%;
}

#ez-toc-container {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: table;
  padding: 40px 30px;
  position: relative;
  width: 90%;
  margin: 0 auto 4rem;
}

.ez-toc-title-container {
  margin-bottom: 2rem;
}

.mypage-box {
  min-height: 40rem;
  margin: 3rem auto 10rem auto;
  text-align: center;
  border: 1px solid #00496d;
  padding: 4rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.mypage-box ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.mypage-box ul li {
  padding: 0;
  margin-bottom: 1.5rem;
}
.mypage-box li {
  position: relative;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}
.mypage-box li:before {
  display: none;
}
.mypage-box li a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #f5f5f5;
  color: #00496d;
  border-left: 4px solid #00496d;
  border-radius: 0.3rem;
  text-decoration: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
  min-width: 20rem;
}
.mypage-box li a:hover {
  background: #e8f4f8;
  border-color: #0073a8;
}

/* ログアウトボタン */
.logout-btn {
  display: inline-block;
  margin-top: 3rem;
  padding: 1.2rem 3rem;
  background: #00496d;
  color: #fff !important;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.logout-btn:hover {
  background: #003a57;
}

.logout-btn i {
  margin-right: 0.5rem;
}

/* reCAPTCHAバッジを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* -------------------------------------------*/
/*contact
///////////////////////////////////////*/
.p-contact__lead {
  text-align: center;
  margin-bottom: 4rem;
}

.p-contact__body {
  max-width: 980px;
  margin: 0 auto 8rem;
  text-align: center;
}

.p-contact__form {
  margin-top: 8rem;
}

.p-contact__field {
  display: flex;
  align-items: flex-start;
  padding-top: 3rem;
  width: 100%;
}

.p-contact__field:last-of-type {
  margin-bottom: 6rem;
}

.p-contact__field dt {
  width: 20rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3rem;
}

.p-contact__field dt {
  font-size: 1.6rem;
}

.p-contact__field dt .req {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5rem;
  color: #d8176d;
}

.p-contact__field dd {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
  text-align: left;
}

.p-contact__field dd input[type="text"],
.p-contact__field dd input[type="email"],
.p-contact__field dd textarea {
  background-color: #ebf6fd;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}

.p-contact__field dd input[type="text"].full,
.p-contact__field dd input[type="email"].full,
.p-contact__field dd textarea.full {
  width: 100%;
}

.p-contact__field dd input[type="text"]:focus,
.p-contact__field dd input[type="email"]:focus,
.p-contact__field dd textarea:focus {
  background-color: #efefef;
}

.p-contact__field dd input[type="text"].small {
  width: 6rem;
}

.p-contact__field .flex {
  display: flex;
  gap: 2rem;
}

.p-contact__field .flex > div {
  flex: 1;
}

@media screen and (max-width: 920px) {
  .p-contact__field {
    flex-direction: column;
  }

  .p-contact__field dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .p-contact__field dd {
    width: 100%;
    font-size: 1.4rem;
  }

  .p-contact__field .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .p-contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

textarea {
  min-height: 20rem;
  width: 100%;
}

.submit-btn {
  background-color: #4981d5;
  border-radius: 100vmax;
  text-align: center;
  display: inline-block;
  width: 30rem;
  margin: 0 auto;
  color: #fff;
  height: 6rem;
  line-height: 6rem;
  position: relative;
}

.back-btn {
  background-color: #333;
  border-radius: 100vmax;
  text-align: center;
  display: inline-block;
  width: 30rem;
  margin: 0 2rem 0 auto;
  color: #fff;
  height: 6rem;
  line-height: 6rem;
  position: relative;
}

.submit-btn:disabled {
  background-color: #c1c1c1;
}

/* 未選択のラジオボタンの色 */
input[type="radio"] {
  accent-color: #4981d5;
}

/* -------------------------------------------*/
/*registration
///////////////////////////////////////*/
.p-registration__block {
  border-radius: 1.6rem;
  background-color: #ebf6fd;
  padding: 6rem 6rem 4rem;
  position: relative;
  max-width: 980px;
  margin: 0 auto 8rem;
}

.p-registration__block .p-registration__title {
  text-align: center;
  padding: 0.5rem;
  color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  max-width: 780px;
  margin: 0 auto;
}

.p-registration__block ul {
  padding-left: 4rem;
  margin-top: 4rem;
}

.p-registration__block li {
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.5;
}

.p-registration__block li:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 100vmax;
  background-color: #11b4d9;
}

.p-registration__block.-user .p-registration__title {
  background-color: #11b4d9;
}

.p-registration__block.-admin .p-registration__title {
  background-color: #00496d;
}

.p-registration__block.-admin li:before {
  background-color: #00496d;
}

.p-registration__lead {
  margin-bottom: 4rem;
}

.p-registration__text {
  padding-left: 4rem;
}

.p-registration__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-bottom: 10rem;
}

.p-registration__list .item {
  width: calc(33.3333333333% - 1.5rem);
}

.p-registration__list .item img {
  width: 100%;
}

.p-registration__list .list-title {
  background-color: #00496d;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 1.6rem;
  line-height: 2.4;
}

@media screen and (max-width: 920px) {
  .p-registration__block {
    padding: 4rem 1rem 3rem;
    margin: 0 auto 6rem;
  }

  .p-registration__block ul {
    padding-left: 2rem;
  }

  .p-registration__block li:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    width: 8px;
    height: 8px;
  }

  .p-registration__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2rem;
    margin-bottom: 6rem;
  }

  .p-registration__list .item {
    width: calc(50% - 1.5rem);
  }
}

/*# sourceMappingURL=style.css.map */
.highlight_blue {
  background: linear-gradient(transparent 65%, #80e7ff 65%);
}
/* カスタム追加 */
.nav-area {
  display: none !important;
}

/* 資料内容ボックス */
.download-content-box {
  padding: 50px;
  margin-bottom: 60px;
  border: 2px solid #222;
}

.download-content-box h3 {
  color: #222;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.download-content-box h4 {
  font-size: 1.8rem;
  color: #222;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #38a4e4;
  font-weight: 600;
}

.download-content-box ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 45px 0;
}

.download-content-box ul:last-child {
  margin-bottom: 0;
}

.download-content-box li {
  padding: 14px 0 14px 24px;
  position: relative;
  font-size: 1em;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.download-content-box li:last-child {
  border-bottom: none;
}

.download-content-box li:before {
  content: "—";
  position: absolute;
  left: 0;
  color: #222;
  font-weight: 400;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .download-content-box {
    padding: 30px 25px;
  }
}

.login-block {
  margin-bottom: 4rem;
  text-align: center;
  padding: 2em;
  background: #f5f8fa;
}
.p-single__body .login-block p {
  font-size: 1.8rem;
}
.login-block a {
  color: #4981d5;
  text-decoration: underline;
}
.login-block a:hover {
  color: #4981d5;
  opacity: 0.8;
  text-decoration: underline;
}

.login-block .login-title {
  font-size: 1.8rem;
  color: #222;
  margin: 0 0 25px 0;
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #222;
  font-weight: 600;
}

/* アカデミーサブメニュー（全幅クリック式） */
.academy-submenu {
  display: none !important;
  background: #f0faf0;
  border-bottom: 2px solid #2da30d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.academy-submenu.active {
  display: block !important;
}

/* ヘッダーを相対配置に */
header.header {
  position: relative;
}

.academy-submenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 4rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.academy-submenu-inner a {
  font-size: 1.6rem !important;
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 !important;
  transition: color 0.3s ease;
  font-weight: 700 !important;
  background: none !important;
  border: none !important;
  display: inline-block;
  position: relative;
}

.academy-submenu-inner a::after {
  content: "→";
  margin-left: 0.8rem;
  color: #2da30d;
  transition: margin-left 0.3s ease;
}

.academy-submenu-inner a:hover {
  color: #2da30d !important;
}

.academy-submenu-inner a:hover::after {
  margin-left: 1.2rem;
}

/* アカデミーメニューのホバー無効化、クリック有効化 */
header.header .col .drop:hover .child {
  opacity: 0;
  visibility: hidden;
}

header.header .col .drop .academy-toggle {
  cursor: pointer;
}

/* SP用アカデミーサブメニュー */
.academy-submenu-sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.academy-submenu-sp.active {
  display: block;
}

.academy-submenu-sp li {
  padding: 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.academy-submenu-sp li a {
  padding: 0.4rem 1.4rem;
  font-size: 1.6rem;
  color: #fff !important;
}

@media screen and (max-width: 920px) {
  /* PC用サブメニューを非表示 */
  .academy-submenu {
    display: none !important;
  }

  /* SP用サブメニューを表示可能に */
  .academy-submenu-sp {
    display: none;
  }
}

@media screen and (min-width: 921px) {
  /* PC表示時はSP用サブメニューを完全非表示 */
  .academy-submenu-sp {
    display: none !important;
  }
}
/* 表示が消える問題の暫定対処 */
