@charset "UTF-8";
@font-face {
  font-family: "Allura", cursive;
  src: url(../font/Allura-Regular.ttf);
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1060px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ol,
span {
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

a:not(:root),
button:not(:root) {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:not(:root):hover,
button:not(:root):hover {
  cursor: pointer;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}

.l-header__inner {
  width: 100%;
  height: 7.5rem;
  padding: 0 7.5rem 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4.375rem;
    padding: 0 4.375rem 0 0.9375rem;
  }
}
.l-header__logo {
  width: 8.75rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 5rem;
  }
}
.l-header__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header__wapper {
  width: 100%;
  padding-right: 1.25rem;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .l-header__box {
    margin-bottom: 0rem;
  }
}
.l-header__sign {
  /*display: inline-block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .l-header__sign {
    display: none;
  }
}
.l-header__sign:hover {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.l-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.3125rem;
  height: 1.875rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #E88513;
}

.l-header__login:hover {
  background: #333333;
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact:hover .l-header__contact_line {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.l-header__contact:hover .l-header__contact_icon {
  background: #223B80;
}

.l-header__contact_line {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__contact_icon {
  position: relative;
  /*top: -0.0625rem;*/
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}

.l-header__contact_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.375rem;
  width: 0.25rem;
  height: 0.40625rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

.l-header__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.l-header__link:hover {
  color: #223B80;
  border-bottom: 2px solid #223B80;
}

.l-main {
  margin-top: 7.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 4.375rem;
  }
}
.l-footer {
  width: 100%;
  background: #223B80;
}

.l-footer__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.l-footer__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 767px) {
  .l-footer__wapper {
    margin-bottom: 1.25rem;
  }
}
.l-footer__logo {
  width: 8.75rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 5rem;
  }
}
.l-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer__content {
  width: 100%;
  max-width: 40.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__content {
    display: none;
  }
}
.l-footer__login {
  margin-bottom: 1.25rem;
}

.l-footer__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.625rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #E88513;
}

.l-footer__login a:hover {
  color: #223B80;
  background: #ffffff;
}

.l-footer__sign {
  margin-bottom: 1.875rem;
}

.l-footer__sign a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.625rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1px solid #ffffff;
}

.l-footer__sign a:hover {
  color: #223B80;
  background: #ffffff;
}

.l-footer__law {
  margin-bottom: 0.9375rem;
}

.l-footer__law a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.l-footer__law a:hover {
  border-bottom: 1px solid #ffffff;
}

.l-footer__privacy a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.l-footer__privacy a:hover {
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .l-footer__cope {
    text-align: center;
  }
}
.l-footer__cope small {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.l-footer-nav__list {
  margin-bottom: 1.25rem;
}

.l-footer-nav__list:last-child {
  margin-bottom: 0;
}

.l-footer-nav__link {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.l-footer-nav__link:hover {
  border-bottom: 1px solid #ffffff;
}

.l-footer-nav__subLists {
  margin-top: 0.875rem;
}

.l-footer-nav__subList {
  margin-bottom: 0.3125rem;
}

.l-footer-nav__subList:last-child {
  margin-bottom: 0;
}

.l-footer-nav__subLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.l-footer-nav__subLink:hover {
  border-bottom: 1px solid #ffffff;
}

.l-footer-nav__subLink::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125rem;
  width: 0.3125rem;
  height: 0.0625rem;
  background: #ffffff;
  margin-right: 0.375rem;
}

.c-pageTop {
  position: fixed;
  right: 3.75rem;
  bottom: 2.1875rem;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .c-pageTop {
    right: 0.9375rem;
    bottom: 3.75rem;
  }
}
.c-pageTop img {
  width: 3.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.c-pagination span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #223B80;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.4375rem 0;
  border: 1px solid #223B80;
  text-align: center;
}

.c-pagination__open:not(:root) {
  color: #ffffff;
  background: #223B80;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.pagination a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #223B80;
  text-align: center;
  background: #ffffff;
  padding-top: 0.625rem;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination a:hover {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

.pagination .active a {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

.pagination .current {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-breadcrumb {
  width: 100%;
}

.c-breadcrumb__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  color: #AAAAAA;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0.375rem 0 0.4375rem 0;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__inner {
    font-size: 0.625rem;
    padding: 0.5rem 0.9375rem 0.3125rem 0.9375rem;
  }
}
.c-breadcrumb span {
  color: #AAAAAA;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.c-breadcrumb .current-item {
  color: #333333;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background: #223B80;
  cursor: pointer;
  z-index: 998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.c-hamburger span {
  position: absolute;
  display: inline-block;
  width: 3.125rem;
  height: 0.25rem;
  left: 2.1875rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 2.5rem;
    height: 0.1875rem;
    left: 1rem;
  }
}
.c-hamburger span:nth-child(1) {
  top: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(1) {
    top: 1.5625rem;
  }
}
.c-hamburger span:nth-child(2) {
  top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 2.1875rem;
  }
}
.c-hamburger span:nth-child(3) {
  top: 4.6875rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    top: 2.8125rem;
  }
}
/* ナビ開いてる時のボタン */
.c-hamburger.active span:nth-child(1) {
  top: 3.75rem;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(1) {
    top: 2rem;
  }
}
.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 3.75rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(3) {
    top: 2rem;
  }
}
.c-hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  height: 100vh;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    display: block;
  }
}
.c-hamburger-nav__space {
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__space {
    display: none;
  }
}
.c-hamburger-nav__inner {
  width: 50%;
  height: 100vh;
  background: #223B80;
  /*padding: 7.5rem 6.875rem 7rem 4.375rem;*/
  padding: 3.5rem 5.875rem 7rem 4.375rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__inner {
    width: 100%;
    /*padding: 4.875rem 1.5625rem 1.875rem 1.5625rem;*/
    padding: 2.875rem 1.5625rem 1.875rem 1.5625rem;
  }
}
.c-hamburger-nav__inner::-webkit-scrollbar {
  display: none;
}

.c-hamburger-nav__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.35rem;
  margin-bottom: 2.6875rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__wapper {
    gap: 1.25rem;
    margin-bottom: 3.9375rem;
  }
}
.c-hamburger-nav__lists {
  width: 100%;
}

.c-hamburger-nav__list {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__list {
    margin-bottom: 3rem;
  }
}
.c-hamburger-nav__list:last-child {
  margin-bottom: 0;
}

.c-hamburger-nav__link {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.c-hamburger-nav__line-height {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__link {
    font-size: 1.125rem;
  }
}
.c-hamburger-nav__link:hover {
  border-bottom: 1px solid #ffffff;
}

.c-hamburger-nav__subLists {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__subLists {
    margin-top: 2.625rem;
  }
}
.c-hamburger-nav__subList {
  margin-bottom: 1.25rem;
}

.c-hamburger-nav__subList:last-child {
  margin-bottom: 0;
}

.c-hamburger-nav__subLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__subLink {
    font-size: 1rem;
  }
}
.c-hamburger-nav__subLink:hover {
  border-bottom: 1px solid #ffffff;
}

.c-hamburger-nav__subLink::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: 0.125rem;
  background: #ffffff;
  margin-right: 0.625rem;
}

.c-hamburger-nav__login {
  margin-bottom: 1.25rem;
}

.c-hamburger-nav__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.5rem;
  height: 3.125rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #E88513;
}

.c-hamburger-nav__login a:hover {
  background: #333333;
}

.c-hamburger-nav__sign {
  margin-bottom: 2.5rem;
}

.c-hamburger-nav__sign a {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

.c-hamburger-nav__sign a:hover {
  border-bottom: 1px solid #ffffff;
}

.c-hamburger-nav__law {
  margin-bottom: 0.9375rem;
}

.c-hamburger-nav__law a {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__law a {
    font-size: 0.75rem;
  }
}
.c-hamburger-nav__law a:hover {
  border-bottom: 1px solid #ffffff;
}

.c-hamburger-nav__privacy a {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__privacy a {
    font-size: 0.75rem;
  }
}
.c-hamburger-nav__privacy a:hover {
  border-bottom: 1px solid #ffffff;
}

.c-hamburger-nav.active {
  opacity: 1;
  z-index: 997;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.c-btn__text {
  color: #223B80;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid rgba(34, 59, 128, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#223B80), to(#3289B6));
  background: linear-gradient(90deg, #223B80, #3289B6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.c-btn__icon_rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-btn__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.375rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.c-btn__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  opacity: 0;
  background-color: #223B80;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn:hover .c-btn__text {
  border-bottom: 2px solid #223b80;
}

.c-btn:hover .c-btn__icon::after {
  opacity: 1;
}

#c-btn-topNav {
  position: fixed;
  right: 1.875rem;
  bottom: 3.125rem;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #223B80;
  z-index: 10;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 767px) {
  #c-btn-topNav {
    position: relative;
    right: auto;
    bottom: auto;
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
  }
}
#c-btn-topNav::before {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#223B80), to(#3289B6));
  background: linear-gradient(90deg, #223B80, #3289B6);
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  #c-btn-topNav::before {
    right: auto;
    bottom: auto;
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
  }
}
#c-btn-topNav:hover::before {
  background: #333333;
}

@media screen and (max-width: 767px) {
  #c-btn-topNav:hover::before {
    background: #ffffff;
  }
}
#c-btn-topNav::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.3125rem;
  right: 1.1875rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 12;
}

@media screen and (max-width: 767px) {
  #c-btn-topNav::after {
    top: 1rem;
    right: 0.875rem;
    border-top: 2px solid #223B80;
    border-right: 2px solid #223B80;
  }
}
.c-title {
  width: 100%;
  background: #E9EFF5;
}

.c-title__inner {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 1.875rem 0 2.3125rem 0;
}

@media screen and (max-width: 767px) {
  .c-title__inner {
    padding: 2.5rem 0.9375rem 2.1875rem 0.9375rem;
  }
}
.c-title__title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.1875rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title__title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.c-title__subTitle {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
}

.c-title__eng {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #D6DBE1;
  font-family: "Allura", cursive;
  font-size: 3.625rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-title__eng {
    right: 0.9375rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__eng_min {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__eng_pozi {
    top: 40%;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__eng_pozi02 {
    top: 70%;
    font-size: 1.875rem;
  }
}
.c-title02 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
  text-align: center;
}

.c-title02_mb {
  margin-bottom: 1.875rem;
}

h2.c-title02 span.blue {
  display: inline-block;
  margin-top: 0px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .c-title02_mb {
    margin-bottom: 1.25rem;
  }
  h2.c-title02 span.blue {
    font-size: 1.5rem;
  }
}
.c-title02::after {
  content: "";
  display: block;
  position: relative;
  width: 3.125rem;
  height: 0.125rem;
  background-image: url(../images/dotsline.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1.875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-title02::after {
    margin: 1.25rem auto 0 auto;
  }
}
.c-nav {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-nav {
    padding: 0 0.9375rem;
  }
}
.c-nav__lists {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-nav__lists {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-bottom: none;
    row-gap: 0rem;
  }
}
.c-nav__list {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .c-nav__list {
    width: 50%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}
.c-nav__list:first-child {
  padding-left: 0rem;
}

.c-nav__list:last-child {
  padding-right: 0rem;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .c-nav__list:last-child {
    border-right: 1px solid #CCCCCC;
  }
}
.c-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .c-nav__link {
    font-size: 0.875rem;
    padding: 0.4375rem 0.625rem;
  }
}
.c-nav__link span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-nav__link span {
    padding-bottom: 0rem;
  }
}
.c-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.46875rem;
  right: 0.46875rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #223B80;
  border-right: 1px solid #223B80;
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .c-nav__link::before {
    top: 0.85rem;
    right: 0.625rem;
    -webkit-transform: rotate(45deg);
  }
}
.c-nav__link::after {
  position: relative;
  top: -0.0625rem;
  left: 0rem;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #223B80;
  margin-left: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-nav__link::after {
    display: none;
  }
}
.c-nav__link:hover span {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.c-nav__link:hover::before {
  background: #223B80;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .c-nav__link:hover::before {
    background: rgba(34, 59, 128, 0);
    border-top: 1px solid #223B80;
    border-right: 1px solid #223B80;
  }
}
.c-nav__link:hover::after {
  background: #223B80;
}

.c-research-nav {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-research-nav {
    padding: 0 0.9375rem;
  }
}
.c-research-nav__lists {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-research-nav__lists {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1.25rem;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-bottom: none;
    row-gap: 0rem;
  }
}
.c-research-nav__list {
  position: relative;
  margin: 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-research-nav__list {
    width: 50%;
    margin: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}
.c-research-nav__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.25rem;
  width: 0.0625rem;
  height: 0.625rem;
  background: #CCCCCC;
}

.c-research-nav__list_ml {
  margin-left: 0;
}

.c-research-nav__list_mr {
  margin-right: 0;
}

.c-research-nav__list_mr::after {
  content: "";
  display: none;
}

.c-research-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link {
    padding: 0.4375rem 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-research-nav__link_text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(34, 59, 128, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link_text {
    font-size: 0.875rem;
  }
}
.c-research-nav__link_icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #223B80;
  border-radius: 50%;
  margin-left: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link_icon {
    margin-left: 0rem;
    border: none;
  }
}
.c-research-nav__link_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0.40625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #223B80;
  border-right: 1px solid #223B80;
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link_icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.46875rem;
    left: 0.75rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.3125rem;
    height: 0.3125rem;
    border-top: 1px solid #223B80;
    border-right: 1px solid #223B80;
    background-color: #ffffff;
  }
}
.c-research-nav__link:hover .c-research-nav__link_text {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.c-research-nav__link:hover .c-research-nav__link_icon {
  background: #223B80;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link:hover .c-research-nav__link_icon {
    background: rgba(255, 255, 255, 0);
  }
}
.c-research-nav__link:hover .c-research-nav__link_icon::before {
  background: #223B80;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .c-research-nav__link:hover .c-research-nav__link_icon::before {
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid #223B80;
    border-right: 1px solid #223B80;
  }
}
.c-pageNav {
  text-align: center;
}

.c-pageNav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.c-pageNav .page-numbers {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #223B80;
  text-align: center;
  background: #ffffff;
  padding-top: 0.625rem;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pageNav .page-numbers:hover {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

.c-pageNav .current {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

.dots {
  padding-top: 1.2rem;
}

.c-pageNav .prev {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  font-size: 0;
  border: none;
}

.c-pageNav .prev:hover {
  background: #EEEEEE;
  border: none;
}

.c-pageNav .prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.0625rem;
  left: 1.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transform: rotate(45deg) scale(-1, -1);
  transform: rotate(45deg) scale(-1, -1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pageNav .next {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  font-size: 0;
  border: none;
}

.c-pageNav .next:hover {
  background: #EEEEEE;
  border: none;
}

.c-pageNav .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.0625rem;
  right: 1.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pageNav .next::before:hover {
  background: #EEEEEE;
  border: none;
}

#jquery-tab-pager-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
}

#jquery-tab-pager-navi a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #223B80;
  text-align: center;
  background: #ffffff;
  padding-top: 0.625rem;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#jquery-tab-pager-navi a:hover {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

#jquery-tab-pager-navi .current {
  color: #ffffff;
  background: #223B80;
  border: 1px solid #223B80;
}

#jquery-tab-pager-navi .previos {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  font-size: 0;
  border: none;
}

#jquery-tab-pager-navi .previos:hover {
  background: #EEEEEE;
  border: none;
}

#jquery-tab-pager-navi .previos::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.0625rem;
  left: 1.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transform: rotate(45deg) scale(-1, -1);
  transform: rotate(45deg) scale(-1, -1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#jquery-tab-pager-navi .next {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  font-size: 0;
  border: none;
}

#jquery-tab-pager-navi .next:hover {
  background: #EEEEEE;
  border: none;
}

#jquery-tab-pager-navi .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.0625rem;
  right: 1.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#jquery-tab-pager-navi .next::before:hover {
  background: #EEEEEE;
  border: none;
}

#jquery-tab-pager-navi .disable {
  display: none;
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(204, 204, 204, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .modal-overlay {
    padding: 0 0.9375rem;
  }
}
.modal-container {
  position: relative;
  background-color: #fff;
  max-height: 80vh;
  max-width: 30rem;
  overflow-y: auto;
  padding: 3.125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-container {
    padding: 3.125rem 0.9375rem;
  }
}
.modal-container_wid {
  max-width: 56.875rem;
}

.modal-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  row-gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .modal-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
  }
}
.modal-box {
  width: 100%;
}

.modal-header {
  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;
  gap: 1.25rem;
  margin-bottom: 1.125rem;
}

.modal-header__imgBox {
  width: 100%;
  max-width: 9.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-header__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}

.modal-header__textBox {
  width: 100%;
}

.modal-header__post {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
}

.modal-header__post_size {
  font-size: 0.875rem;
  line-height: 1.21;
}

.modal-header__name {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: transparent;
  border: 0;
}

.modal-close::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 1.4375rem;
  background-image: url(../images/ham.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-content {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .modal-content {
    line-height: 1.6875;
  }
}
/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

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

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

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

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

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

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-inview {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-inview_open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-globalNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 210px;
  border-bottom: 1px solid #E8E8E8;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .p-globalNav {
    display: none;
  }
}
.p-globalNav__inner {
  width: 100%;
  max-width: 64.5rem;
  padding: 0 1.5625rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-globalNav__logoutLink:not(:root) {
  color: #223B80;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #223B80;
  border-radius: 0.375rem;
  padding: 0.8125rem 2.5rem;
}

.p-globalNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  height: 7.125rem;
}

.p-globalNav li a {
  color: #9E9E9E;
  font-size: 0.6875rem;
}

.p-globalNav li a:hover {
  color: #000;
  opacity: 1;
}

.p-globalNav .current_page_item a {
  color: #000;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-globalNav-research {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
  }
}
.p-globalNav-research__arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-globalNav-research__arrow {
    cursor: pointer;
    position: relative;
    width: 0.75rem;
    display: inline-block;
    width: 0.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0rem;
  }
  .p-globalNav-research__arrow:hover {
    opacity: 0.7;
  }
  .p-globalNav-research__arrow.active {
    top: 0.5625rem;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
.p-globalNav-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-globalNav-sp {
    display: block;
  }
  .p-globalNav-sp ul {
    font-size: 0.75rem;
  }
  .p-globalNav-sp a {
    color: #CCCCCC !important;
  }
}
.p-research {
  width: 100%;
}

.p-research__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-research__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-research__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.333;
  letter-spacing: 0.04em;
  margin-bottom: 4.25rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-research__text {
    line-height: 2;
    margin-bottom: 3.125rem;
  }
}
.p-research__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 767px) {
  .p-research__linkBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-research__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 22.5rem;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  border: 1px solid #223B80;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-research__link {
    min-width: auto;
    width: 100%;
    padding: 1.25rem;
  }
}
.p-research__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #223B80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-research__link::after {
    top: 1.6875rem;
    right: 1.875rem;
  }
}
.p-research__link:hover::after {
  right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-research__link:hover::after {
    right: 1.25rem;
  }
}
.p-research__link_login:not(:root) {
  color: #ffffff;
  background: #223B80;
}

.p-research__link_login:not(:root):hover {
  border: 1px solid #333333;
  background: #333333;
}

.p-research__link_login:not(:root):hover::after {
  background-color: #333333;
}

.p-research__link_entry:not(:root) {
  color: #223B80;
}

.p-research__link_entry:not(:root)::after {
  border-top: 2px solid #223B80;
  border-right: 2px solid #223B80;
  /*background-color: #ffffff;*/
  background-color: transparent;
}

.p-research__link_entry:not(:root):hover {
  color: #ffffff;
  border: 1px solid #333333;
  background: #333333;
}

.p-research__link_entry:not(:root):hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: #333333;
}

.p-research__linkBox02 {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-research__linkBox02 {
    margin-bottom: 3.75rem;
  }
}
.p-research__link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-research__link02:hover .p-research__link02_line {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.p-research__link02:hover .p-research__link02_icon {
  background: #223B80;
}

.p-research__link02_line {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-research__link02_icon {
  position: relative;
  top: -0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-research__link02_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.375rem;
  width: 0.25rem;
  height: 0.40625rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-research-report {
  width: 100%;
  margin-bottom: 5rem;
}

.p-research-report__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-research-report__lists {
  height: 15rem;
  border: 1px solid #223B80;
  padding: 1.875rem;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .p-research-report__lists {
    height: 30rem;
    padding: 1.25rem 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-research-report__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-research-report__list {
    display: block;
  }
}
.p-research-report__list:first-of-type {
  padding-top: 0;
}

.p-research-report__time {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-research-report__time {
    font-size: 0.875rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-research-report__categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-research-report__categoryBox {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-research-report__category {
  min-width: 6.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  background: #223B80;
  padding: 0.3125rem;
}

.p-research-report__articleLink:not(:root) {
  color: #000;
}

.p-research-report__articleTitle {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.5625;
  text-align: left;
}

.p-research-report__linkBox {
  text-align: center;
}

.p-research-report__link:not(:root) {
  color: #223B80;
  font-size: 1rem;
  text-decoration: underline;
  text-align: center;
}

.p-department {
  width: 100%;
}

.p-department__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-department__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-department__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.333;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-department__text {
    text-align: left;
    line-height: 1.72;
    margin-bottom: 3.125rem;
  }
}
.p-department-card {
  width: 100%;
  padding: 2.5rem;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-department-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.p-department-card__imgBox {
  width: 100%;
  max-width: 13.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-department-card__imgBox {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-department-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-department-card__textBox {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-department-card__textBox {
    text-align: center;
  }
}
.p-department-card__post {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-department-card__post {
    margin-bottom: 0.625rem;
  }
}
.p-department-card__name {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-department-item {
  width: 100%;
}

.p-department-item__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: left;
}

.p-department-item__wapper {
  width: 100%;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-department-item__wapper {
    margin-bottom: 3.125rem;
  }
}
.p-department-item__wapper_mb {
  margin-bottom: 0;
}

.p-department-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-department-item__title {
    margin-bottom: 1.25rem;
  }
}
.p-department-item__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-department-item__text {
  font-size: 1rem;
  line-height: 2;
}

.p-department-item__text_mb {
  margin-bottom: 4.375rem;
}

.p-department-item__careerTitle {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.p-department-item__careerText {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-department-item__careerText {
    margin-bottom: 3.125rem;
  }
}
.p-department-item__career {
  padding: 1.25rem 1.5625rem 2.5rem 1.875rem;
  background: #EEF4FB;
}

@media screen and (max-width: 767px) {
  .p-department-item__career {
    padding: 1.5625rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-login {
  width: 100%;
}

.p-login__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-login__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-login__wapper {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-login__wapper {
    max-width: 100%;
  }
}
.p-login__form {
  width: 100%;
  padding: 3.125rem;
  background: #E9EFF5;
  text-align: center;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-login__form {
    padding: 1.875rem 1.25rem;
  }
}
.p-login__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-login__text {
    font-size: 0.8125rem;
  }
}
.p-login__link:not(:root) {
  color: #223B80;
  text-decoration: underline;
}

/*スマホメニューのログイン・ログアウトリンクのスタイル調整*/
@media screen and (max-width: 767px) {
  .loginlogout a.p-globalNav__loginLink,
  .loginlogout a.p-globalNav__logoutLink {
    background: none;
    border: 0px;
    padding: 0px 0px;
    border-radius: 0px;
  }
}
.swpm-login-submit {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  margin: 0.3125rem auto 1.25rem auto !important;
  border: 1px solid #223B80;
  background: #223B80;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swpm-login-submit:hover {
  background: #333333;
}

.swpm-login-submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #223B80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .swpm-login-submit::after {
    top: 1.75rem;
    right: 1.875rem;
  }
}
.swpm-login-submit:hover::after {
  right: 1.875rem;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .swpm-login-submit:hover::after {
    right: 1.25rem;
  }
}
.swpm-login-widget-form input[type=submit] {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .swpm-login-widget-form input[type=submit] {
    padding: 1.25rem;
  }
}
.swpm-login-form-pw-reset-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #223B80;
  text-decoration: underline !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swpm-login-form-pw-reset-link:hover {
  opacity: 0.7;
}

/*ログイン・新規登録画面 Simple Membershipフォームのスタイル調整*/
.p-login__inner .swpm-reset-pw-error {
  font-weight: normal;
}

.p-login__inner .swpm-reset-pw-success-box {
  line-height: 1.5;
}

.swpm-login-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swpm-username-label, .swpm-password-label {
  width: 18.75rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 0.625rem;
}

.swpm-username-input, .swpm-password-input {
  width: calc(100% - 18.75rem);
  text-align: left;
}

.swpm-remember-me, .swpm-login-submit, .swpm-forgot-pass-link, .swpm-join-us-link, .swpm-login-action-msg {
  width: 100%;
  margin: 0.625rem 0px;
}

.swpm-forgot-pass-link {
  margin-bottom: 0px;
}

.swpm-login-widget-form input[type=text], .swpm-login-widget-form input[type=password] {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background-color: #fff;
}

.swpm-login-widget-form input:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.swpm-login-widget-form input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.swpm-join-us-link {
  margin-bottom: 0px;
  display: none;
}

.swpm-login-action-msg {
  margin: 0px;
}

.swpm-login-action-msg span {
  color: #f00000;
  font-weight: normal;
  padding: 1.25rem 0px 0px 0px;
  display: block;
}

.swpm-login-action-msg:empty, .swpm-login-action-msg span:empty {
  display: none;
}

.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership,
.swpm-logged-expiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

.swpm-logged-logout-link {
  margin-bottom: 0px;
  margin-top: 1.25rem;
}

.swpm-edit-profile-link {
  display: none;
}

.swpm-logged-label {
  font-weight: normal;
  width: 32%;
  text-align: left;
}

.swpm-logged-value {
  width: 66%;
  text-align: left;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background-color: #fff;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

li.swpm-item.swpm-item-checkbox label {
  width: auto;
  min-width: auto;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox label.swpm-choice {
  margin-top: -1.125rem;
  margin-bottom: 0.3125rem;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-text > span.swpm-span > p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.375rem;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox div > span > p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}

.swpm-rember-label {
  font-size: 1rem;
  font-weight: 500;
}

.p-register__form .swpm-form-builder .swpm-legend {
  display: none;
}

.p-register__form .swpm-form-builder ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 0.625rem;
  margin: 0.625rem 0px !important;
}

.p-register__form .swpm-form-builder ul li div {
  font-size: 1rem;
}

.p-register__form .swpm-form-builder fieldset {
  border: 0px;
  background-color: transparent;
}

.p-register__form .swpm-form-builder label, label.swpm-desc {
  font-size: 1rem;
  min-width: 13.625rem;
  font-weight: normal;
}

.p-register__form .swpm-form-builder label.swpm-form-builder-error {
  font-size: 0.8125rem;
  padding-top: 0.75rem;
  display: contents;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox label.swpm-error {
  display: block;
  padding-top: 0.625rem;
}

.p-register__form .swpm-form-builder li.swpm-item.swpm-item-password label.swpm-form-builder-error {
  padding-top: 0px;
}

.p-register__form .swpm-form-builder input[type=text],
.p-register__form .swpm-form-builder input[type=email],
.p-register__form .swpm-form-builder input[type=password] {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background: #EBEBEB;
  font-size: 1rem;
}

.p-register__form .swpm-form-builder select {
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  background: #EBEBEB;
  border: 1px solid #9A9A9A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-size: 7px;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.p-register__form .swpm-form-builder li div {
  width: 100%;
}

.l-inner .swpm-red-error-text {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .swpm-username-label, .swpm-password-label {
    text-align: left;
    width: 100%;
    margin-bottom: 0.9375rem;
  }
  .swpm-password-label {
    margin-top: 1.06rem;
  }
  .swpm-username-label label, .swpm-password-label label {
    font-size: 1rem;
  }
  .swpm-username-input, .swpm-password-input {
    width: 100%;
  }
  .p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-register__form .swpm-form-builder ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0px !important;
    gap: auto;
  }
  .p-register__form .swpm-form-builder label, label.swpm-desc {
    width: 100%;
  }
  .p-register__form .swpm-form-builder ul {
    margin: 0 0px !important;
  }
  .p-register__form .swpm-form-builder label.swpm-form-builder-error {
    padding-top: 0px;
  }
}
/*パスワードリセット画面 Simple Membershipスタイル調整*/
.swpm-pw-reset-widget-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swpm-pw-reset-email {
  width: 18.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.swpm-pw-reset-email-input {
  width: calc(100% - 18.75rem);
  text-align: left;
}

.swpm-pw-reset-submit-button {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  margin: 2.5rem auto 0rem auto !important;
  border: 1px solid #223B80;
  background: #223B80;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.swpm_success .p-research__linkBox {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .swpm-pw-reset-submit-button {
    margin: 1.25rem auto 1.25rem auto !important;
  }
}
.swpm-pw-reset-submit-button:hover {
  background: #333333;
}

.swpm-pw-reset-submit-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #223B80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .swpm-pw-reset-submit-button::after {
    top: 1.75rem;
    right: 1.875rem;
  }
}
.swpm-pw-reset-submit-button:hover::after {
  right: 1.875rem;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .swpm-pw-reset-submit-button:hover::after {
    right: 1.25rem;
  }
}
.swpm-pw-reset-email-input input[type=password] {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background-color: #fff;
}

.swpm-pw-reset-widget-inside input[type=text] {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.swpm-pw-reset-submit-button input[type=submit] {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .swpm-pw-reset-submit-button input[type=submit] {
    padding: 1.25rem;
  }
}
.swpm-reset-pw-error {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .swpm-reset-pw-error {
    text-align: left;
    line-height: 1.5;
  }
}
.swpm-reset-pw-error-email {
  margin-bottom: 1.25rem;
}

.swpm-pw-reset-widget-form-key-validation {
  margin: 10px 0px;
}

.swpm-reset-password-success-msg {
  margin-bottom: 20px;
}

/*パスワードリセット完了後にエラー文言が表示されてしまうのを削除するよう制御*/
.password-reset-form div.reset-child:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 767px) {
  .swpm-pw-reset-email {
    width: 100%;
  }
  .swpm-pw-reset-email-input {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-password div {
    margin-bottom: 0.625rem;
  }
}
/*ログインしていない時のスタイル*/
p.notLoginMessage {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7;
}

.modal-inner-register {
  border: 0px solid #CCCCCC;
  background: #E9EFF4;
  padding: 20px;
  margin-top: 30px;
}

.modal-inner-register p.notLoginMessage {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.modal-inner-register .p-research__linkBox {
  margin-bottom: 0rem;
}

.modal-inner-twocolumn .p-research__link {
  min-width: 19.5rem;
}

.modal-inner-register.modal-inner-onecolumn {
  margin-top: 50px;
}

.p-register {
  width: 100%;
}

.p-register__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-register__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-register__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.333;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-register__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875;
  }
}
.p-register__wapper {
  width: 100%;
  max-width: 49.6875rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-register__wapper {
    max-width: 100%;
  }
}
.p-register__form {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
}

.p-register__link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-register__link_color:not(:root) {
  color: #223B80;
  text-decoration: underline;
}

.p-register__link_color:not(:root):hover {
  opacity: 0.7;
}

.swpm-item-submit {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  margin: 0rem auto 1.25rem auto !important;
  border: 1px solid #223B80;
  background: #223B80;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swpm-item-submit:hover {
  background: #333333;
}

.swpm-item-submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #223B80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .swpm-item-submit::after {
    top: 1.75rem;
    right: 1.875rem;
  }
}
.swpm-item-submit:hover::after {
  right: 1.875rem;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .swpm-item-submit:hover::after {
    right: 1.25rem;
  }
}
.p-register__button {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-register__button {
    padding: 1.25rem;
  }
}
.swpm-required-asterisk {
  color: #FF0000 !important;
}

.p-register__form .swpm-form-builder .swpm-legend {
  display: none;
}

.p-register__form .swpm-form-builder ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0rem 0 0.9375rem 0 !important;
}

@media screen and (max-width: 767px) {
  .p-register__form .swpm-form-builder ul li {
    gap: 0rem;
    row-gap: 0.625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#item-swpm-33 {
  gap: 0.3125rem;
}

#item-swpm-33 .swpm-desc {
  margin-top: 0;
}

#item-swpm-4 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#item-swpm-4 .swpm-desc {
  margin-top: 0.25rem;
}

.swpm-choice {
  color: #333333 !important;
}

.p-register__form .swpm-form-builder ul li div {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-register__form .swpm-form-builder fieldset {
  border: 0px;
  background-color: transparent;
}

.p-register__form .swpm-form-builder label, label.swpm-desc {
  min-width: 15rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
  margin-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-register__form .swpm-form-builder label, label.swpm-desc {
    margin: 0rem;
  }
}
.p-register__form .swpm-form-builder label.swpm-form-builder-error {
  font-size: 0.8125rem;
  padding-top: 0.75rem;
  display: contents;
}

.p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-checkbox label.swpm-error {
  display: block;
  padding-top: 0.625rem;
}

.p-register__form .swpm-form-builder li.swpm-item.swpm-item-password label.swpm-form-builder-error {
  padding-top: 0px;
}

.p-register__form .swpm-form-builder input[type=text],
.p-register__form .swpm-form-builder input[type=email],
.p-register__form .swpm-form-builder input[type=password] {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  background: #EBEBEB;
  font-size: 1rem;
}

.p-register__form .swpm-form-builder select {
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  background: #EBEBEB;
  border: 1px solid #9A9A9A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-size: 7px;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.p-register__form .swpm-form-builder li div {
  width: 100%;
}

.l-inner .swpm-red-error-text {
  font-weight: normal;
}

.swpm-pw-reset-widget-form-key-validation {
  margin: 0.625rem 0px;
}

.swpm-reset-password-success-msg {
  margin-bottom: 1.25rem;
}

.password-reset-form div.reset-child:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-register__form .swpm-form-builder ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0px !important;
    gap: auto;
  }
  .p-register__form .swpm-form-builder label, label.swpm-desc {
    width: 100%;
  }
  .p-register__form .swpm-form-builder ul {
    margin: 0 0px !important;
  }
  .p-register__form .swpm-form-builder label.swpm-form-builder-error {
    padding-top: 0px;
  }
  .p-register__form .swpm-form-builder ul li.swpm-item.swpm-item-password div {
    margin-bottom: 0.625rem;
  }
}
.p-portal {
  width: 100%;
}

.p-portal__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-portal__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-portal-report {
  width: 100%;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-portal-report {
    margin-bottom: 4.375rem;
  }
}
.p-portal-report__inner {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-portal-report__inner {
    max-width: 100%;
    text-align: center;
  }
}
.p-portal-report__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-portal-report__title {
    margin-bottom: 0.9375rem;
  }
}
.p-portal-report__pastLink:not(:root) {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.25rem;
  height: 2.0625rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  background: #E88513;
  z-index: 2;
}

.p-portal-report__pastLink:not(:root):hover {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-portal-report__pastLink:not(:root) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 1.875rem auto;
  }
}
.p-portal-report__lists {
  height: 14.6875rem;
  border: 1px solid #223B80;
  padding: 1.875rem;
  margin-bottom: 2.1875rem;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .p-portal-report__lists {
    height: 26.25rem;
    padding: 1.25rem 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-portal-report__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-portal-report__list {
    text-align: left;
    display: block;
  }
}
.p-portal-report__list:first-of-type {
  padding-top: 0;
}

.p-portal-report__list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.p-portal-report__time {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-portal-report__time {
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
}
.p-portal-report__categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-portal-report__categoryBox {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-portal-report__category {
  min-width: 6.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  background: #223B80;
  padding: 0.3125rem;
}

.p-portal-report__articleLink:not(:root) {
  color: #000;
}

.p-portal-report__articleTitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
}

.p-portal-report__linkBox {
  text-align: center;
}

.p-portal-report__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-portal-report__link {
    display: none;
  }
}
.p-portal-report__link:hover .p-portal-report__link_line {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.p-portal-report__link:hover .p-portal-report__link_icon {
  background: #223B80;
}

.p-portal-report__link_line {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-portal-report__link_icon {
  position: relative;
  top: -0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-portal-report__link_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.375rem;
  width: 0.25rem;
  height: 0.40625rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-portal-video {
  width: 100%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-portal-video {
    margin-bottom: 4.375rem;
  }
}
.p-portal-video__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-portal-video__inner {
    width: 100%;
  }
}
.p-portal-video__wapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 19.375rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.78125rem;
}

@media screen and (max-width: 767px) {
  .p-portal-video__wapper {
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 0.9375rem;
  }
}
.p-portal-video__cont {
  padding: 0.75rem 0.625rem 0.9375rem 0.625rem;
  background: #EEF4FB;
}

.p-portal-video__cont:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@media screen and (max-width: 767px) {
  .p-portal-video__cont {
    padding: 1.25rem 0.9375rem;
  }
}
.p-portal-video__imgBox {
  position: relative;
  width: 100%;
  padding-top: 64.28%;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-portal-video__imgBox {
    padding-top: 52.73%;
  }
}
.p-portal-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-portal-video__text {
  font-size: 1rem;
  line-height: 1.5625;
  text-align: center;
}

.p-portal-video__linkBox {
  text-align: center;
  margin-top: 2.1875rem;
}

.p-portal-video__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-portal-video__link {
    display: none;
  }
}
.p-portal-video__link:hover .p-portal-video__link_line {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.p-portal-video__link:hover .p-portal-video__link_icon {
  background: #223B80;
}

.p-portal-video__link_line {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-portal-video__link_icon {
  position: relative;
  top: -0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-portal-video__link_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.375rem;
  width: 0.25rem;
  height: 0.40625rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-portal-seminar {
  width: 100%;
}

.p-portal-seminar__inner {
  width: 100%;
  max-width: 61.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-portal-seminar__inner {
    max-width: 100%;
  }
}
.p-portal-seminar__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-portal-seminar__title {
    margin-bottom: 2.5rem;
  }
}
.p-portal-seminar__lists {
  width: 100%;
  max-width: 23.625rem;
  margin: 0 auto;
}

.p-portal-seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-portal-seminar__list {
    display: block;
  }
}
.p-portal-seminar__list:last-of-type {
  margin-bottom: 0;
}

.p-portal-seminar__list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-portal-seminar__list_in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-portal-seminar__time {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-portal-seminar__time {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
.p-portal-seminar__articleTitle {
  font-size: 1rem;
  font-weight: 400;
}

.p-portal-seminar__articleLink:not(:root) {
  position: relative;
  min-width: 6.9375rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  background: #223B80;
  text-align: center;
  padding: 0.25rem 1.25rem;
  border-radius: 0.375rem;
}

.p-portal-seminar__articleLink:not(:root)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.3125rem;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../images/research_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.report_nothing p {
  text-align: center;
  font-size: 1rem;
}

p.portal-info-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 50px;
  text-align: center;
}

.report_nothing {
  margin: 30px 0px 60px;
}

.nopost {
  margin: 10px 0px 60px;
}

.subTitle_button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.375rem;
  padding: 0.5rem 2.3125rem;
  background: #F2BA4A;
}

a.subTitle_button {
  color: #fff;
}

@media screen and (max-width: 840px) {
  .subTitle_button {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1.25rem;
  }
}
.p-portal-seminar__lists {
  width: 100%;
  /*max-width: 620px;*/
  margin: 0 auto;
}

.p-portal-seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  /*margin-bottom: 15px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}

@media screen and (max-width: 840px) {
  .p-portal-seminar__list {
    display: block;
  }
}
.p-portal-seminar__time {
  font-size: 14px;
  width: 100%;
}

p.seminar_icon {
  width: 100%;
  margin-bottom: 10px;
}

span.seminar_kind {
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  background-color: #b5bb0c;
  border: 1px solid #b5bb0c;
  display: inline-block;
  margin-right: 10px;
}

span.seminar_class {
  color: #000;
  background-color: #fff;
  border: 1px solid #223B80;
  padding: 5px 10px;
}

a.seminar_link {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
  .p-portal-seminar__time {
    margin-bottom: 5px;
  }
}
.p-search {
  width: 100%;
}

.p-search__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-search__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-search__wapper {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-search__wapper {
    max-width: 100%;
  }
}
.p-search__wapper_mb {
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-search__wapper_mb {
    margin-bottom: 3.75rem;
  }
}
.p-search__form {
  width: 100%;
  padding: 3.125rem;
  background: #EEF4FB;
  text-align: center;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-search__form {
    padding: 1.25rem;
  }
}
.p-search__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-search__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-search__cont:last-of-type {
  margin-bottom: 1.875rem;
}

.p-search__cont label {
  min-width: 12.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-search__cont input {
  width: 100%;
  border: none;
  padding: 0.625rem;
  background: #ffffff;
  border: 1px solid #CCCCCC;
}

.p-search__cont select {
  color: #ACA2A2;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-search__select {
  position: relative;
  width: 100%;
}

.p-search__select::before {
  border-bottom: 0.375rem solid #000000;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  content: "";
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.3125rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.p-search__select::after {
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.375rem solid #000000;
  content: "";
  position: absolute;
  right: 0.625rem;
  top: calc(50% + 0.3125rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.p-search__cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-search__cont02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-search__cont02_in {
  width: 100%;
  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;
  font-size: 1rem;
  gap: 0.625rem;
}

.p-search__cont02 label {
  min-width: 12.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.p-search__cont02 input {
  width: 100%;
  border: none;
  padding: 0.625rem;
  background: #ffffff;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-search__cont02 input {
    width: 44%;
  }
}
.p-search__cont02 select {
  color: #ACA2A2;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #CCCCCC;
}

.p-search__buttonBox {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  margin: 3.125rem auto 1.25rem auto !important;
  border: 1px solid #223B80;
  background: #223B80;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-search__buttonBox:hover {
  background: #333333;
}

.p-search__buttonBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #223B80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-search__buttonBox::after {
    top: 1.75rem;
    right: 1.875rem;
  }
}
.p-search__buttonBox:hover::after {
  right: 1.875rem;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-search__buttonBox:hover::after {
    right: 1.25rem;
  }
}
.p-search__button {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-search__button {
    padding: 1.25rem;
  }
}
.p-search__text {
  font-size: 0.875rem;
}

.p-search__link:not(:root) {
  color: #223B80;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 500;
}

.p-search__link:not(:root):hover {
  opacity: 0.7;
}

.search-result {
  margin-bottom: 2.5rem;
}

.search-result p {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid #CCCCCC;
  padding: 1.25rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .search-result p {
    font-size: 0.75rem;
    padding: 0.9375rem 0.625rem;
  }
}
p.search-result-text span {
  margin-right: 5px;
}

p.search-result-text span:empty {
  display: none;
}

p.search-result-text span::before {
  content: "#";
  margin-right: 3px;
}

.p-result {
  width: 100%;
}

.p-result__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-result__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-result-report {
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .p-result-report__inner {
    max-width: 100%;
    text-align: center;
  }
}
.p-result-report__pastLink:not(:root) {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.5rem;
  height: 1.625rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  background: #E88513;
}

.p-result-report__pastLink:not(:root):hover {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-result-report__pastLink:not(:root) {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
  }
}
.p-result-report__linkBox {
  text-align: center;
  margin-bottom: 1.875rem;
}

.p-result-report__linkBox:last-of-type {
  margin-bottom: 0;
}

.p-result-report__link:not(:root) {
  color: #223B80;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-align: center;
}

.p-result-report__link:not(:root):hover {
  opacity: 0.7;
}

.search_movie_block {
  margin-bottom: 3rem;
}

.p-result-video {
  width: 100%;
}

.p-result-video__inner {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto 4.375rem auto;
}

@media screen and (max-width: 767px) {
  .p-result-video__inner {
    max-width: 100%;
    text-align: center;
  }
}
.p-result-video__pastLink:not(:root) {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.5rem;
  height: 1.625rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  background: #E88513;
}

.p-result-video__pastLink:not(:root):hover {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-result-video__pastLink:not(:root) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 1.25rem auto;
  }
}
.p-result-video__wapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 19.375rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.78125rem;
  -moz-column-gap: 0.78125rem;
  column-gap: 0.78125rem;
  row-gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-result-video__wapper {
    grid-template-columns: repeat(auto-fill, 100%);
    row-gap: 1.875rem;
  }
}
.p-result-video__linkBox {
  text-align: center;
  margin-bottom: 1.875rem;
}

.p-result-video__linkBox:last-of-type {
  margin-bottom: 0;
}

.p-result-video__link:not(:root) {
  color: #223B80;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-align: center;
}

.p-result-video__link:not(:root):hover {
  opacity: 0.7;
}

.p-report {
  width: 100%;
}

.p-report__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-report__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-report__wapper_mb {
  margin-bottom: 6.5625rem;
}

@media screen and (max-width: 767px) {
  .p-report__wapper_mb {
    margin-bottom: 4.375rem;
  }
}
.p-report__lists {
  margin-bottom: 3.125rem;
}

.p-report__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-report__list {
    display: block;
  }
}
.p-report__list:first-of-type {
  padding-top: 0;
}

.p-report__time {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-report__time {
    font-size: 0.875rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-report__categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-report__categoryBox {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-report__articleTitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-align: left;
}

.p-result-video__wapper .report_nothing {
  grid-column: 1/4;
  grid-row: 1/2;
  margin: 20px 0px 20px;
}

@media screen and (max-width: 767px) {
  .p-result-video__wapper .report_nothing {
    grid-column: auto;
    grid-row: auto;
  }
}
.section_inner {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section_inner {
    max-width: 100%;
    text-align: center;
  }
}
ul.sort_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  margin: 0 0 1.875rem 0;
}

ul.sort_button li {
  cursor: pointer;
  border: 1px solid #777777;
  padding: 0.3125rem 0.625rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

ul.sort_button li.sort.asc {
  background: #223B80;
  color: #fff;
}

ul.sort_button li span {
  font-weight: 100;
  margin-left: 10px;
}

ul.sort_button li.sort.asc span {
  color: #fff;
}

.nopost {
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  ul.sort_button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px 10px;
  }
}
p.keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6px;
  color: #837f7f;
}

p.keyword span {
  color: #837f7f;
}

.p-report__category {
  display: block;
  min-width: 6.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  background: #223B80;
  padding: 0.3125rem;
  border-radius: 0px;
  white-space: nowrap;
}

a.p-report__category {
  color: #ffffff;
}

a.report__category_strategy,
p.report__category_strategy {
  color: #fff;
  background: #223B80; /*紺*/
}

a.report__category_analyst,
p.report__category_analyst {
  color: #fff;
  background: #3186B4; /*明るい青*/
}

a.report__category_energy,
a.report__category_sovereign,
a.report__category_technology,
a.report__category_industrials,
a.report__category_government_agency,
a.report__category_utilities,
a.report__category_communication,
a.report__category_bank,
a.report__category_others,
p.report__category_energy,
p.report__category_sovereign,
p.report__category_technology,
p.report__category_industrials,
p.report__category_government_agency,
p.report__category_utilities,
p.report__category_communication,
p.report__category_bank,
p.report__category_others {
  color: #fff;
  background: #6DA722; /*薄い緑*/
}

a.report__category_general-us-treasuries,
a.report__category_general-eu-treasuries,
a.report__category_whole_market,
p.report__category_general-us-treasuries,
p.report__category_general-eu-treasuries,
p.report__category_whole_market {
  color: #fff;
  background: #035D09; /*濃い緑*/
}

.p-report__category.movie_industry_button {
  color: #fff;
  background: #035D09;
}

.p-report__articleLink:not(:root) {
  color: #333333;
}

.p-result-report__linkSection {
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-result-report__linkSection {
    margin-top: 3.125rem;
  }
}
.p-movieArchive {
  width: 100%;
  padding: 10rem 0 7.8125rem 0;
}

@media screen and (max-width: 767px) {
  .p-movieArchive {
    padding: 6.25rem 0 7.5rem 0;
  }
}
.p-movieArchive__inner {
  width: 100%;
  max-width: 50.125rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__inner {
    max-width: 100%;
  }
}
.p-movieArchive__title {
  text-align: center;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.034em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__title {
    font-size: 1.1875rem;
    letter-spacing: 0em;
    margin-bottom: 1.25rem;
  }
}
.p-movieArchive__title span {
  display: block;
  color: #D7D7D7;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__title span {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0em;
  }
}
.p-movieArchive__subTitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__subTitle {
    margin-bottom: 1.875rem;
  }
}
.p-movieArchive__wapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 16.1875rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.78125rem;
  -moz-column-gap: 0.78125rem;
  column-gap: 0.78125rem;
  row-gap: 1.4375rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__wapper {
    grid-template-columns: repeat(auto-fill, 100%);
    row-gap: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
.p-movieArchive__cont {
  padding: 0.75rem 0.625rem 0.9375rem 0.625rem;
  background: #EEF4FB;
}

@media screen and (max-width: 767px) {
  .p-movieArchive__cont {
    padding: 1.25rem 0.9375rem;
  }
}
.p-movieArchive__imgBox {
  position: relative;
  width: 100%;
  padding-top: 52.3%;
  margin-bottom: 0.625rem;
}

.p-movieArchive__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-movieArchive__text {
  font-size: 1rem;
  line-height: 1.5625;
  text-align: center;
}

.p-movie {
  width: 100%;
}

.p-movie__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-movie__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-movie__box {
  position: relative;
}

.p-movie__box_mb {
  margin-bottom: 4.375rem;
}

.p-movie__box_mt {
  margin-top: 6rem;
}

.p-movie__wapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 19.375rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.78125rem;
  -moz-column-gap: 0.78125rem;
  column-gap: 0.78125rem;
  row-gap: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-movie__wapper {
    grid-template-columns: repeat(auto-fill, 100%);
    row-gap: 0.9375rem;
  }
}
.p-movie__wapper:last-of-type {
  margin-bottom: 0;
}

.p-movie__wapper .nopost {
  grid-column: 1/4;
  grid-row: 1/2;
}

@media screen and (max-width: 767px) {
  .p-movie__wapper .nopost {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-movie__cont {
  position: relative;
  padding: 0.9375rem;
  background: #E9EFF5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-movie__cont:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.p-movie__imgBox {
  position: relative;
  width: 100%;
  padding-top: 64.28%;
  margin-bottom: 0.9375rem;
  background: #ffffff;
}

.p-movie__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-movie__img iframe {
  width: 100%;
  height: 100%;
}

.p-movie__text {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  text-align: left;
}

/*動画、投稿日から1週間以内にはNEWラベルをつける*/
.ribbon {
  position: absolute;
  width: 54px;
  height: 56px;
  overflow: hidden;
  top: -8px;
  left: -6px;
}

.ribbon::before, .ribbon::after {
  content: "";
  position: absolute;
  background: #b71c1c;
  width: 7px;
  height: 8px;
  z-index: -1;
}

.ribbon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 153px;
  height: 20px;
  background: #f44336;
  color: #fff;
  font-size: 13px;
  top: 13px;
  left: -55px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  z-index: 20;
}

.ribbon::before {
  bottom: 0;
  left: 0;
}

.ribbon::after {
  top: 0;
  right: 0;
}

/*動画クリックでモーダルウィンドウを表示させる*/
.button-open {
  cursor: pointer;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  min-height: 300px;
  max-height: 700px;
  overflow: scroll;
  background-color: #fff;
  border-radius: 0px;
  z-index: 301;
  padding: 2rem;
}

.movie_modal_text {
  font-size: 1em;
  margin-top: 0px;
}

.button-close {
  top: 10px;
  right: 10px;
  position: absolute;
}

.button-close button {
  color: #223B80;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  z-index: 999;
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 18px; /* 棒の高さ */
  background: #223B80;
}

.batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movie_icatch iframe {
  width: 100%;
}

.modal-window .movie_modal_text {
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 5px;
}

.modal-window .movie_category {
  margin: 0px 0px 0px;
}

.modal-window .movie_meta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px 0px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  .modal-window {
    width: 95%;
    padding: 1rem;
  }
  .batsu {
    width: 10px;
    height: 10px;
  }
  .batsu::before, .batsu::after {
    width: 2px;
    height: 10px;
  }
  .movie_icatch iframe {
    max-height: 250px;
  }
}
.movie_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.4375rem;
}

.movie_date {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.movie_time {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.movie_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  line-height: 2.2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie_category_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.movie_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
}

.movie_category .p-report__category {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.box-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-front {
  width: 100%;
}

.p-front__inner {
  position: relative;
  width: 100%;
  padding-top: 49.2%;
}

@media screen and (max-width: 767px) {
  .p-front__inner {
    padding-top: 153.8%;
  }
}
.p-front__title {
  position: absolute;
  left: 6.25rem;
  bottom: 6.5625rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-front__title {
    top: 49.33%;
    left: 0.9375rem;
    bottom: auto;
    font-size: 1.5rem;
  }
}
.p-front-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.p-front-slider__list {
  position: relative;
}

.p-front-slider__img {
  position: relative;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-front-philosophy {
  width: 100%;
}

.p-front-philosophy__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 7.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4375rem;
}

@media screen and (max-width: 767px) {
  .p-front-philosophy__inner {
    display: block;
    padding: 3.75rem 0.9375rem;
  }
}
.p-front-philosophy__wapper_l {
  width: 100%;
  max-width: 25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-front-philosophy__wapper_l {
    max-width: 18.75rem;
    margin: 0 auto 2.5rem auto;
  }
}
.p-front-philosophy__wapper_r {
  width: 100%;
}

.p-front-philosophy__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-front-philosophy__bigTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-front-philosophy__bigTitle {
    width: 100%;
  }
}
.p-front-philosophy__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.p-front-philosophy__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.375rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

@media screen and (max-width: 767px) {
  .p-front-philosophy__title::after {
    margin-left: 20px;
    vertical-align: middle;
  }
}
.p-front-philosophy__text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.36;
  letter-spacing: 0.04em;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-front-philosophy__text {
    line-height: 1.9;
    margin-bottom: 3.125rem;
  }
}
.p-front-philosophy__link {
  text-align: right;
}

.p-front-about {
  width: 100%;
  background: #EEEEEE;
}

.p-front-about__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 6.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__inner {
    padding: 3.75rem 0.9375rem;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 2.5rem;
  }
}
.p-front-about__wapper_l {
  width: 100%;
}

.p-front-about__wapper_r {
  width: 100%;
  max-width: 28.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__wapper_r {
    max-width: 100%;
  }
}
.p-front-about__bigTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__bigTitle {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.p-front-about__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__title {
    margin-bottom: 0.625rem;
    vertical-align: middle;
  }
}
.p-front-about__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.375rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

@media screen and (max-width: 767px) {
  .p-front-about__title::after {
    margin-left: 20px;
    vertical-align: middle;
  }
}
.p-front-about__text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.36;
  letter-spacing: 0.04em;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__text {
    line-height: 1.9;
    margin-bottom: 3.125rem;
  }
}
.p-front-about__link {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-about__link {
    text-align: right;
  }
}
.p-front-about__btnBox {
  width: 100%;
}

.p-front-about__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 9.375rem;
  background-image: url(../images/sq.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-about__btn {
    height: 8.125rem;
    padding: 0 1.875rem;
    max-width: 28.125rem;
    margin: 0 auto;
  }
}
.p-front-about__btn_bg {
  background-image: url(../images/sq02.webp);
}

.p-front-about__btn span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-front-about__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#223B80), to(#3289B6));
  background: linear-gradient(90deg, #223B80, #3289B6);
  opacity: 0.8;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-about__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.125rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-about__btn::after {
    right: 1.875rem;
  }
}
.p-front-about__btn:hover::before {
  opacity: 0.4;
}

.p-front-about__btn:hover::after {
  right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-about__btn:hover::after {
    right: 1.25rem;
  }
}
.p-front-news {
  width: 100%;
  background: #F8F8F8;
}

.p-front-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-front-news__inner {
    padding: 4.375rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-front-news__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.375rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-news__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}
.p-front-news__wapper_l {
  width: 100%;
  max-width: 8.75rem;
}

@media screen and (max-width: 767px) {
  .p-front-news__wapper_l {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-front-news__wapper_r {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-front-news__titleBox {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-news__titleBox {
    margin-bottom: 0rem;
  }
}
.p-front-news__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.625rem;
}

.p-front-news__eng {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-news__eng {
    margin-bottom: 0.625rem;
    vertical-align: middle;
    gap: 0rem;
  }
}
.p-front-news__eng::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.125rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

@media screen and (max-width: 767px) {
  .p-front-news__eng::after {
    margin-left: 20px;
    vertical-align: middle;
  }
}
.p-front-news__allLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-front-news__allLink span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-news__allLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.46875rem;
  right: 0.375rem;
  width: 0.25rem;
  height: 0.25rem;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.p-front-news__allLink::after {
  position: relative;
  top: -0.0625rem;
  left: 0rem;
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #333333;
  border: 1px solid #333333;
  margin-left: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-news__allLink:hover span {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.p-front-news__allLink:hover::before {
  background: #223B80;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.p-front-news__allLink:hover::after {
  background: #223B80;
}

.p-front-news__tagTitle {
  position: relative;
  display: inline-block;
  color: #CCCCCC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.25rem 1.875rem 0.75rem 1.875rem;
  border-bottom: 2px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-news__tagTitle {
    font-size: 0.9375rem;
    padding: 0.25rem 0.9375rem 0.75rem 0.9375rem;
  }
}
.p-front-news__content {
  width: 100%;
}

.p-front-news__lists {
  text-align: left;
  margin-top: 0.625rem;
}

.p-front-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-front-news__list {
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-front-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-front-news__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-front-news__time {
  width: 8.75rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-front-news__category {
  width: 7.625rem;
  min-width: 100px;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #223B80;
  padding-top: 0.0625rem;
}

.p-front-news__articleTitle {
  position: relative;
  top: -0.125rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-news__articleTitle:hover {
  color: #223B80;
}

/*選択されているタブのコンテンツのみを表示*/
#front_all:checked ~ #front_all_content,
#front_news:checked ~ #front_news_content,
#front_event:checked ~ #front_event_content {
  display: block;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*選択されているタブのスタイルを変える*/
.p-front-news__wapper_r input:checked + .p-front-news__tagTitle {
  color: #223B80;
  border-bottom: 2px solid #223B80;
}

.p-front-solution {
  width: 100%;
  background: #E9EFF5;
}

.p-front-solution__inner {
  width: 100%;
  padding: 6.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-solution__inner {
    padding: 4.1875rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-front-solution__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-front-solution__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-front-solution__eng {
  position: relative;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-front-solution__eng {
    margin-bottom: 2.5rem;
  }
}
.p-front-solution__eng::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.125rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

@media screen and (max-width: 767px) {
  .p-front-solution__eng::after {
    vertical-align: middle;
  }
}
.p-front-solution__wapper {
  position: relative;
  width: 100%;
}

.p-front-solution__card {
  width: 100%;
  min-height: 21.875rem;
  padding: 3.125rem 2.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1rem #D1D7E8;
  box-shadow: 0 0 1rem #D1D7E8;
  margin: 0 1.875rem 1.875rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-front-solution__card {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
    margin: 0 1.25rem 1.875rem 1.25rem;
  }
}
.p-front-solution__card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-front-solution__card_title {
    margin-bottom: 1.25rem;
  }
}
.p-front-solution__card_title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 1.6875rem;
  margin-right: 0.375rem;
  background: #223B80;
}

.p-front-solution__card_text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-solution__card_text {
    line-height: 1.7;
  }
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  position: absolute;
  bottom: -0.3125rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.625rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "●";
  text-align: center;
  opacity: 1;
  color: #CCCCCC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #223B80;
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff;
}

.prev-arrow {
  cursor: pointer;
  position: absolute;
  left: 23%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background: #223B80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
  z-index: 2;
}

.prev-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.4375rem;
  left: 1.625rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.prev-arrow:hover {
  opacity: 1;
}

.next-arrow {
  cursor: pointer;
  position: absolute;
  right: 23%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background: #223B80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
  z-index: 2;
}

.next-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.4375rem;
  right: 1.625rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

.next-arrow:hover {
  opacity: 1;
}

.p-front-linkBox {
  width: 100%;
}

.p-front-linkBox__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 6.25rem 0 6.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__inner {
    padding: 2.9375rem 0.9375rem 3.75rem 0.9375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-front-linkBox__wapper_l {
  width: 100%;
  padding-right: 5rem;
  border-right: 1px solid #E9EFF5;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__wapper_l {
    padding-right: 0rem;
    padding-bottom: 2.5rem;
    border-right: none;
    border-bottom: 2px solid #E9EFF5;
  }
}
.p-front-linkBox__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__wapper {
    padding-top: 2.9375rem;
    display: block;
  }
}
.p-front-linkBox__group {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front-linkBox__group {
    text-align: center;
  }
}

.p-front-linkBox__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.p-front-linkBox__subTitle {
  position: relative;
  display: block;
  color: #233B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-linkBox__subTitle_pc {
    display: none;
  }
}
.p-front-linkBox__subTitle_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-linkBox__subTitle_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__subTitle {
    margin-bottom: 1.875rem;
  }
}
.p-front-linkBox__subTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5px;
  right: 5rem;
  height: 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#617BC3), to(#86C1E0));
  background: linear-gradient(180deg, #617BC3, #86C1E0);
  margin: 1.3125rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__subTitle::after {
    content: "";
    display: block;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    width: 3.125rem;
    height: 0.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
    background: linear-gradient(90deg, #617BC3, #86C1E0);
    margin: 1.3125rem auto 0 auto;
  }
}
.p-front-linkBox__subTitle02 {
  position: relative;
  display: block;
  color: #233B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__subTitle02 {
    margin-top: 0rem;
    margin-bottom: 1.875rem;
  }
}
.p-front-linkBox__subTitle02::after {
  content: "";
  display: block;
  position: relative;
  width: 3.125rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
  margin: 1.3125rem auto 0 auto;
}

.p-front-linkBox__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  padding: 0 3.125rem;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#223B80), to(#3289B6));
  background: linear-gradient(90deg, #223B80, #3289B6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__link {
    height: 4.375rem;
    padding: 0 1.875rem;
  }
}
.p-front-linkBox__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__link span {
    font-size: 1.125rem;
  }
}
.p-front-linkBox__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-linkBox__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.125rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__link::after {
    right: 1.875rem;
  }
}
.p-front-linkBox__link:hover::before {
  opacity: 1;
}

.p-front-linkBox__link:hover::after {
  right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-linkBox__link:hover::after {
    right: 1.25rem;
  }
}
.p-sub-linkbox {
  width: 100%;
  background: #E9EFF4;
}

.p-sub-linkbox__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 6.25rem 0 6.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.p-sub-linkbox__wapper_c,
.p-sub-linkbox__wapper_r {
  width: 50%;
}

.p-sub-linkbox__wapper_c {
  padding-right: 5rem;
}

.p-sub-linkbox__wapper_r {
  padding-left: 5rem;
  border-left: 1px solid #aac3de;
}

.p-sub-linkbox .p-front-linkBox__link {
  padding: 0 1.525rem;
}

.p-sub-linkbox .p-front-linkBox__link:after {
  right: 1.525rem;
}

.p-front-linkBox__link:hover::after {
  right: 0.9rem;
}

@media screen and (max-width: 767px) {
  .p-sub-linkbox__inner {
    padding: 2.9375rem 0.9375rem 3.75rem 0.9375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-sub-linkbox__wapper_l, .p-sub-linkbox__wapper_c, .p-sub-linkbox__wapper_r {
    width: 100%;
  }
  .p-sub-linkbox__wapper_l {
    padding-right: 0rem;
    padding-bottom: 2.5rem;
    border-right: none;
    border-bottom: 2px solid #aac3de;
    margin-bottom: 2.5rem;
  }
  .p-sub-linkbox__wapper_c {
    padding: 0 0rem;
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #aac3de;
    margin-bottom: 2.5rem;
  }
  .p-sub-linkbox__wapper_r {
    padding-left: 0rem;
    border-left: none;
  }
}
.p-mission {
  width: 100%;
}

.p-mission__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mission__inner {
    max-width: 31.25rem;
    padding: 3.125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-mission__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-mission__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-mission__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.125rem;
  background: #CCCCCC;
  margin: 2rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-mission__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-mission__text {
  position: relative;
  font-size: 1.125rem;
  line-height: 2.33;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .p-mission__text {
    text-align: left;
    line-height: 2;
    margin-bottom: 2.5rem;
  }
}
.p-mission__img {
  width: 100%;
  max-width: 37.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-mission__img {
    max-width: 22.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-mission__wapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-mission__wapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5rem;
  }
}
.p-mission-item {
  width: 100%;
  text-align: left;
}

.p-mission-item__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-mission-item__titleBox {
    display: block;
    margin-bottom: 1.25rem;
  }
}
.p-mission-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-mission-item__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-mission-item__subTitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-mission-item__subTitle {
    font-size: 0.875rem;
    padding: 0.625rem 0 0 1.25rem;
  }
}
.p-mission-item__text {
  font-size: 1.125rem;
  line-height: 1.72;
  letter-spacing: 0.04em;
}

.p-company {
  width: 100%;
}

.p-company__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-company__explan {
  position: relative;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-company__explan {
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
.p-company__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-company__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.125rem;
  background: #CCCCCC;
  margin: 2rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-company__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-company__text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.72;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-company__text {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-company__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 4.625rem;
}

@media screen and (max-width: 767px) {
  .p-company__wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.0625rem;
  }
}
.p-company__itemTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.875rem;
}

.p-company__itemText {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-company__itemText {
    margin-bottom: 1.875rem;
  }
}
.p-company__itemImg {
  width: 100%;
  max-width: 50.75rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-company-item {
  width: 100%;
  background: #F8F8F8;
  padding: 1.875rem;
}

.p-company-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

.p-company-item__img {
  width: 100%;
  max-width: 8.75rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.p-company-item__text {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-company-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 3.75rem;
  margin-bottom: 6.6875rem;
}

@media screen and (max-width: 767px) {
  .p-company-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.0625rem;
    gap: 2.5rem;
  }
}
.p-company-card__imgBox {
  width: 100%;
  max-width: 27.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-company-card__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-company-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-company-card__text {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-fiea {
  width: 100%;
}

.p-fiea__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fiea__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-fiea__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-fiea__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-fiea__title_mb {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-fiea__title_mb {
    margin-bottom: 2.5rem;
  }
}
.p-fiea__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fiea__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-fiea__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

.p-fiea__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-fiea__text {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 1.875rem;
}

.p-fiea__name {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: right;
  margin-bottom: 1.875rem;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-fiea__name {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-fiea__extra {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-fiea__extra {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-fiea-card {
  width: 100%;
  padding: 1.875rem 2.8125rem;
  background: #E9EFF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 3.125rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-fiea-card {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 1.875rem 0.9375rem;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-fiea-card:last-of-type {
  margin-bottom: 0;
}

.p-fiea-card__imgBox {
  width: 100%;
  max-width: 15rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-fiea-card__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-fiea-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-fiea-card__textBox {
  width: 100%;
}

.p-fiea-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.6875rem;
}

.p-fiea-card__text {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.6875;
}

.p-fiea-card__joining {
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.0625rem;
}

.p-fiea-card__association {
  font-size: 1rem;
  line-height: 1.6875;
}

.p-privacy {
  width: 100%;
}

.p-privacy__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-privacy__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-privacy__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-privacy__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-privacy__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-privacy__title_min {
  font-size: 1.875rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__title_min {
    font-size: 1.15rem;
    margin-top: 4rem;
  }
}
.p-privacy__table {
  border: 1px solid #333;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__table {
    margin-bottom: 1.25rem;
  }
}
.p-privacy__table_center {
  text-align: center;
}

.p-privacy__table th {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  border: 1px solid #333;
  text-align: center;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__table th {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    vertical-align: middle;
  }
}
.p-privacy__table td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  border: 1px solid #333;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__table td {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    vertical-align: middle;
  }
}
.p-privacy__table_writing {
  white-space: nowrap;
}

.p-privacy__subTitle {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__subTitle {
    margin-bottom: 0.625rem;
  }
}
.p-privacy__text {
  font-size: 1rem;
  line-height: 1.6875;
}

.p-privacy__text_right {
  text-align: right;
}

.p-privacy__text_center {
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.p-privacy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: #223B80;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-privacy__link {
    font-size: 0.875rem;
  }
}
.p-privacy__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 20.6px;
  background-image: url(../images/pdf_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-privacy__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-privacy__text_center {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.p-privacy__text_mb15 {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text_mb15 {
    margin-bottom: 0.625rem;
  }
}
.p-privacy__text_mb20 {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text_mb20 {
    margin-bottom: 0.625rem;
  }
}
.p-privacy__text_mb40 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text_mb40 {
    margin-bottom: 1.25rem;
  }
}
.p-privacy__text_mb50 {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text_mb50 {
    margin-bottom: 1.25rem;
  }
}
.p-privacy__text_letter {
  letter-spacing: 0.04em;
}

.p-privacy__text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.6875;
}

.p-privacy__text02_mb15 {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text02_mb15 {
    margin-bottom: 0.625rem;
  }
}
.p-privacy__text02_mb40 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__text02_mb40 {
    margin-bottom: 1.25rem;
  }
}
.p-privacy__text03 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  margin-bottom: 1.25rem;
}

.p-privacy__lists {
  margin-bottom: 1.4375rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__lists {
    margin-bottom: 0.625rem;
  }
}
.p-privacy__lists02 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__lists02 {
    margin-bottom: 1.25rem;
  }
}
.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.6875;
}

.p-privacy__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  width: 100%;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-privacy__wapper {
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.p-privacy__name {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  padding: 0.6875rem 1.0625rem 0.5625rem 1.0625rem;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .p-privacy__name {
    width: 11.25rem;
    padding: 0.6875rem 0.3125rem 0.5625rem 0.3125rem;
  }
}
.p-privacy__address {
  font-size: 1rem;
  line-height: 1.6875;
}

.p-leader {
  width: 100%;
}

.p-leader__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-leader__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-leader__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-leader__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-leader__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-leader__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-leader__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  margin-bottom: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .p-leader__wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
.p-leader__imgBox {
  width: 100%;
  max-width: 36.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-leader__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-leader__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-leader__textBox {
  width: 100%;
}

.p-leader__post {
  color: #223B80;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-leader__post {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-leader__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-leader__name span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-leader__name span {
    font-size: 1.375rem;
  }
}
.p-leader__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-leader__text {
    line-height: 2;
    margin-bottom: 4.6875rem;
    text-align: left;
  }
}
.p-leader-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-leader-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 4.0625rem;
  }
}
.p-leader-card__text {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
}

.p-leader-card__imgBox {
  width: 100%;
  max-width: 27.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-leader-card__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-leader-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-leader-video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*gap: 3.125rem;*/
  gap: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-leader-video {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.p-leader-video__wapper {
  width: 100%;
  /*padding: 1.125rem 1rem 0.9375rem 1rem;*/
  padding: 1.2rem 0.8rem 1.2rem 0.8rem;
  background: #E9EFF5;
}

@media screen and (max-width: 767px) {
  .p-leader-video__wapper {
    padding: 1.0625rem 0.9375rem 0.6875rem 0.9375rem;
  }
}
.p-leader-video__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-leader-video__img {
    height: 190px;
    margin-bottom: 0.75rem;
  }
}
.p-leader-video__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-news {
  width: 100%;
}

.p-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-news__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-news__tagTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news__tagTitle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #CCCCCC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.25rem 1.875rem 0.75rem 1.875rem;
  border-bottom: 2px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-news__tagTitle {
    font-size: 0.9375rem;
    padding: 0.25rem 0.9375rem 0.75rem 0.9375rem;
  }
}
.p-news__lists {
  text-align: left;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-news__lists {
    margin-bottom: 3.75rem;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-news__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-news__time {
  width: 8.75rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-news__category {
  width: 7.625rem;
  min-width: 100px;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #223B80;
  padding-top: 0.0625rem;
}

.p-news__articleTitle {
  position: relative;
  top: -0.125rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news__articleTitle:hover {
  color: #223B80;
}

/*選択されているタブのコンテンツのみを表示*/
/*ラジオボタンを全て消す*/
/*選択されているタブのスタイルを変える*/
.p-news__tagTitle.current {
  color: #223B80;
  border-bottom: 2px solid #223B80;
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-single__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-single__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-single__box {
    margin-bottom: 1.25rem;
  }
}
.p-single__category {
  width: 7.625rem;
  min-width: 100px;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #223B80;
  padding-top: 0.0625rem;
}

.p-single__time {
  color: #223B80;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-single__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.125rem;
    line-height: 1.7;
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-single__content {
  margin-bottom: 3.125rem;
}

.p-single h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

.p-single h3::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

@media screen and (max-width: 767px) {
  .p-single h3 {
    font-size: 1.05rem;
  }
}
.p-single__content p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

.p-single__content a {
  text-decoration: underline;
}

.p-single__content a:hover {
  color: #223B80;
}

.p-single table td,
.p-single table th {
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}

.p-single table td {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 1.25rem;
}

.p-single table td:first-child {
  font-weight: 500;
  width: 12.5rem;
  text-align: center;
  background: #E9EFF5;
}

@media screen and (max-width: 767px) {
  .p-single table td:first-child {
    width: 100%;
    text-align: left;
  }
  .p-single table td {
    display: block;
    padding: 0.9375rem 1.25rem;
  }
}
.p-single__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15.625rem;
  height: 3.125rem;
  text-align: right;
  background: #223B80;
  padding: 0 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.p-single__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-single__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 1.5625rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single__link:hover::before {
  opacity: 1;
}

.p-single__link:hover::after {
  left: 0.9375rem;
}

.p-single-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  background: #F0F0F0;
  margin-top: 1.5rem;
  padding: 1.625rem 0;
}

@media screen and (max-width: 767px) {
  .p-single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.3125rem;
    padding: 1rem 0 1.625rem 0;
  }
}
.p-single-item p {
  font-size: 1rem;
  line-height: 1.5;
}

.p-single-item a {
  color: #223B80;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}

.p-single-item a:hover {
  opacity: 0.7;
}

.p-single-seminar {
  width: 100%;
}

.p-single-seminar__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem 0;
}

.p-single-seminar a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-seminar a:hover {
  color: #223B80;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-single-seminar__categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__categoryBox {
    gap: 0.625rem;
  }
}
.p-single-seminar__attendance {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5625rem 0.9375rem 0.5rem 0.9375rem;
  background: #39B98B;
  border: 1px solid #39B98B;
}

.p-single-seminar__attendance.p-seminar__category_inperson {
  background: #04774e;
  border: 1px solid #04774e;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__attendance {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  }
}
.p-single-seminar__class {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5625rem 0.9375rem 0.5rem 0.9375rem;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__class {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  }
}
.p-single-seminar__title {
  color: #223B80;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__title {
    font-size: 1.5rem;
    line-height: 1.7;
    padding-bottom: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-seminar__content h3,
.p-single-webinar__content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 6.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content h3,
  .p-single-webinar__content h3 {
    margin-top: 3.75rem;
  }
}
.p-single-seminar__content h3::before,
.p-single-webinar__content h3::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-single-seminar__content h4,
.p-single-webinar__content h4 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content h4,
  .p-single-webinar__content h4 {
    line-height: 1.7;
  }
}
.p-single-seminar__content p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-single-webinar__content p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content p,
  .p-single-webinar__content p {
    line-height: 1.6875;
  }
}
.p-single-seminar__content .wp-block-table td, .p-single-seminar__content .wp-block-table th,
.p-single-webinar__content .wp-block-table td, .p-single-webinar__content .wp-block-table th {
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content .wp-block-table td, .p-single-seminar__content .wp-block-table th,
  .p-single-webinar__content .wp-block-table td, .p-single-webinar__content .wp-block-table th {
    border-bottom: none;
  }
  .p-single-seminar__content .wp-block-table td:last-child, .p-single-seminar__content .wp-block-table th:last-child,
  .p-single-webinar__content .wp-block-table td:last-child, .p-single-webinar__content .wp-block-table th:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-single-seminar__content .wp-block-table,
.p-single-webinar__content .wp-block-table {
  margin-top: 2.5rem;
}

.p-single-seminar__content .wp-block-table td,
.p-single-webinar__content .wp-block-table td {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content .wp-block-table td,
  .p-single-webinar__content .wp-block-table td {
    display: block;
    padding: 0.9375rem 1.25rem;
  }
}
.p-single-seminar__content .wp-block-table td:first-child,
.p-single-webinar__content .wp-block-table td:first-child {
  font-weight: 500;
  width: 12.5rem;
  text-align: center;
  background: #E9EFF5;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__content .wp-block-table td:first-child,
  .p-single-webinar__content .wp-block-table td:first-child {
    width: 100%;
    text-align: left;
  }
}
.p-single-seminar__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 4.375rem;
  background: #223B80;
  padding: 0 2.5rem;
  margin: 3.75rem auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__link {
    margin: 2.5rem auto 0 auto;
  }
}
.p-single-seminar__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-single-seminar__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-seminar__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-seminar__link:hover::before {
  opacity: 1;
}

.p-single-seminar__link:hover::after {
  right: 1.875rem;
}

.p-single-seminar__notes {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 1.875rem;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__notes {
    padding: 1.5625rem 0.9375rem 1.25rem 0.9375rem;
    margin-top: 3.75rem;
  }
}
.p-single-seminar__notes_title {
  color: #223B80;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__notes_title {
    font-size: 1.125rem;
    margin-bottom: 0.8125rem;
  }
}
.p-single-seminar__notes_list {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-single-seminar__notes_list {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-single-semiar__banner {
  margin-top: 6.25rem;
}

img.p-single-seminar__banner__image {
  width: 100%;
  margin-bottom: 20px;
}

.p-single-semiar__banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-single-semiar__banner {
    margin-top: 3.75rem;
  }
}
.p-single__inner.p-single__report__inner {
  max-width: 54rem;
}

.p-single__content.p-single__report__content a {
  text-decoration: none;
}

.p-single__content.p-single__report__content a:hover {
  color: #fff;
}

.p-single__box.p-single__report__box {
  margin-bottom: 0.875rem;
}

.p-single__report__inner .p-single__title {
  padding-bottom: 0.2rem;
  border-bottom: 0px solid #ccc;
  margin-bottom: 0.5rem;
}

.p-single__report__inner .movie_meta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}

.p-single__report__content .notLogin {
  border: 0px solid #CCCCCC;
  background: #E9EFF4;
  padding: 20px;
}

.p-single__report__content .p-research__linkBox {
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .p-single__report__inner .modal-report_description {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-about {
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-about__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-about__title_mb {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-about__title_mb {
    margin-bottom: 2.5rem;
  }
}
.p-about__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-about__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-about__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

.p-about__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-about__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-about__wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    font-size: 1.5rem;
    margin-bottom: 3.125rem;
  }
}
.p-about__wapper_mb {
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-about__wapper_mb {
    margin-bottom: 4.0625rem;
  }
}
.p-about__imgBox {
  width: 100%;
  max-width: 30rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-about__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-about__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about__map {
  position: relative;
  width: 100%;
}

.p-about__map_in {
  width: 100%;
  height: 14.375rem;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-about__map_in {
    height: 13.75rem;
    margin-bottom: 0.625rem;
  }
}
.p-about__map_text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-about__table {
  width: 100%;
  margin-bottom: 6.875rem;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-about__table {
    margin-bottom: 4.0625rem;
  }
}
.p-about__table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-about__table tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about__table tr:last-child {
  border-bottom: none;
}

.p-about__table th {
  width: 100%;
  height: 4rem;
  max-width: 12.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #CCCCCC;
  background: #E9EFF5;
}

@media screen and (max-width: 767px) {
  .p-about__table th {
    height: 3.375rem;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 1.25rem;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-about__table td {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__table td {
    padding: 0.9375rem 1.25rem;
  }
}
.p-about-card {
  width: 100%;
  padding: 1.875rem 2.8125rem;
  background: #E9EFF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 3.125rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-about-card {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 1.875rem 0.9375rem;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-about-card:last-of-type {
  margin-bottom: 0;
}

.p-about-card__imgBox {
  width: 100%;
  max-width: 15rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-about-card__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-about-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about-card__textBox {
  width: 100%;
}

.p-about-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.p-about-card__text {
  font-size: 1rem;
  line-height: 1.6875;
  margin-bottom: 1.25rem;
}

.p-about-card__joining {
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.0625rem;
}

.p-about-card__association {
  font-size: 1rem;
  line-height: 1.6875;
}

.p-member {
  width: 100%;
}

.p-member__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.875rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-member__inner {
    max-width: 31.25rem;
    padding: 2.8125rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-member__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-member__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-member__title_mb {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-member__title_mb {
    margin-bottom: 2.5rem;
  }
}
.p-member__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-member__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-member__text {
  font-size: 1.125rem;
  line-height: 2.33;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-member__text {
    line-height: 2;
    margin-bottom: 4.0625rem;
  }
}
.p-member__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-member__wapper {
    gap: 2rem;
  }
}
.p-member-card {
  width: 100%;
  padding: 2.5rem 3.75rem;
  background: #F8F8F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-member-card {
    padding: 1.875rem 0.9375rem 2rem 0.9375rem;
  }
}
.p-member-card:hover {
  opacity: 0.6;
}

.p-member-card:hover .p-member-card__link::before {
  opacity: 1;
}

.p-member-card:hover .p-member-card__link::after {
  right: 0.9375rem;
}

.p-member-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-member-card__title {
    font-size: 1.375rem;
  }
}
.p-member-card__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223B80;
}

.p-member-card__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-member-card__wapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.p-member-card__imgBox {
  width: 100%;
  max-width: 13.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-member-card__imgBox {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-member-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 0.625rem;
}

.p-member-card__textBox {
  width: 100%;
}

.p-member-card__post {
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 0.375rem;
}

.p-member-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-member-card__text {
  font-size: 1.125rem;
  line-height: 2.33;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-member-card__text {
    margin-bottom: 2.5rem;
  }
}
.p-member-card__linkBox {
  width: 100%;
}

.p-member-card__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15.625rem;
  height: 3.125rem;
  background: #223B80;
  padding: 0 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-member-card__link {
    margin: 0 auto;
  }
}
.p-member-card__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-member-card__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-member-card__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5625rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-reserve {
  width: 100%;
}

.p-reserve__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-reserve__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-reserve-card {
  width: 100%;
  max-width: 46.25rem;
  margin: 0 auto;
  padding: 1.5rem 1.875rem 1.875rem 1.875rem;
  background: #F8F8F8;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-reserve-card {
    padding: 1.5rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.p-reserve-card__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-reserve-card__title {
    margin-bottom: 0.8125rem;
  }
}
.p-reserve-card__seminar {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .p-reserve-card__seminar {
    margin-bottom: 1.0625rem;
  }
}
.p-reserve-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-reserve-card__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-reserve-card__box:last-child {
  margin-bottom: 0;
}

.p-reserve-card__subTitle {
  width: 6.25rem;
  min-width: 6.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-reserve-card__subTitle {
    width: 100%;
    min-width: none;
    margin-bottom: 0.625rem;
  }
}
.p-reserve-card__text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-contact-frame {
  width: 100%;
}

.p-contact-frame__inner {
  width: 100%;
  max-width: 46.25rem;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-contact-frame__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-contact {
  width: 100%;
  max-width: 46.25rem;
  margin: 0 auto;
}

.p-contact__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-bottom: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .p-contact__wapper {
    margin-bottom: 1.875rem;
    gap: 1.475rem;
  }
}
.p-contact__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-contact__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 0.8125rem;*/
    gap: 0.5125rem;
  }
}
.p-contact__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 15rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-contact__name {
    max-width: 100%;
    margin-top: 0rem;
  }
}
.p-contact__required {
  display: inline-block;
  color: #ffffff;
  background: #223B80;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.375rem 0.3125rem 0.3125rem 0.3125rem;
  margin-left: 0.625rem;
}

.p-contact__inputBox {
  width: 100%;
}

.p-contact__inputBox input {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-contact__inputBox input {
    padding: 0.375rem 0.425rem;
  }
}
.p-contact__inputBox02 {
  width: 100%;
  max-width: 9.375rem;
}

.p-contact__inputBox02 input {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
}

.p-contact__textareaBox {
  width: 100%;
}

.p-contact__textareaBox textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-contact__textareaBox textarea {
    max-height: 130px;
    padding: 0.375rem 0.425rem;
  }
}
.p-contact__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-contact__agreement .wpcf7-form-control-wrap {
  display: block;
}

.p-contact__agreement .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-contact__agreement span.wpcf7-list-item {
  position: relative;
  margin: 0;
}

.p-contact__agreement .wpcf7-list-item-label { /*項目の色や文字サイズ*/
  cursor: pointer;
  font-size: 0px;
}

.p-contact__agreement input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.p-contact__agreement .wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.p-contact__agreement input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  border-right: 2px solid #223B80;
  border-bottom: 2px solid #223B80;
  content: "";
  display: block;
  height: 0.5625rem;
  left: 0.46875rem;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  z-index: 2;
}

.p-contact__link {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-contact__link a {
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: underline;
}

.p-contact__link a:hover {
  opacity: 0.6;
}

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

.p-contact__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  background: #223B80;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.p-contact__btn input {
  width: 100%;
  height: 4.375rem;
  position: relative;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 2.5rem;
  z-index: 3;
}

.p-contact__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__btn:hover::before {
  opacity: 1;
}

.p-contact__btn:hover::after {
  right: 1.875rem;
}

.p-contact .wpcf7-spinner {
  display: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: rgba(255, 255, 255, 0);
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.p-thanks {
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-thanks__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-thanks__title {
  color: #223B80;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.p-thanks__text {
  font-size: 0.9375rem;
  line-height: 1.81;
  letter-spacing: 0.04em;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__text {
    line-height: 1.6875;
    margin-bottom: 2.5rem;
  }
}
.p-thanks__text a {
  color: #223B80;
  font-weight: 700;
  text-decoration: underline;
}

.p-thanks__text a:hover {
  opacity: 0.6;
}

.p-thanks__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 4.375rem;
  background: #223B80;
  padding: 0 2.5rem;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.p-thanks__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-thanks__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks__link:hover::before {
  opacity: 1;
}

.p-thanks__link:hover::after {
  right: 1.875rem;
}

.p-seminar {
  width: 100%;
}

.p-seminar__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-seminar__explan {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-seminar__explan {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-seminar__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 3.375rem;
}

p.p-seminar__infotext {
  margin-bottom: 3.375rem;
  margin-top: -1.375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  p.p-seminar__infotext {
    margin-bottom: 2.5rem;
    margin-top: -1.375rem;
  }
}
.p-seminar__title_mb {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-seminar__title_mb {
    margin-bottom: 2.5rem;
  }
}
.p-seminar__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.0625rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-seminar__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-seminar__text {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-seminar__text_mb {
  margin-bottom: 1.25rem;
}

.p-seminar-article {
  width: 100%;
  margin-bottom: 6.875rem;
}

.p-seminar-article.seminar-end {
  margin-bottom: 0rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-article {
    margin-bottom: 4.0625rem;
  }
}
.p-seminar-article_mb0 {
  margin-bottom: 0;
}

.p-seminar-article__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.p-seminar-article__lists_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .p-seminar-article__lists_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar-article__lists {
    gap: 2.0625rem;
  }
}
.p-seminar-article__list {
  width: 100%;
  background: #F8F8F8;
  position: relative;
}

.p-seminar-article__list:after {
  content: "";
  background: url("../images/arrow_maru_black.webp") no-repeat;
  background-size: contain;
  width: 9px;
  height: 15.5px;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-seminar-article__list:after {
    background: none;
  }
}
.p-seminar-article__list_no-arrow:after {
  background: none;
}

.p-seminar-article__link {
  display: inline-block;
  padding: 1.5rem 5.625rem 1.5rem 2.5rem;
}

.seminar-end .p-seminar-article__link {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__link {
    padding: 1.4375rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.p-seminar-article__link:hover {
  opacity: 0.6;
}

.p-seminar-article__link_webinar {
  padding: 1.5rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__link_webinar {
    padding: 1.4375rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.p-seminar-article__categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__categoryBox {
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-seminar-article__attendance {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5625rem 0.9375rem 0.5rem 0.9375rem;
  background: #6DA722; /*旧カラー：#39B98B*/
  border: 1px solid #6DA722;
}

.p-seminar-article__attendance.p-seminar__category_inperson {
  background: #035D09;
  border: 1px solid #035D09;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__attendance {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  }
}
.p-seminar-article__class {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5625rem 0.9375rem 0.5rem 0.9375rem;
  border: 1px solid #333333;
}

.end_announce {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__class {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  }
  .end_announce {
    width: 100%;
  }
}
.p-seminar-article__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__title {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
  }
}
.p-seminar-article__button {
  position: relative;
  top: -0.625rem;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  background: #02134F;
  border-radius: 5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__button {
    font-size: 1rem;
  }
}
.p-seminar-article__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__text {
    line-height: 1.6875;
  }
}
.p-seminar-article__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-seminar-article__info dt {
  width: 6.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__info dt {
    line-height: 1.7;
  }
}
.p-seminar-article__info dd {
  width: calc(100% - 6.875rem);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-seminar-article__info dd {
    line-height: 1.7;
  }
}
.p-seminar-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5625rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
  }
}
.p-seminar-item__box {
  width: 100%;
  padding: 1.875rem 1.25rem 3.125rem 1.25rem;
  border: 2px solid #CCCCCC;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-seminar-item__box {
    padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.p-seminar-item__number {
  color: #223B80;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-item__number {
    margin-bottom: 0.75rem;
  }
}
.p-seminar-item__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-seminar-item__imgBox {
  width: 100%;
}

.p-seminar-item__img {
  width: 100%;
  max-width: 0.9375rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-seminar-item__img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.p-seminar-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-card {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
    gap: 1.25rem;
  }
}
.p-seminar-card__textBox {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-seminar-card__textBox {
    text-align: center;
  }
}
.p-seminar-card__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-card__title {
    font-size: 1.5rem;
    margin-bottom: 2.75rem;
  }
}
.p-seminar-card__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-card__text {
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
.p-seminar-card__imgBox {
  width: 100%;
  max-width: 27.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-seminar-card__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-seminar-linkbox {
  margin-top: 0rem;
  margin-bottom: 6.25rem;
}

.p-seminar-linkbox .p-sub-linkbox {
  padding: 35px 30px 30px;
}

@media screen and (max-width: 768px) {
  .p-seminar-linkbox {
    margin-top: 1rem;
    margin-bottom: 5.0625rem;
  }
  .p-seminar-linkbox .p-sub-linkbox {
    padding: 35px 10px 30px;
  }
}
.end_seminar_display {
  background: #E9EFF4;
  padding: 20px;
  margin-bottom: 30px;
}

.end_seminar_display_text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-single-seminar .end_seminar_display a {
  text-decoration: none;
}

.p-single-seminar .end_seminar_display a:hover {
  color: #fff;
}

.p-single-seminar .end_seminar_display .p-research__linkBox {
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none;
  }
}
.u-change_md {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-change_md {
    display: block;
  }
}
.p-consultation {
  width: 100%;
}

.p-consultation__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0 6.25rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-consultation__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-consultation__explan {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 2.875rem;
}

@media screen and (max-width: 767px) {
  .p-consultation_explan {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-consultation__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 4.375rem;
  background: #223B80;
  padding: 0 2.5rem;
  margin: 2.875rem auto 6.875rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.p-consultation__link.p-consultation__link__bottom {
  margin: 2.875rem auto 0rem auto;
}

@media screen and (max-width: 767px) {
  .p-consultation__link {
    margin: 2.5rem auto 3.5rem auto;
  }
}
.p-consultation__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
}

.p-consultation__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-consultation__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-consultation__link:hover::before {
  opacity: 1;
}

.p-consultation__link:hover::after {
  right: 1.875rem;
}

.p-consultation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0px 20px;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  margin-bottom: 30px;
  background: #F8F8F8;
}

.p-consultation__list__text {
  width: 68%;
}

.p-consultation__list__text h2 {
  color: #223B80;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.375rem;
  text-align: left;
}

.p-consultation__list__text p {
  text-align: left;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-consultation__list__image {
  width: 32%;
}

.p-consultation__list__image img {
  width: 100%;
}

.p-front-consultation__link {
  margin: 40px 0px 20px;
}

@media screen and (max-width: 767px) {
  .p-consultation__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.4375rem 0.9375rem 1.25rem 0.9375rem;
  }
  .p-consultation__list__text,
  .p-consultation__list__image {
    width: 100%;
  }
  .p-consultation__list__text h2 {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .p-consultation__list__text p {
    line-height: 1.6875;
    margin-bottom: 30px;
  }
  .p-front-consultation__link {
    text-align: right;
  }
}
.p-appointment-frame {
  width: 100%;
  margin: 0 auto;
  padding: 3.125rem 0 0 0;
}

.p-appointment-frame p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-appointment-frame p {
    font-size: 15px;
  }
}
.p-contact__inputBox input.datepicker {
  text-align: left;
  background: #F5F5F5;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
  background-image: url(../images/calender.svg);
  background-size: 16px;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.p-contact__inputBox.select__inputBox select {
  text-align: left;
  background: #F5F5F5;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
  background-image: url(../images/select-arrow.svg);
  background-size: 7px;
  background-position: 98% center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-contact__inputBox input.datepicker {
    padding: 0.475rem 0.625rem;
  }
  .p-contact__inputBox.select__inputBox select {
    padding: 0.475rem 0.625rem;
  }
}
ul.p-contact__info {
  margin-top: 15px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}

ul.p-contact__info li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-contact__confirmBox {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0.875rem 0.625rem;
}

.p-contact__confirm-page p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact__confirm-page .p-contact__btn {
  margin: 0 0;
}

@media screen and (max-width: 767px) {
  .p-appointment-frame {
    max-width: 31.25rem;
    padding: 1.5rem 0.9375rem 0rem 0.9375rem;
  }
}
.p-front-consultation {
  width: 100%;
  background: #EEEEEE;
}

.p-front-consultation__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-front-consultation__inner {
    padding: 3.75rem 0.9375rem;
  }
}
.p-front-consultation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  margin-bottom: 3rem;
}

.p-front-consultation__wapper_l {
  width: 100%;
}

.p-front-consultation__wapper_r {
  width: 100%;
  max-width: 28.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.p-front-consultation__wapper_r .p-consultation__link {
  margin: 0rem auto 0rem auto;
}

@media screen and (max-width: 767px) {
  .p-front-consultation__wapper_r {
    max-width: 100%;
  }
  .p-front-consultation__lists {
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-front-consultation__bigTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-front-consultation__bigTitle {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.p-front-consultation__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0rem;
}

@media screen and (max-width: 767px) {
  .p-front-consultation__title {
    margin-bottom: 0.625rem;
    vertical-align: middle;
  }
}
.p-front-consultation__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.375rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

@media screen and (max-width: 767px) {
  .p-front-consultation__title::after {
    margin-left: 20px;
    vertical-align: middle;
  }
}
.p-front-consultation__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

.l-header__appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 1.875rem;
  padding: 0px 15px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #223B80;
}

.l-header__appointment:hover {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .l-header__appointment {
    display: none;
  }
  .c-hamburger-nav__appointment a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.5rem;
    height: 3.125rem;
    color: #223B80;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.04em;
    background: #fff;
    margin-bottom: 1.4rem;
  }
}
.l-footer-nav__line-height {
  line-height: 1.6;
}

.p-subpage {
  width: 100%;
}

.p-subpage__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.375rem 0 6.25rem 0;
  text-align: center;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-subpage__inner {
    max-width: 31.25rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
.p-subpage__explan {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 2.875rem;
}

@media screen and (max-width: 767px) {
  .p-subpage_explan {
    text-align: left;
    margin-bottom: 4.0625rem;
  }
}
.p-book-information__link__area {
  margin: 2.5rem auto 0rem auto;
}

.p-subpage__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 4.375rem;
  background: #223B80;
  padding: 0 2.5rem;
  margin: 0rem auto 0rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-book-information__link__area {
    margin: 2.5rem auto 1rem auto;
  }
  .p-subpage__link {
    margin: 0rem auto 0rem auto;
  }
}
.p-subpage__link span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 3;
  text-align: left;
}

.p-subpage__link span span.min {
  font-size: 14px;
  font-weight: normal;
}

.p-subpage__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-subpage__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.5625rem;
  height: 0.96875rem;
  background-image: url(../images/arrow_maru.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-subpage__link:hover::before {
  opacity: 1;
}

.p-subpage__link:hover::after {
  right: 1.875rem;
}

.p-book-information__block {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  margin-bottom: 30px;
  background: #F8F8F8;
}

.p-book-information__block h2 {
  color: #223B80;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.375rem;
  text-align: left;
}

.p-book-information__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0px 20px;
}

.p-book-information__lists__text {
  width: 68%;
}

.p-book-information__lists__text p {
  text-align: left;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-book-information__lists__meta {
  width: 28%;
}

.p-book-information__lists__image img {
  width: 100%;
}

.p-book-information__lists__detail table {
  margin-top: 20px;
  width: 100%;
}

.p-book-information__lists__detail table th {
  width: 25%;
  padding: 5px 5px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
}

.p-book-information__lists__detail table td {
  width: 75%;
  text-align: left;
  padding: 5px 5px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
}

@media screen and (max-width: 767px) {
  .p-book-information__block {
    padding: 1.4375rem 0.9375rem 1.25rem 0.9375rem;
  }
  .p-book-information__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-book-information__lists__text,
  .p-book-information__lists__meta {
    width: 100%;
  }
  .p-book-information__lists__image {
    margin-bottom: 30px;
  }
  .p-book-information__lists__image img {
    width: 75%;
  }
  .p-book-information__lists h2 {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .p-book-information__lists__text p {
    line-height: 1.6875;
    margin-bottom: 30px;
  }
}
/* 2023年04月28日　私たちの理念 */
.mission-study-section {
  margin-top: 6.875rem;
}

.mission-study-inner {
  width: 100%;
  background: #F8F8F8;
  padding: 1.875rem;
}

.mission-study-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 0px;
}

.mission-study-lists p {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  text-align: left;
}

.mission-study-text {
  width: 100%;
  margin: auto;
}

.mission-study-movie {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mission-study-movie {
    width: 100%;
  }
  .mission-study-movie iframe {
    width: 100%;
  }
}
/* 2023.7.11追加 */
.p-movie__img img {
  width: 100%;
  height: 100%;
}

.movie_icatch img {
  width: 95%;
}

.p-research-list {
  width: 100%;
  margin-bottom: 5rem;
}

.p-research-list__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-research-list__text {
  font-size: 1rem;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-research-list__text {
    margin-bottom: 1.875rem;
  }
}
.p-research-list__lists {
  border: 1px solid #cccccc;
  border-bottom: none;
}

p.contents-list-more {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-research-list__lists {
    margin-bottom: 1.25rem;
  }
  .p-research-list__lists.sp_list {
    display: none;
  }
}
.p-research-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .p-research-list__list {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-research-list__list_pc {
    display: none;
  }
}
.p-research-list__articleLink:not(:root) {
  color: #000;
}

.p-research-list__box {
  width: calc(100% - 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-research-list__box {
    width: 100%;
  }
}
.p-research-list__point {
  width: 4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  text-align: center;
  padding: 0.525rem 0.325rem;
}

.p-research-list__point span {
  width: 100%;
  display: inline-block;
  padding: 0.1rem 0.3rem;
}

.p-research-list__point_size {
  font-size: 0.875rem;
}

.p-research-item {
  width: 100%;
  background: #E9EFF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1.875rem;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-research-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.9375rem;
    padding: 0.9375rem 0.5625rem 1.25rem 0.5625rem;
    margin-bottom: 2.5rem;
  }
}
.p-research-item p {
  font-size: 1rem;
  line-height: 1.875;
}

.p-research-item a {
  color: #223B80;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  text-decoration: underline;
}

.p-research-item a:hover {
  opacity: 0.7;
}

.p-research-ranking {
  width: 100%;
  border-top: 1px solid #C4C4C4;
}

.p-research-ranking__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom: 1px solid #C4C4C4;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .p-research-ranking__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.5625rem;
    padding: 1.5625rem 0;
  }
}
.p-research-ranking__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-research-ranking__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.p-research-ranking__title {
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  font-weight: 700;
  text-align: left;
}

.p-research-ranking__text {
  font-size: 1rem;
  line-height: 1.875;
  text-align: left;
  margin-top: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-research-ranking__text {
    margin-top: 1.5625rem;
  }
}
.p-research-ranking__time {
  font-size: 1rem;
  line-height: 1.875;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-research-ranking__time {
    text-align: center;
  }
}
.p-research-ranking__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.9375rem;
  height: 3.75rem;
  padding-left: 2.3125rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  background: #223B80;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-research-ranking__link {
    margin: 0.9375rem auto 0 auto;
  }
}
.p-research-ranking__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.375rem;
  width: 1.9375rem;
  height: 1.9375rem;
  background-image: url(../images/pdf.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-research-ranking__link:hover {
  background: #333333;
}

.p-ranking-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4375rem;
}

.p-ranking-labels li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.25rem 1.25rem;
  background: #1375B0;
}

.p-ranking-labels li.label-business_bonds {
  background: #24449F;
}

.p-ranking-labels li.label-yen_denominated {
  background: #1375B0;
}

.p-ranking-labels li.label-national_debt {
  background: #02134F;
}

.p-ranking-labels li.label-dollar_denominated {
  background: #333333;
}

.p-ranking-labels li.label-bank_bonds {
  background: #666666;
}

.p-related {
  width: 100%;
  margin-top: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-related {
    margin-top: 3.4375rem;
  }
}
.p-related__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-related__title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.4375rem;
  }
}
.p-related__eng {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-related__eng {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-bottom: 1.6875rem;
  }
}
.p-related__eng::after {
  position: relative;
  top: 0.125rem;
  content: "";
  display: inline-block;
  position: relative;
  width: 4.375rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

.p-related__lists {
  border-top: 1px solid #C4C4C4;
}

.p-related__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.125rem 0rem;
  border-bottom: 1px solid #C4C4C4;
}

@media screen and (max-width: 767px) {
  .p-related__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.75rem;
    padding: 1rem 0rem;
  }
}
.p-related__link:hover {
  opacity: 0.7;
}

.p-related__subTitle:not(:root) {
  display: block;
  color: #223B80;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-related__subTitle:not(:root) {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.p-related__subTitle:not(:root)::before {
  display: none;
}

.p-related__subTitle_wid {
  max-width: 35rem;
}

@media screen and (max-width: 767px) {
  .p-related__subTitle_wid {
    max-width: 100%;
  }
}
.c-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.5625rem;
    margin-top: 2.625rem;
  }
}
.c-card_pb {
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c-card_pb {
    padding-bottom: 3.75rem;
  }
}
.c-card img {
  width: 100%;
}

.c-card__link {
  position: relative;
  width: 100%;
  border: 2px solid #233B80;
  padding: 0rem 0.9375rem 1.5625rem 0.9375rem;
  overflow: hidden;
}

.c-card__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -2.8125rem;
  right: -2.8125rem;
  width: 5.625rem;
  height: 5.625rem;
  background: #233B80;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-card__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 0.75rem;
  right: 0.5rem;
  width: 1.3125rem;
  height: 0.6875rem;
  background-image: url(../images/arrow_white.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-card__link:hover {
  opacity: 0.7;
}

.c-card__link:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background: #333;
}

.c-card__img {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-card__img {
    max-width: 10.2rem;
  }
}
.c-card__img02 {
  width: 100%;
  max-width: 13.25rem;
  margin: 0 auto;
  padding-top: 1.4375rem;
  padding-bottom: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .c-card__img02 {
    max-width: 11.2625rem;
  }
}
.c-card__img03 {
  width: 100%;
  max-width: 10.9375rem;
  margin: 0 auto;
  padding-top: 1.625rem;
  padding-bottom: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .c-card__img03 {
    max-width: 9.296875rem;
  }
}
.c-card__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  text-align: center;
  background: #233B80;
  padding: 0.375rem;
}

.c-card__text {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.9375rem;
}

.ranking_pagination {
  display: none;
}

.bg_orange {
  color: #ffffff;
  background: #E88513;
}

.bg_blue {
  color: #ffffff;
  background: #233A80;
}

.bg_purple {
  color: #ffffff;
  background: #662C7B;
}

.business_bonds {
  color: #ffffff;
  background: #24449f;
}

.yen_denominated {
  color: #ffffff;
  background: #1375b0;
}

.national_debt {
  color: #ffffff;
  background: #02134F;
}

.dollar_denominated {
  color: #ffffff;
  background: #333333;
}

.bank_bonds {
  color: #ffffff;
  background: #666666;
}

.p-research-list__time {
  width: 10rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  text-align: left;
  padding: 0.625rem;
}

.blue {
  color: #223B80;
}

@media screen and (max-width: 767px) {
  .p-research-list__time {
    padding-bottom: 0rem;
  }
}
.p-research-list__articleTitle {
  color: #223B80;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.5625;
  text-align: left;
}

.p-research-list__linkBox {
  text-align: center;
}

.p-research-list__link:not(:root) {
  width: calc(100% - 4rem);
  display: inline-block;
  color: #223B80;
  font-size: 1rem;
  text-decoration: underline;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-research-list__link:not(:root) {
    border-left: none;
    border-right: none;
    padding: 0.625rem 1rem 0.625rem 0rem;
  }
}
.p-research-list__pagination {
  margin-top: 2rem;
}

.p-research-list__box_th {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 100%;
}

.p-research-list__th:not(:root) {
  color: #000;
  font-weight: 700;
  line-height: 1.5625;
  text-decoration: none;
  background: #E9EFF5;
  text-align: center;
}

/* 2023.7.19追加 */
.modal-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 1rem;
  row-gap: 0.3125rem !important;
  margin: 10px 0px;
}

@media screen and (max-width: 767px) {
  .modal-report {
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modal-report_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*gap: 0.875rem;*/
  gap: 0.3125rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .modal-report_category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3125rem;
  }
}
.modal-report_description {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.625rem;
  /*margin-bottom: 3.0625rem;*/
  margin-bottom: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .modal-report_description {
    font-size: 0.75rem;
  }
}
.modal-report_button {
  min-width: auto;
  width: 43%;
}

@media screen and (max-width: 767px) {
  .modal-report_button {
    width: 80%;
  }
}
.modal-report_linkBox {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .modal-report_linkBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.modal-report_meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.3125rem !important;
}

.modal-report_text {
  text-align: left;
}

.modal-report_button02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 4.375rem;
  font-size: 1.125rem;
  color: #ffffff;
  background: #223B80;
  font-weight: 700;
  line-height: 1em;
  border: 1px solid #223B80;
  padding: 0 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal-report_button02 {
    width: 80%;
    padding: 1.25rem;
    font-size: 1.025rem;
  }
}
.modal-report_button02:hover {
  border: 1px solid #333333;
  background: #333333;
}

.modal-report_button02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  width: 2.0625rem;
  height: 2.0625rem;
  background-image: url(../images/pdf.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .modal-report_button02::after {
    right: 1.875rem;
  }
}
h2.c-title02 span {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
}

/*採用情報*/
.p-careers-article__list {
  width: 100%;
  background: #F8F8F8;
  padding: 1.5rem 5.625rem 2rem 2.5rem;
}

.p-careers-article__list .p-research__linkBox {
  margin-bottom: 0rem;
}

.p-single-careers__content th {
  font-weight: 500;
  width: 12.5rem;
  text-align: center;
  background: #E9EFF5;
  border: 1px solid #CCCCCC;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  padding: 1.25rem;
}

.p-single-careers__content td {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 1.25rem;
  border: 1px solid #CCCCCC;
}

.p-single-seminar.p-single-careers .p-single-seminar__title {
  padding-bottom: 0rem;
  border-bottom: 0px solid #CCCCCC;
  margin-bottom: 1.875rem;
}

.p-single-careers .p-research__linkBox {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.p-single-seminar.p-single-careers .p-research__linkBox a {
  text-decoration: none;
}

.p-single-seminar.p-single-careers .p-research__linkBox a:hover {
  color: #fff;
}

/*.p-single-seminar.p-single-careers .p-single-seminar__title {
  margin-bottom: 0.875rem;
}
.p-single-seminar.p-single-careers .p-seminar-article__text {
  margin-bottom:2.25rem;
}*/
@media screen and (max-width: 767px) {
  .p-careers-article__list {
    padding: 1.4375rem 0.9375rem 1.8rem 0.9375rem;
  }
  .p-careers-article__list .p-seminar-article__title {
    margin-bottom: 0.75rem;
  }
  .p-careers-article__list .p-seminar-article__text {
    margin-bottom: 2.25rem;
  }
  .p-single-seminar.p-single-careers .p-single-seminar__title {
    margin-bottom: 1.075rem;
  }
  .p-single-careers__content th {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0.9375rem 1.25rem;
  }
  .p-single-careers__content td {
    display: block;
    padding: 0.9375rem 1.25rem;
  }
}
/*-- ランキング詳細ページ・添付ファイルページ --*/
.ranking_banner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 6.0625rem;
  margin-bottom: 5rem;
}

.ranking_banner_list {
  margin-bottom: 20px;
}

.ranking_banner_list a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.ranking_banner_list img {
  width: 100%;
}

.single-ranking-button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 767px) {
  .ranking_banner {
    padding: 0 0.9375rem 0;
  }
  .single-ranking-button_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .single-ranking-button_list .modal-report_button02 {
    width: 100%;
  }
}
.p-single__inner.p-attachment_inner {
  padding: 3.125rem 0 0.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-single__inner.p-attachment_inner {
    padding: 3.125rem 0.9375rem 0;
  }
}
.attachment_content {
  margin-top: 3.0625rem;
  margin-bottom: 0px;
}

.attachment_content img {
  width: 100%;
  height: auto;
}

.attachment_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  white-space: nowrap;
  margin-bottom: 0.875rem;
}

.attachment_meta_label {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  background: #333333;
}

.attachment_ranking_button_text {
  color: #fff;
}

.p-single__content p.attachment_ranking_button_text {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0px;
}

.attachment_content a:hover {
  opacity: 0.7;
}

.attachment_file_title {
  font-size: 0.75rem;
}

.attachment_file_title a {
  color: #223B80;
}

.attachment_file_title a:hover {
  text-decoration: underline;
}

.attachment_ranking_button {
  max-width: 22.5rem;
  margin: 0px auto;
}

.p-single__content p.attachment_ranking_text {
  text-align: center;
  margin-bottom: 1rem;
}

.p-research-popularity {
  width: 100%;
}

.p-research-popularity__title {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-align: left;
}

.p-research-popularity__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  border: 1px solid #CCCCCC;
  background: #E9EFF4;
  padding: 1rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .p-research-popularity__lists {
    margin-bottom: 4rem;
    gap: 0.5rem 1rem;
  }
}
.p-research-popularity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px 5px;
}

.p-research-popularity__list::before {
  content: "#";
}

a.p-research-popularity__link {
  font-size: 1rem;
  color: #223B80;
  text-decoration: underline;
}

.p-research-popularity__link:hover {
  color: #233A80;
}

.related-keyword {
  margin-top: 40px;
}

.related-keyword h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223b80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.related-keyword h3::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.3125rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  background: #223b80;
}

/*読み込み遅延*/
.p-research .lazy-load-div,
.p-portal .lazy-load-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 0.9375rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.p-eng {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: #223B80;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}

.p-eng_mb15 {
  margin-bottom: 0.9375rem;
}

.p-eng_mb30 {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-eng {
    margin-bottom: 2.5rem;
  }
  .p-eng_mb15 {
    margin-bottom: 0.9375rem;
  }
  .p-eng_mb30 {
    margin-bottom: 1.875rem;
  }
}
.p-eng::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.375rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#617BC3), to(#86C1E0));
  background: linear-gradient(90deg, #617BC3, #86C1E0);
}

.c-mokuji-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
  background: #F8FCFF;
  padding: 1.875rem 2.5rem;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-mokuji-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-content: flex-start;
    padding: 1.25rem 0.9375rem;
  }
}
.c-mokuji-nav__list {
  position: relative;
  margin: 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-mokuji-nav__list {
    margin: 0;
  }
}
.c-mokuji-nav__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.25rem;
  width: 0.0625rem;
  height: 0.625rem;
  background: #CCCCCC;
}

.c-mokuji-nav__list_ml {
  margin-left: 0;
}

.c-mokuji-nav__list_mr {
  margin-right: 0;
}

.c-mokuji-nav__list_mr::after {
  content: "";
  display: none;
}

.c-mokuji-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-mokuji-nav__link_text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(34, 59, 128, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-mokuji-nav__link_icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #223B80;
  border-radius: 50%;
  margin-left: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-mokuji-nav__link_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0.40625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #223B80;
  border-right: 1px solid #223B80;
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.c-mokuji-nav__link:hover .c-mokuji-nav__link_text {
  color: #223B80;
  border-bottom: 1px solid #223B80;
}

.c-mokuji-nav__link:hover .c-mokuji-nav__link_icon {
  background: #223B80;
}

.c-mokuji-nav__link:hover .c-mokuji-nav__link_icon::before {
  background: #223B80;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.p-function {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6.25rem calc(50% - 50vw);
  background: #E9EFF5;
}

.p-function__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 4.125rem 0;
}

@media screen and (max-width: 767px) {
  .p-function__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.p-function__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.625rem;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-function__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.125rem;
    margin-bottom: 3.75rem;
  }
}
.p-function__column {
  width: 100%;
  text-align: left;
}

.p-function__box {
  background: #fff;
  padding-bottom: 2rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-function__box {
    margin-bottom: 1.875rem;
  }
}
.p-function__img {
  display: block;
  width: 5.3125rem;
  padding: 1.9375rem 0 0.8125rem 0;
  margin: 0rem auto;
}

.p-function__img img {
  width: 100%;
}

.p-function__img02 {
  display: block;
  width: 6rem;
  padding: 1.625rem 0 0.4375rem 0;
  margin: 0rem auto;
}

.p-function__img02 img {
  width: 100%;
}

.p-function__name {
  color: #223B80;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-function__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

.p-function__text {
  font-size: 1rem;
  line-height: 2;
}

.addtoany_list:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin: 3.125rem 0;
}

@media screen and (max-width: 767px) {
  .addtoany_list:not(:root) {
    gap: 0.375rem;
    margin: 1.875rem 0;
  }
}
.addtoany_list:not(:root) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.a2a_button_facebook:not(:root) {
  position: relative;
  display: inline-block;
  border: #0765FF solid 0.0625rem;
  border-radius: 0.1875rem;
}

.a2a_button_facebook:not(:root):hover {
  border: #0765FF solid 0.0625rem;
}

.a2a_button_x:not(:root) {
  position: relative;
  display: inline-block;
  border: #1A1A1A solid 0.0625rem;
  border-radius: 0.1875rem;
}

.a2a_button_x:not(:root):hover {
  border: #1A1A1A solid 0.0625rem;
}

.a2a_button_pinterest:not(:root) {
  position: relative;
  display: inline-block;
  border: #E60022 solid 0.0625rem;
  border-radius: 0.1875rem;
}

.a2a_button_pinterest:not(:root):hover {
  border: #E60022 solid 0.0625rem;
}

.a2a_button_line:not(:root) {
  position: relative;
  display: inline-block;
  border: #02C300 solid 0.0625rem;
  border-radius: 0.1875rem;
}

.a2a_button_line:not(:root):hover {
  border: #02C300 solid 0.0625rem;
}

.a2a_dd:not(:root) {
  position: relative;
  display: inline-block;
  border: #0365FF solid 0.0625rem;
  border-radius: 0.1875rem;
}

.a2a_dd:not(:root):hover {
  border: #0365FF solid 0.0625rem;
}

.p-single__report-pdf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  width: 100%;
  max-width: 31.25rem;
  height: 3.125rem;
  margin: 2.5rem auto;
  border: 0.125rem solid #233A80;
  color: #233A80;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-single__report-pdf {
    border: 1px solid #233A80;
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.p-single__report-pdf:hover {
  opacity: 1;
  color: #fff;
  background: #233A80;
}

.p-single__report-pdf:hover::after {
  background-image: url(../images/pdf_icon_white.webp);
}

.p-single__report-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/pdf_icon_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-single__report-pdf::after {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p-service-ended {
  width: 100%;
}

.p-service-ended__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-ended__inner {
    max-width: 31.25rem;
    padding: 3.125rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-service-ended__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service-ended__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}

.p-service-ended__title::after {
  content: "";
  display: block;
  position: relative;
  width: 12.5rem;
  height: 0.125rem;
  background: #CCCCCC;
  text-align: center;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-ended__title::after {
    width: 9.375rem;
    margin: 1.5rem auto 0 auto;
  }
}

.p-service-ended__bigText {
  position: relative;
  font-size: 1.125rem;
  line-height: 2.33;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-ended__bigText {
    text-align: left;
    line-height: 2;
    margin-bottom: 2.5rem;
  }
}

.p-service-ended__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 0.9375rem;
  border-left: 0.3125rem solid #223B80;
  margin-top: 4.375rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service-ended__subTitle {
    font-size: 1.25rem;
  }
}

.p-service-ended__minTitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-service-ended__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 1.5625rem;
}
.p-service-ended__text_mg {
  margin-top: 3.4375rem;
  margin-bottom: 0rem;
}
.p-service-ended__text a {
  color: #223B80;
  text-decoration: underline;
}
.p-service-ended__text a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */