@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "noto sans", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  background-color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  text-decoration: none;
  color: #0070a9;
}
a:hover {
  color: rgb(0, 145.798816568, 220);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5, h6 {
  font-size: 1em;
}

ul {
  list-style-type: square;
}

ul, ol, dl,
p,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

li ol,
li ul {
  margin-top: 0;
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
}

pre,
code {
  font-family: "Libre Baskerville", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

figure {
  text-align: center;
}

figure img {
  width: 100%;
}

label {
  cursor: pointer;
}

.default-button .button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 15px;
  width: 230px;
  margin: 0 auto;
  font-weight: bold;
  color: #011976;
  background: white;
  border: 1px solid #011976;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.default-button .button-more span {
  position: relative;
  z-index: 2;
}
.default-button .button-more::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  position: relative;
  z-index: 2;
  right: -40px;
}
.default-button .button-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#011976), to(#0092E6));
  background: linear-gradient(90deg, #011976, #0092E6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 3px;
}
@media (hover: hover) {
  .default-button .button-more:hover {
    color: #fff;
  }
  .default-button .button-more:hover::before {
    opacity: 1;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

main {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  main {
    padding-top: 120px;
  }
}

.container {
  padding: 0 30px;
}
@media (min-width: 640px) {
  .container {
    padding: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

section {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  section {
    margin-bottom: 130px;
  }
}

#section-message {
  margin-bottom: 50px;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.right {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.fadein.left {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.fadein.slidein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#global-header {
  position: relative;
  z-index: 100;
}
#global-header .header--inner {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  z-index: 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;
}
#global-header .header--inner h1 {
  height: 60px;
  margin: 0;
  display: inline-block;
}
#global-header .header--inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-left: 10px;
  padding-top: 7px;
  text-decoration: none;
}
#global-header .header--inner h1 a:hover {
  opacity: 0.8;
}
#global-header .header--inner h1 a .logo {
  height: 60px;
}
#global-header .header--inner h1 a .logo img {
  height: 40px;
}
#global-header .header--inner .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#global-header .header--inner .right-box .large-view {
  display: none;
}
#global-header .header--inner .right-box .medium-view {
  display: none;
}
#global-header .header--inner .right-box .search-button {
  margin-right: 10px;
}
#global-header .header--inner .right-box .search-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
}
#global-header .header--inner .right-box .search-button a svg {
  color: #011976;
}
@media (hover: hover) {
  #global-header .header--inner .right-box .search-button a svg:hover {
    width: 40%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#global-header .header--inner .right-box #nav-toggle {
  background: #011976;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#global-header .header--inner .right-box #nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 45%;
  background: #fff;
  left: 17px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#global-header .header--inner .right-box #nav-toggle span:nth-child(1) {
  top: 18px;
}
#global-header .header--inner .right-box #nav-toggle span:nth-child(2) {
  top: 27px;
}
#global-header .header--inner .right-box #nav-toggle span:nth-child(3) {
  top: 37px;
}
#global-header .header--inner .right-box #nav-toggle.open {
  background: white;
}
#global-header .header--inner .right-box #nav-toggle.open span {
  background: #011976;
}
#global-header .header--inner .right-box #nav-toggle.open span:nth-child(1) {
  top: 29px;
  width: 43%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#global-header .header--inner .right-box #nav-toggle.open span:nth-child(2) {
  display: none;
}
#global-header .header--inner .right-box #nav-toggle.open span:nth-child(3) {
  top: 29px;
  width: 43%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#global-header .header--inner .right-box nav.sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow: auto;
  background: #011976;
  position: absolute;
  top: 0px;
  right: -100%;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#global-header .header--inner .right-box nav.sp-nav h1 {
  margin-bottom: 30px;
}
#global-header .header--inner .right-box nav.sp-nav .inner {
  padding: 0 30px;
  padding-bottom: 30px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav p {
  color: white;
  font-size: 13px;
  font-weight: bold;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li {
  border-bottom: 1px dotted white;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a {
  color: white;
  display: block;
  padding: 15px 0;
  font-size: 17px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a span {
  font-size: 11px;
  position: relative;
  padding-left: 28px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: white;
}
@media (hover: hover) {
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a:hover {
    color: #5AC3FF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a:hover span {
    padding-left: 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav ul li a:hover span::before {
    left: 15px;
    background-color: #5AC3FF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel {
  margin-bottom: 30px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc {
  display: none;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav .search-link:first-child {
  margin-right: 15px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav .search-link a {
  color: white;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav .search-link a svg {
  width: 15px;
  height: 15px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav .search-link a span {
  font-size: 15px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul li a {
  background: white;
  color: #011976;
  display: block;
  padding: 20px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  border-radius: 100px;
}
#global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul li a span {
  font-weight: bold;
  font-size: 15px;
}
@media (hover: hover) {
  #global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul li a:hover {
    background: #ddd;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul .inquiry {
  margin-bottom: 20px;
}
#global-header .header--inner .right-box {
  /* メニュー表示時 */
}
#global-header .header--inner .right-box #nav-toggle.open + nav.sp-nav {
  right: 0;
}
#global-header .header-pc {
  display: none;
}
#global-header .information-button {
  display: block;
}
#global-header .information-button .fixed_btn {
  border: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1.5px solid #011976;
  border-radius: 100px;
  padding: 0;
  width: 110px;
  height: 110px;
}
#global-header .information-button .fixed_btn a {
  display: block;
  padding: 50px 10px 17px;
  position: relative;
  color: #011976;
  font-weight: bold;
  font-size: 13px;
}
#global-header .information-button .fixed_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  left: 39px;
  top: 12px;
}
@media (hover: hover) {
  #global-header .information-button .fixed_btn:hover {
    background-color: #e1f4ff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  #global-header .information-button .fixed_btn {
    bottom: 30px;
    right: 30px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner {
    padding: 0 60px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper {
    margin-bottom: 80px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel {
    width: 45%;
    margin: 0;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel ul li a {
    font-size: 20px;
    padding: 30px 0;
    padding-left: 10px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc .search-link:first-child {
    margin-right: 10px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc .search-link a {
    color: white;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc .search-link a svg {
    width: 17px;
    height: 17px;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc .search-link a span {
    font-size: 17px;
  }
}
@media (min-width: 640px) and (hover: hover) {
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .main-nav .menu-lavel .sub-nav-pc .search-link a:hover {
    color: #5AC3FF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  #global-header .header--inner .right-box nav.sp-nav .inner .main-wrapper .sub-nav {
    display: none;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #global-header .header--inner .right-box nav.sp-nav .inner .buttom-nav ul li a span {
    font-size: 17px;
  }
  #global-header .header--inner .right-box .medium-view {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  #global-header .header--inner .right-box .medium-view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #global-header .header--inner .right-box .medium-view ul li a {
    display: block;
    color: white;
    padding: 10px 17px;
    font-size: 13px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  #global-header .header--inner .right-box .medium-view ul li a span {
    position: relative;
    z-index: 2;
  }
  #global-header .header--inner .right-box .medium-view ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#011976), to(#0092E6));
    background: linear-gradient(90deg, #011976, #0092E6);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 100px;
  }
}
@media (min-width: 640px) and (hover: hover) {
  #global-header .header--inner .right-box .medium-view ul li a:hover {
    color: #fff;
  }
  #global-header .header--inner .right-box .medium-view ul li a:hover::before {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  #global-header .header--inner .right-box .medium-view ul .inquiry {
    margin-right: 10px;
  }
  #global-header .header--inner .right-box .medium-view ul .inquiry a {
    background: #011976;
  }
  #global-header .header--inner .right-box .medium-view ul .download a {
    background: #0092E6;
  }
}
@media (min-width: 1024px) {
  #global-header .header--inner .right-box .large-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4px;
    margin-right: 30px;
  }
  #global-header .header--inner .right-box .large-view .search-link:first-child {
    margin-right: 40px;
  }
  #global-header .header--inner .right-box .large-view .search-link a {
    position: relative;
    color: #011976;
  }
  #global-header .header--inner .right-box .large-view .search-link a svg {
    width: 15px;
    height: auto;
    position: absolute;
    left: -22px;
    top: -1px;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  #global-header .header--inner .right-box .large-view .search-link a:hover {
    color: #0092E6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1024px) {
  #global-header .header--inner .right-box nav.sp-nav {
    width: 60%;
  }
  #global-header .header-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #global-header .header-pc .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #global-header .header-pc .header-bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global-header .header-pc .header-bottom .menu li {
    cursor: pointer;
  }
  #global-header .header-pc .header-bottom .menu li a {
    display: block;
    padding: 1rem;
    font-size: 17px;
    font-weight: bold;
    color: #011976;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  #global-header .header-pc .header-bottom .menu li a:hover {
    color: #0092E6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1024px) {
  #global-header .header-pc .header-bottom .menu .menu-item .submenu {
    display: none;
    position: absolute;
    top: 100%; /* 親メニュー下 */
    left: 0; /* 画面左端 */
    width: 100vw; /* 画面横幅いっぱい */
    background: #EDEDED;
    margin: 0;
    padding: 30px 60px;
    z-index: 1000;
  }
  #global-header .header-pc .header-bottom .menu .menu-item .submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  #global-header .header-pc .header-bottom .menu .menu-item .submenu ul li {
    width: calc((100% - 60px) / 4);
    border-bottom: 1px dotted;
  }
  #global-header .header-pc .header-bottom .menu .menu-item .submenu ul li a {
    font-size: 15px;
    position: relative;
  }
  #global-header .header-pc .header-bottom .menu .menu-item .submenu ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    color: inherit;
    position: absolute;
    right: 20px;
  }
  #global-header .header-pc .header-bottom .menu .menu-item .submenu ul .last-row {
    margin-left: 0; /* 左寄せ */
  }
  #global-header .header-pc .header-bottom .menu .menu-item:hover .submenu {
    display: block;
  }
}

#global-footer .contact {
  background-image: url("../images/footer_background.jpg");
  background-size: cover;
}
#global-footer .contact .container {
  padding: 50px 30px;
}
#global-footer .contact .container .text-area {
  margin-bottom: 30px;
}
#global-footer .contact .container .text-area p {
  font-size: 22px;
  color: white;
  font-weight: bold;
  line-height: 32px;
}
#global-footer .contact .container .contact-button a {
  background: white;
  border-radius: 5px;
  padding: 20px;
  border-radius: 100px;
  width: 300px;
  display: block;
  position: relative;
  margin: 0 auto;
}
#global-footer .contact .container .contact-button a::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  color: #011976;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#global-footer .contact .container .contact-button a .flex-box {
  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;
}
#global-footer .contact .container .contact-button a .flex-box svg {
  margin-bottom: 0;
  margin-right: 10px;
}
#global-footer .contact .container .contact-button a .flex-box span {
  font-weight: bold;
  color: #011976;
  margin-right: 20px;
  font-size: 15px;
}
@media (hover: hover) {
  #global-footer .contact .container .contact-button a:hover {
    background: #011976;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #global-footer .contact .container .contact-button a:hover::after {
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #global-footer .contact .container .contact-button a:hover svg g path {
    fill: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #global-footer .contact .container .contact-button a:hover span {
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#global-footer .top .container {
  padding: 50px 30px;
}
#global-footer .top .container h1 {
  text-align: center;
  margin-bottom: 30px;
}
#global-footer .top .container h1 a {
  display: inline-block;
}
#global-footer .top .container h1 a .logo img {
  width: 200px;
}
#global-footer .top .container .company-link:first-child {
  margin-bottom: 30px;
}
#global-footer .top .container .company-link p {
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #001050;
}
#global-footer .top .container .company-link ul li:not(:last-child) {
  margin-bottom: 5px;
}
#global-footer .top .container .company-link ul li a {
  font-size: 15px;
  color: #001050;
}
#global-footer .bottom {
  background: #F7F7F7;
  text-align: center;
  font-size: 10px;
  padding: 10px;
}
@media (min-width: 640px) {
  #global-footer .contact .container {
    padding: 50px 60px 30px;
    max-width: 900px;
  }
  #global-footer .contact .container .text-area {
    margin-bottom: 50px;
  }
  #global-footer .contact .container .text-area p {
    text-align: center;
  }
  #global-footer .contact .container .text-area p span {
    display: block;
  }
  #global-footer .top .container .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global-footer .top .container .flex-box .left {
    width: 40%;
  }
  #global-footer .top .container .flex-box .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global-footer .top .container .flex-box .right .company-link {
    width: 48%;
    margin: 0;
  }
}
@media (min-width: 640px) and (hover: hover) {
  #global-footer .top .container .flex-box .right .company-link ul li a:hover {
    color: #0092E6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

body.home #welcome {
  width: 100%;
  height: calc(60vh - 60px);
  margin: 0;
}
body.home #welcome .inner {
  background-image: url(../images/welcome_img_pc.jpg);
  background-repeat: no-repeat;
  background-position: right 15% bottom 0px;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
body.home #welcome .inner .text-box {
  position: absolute;
  top: 60%;
  left: 20px;
}
body.home #welcome .inner .text-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
body.home #welcome .inner .text-box .txt p {
  color: #2741A5;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: -0.3px;
  line-height: 50px;
  background: white;
  /* ここからアニメーション関係 */
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-animation: textanimation 1s forwards;
          animation: textanimation 1s forwards;
}
body.home #welcome .inner .text-box {
  /* 1文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  padding-left: 6px;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(1) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 2文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(2) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 3文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(3) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 4文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(4) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 5文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(5) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 6文字目 */
}
body.home #welcome .inner .text-box .top p:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .top p:nth-child(6) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 7文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(1) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  padding-left: 6px;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(1) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 8文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(2) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(2) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 9文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(3) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 10文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(4) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(4) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 11文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(5) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(5) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 12文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(6) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(6) {
    background: none;
  }
}
body.home #welcome .inner .text-box {
  /* 13文字目 */
}
body.home #welcome .inner .text-box .bottom p:nth-child(7) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  width: 28px;
}
@media (min-width: 1024px) {
  body.home #welcome .inner .text-box .bottom p:nth-child(7) {
    background: none;
  }
}
@-webkit-keyframes textanimation {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textanimation {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.home #message .inner {
  background-image: url("../images/background.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
}
body.home #message .inner .message-text {
  margin-bottom: 30px;
}
body.home #message .inner .container {
  margin-bottom: 0;
}
body.home #contents .contents-box:not(:last-child) {
  margin-bottom: 80px;
}
body.home #contents .contents-box .section-title h3 {
  text-align: center;
}
body.home #contents .contents-box .section-title h3 figure {
  margin-bottom: -5px;
}
body.home #contents .contents-box .section-title h3 figure img {
  width: auto;
  height: 30px;
}
body.home #contents .contents-box .section-title h3 small {
  font-size: 13px;
  letter-spacing: 1px;
  font-style: italic;
  color: #011976;
}
body.home #contents .contents-box .contents-image figure {
  margin: 0;
}
body.home #contents .contents-box .default-button {
  background: #0092E6;
  padding: 20px 0;
}
body.home #news {
  background: #F5F5F5;
  margin-bottom: 0;
}
body.home #news .container {
  padding: 50px 30px;
}
body.home #news .container .text-box h3 {
  text-align: center;
}
body.home #news .container .text-box h3 figure {
  margin-bottom: 10px;
}
body.home #news .container .text-box h3 figure img {
  height: 50px;
  width: auto;
}
body.home #news .container .text-box h3 span {
  font-size: 20px;
  color: #011976;
}
body.home #news .container .text-box .pc-view {
  display: none;
}
body.home #news .container .news-box ul {
  padding: 0;
  margin-bottom: 40px;
}
body.home #news .container .news-box ul li {
  border-bottom: 1px solid #001050;
}
body.home #news .container .news-box ul li a {
  display: block;
  padding: 13px 10px 13px;
  position: relative;
  color: #001050;
}
body.home #news .container .news-box ul li a date {
  font-size: 13px;
  color: #001050;
  text-decoration: none;
}
body.home #news .container .news-box ul li a span.text {
  display: block;
  margin-top: 10px;
}
body.home #news .container .news-box ul li a::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #001050;
}
@media (hover: hover) {
  body.home #news .container .news-box ul li a:hover {
    background: rgba(1, 25, 118, 0.05);
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 640px) {
  body.home #welcome {
    height: calc(50vh - 60px);
  }
  body.home #welcome .inner {
    background-image: url(../images/welcome_img_pc.jpg);
  }
  body.home #welcome .inner .text-box {
    bottom: 30px;
    left: 40px;
  }
  body.home #welcome .inner .text-box .txt p {
    font-size: 50px;
    line-height: 60px;
  }
  body.home #message .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.home #message .inner .message-text {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body.home #message .inner .message-text h3 {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  body.home #message .inner .message-text .text-area p {
    text-align: center;
  }
  body.home #message .inner .message-text .text-area p span {
    display: block;
  }
  body.home #contents .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  body.home #contents .contents-box {
    width: calc((100% - 40px) / 3);
  }
  body.home #contents .contents-box .section-title {
    margin-bottom: 40px;
  }
  body.home #contents .contents-box .default-button .button-more {
    padding: 5px;
    width: 150px;
  }
  body.home #contents .contents-box .default-button .button-more::after {
    right: -18px;
  }
  body.home #news .container {
    padding: 70px 60px;
    margin: 0 auto;
    max-width: 900px;
  }
  body.home #news .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home #news .flex-box .text-box {
    width: 35%;
  }
  body.home #news .flex-box .text-box h3 {
    text-align: left;
    margin-bottom: 30px;
  }
  body.home #news .flex-box .text-box h3 figure {
    text-align: left;
    margin-bottom: 15px;
  }
  body.home #news .flex-box .text-box .pc-view {
    display: block;
  }
  body.home #news .flex-box .text-box .pc-view a {
    margin: 0;
  }
  body.home #news .flex-box .news-box {
    width: 62%;
  }
  body.home #news .flex-box .news-box .news-list {
    margin: 0;
  }
  body.home #news .flex-box .sp-view {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.home #welcome {
    height: calc(80vh - 60px);
  }
  body.home #welcome .inner .text-box {
    top: 280px;
    left: 110px;
  }
  body.home #message .text-area p {
    font-size: 17px;
  }
  body.home #contents .contents-box .default-button .button-more {
    padding: 15px;
    width: 230px;
  }
  body.home #contents .contents-box .default-button .button-more::after {
    right: -40px;
  }
}

#library-section-title {
  height: 130px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
#library-section-title h2 {
  color: white;
  margin: 0%;
}

ul.article_list li {
  margin-bottom: 20px;
}
ul.article_list li a .news-contents {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  padding: 20px;
}
ul.article_list li a .news-contents .label {
  display: inline-block;
  font-size: 13px;
  background: #011976;
  color: white;
  padding: 3px 15px;
  border-radius: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.article_list li a .news-contents time {
  color: #666666;
}
ul.article_list li a .news-contents h3 {
  color: black;
  font-size: 17px;
  margin: 15px 0 10px;
}
ul.article_list li a .news-contents .excerpt {
  color: #666666;
  margin-bottom: 10px;
}
ul.article_list li a .news-contents span.readmore {
  display: block;
  text-align: right;
  font-size: 14px;
  padding-right: 16px;
  position: relative;
}
ul.article_list li a .news-contents span.readmore::after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  right: 0px;
}
@media (hover: hover) {
  ul.article_list li a .news-contents:hover {
    border: 1px solid #011976;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.pagination {
  text-align: center;
  margin: 30px 0;
  font-family: sans-serif;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  line-height: 40px; /* テキストを中央に */
  margin: 0 3px;
  border-radius: 50%; /* 丸ボタン */
  background-color: #f0f0f0;
  color: #333;
  text-align: center; /* 横中央 */
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
}
.pagination a:hover {
  background-color: #0092E6;
  color: #fff;
}
.pagination .current {
  background-color: #0092E6;
  color: #fff;
  font-weight: bold;
  pointer-events: none; /* クリック不可 */
}

@media (min-width: 640px) {
  .container {
    margin-bottom: 80px;
  }
  ul.article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  ul.article_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1024px) {
  ul.article_list li {
    width: calc((100% - 40px) / 3);
  }
}
body.single #library-section-title {
  height: 130px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.single #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.single .page-title {
  margin-bottom: 30px;
}
body.single .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 13px;
}
body.single .breadcrumb .title {
  margin-left: 1px;
  color: #cacaca;
}
body.single .breadcrumb .title::before {
  content: "/";
  margin: 0 6px;
}
body.single .top {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
body.single .top .information {
  margin-bottom: 0;
}
body.single .top .information .label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #8a8a8a;
  color: #fefefe;
  padding: 2px 10px;
  margin-bottom: 6px;
  min-width: 100px;
  text-align: center;
  background: #011976;
  border-radius: 100px;
}
body.single .contents {
  margin-bottom: 50px;
}
body.single .contents h3 {
  color: #EA452F;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  body.single .contents {
    margin-bottom: 60px;
  }
  body.single .contents h3 {
    margin-bottom: 15px;
  }
  body.single .contents h4 {
    padding: 8px 10px;
  }
}
body.single .button_area {
  list-style: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single .button_area li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px;
}
body.single .button_area .next a, body.single .button_area .prev a {
  color: #011976;
  font-size: 15px;
  border: 1px solid;
  padding: 10px 13px;
  border-radius: 100px;
}
body.single article {
  margin-bottom: 50px;
}
body.single article h3 {
  font-size: 20px;
}
body.single article h4 {
  font-size: 17px;
}
body.single article .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.single article .information time {
  font-size: 13px;
  margin-right: 20px;
}
body.single article figure {
  margin: 1.5rem 15px 1.5rem;
}
body.single article figcaption {
  font-size: 13px;
  color: #8a8a8a;
}
@media (min-width: 640px) {
  body.single article {
    margin-bottom: 0;
  }
  body.single article h3 {
    font-size: 26px;
  }
}
@media (min-width: 640px) {
  body.single .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.single .flexbox article {
    width: 65%;
  }
  body.single .flexbox .sideber {
    width: 25%;
  }
}
@media (min-width: 640px) {
  body.single .page-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 640px) {
  body.single .breadcrumb {
    margin-bottom: 50px;
  }
}
body.single .sideber section h3 {
  font-weight: bold;
  color: #011976;
  font-size: 18px;
  margin: 0 -15px 10px;
  padding: 5px 15px;
}
body.single .sideber section ul {
  list-style: none;
  padding: 0;
}
body.single .sideber section ul li {
  border-bottom: 1px dotted #011976;
  font-size: 14px;
}
body.single .sideber section ul li a {
  display: block;
  padding: 5px;
  word-break: break-all;
  color: black;
}
body.single .sideber section ul li a:hover {
  color: #0092E6;
}
@media (min-width: 640px) {
  body.single .sideber {
    width: 28%;
  }
  body.single .sideber section h3 {
    border-bottom: 1px dotted;
    margin: 0 0 15px;
    background: none;
    padding-left: 0;
  }
}
body.single .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.single .wp-block-gallery .wp-block-image {
  padding: 4px;
}
@media (min-width: 640px) {
  body.single .container {
    margin-bottom: 80px;
  }
}

body.page-template-archive-video_library #library-section-title,
.single-video_library #library-section-title {
  height: 130px;
  margin-bottom: 0;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.page-template-archive-video_library #library-section-title h2,
.single-video_library #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.page-template-archive-video_library #new-arrival,
.single-video_library #new-arrival {
  background: #F5F5F5;
}
body.page-template-archive-video_library #new-arrival h3,
.single-video_library #new-arrival h3 {
  color: #011976;
  text-align: center;
  padding: 50px 0 30px;
  margin: 0;
}
body.page-template-archive-video_library #new-arrival .video-slider,
.single-video_library #new-arrival .video-slider {
  visibility: hidden; /* 初期非表示 */
}
body.page-template-archive-video_library #new-arrival .swiper,
.single-video_library #new-arrival .swiper {
  padding-bottom: 10px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide,
.single-video_library #new-arrival .swiper .swiper-slide {
  padding: 0 30px;
  cursor: pointer;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background,
.single-video_library #new-arrival .swiper .swiper-slide .background {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .thumbnail img,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .thumbnail img {
  width: 100%;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box {
  background: white;
  padding: 10px 30px 20px;
  border-radius: 0 0 10px 10px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-title,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-title {
  color: black;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
  margin: 10px 0 10px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-excerpt,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-excerpt {
  font-size: 15px;
  color: black;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories {
  margin-bottom: 7px;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent01,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent01 {
  background: #1958AB;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent02,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent02 {
  background: #FC8067;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent03,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent03 {
  background: #64AD88;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent04,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent04 {
  background: #F5AA18;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent05,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent05 {
  background: #6F69C4;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag,
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag {
  padding: 6px 8px;
  border-radius: 100px;
  font-size: 11px;
  color: #011976;
  background: white;
  border: 1px solid;
}
body.page-template-archive-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag:not(:last-child),
.single-video_library #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag:not(:last-child) {
  margin-right: 7px;
}
body.page-template-archive-video_library #new-arrival .swiper-pagination-bullets,
.single-video_library #new-arrival .swiper-pagination-bullets {
  text-align: center;
  padding: 10px 0 20px;
}
body.page-template-archive-video_library .video_library-container .video_library-tabs h3,
.single-video_library .video_library-container .video_library-tabs h3 {
  text-align: center;
  color: #011976;
}
body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box,
.single-video_library .video_library-container .video_library-tabs .flex-box {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box .tab-button,
.single-video_library .video_library-container .video_library-tabs .flex-box .tab-button {
  width: calc((100% - 15px) / 2);
  background: white;
  border: 1px solid #011976;
  color: #011976;
  padding: 15px 0;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (hover: hover) {
  body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box .tab-button:hover,
  .single-video_library .video_library-container .video_library-tabs .flex-box .tab-button:hover {
    border: 1px solid #011976;
    background: rgba(0, 146, 230, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box .active,
.single-video_library .video_library-container .video_library-tabs .flex-box .active {
  color: white;
  background: #011976;
}
body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box .active:hover,
.single-video_library .video_library-container .video_library-tabs .flex-box .active:hover {
  background: #011976;
}
body.page-template-archive-video_library .video_library-container #child-filters,
.single-video_library .video_library-container #child-filters {
  margin-bottom: 50px;
}
body.page-template-archive-video_library .video_library-container #child-filters .inner,
.single-video_library .video_library-container #child-filters .inner {
  background: rgba(0, 146, 230, 0.1);
}
body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons,
.single-video_library .video_library-container #child-filters .inner .child-buttons {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons .child-button,
.single-video_library .video_library-container #child-filters .inner .child-buttons .child-button {
  width: calc((100% - 20px) / 3);
  background: white;
  border: 1px solid #011976;
  color: #011976;
  border-radius: 3px;
  padding: 10px 0;
  cursor: pointer;
}
@media (hover: hover) {
  body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons .child-button:hover,
  .single-video_library .video_library-container #child-filters .inner .child-buttons .child-button:hover {
    border: 1px solid #011976;
    background: rgba(0, 146, 230, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons .active,
.single-video_library .video_library-container #child-filters .inner .child-buttons .active {
  color: white;
  background: #011976;
}
body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons .active:hover,
.single-video_library .video_library-container #child-filters .inner .child-buttons .active:hover {
  background: #011976;
}
body.page-template-archive-video_library .video_library-container #video_library-results h3,
.single-video_library .video_library-container #video_library-results h3 {
  text-align: center;
  color: #011976;
  margin-bottom: 30px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items,
.single-video_library .video_library-container #video_library-results .post-items {
  margin-bottom: 80px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents,
.single-video_library .video_library-container #video_library-results .post-items .post-contents {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a {
  display: block;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a img,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a img {
  width: 100%;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box {
  padding: 0 15px 20px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box h4,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box h4 {
  color: black;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0 10px;
  font-size: 17px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box p,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box p {
  font-size: 13px;
  color: black;
  margin-bottom: 20px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .post-categories,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .post-categories {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .post-categories:not(:last-child),
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .post-categories:not(:last-child) {
  margin-right: 5px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent01,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent01 {
  background: #1958AB;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent02,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent02 {
  background: #FC8067;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent03,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent03 {
  background: #64AD88;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent04,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent04 {
  background: #F5AA18;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent05,
.single-video_library .video_library-container #video_library-results .post-items .post-contents a .text-box .parent-cat-parent05 {
  background: #6F69C4;
}
body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents:not(:last-child),
.single-video_library .video_library-container #video_library-results .post-items .post-contents:not(:last-child) {
  margin-bottom: 30px;
}
body.page-template-archive-video_library .video_library-container #video_library-results .nopost,
.single-video_library .video_library-container #video_library-results .nopost {
  margin: 100px auto;
  text-align: center;
}
body.page-template-archive-video_library .video-wrapper,
.single-video_library .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
body.page-template-archive-video_library .video-wrapper iframe,
.single-video_library .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  body.page-template-archive-video_library #new-arrival .swiper .swiper-slide,
  .single-video_library #new-arrival .swiper .swiper-slide {
    padding: 0;
  }
  body.page-template-archive-video_library #new-arrival .swiper-pagination-bullets,
  .single-video_library #new-arrival .swiper-pagination-bullets {
    padding: 30px 0 40px;
  }
  body.page-template-archive-video_library .video_library-container .video_library-tabs h3,
  .single-video_library .video_library-container .video_library-tabs h3 {
    margin-bottom: 50px;
  }
  body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box,
  .single-video_library .video_library-container .video_library-tabs .flex-box {
    max-width: 900px;
    margin: 0 auto;
  }
  body.page-template-archive-video_library .video_library-container .video_library-tabs .flex-box .tab-button,
  .single-video_library .video_library-container .video_library-tabs .flex-box .tab-button {
    width: calc((100% - 30px) / 3);
    margin: 0;
    border-radius: 3px 3px 0 0;
  }
  body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons,
  .single-video_library .video_library-container #child-filters .inner .child-buttons {
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px;
  }
  body.page-template-archive-video_library .video_library-container #child-filters .inner .child-buttons .child-button,
  .single-video_library .video_library-container #child-filters .inner .child-buttons .child-button {
    width: calc((100% - 60px) / 5);
  }
  body.page-template-archive-video_library .video_library-container #video_library-results .post-items,
  .single-video_library .video_library-container #video_library-results .post-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents,
  .single-video_library .video_library-container #video_library-results .post-items .post-contents {
    margin-bottom: 0 !important;
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1024px) {
  body.page-template-archive-video_library .video_library-container #video_library-results .post-items,
  .single-video_library .video_library-container #video_library-results .post-items {
    gap: 30px;
  }
  body.page-template-archive-video_library .video_library-container #video_library-results .post-items .post-contents,
  .single-video_library .video_library-container #video_library-results .post-items .post-contents {
    width: calc((100% - 60px) / 3);
  }
}

body.single-video_library #library-section-title {
  margin-bottom: 50px;
}
body.single-video_library #post-contents {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}
body.single-video_library #post-contents article .title-box {
  border-bottom: 1px solid #011976;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
body.single-video_library #post-contents article .title-box h3 {
  color: #011976;
  line-height: 35px;
}
body.single-video_library #post-contents article .title-box .flex-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
body.single-video_library #post-contents article .title-box .flex-label .post-type-label a {
  display: inline;
  color: #011976;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  padding: 9px 13px;
  border-radius: 100px;
  background: #EBEBEB;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories a, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories a {
  padding: 9px 13px;
  border-radius: 100px;
  font-size: 13px;
  color: white;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories a:not(:last-child), body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories a:not(:last-child) {
  margin-right: 5px;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent01, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent01 {
  background: #1958AB;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent02, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent02 {
  background: #FC8067;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent03, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent03 {
  background: #64AD88;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent04, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent04 {
  background: #F5AA18;
}
body.single-video_library #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent05, body.single-video_library #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent05 {
  background: #6F69C4;
}
body.single-video_library #post-contents article .title-box .post-tags a {
  padding: 7px 11px;
  border-radius: 100px;
  font-size: 13px;
  color: #011976;
  background: white;
  border: 1px solid;
}
body.single-video_library #post-contents article .title-box .post-tags a:not(:last-child) {
  margin-right: 5px;
}
body.single-video_library #post-contents article .post-thumbnail {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
body.single-video_library #post-contents article .post-content {
  margin-bottom: 50px;
}
body.single-video_library #post-contents article .post-content p:not(:last-child) {
  margin-bottom: 10px;
}
body.single-video_library #post-contents article .sample-title {
  border-bottom: 1px solid #011976;
  color: #011976;
  margin-bottom: 30px;
}
body.single-video_library #post-contents article .login-message p {
  color: #011976;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
body.single-video_library #post-contents article .login-message .login-button {
  text-align: center;
}
body.single-video_library #post-contents article .login-message .login-button .btn {
  display: inline-block;
  text-align: center;
  background: #011976;
  width: 270px;
  padding: 25px 0;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  position: relative;
}
body.single-video_library #post-contents article .login-message .login-button .btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
body.single-video_library #post-contents article .video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 30px 30px;
}
body.single-video_library #post-contents article .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f4;
}
body.single-video_library #post-contents article .extra-text {
  margin-bottom: 50px;
  background: #f4f4f4;
  padding: 15px;
  font-size: 13px;
}
body.single-video_library #post-contents article .contact-btn {
  text-align: center;
}
body.single-video_library #post-contents article .contact-btn .btn {
  display: inline-block;
  text-align: center;
  background: #011976;
  width: 270px;
  padding: 25px 0;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  position: relative;
}
body.single-video_library #post-contents article .contact-btn .btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 640px) {
  body.single-video_library .post-thumbnail {
    margin: 0 auto 50px;
    max-width: 500px;
  }
  body.single-video_library .post-content {
    margin-bottom: 100px;
  }
  body.single-video_library .video-wrapper {
    margin: 0 70px 50px !important;
  }
}

body.post-type-archive-material #library-section-title,
.single-material #library-section-title {
  height: 130px;
  margin-bottom: 0;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.post-type-archive-material #library-section-title h2,
.single-material #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.post-type-archive-material #new-arrival,
.single-material #new-arrival {
  background: #F5F5F5;
}
body.post-type-archive-material #new-arrival h3,
.single-material #new-arrival h3 {
  color: #011976;
  text-align: center;
  padding: 50px 0 30px;
  margin: 0;
}
body.post-type-archive-material #new-arrival .video-slider,
.single-material #new-arrival .video-slider {
  visibility: hidden; /* 初期非表示 */
}
body.post-type-archive-material #new-arrival .swiper,
.single-material #new-arrival .swiper {
  padding-bottom: 10px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide,
.single-material #new-arrival .swiper .swiper-slide {
  padding: 0 30px;
  cursor: pointer;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background,
.single-material #new-arrival .swiper .swiper-slide .background {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .thumbnail img,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .thumbnail img {
  width: 100%;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box {
  background: white;
  padding: 10px 30px 20px;
  border-radius: 0 0 10px 10px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-title,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-title {
  color: black;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
  margin: 10px 0 10px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-excerpt,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .slide-excerpt {
  font-size: 15px;
  color: black;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories {
  margin-bottom: 7px;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent01,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent01 {
  background: #1958AB;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent02,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent02 {
  background: #FC8067;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent03,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent03 {
  background: #64AD88;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent04,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent04 {
  background: #F5AA18;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent05,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .categories .cat-parent05 {
  background: #6F69C4;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag,
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag {
  padding: 6px 8px;
  border-radius: 100px;
  font-size: 11px;
  color: #011976;
  background: white;
  border: 1px solid;
}
body.post-type-archive-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag:not(:last-child),
.single-material #new-arrival .swiper .swiper-slide .background .flex-box .text-box .post-tags .tag:not(:last-child) {
  margin-right: 7px;
}
body.post-type-archive-material #new-arrival .swiper-pagination-bullets,
.single-material #new-arrival .swiper-pagination-bullets {
  text-align: center;
  padding: 10px 0 20px;
}
body.post-type-archive-material .material-container .material-tabs h3,
.single-material .material-container .material-tabs h3 {
  text-align: center;
  color: #011976;
}
body.post-type-archive-material .material-container .material-tabs .flex-box,
.single-material .material-container .material-tabs .flex-box {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.post-type-archive-material .material-container .material-tabs .flex-box .tab-button,
.single-material .material-container .material-tabs .flex-box .tab-button {
  width: calc((100% - 15px) / 2);
  background: white;
  border: 1px solid #011976;
  color: #011976;
  padding: 15px 0;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (hover: hover) {
  body.post-type-archive-material .material-container .material-tabs .flex-box .tab-button:hover,
  .single-material .material-container .material-tabs .flex-box .tab-button:hover {
    border: 1px solid #011976;
    background: rgba(0, 146, 230, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.post-type-archive-material .material-container .material-tabs .flex-box .active,
.single-material .material-container .material-tabs .flex-box .active {
  color: white;
  background: #011976;
}
body.post-type-archive-material .material-container .material-tabs .flex-box .active:hover,
.single-material .material-container .material-tabs .flex-box .active:hover {
  background: #011976;
}
body.post-type-archive-material .material-container #child-filters,
.single-material .material-container #child-filters {
  margin-bottom: 50px;
}
body.post-type-archive-material .material-container #child-filters .inner,
.single-material .material-container #child-filters .inner {
  background: rgba(0, 146, 230, 0.1);
}
body.post-type-archive-material .material-container #child-filters .inner .child-buttons,
.single-material .material-container #child-filters .inner .child-buttons {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
body.post-type-archive-material .material-container #child-filters .inner .child-buttons .child-button,
.single-material .material-container #child-filters .inner .child-buttons .child-button {
  width: calc((100% - 20px) / 3);
  background: white;
  border: 1px solid #011976;
  color: #011976;
  border-radius: 3px;
  padding: 10px 0;
  cursor: pointer;
}
@media (hover: hover) {
  body.post-type-archive-material .material-container #child-filters .inner .child-buttons .child-button:hover,
  .single-material .material-container #child-filters .inner .child-buttons .child-button:hover {
    border: 1px solid #011976;
    background: rgba(0, 146, 230, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.post-type-archive-material .material-container #child-filters .inner .child-buttons .active,
.single-material .material-container #child-filters .inner .child-buttons .active {
  color: white;
  background: #011976;
}
body.post-type-archive-material .material-container #child-filters .inner .child-buttons .active:hover,
.single-material .material-container #child-filters .inner .child-buttons .active:hover {
  background: #011976;
}
body.post-type-archive-material .material-container #material-results h3,
.single-material .material-container #material-results h3 {
  text-align: center;
  color: #011976;
  margin-bottom: 30px;
}
body.post-type-archive-material .material-container #material-results .post-items,
.single-material .material-container #material-results .post-items {
  margin-bottom: 80px;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents,
.single-material .material-container #material-results .post-items .post-contents {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a,
.single-material .material-container #material-results .post-items .post-contents a {
  display: block;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a img,
.single-material .material-container #material-results .post-items .post-contents a img {
  width: 100%;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box,
.single-material .material-container #material-results .post-items .post-contents a .text-box {
  padding: 0 15px 20px;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box h4,
.single-material .material-container #material-results .post-items .post-contents a .text-box h4 {
  color: black;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0 10px;
  font-size: 17px;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box p,
.single-material .material-container #material-results .post-items .post-contents a .text-box p {
  font-size: 13px;
  color: black;
  margin-bottom: 20px;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .post-categories,
.single-material .material-container #material-results .post-items .post-contents a .text-box .post-categories {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .post-categories:not(:last-child),
.single-material .material-container #material-results .post-items .post-contents a .text-box .post-categories:not(:last-child) {
  margin-right: 5px;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent01,
.single-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent01 {
  background: #1958AB;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent02,
.single-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent02 {
  background: #FC8067;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent03,
.single-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent03 {
  background: #64AD88;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent04,
.single-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent04 {
  background: #F5AA18;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent05,
.single-material .material-container #material-results .post-items .post-contents a .text-box .parent-cat-parent05 {
  background: #6F69C4;
}
body.post-type-archive-material .material-container #material-results .post-items .post-contents:not(:last-child),
.single-material .material-container #material-results .post-items .post-contents:not(:last-child) {
  margin-bottom: 30px;
}
body.post-type-archive-material .material-container #material-results .nopost,
.single-material .material-container #material-results .nopost {
  margin: 100px auto;
  text-align: center;
}
body.post-type-archive-material .video-wrapper,
.single-material .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
body.post-type-archive-material .video-wrapper iframe,
.single-material .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  body.post-type-archive-material #new-arrival .swiper .swiper-slide,
  .single-material #new-arrival .swiper .swiper-slide {
    padding: 0;
  }
  body.post-type-archive-material #new-arrival .swiper-pagination-bullets,
  .single-material #new-arrival .swiper-pagination-bullets {
    padding: 30px 0 40px;
  }
  body.post-type-archive-material .material-container .material-tabs h3,
  .single-material .material-container .material-tabs h3 {
    margin-bottom: 50px;
  }
  body.post-type-archive-material .material-container .material-tabs .flex-box,
  .single-material .material-container .material-tabs .flex-box {
    max-width: 900px;
    margin: 0 auto;
  }
  body.post-type-archive-material .material-container .material-tabs .flex-box .tab-button,
  .single-material .material-container .material-tabs .flex-box .tab-button {
    width: calc((100% - 30px) / 3);
    margin: 0;
    border-radius: 3px 3px 0 0;
  }
  body.post-type-archive-material .material-container #child-filters .inner .child-buttons,
  .single-material .material-container #child-filters .inner .child-buttons {
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px;
  }
  body.post-type-archive-material .material-container #child-filters .inner .child-buttons .child-button,
  .single-material .material-container #child-filters .inner .child-buttons .child-button {
    width: calc((100% - 60px) / 5);
  }
  body.post-type-archive-material .material-container #material-results .post-items,
  .single-material .material-container #material-results .post-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body.post-type-archive-material .material-container #material-results .post-items .post-contents,
  .single-material .material-container #material-results .post-items .post-contents {
    margin-bottom: 0 !important;
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-material .material-container #material-results .post-items,
  .single-material .material-container #material-results .post-items {
    gap: 30px;
  }
  body.post-type-archive-material .material-container #material-results .post-items .post-contents,
  .single-material .material-container #material-results .post-items .post-contents {
    width: calc((100% - 60px) / 3);
  }
}

body.single-material #library-section-title {
  margin-bottom: 50px;
}
body.single-material #post-contents {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}
body.single-material #post-contents article .title-box {
  border-bottom: 1px solid #011976;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
body.single-material #post-contents article .title-box h3 {
  color: #011976;
  line-height: 35px;
}
body.single-material #post-contents article .title-box .flex-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
body.single-material #post-contents article .title-box .flex-label .post-type-label a {
  display: inline;
  color: #011976;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  padding: 9px 13px;
  border-radius: 100px;
  background: #EBEBEB;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories a, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories a {
  padding: 9px 13px;
  border-radius: 100px;
  font-size: 13px;
  color: white;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories a:not(:last-child), body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories a:not(:last-child) {
  margin-right: 5px;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent01, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent01 {
  background: #1958AB;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent02, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent02 {
  background: #FC8067;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent03, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent03 {
  background: #64AD88;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent04, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent04 {
  background: #F5AA18;
}
body.single-material #post-contents article .title-box .flex-label .parent-label .child-categories .p-parent05, body.single-material #post-contents article .title-box .flex-label .parent-label .parent-categories .p-parent05 {
  background: #6F69C4;
}
body.single-material #post-contents article .title-box .post-tags a {
  padding: 7px 11px;
  border-radius: 100px;
  font-size: 13px;
  color: #011976;
  background: white;
  border: 1px solid;
}
body.single-material #post-contents article .title-box .post-tags a:not(:last-child) {
  margin-right: 5px;
}
body.single-material #post-contents article .post-thumbnail {
  margin-bottom: 30px;
}
body.single-material #post-contents article .post-thumbnail img {
  border: 1px solid #ddd;
}
body.single-material #post-contents article .post-content {
  margin-bottom: 50px;
}
body.single-material #post-contents article .post-content p:not(:last-child) {
  margin-bottom: 10px;
}
body.single-material #post-contents article .login-message p {
  color: #011976;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
body.single-material #post-contents article .login-message .login-button {
  text-align: center;
}
body.single-material #post-contents article .login-message .login-button .btn {
  display: inline-block;
  text-align: center;
  background: #011976;
  width: 270px;
  padding: 25px 0;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  position: relative;
}
body.single-material #post-contents article .login-message .login-button .btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
body.single-material #post-contents article .sample-title {
  border-bottom: 1px solid #011976;
  color: #011976;
  margin-bottom: 30px;
}
body.single-material #post-contents article .material-content {
  margin-bottom: 30px;
}
body.single-material #post-contents article .material-content iframe {
  width: 100%;
}
body.single-material #post-contents article .material-content .mini-pdf-viewer {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
body.single-material #post-contents article .material-content .mini-pdf-canvas {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
body.single-material #post-contents article .material-content .mini-pdf-controls {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-material #post-contents article .material-content .mini-pdf-controls button {
  padding: 6px 10px;
  border-radius: 6px;
  border: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}
body.single-material #post-contents article .extra-text {
  margin-bottom: 50px;
  background: #f4f4f4;
  padding: 15px;
  font-size: 13px;
}
body.single-material #post-contents article .contact-btn {
  text-align: center;
}
body.single-material #post-contents article .contact-btn .btn {
  display: inline-block;
  text-align: center;
  background: #011976;
  width: 270px;
  padding: 25px 0;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  position: relative;
}
body.single-material #post-contents article .contact-btn .btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 640px) {
  body.single-material .post-thumbnail {
    margin-bottom: 30px;
    text-align: center;
  }
  body.single-material .post-thumbnail img {
    max-width: 900px;
    width: 80%;
  }
  body.single-material .post-content {
    margin-bottom: 80px;
  }
  body.single-material .material-content {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
  }
}

body.page-template-about #library-section-title {
  height: 130px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.page-template-about #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.page-template-about .container {
  margin-bottom: 50px;
}
body.page-template-about table {
  margin-bottom: 50px;
  width: 100%;
}
body.page-template-about table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
body.page-template-about table tr:not(:last-child) {
  margin-bottom: 20px;
}
body.page-template-about table tr th {
  padding: 10px 0;
  margin-bottom: 20px;
  background: rgba(0, 146, 230, 0.1);
  color: #001050;
}
body.page-template-about table tr td ul {
  margin-left: 20px;
  padding: 0 10px;
}
body.page-template-about table tr td ul li {
  text-align: left;
  list-style: decimal;
}
body.page-template-about table tr td ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  body.page-template-about .container {
    margin: 80px auto;
    max-width: 900px;
  }
  body.page-template-about table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #011976;
    padding-bottom: 20px;
  }
  body.page-template-about table tr th {
    background: none;
    width: 25%;
    padding: 0;
    margin: 0;
  }
  body.page-template-about table tr td {
    width: 65%;
    text-align: left;
  }
  body.page-template-about table tr td ul {
    margin-left: 10px;
  }
}

body.page-template-contact #library-section-title {
  height: 130px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.page-template-contact #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.page-template-contact #contact-message {
  margin-bottom: 50px;
}
body.page-template-contact #contact-message h3 {
  color: #001050;
  text-align: center;
}
body.page-template-contact #contact-form p {
  margin-bottom: 30px;
}
body.page-template-contact #contact-form .wpcf7-form .flex .wpcf7-radio {
  display: block;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background: #F7F7F7;
}
body.page-template-contact #contact-form .background .title {
  color: #001050;
  font-weight: bold;
  font-size: 15px;
}
body.page-template-contact #contact-form .background .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding: 15px;
  background: #F7F7F7;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
}
body.page-template-contact #contact-form .background .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 10px;
}
body.page-template-contact #contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
body.page-template-contact #contact-form .required {
  background: #FF2626;
  display: inline-block;
  color: white;
  padding: 2px 10px;
  font-size: 13px;
  margin-left: 15px;
}
body.page-template-contact #contact-form .value {
  text-align: center;
}
body.page-template-contact #contact-form .value .wpcf7-submit {
  color: white;
  background-color: #EA452F;
  border: none;
  padding: 18px 60px;
  margin-left: 70px;
  cursor: pointer;
}
body.page-template-contact #contact-form .wpcf7-response-output {
  background-color: #F7F7F7;
  border: none;
  padding: 30px;
}
@media (min-width: 640px) {
  body.page-template-contact .container {
    max-width: 900px;
  }
  body.page-template-contact .container #contact-message {
    margin: 80px auto;
  }
  body.page-template-contact .container #contact-message p {
    text-align: center;
  }
  body.page-template-contact .container #contact-message p span {
    display: block;
  }
  body.page-template-contact .container .wpcf7-form .flex p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-contact .container .wpcf7-form .flex p .title {
    width: 20%;
  }
  body.page-template-contact .container .wpcf7-form .flex p .required {
    height: 30px;
    margin: 0;
    margin-left: 0 !important;
  }
  body.page-template-contact .container .wpcf7-form .flex p .wpcf7-form-control-wrap {
    width: 70%;
  }
  body.page-template-contact .container .wpcf7-form .flex p .wpcf7-form-control-wrap .wpcf7-radio {
    margin-top: 0 !important;
  }
  body.page-template-contact .container .wpcf7-form .policy {
    text-align: center;
    display: block;
  }
  body.page-template-contact .container #contact-form h3 {
    margin-bottom: 50px;
  }
  body.page-template-contact .container #contact-form .background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-contact .container #contact-form .background .title {
    width: 20%;
  }
  body.page-template-contact .container #contact-form .background .required {
    height: 30px;
    margin: 0;
  }
  body.page-template-contact .container #contact-form .background .wpcf7-form-control-wrap {
    width: 70%;
  }
  body.page-template-contact .container #contact-form .background .wpcf7-form-control-wrap .wpcf7-form-control {
    margin: 0;
  }
}

body.page-template-complete #contact-complete-message h3 {
  text-align: center;
  color: #011976;
  margin-bottom: 30px;
}
body.page-template-complete #contact-complete-message .text {
  background: #f7f7f7;
  padding: 30px;
}
@media (min-width: 640px) {
  body.page-template-complete #contact-complete-message {
    margin-bottom: 80px;
  }
  body.page-template-complete #contact-complete-message .text {
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
  }
}

body.page-template-member_auth #library-section-title {
  height: 130px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.page-template-member_auth #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.page-template-member_auth #contact-message {
  margin-bottom: 50px;
}
body.page-template-member_auth #contact-message h3 {
  color: #001050;
}
body.page-template-member_auth .auth-page .login-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}
body.page-template-member_auth .auth-page .login-box h4 {
  text-align: center;
  font-size: 25px;
  color: #011976;
  margin-bottom: 30px;
}
body.page-template-member_auth .auth-page .login-box h4 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
body.page-template-member_auth .auth-page .login-box .login-username {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-member_auth .auth-page .login-box .login-username label {
  margin-bottom: 5px;
}
body.page-template-member_auth .auth-page .login-box .login-username input {
  border: 1px solid #ddd;
}
body.page-template-member_auth .auth-page .login-box .login-password {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-member_auth .auth-page .login-box .login-password label {
  margin-bottom: 5px;
}
body.page-template-member_auth .auth-page .login-box .login-password input {
  border: 1px solid #ddd;
}
body.page-template-member_auth .auth-page .login-box .login-remember {
  text-align: center;
  margin-bottom: 30px;
}
body.page-template-member_auth .auth-page .login-box .login-submit {
  display: block;
  text-align: center;
  cursor: pointer;
}
body.page-template-member_auth .auth-page .login-box .login-submit input {
  padding: 15px 0;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #011976;
  background: white;
  color: #011976;
  font-weight: bold;
}
@media (hover: hover) {
  body.page-template-member_auth .auth-page .login-box .login-submit input:hover {
    background: #011976;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.page-template-member_auth .auth-page .login-box .logout-button {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #011976;
  background: white;
  color: #011976;
  font-weight: bold;
  margin: 0 auto;
}
@media (hover: hover) {
  body.page-template-member_auth .auth-page .login-box .logout-button:hover {
    background: #011976;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.page-template-member_auth .auth-page .login-error {
  margin: 30px auto;
  text-align: center;
  color: #FF2626;
}
body.page-template-member_auth .auth-page .lost-password {
  text-align: center;
}
body.page-template-member_auth .auth-page .register-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}
body.page-template-member_auth .auth-page .register-box h4 {
  text-align: center;
  font-size: 25px;
  color: #011976;
  margin-bottom: 30px;
}
body.page-template-member_auth .auth-page .register-box h4 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
body.page-template-member_auth .auth-page .register-box .text {
  margin-bottom: 30px;
}
body.page-template-member_auth .auth-page .register-box .text span.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, yellow));
  background: linear-gradient(transparent 60%, yellow 30%);
  line-height: 1.8;
  padding: 2px 0;
}
body.page-template-member_auth .auth-page .register-box .text span.indent {
  display: block;
  margin-bottom: 20px;
}
body.page-template-member_auth .auth-page .register-box .text span.sub {
  color: #011976;
  font-size: 13px;
}
body.page-template-member_auth .auth-page .register-box .flex-box .contents img {
  width: 100%;
}
body.page-template-member_auth .auth-page .register-box .flex-box .contents .title-box {
  background: #E0F3FD;
  padding: 20px;
  margin-bottom: 30px;
}
body.page-template-member_auth .auth-page .register-box .flex-box .contents .title-box .title {
  text-align: center;
  font-weight: bold;
  color: #011976;
  margin-bottom: 10px;
}
body.page-template-member_auth .auth-page .register-box .flex-box .contents .title-box .lead {
  font-size: 13px;
}
body.page-template-member_auth .auth-page .register-box .flex-box .contents .last {
  margin-bottom: 0;
}
body.page-template-member_auth .auth-page .register-box .register-link {
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
  padding: 15px 0;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #011976;
  background: white;
  color: #011976;
  font-weight: bold;
  text-align: center;
}
@media (hover: hover) {
  body.page-template-member_auth .auth-page .register-box .register-link:hover {
    background: #011976;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body.page-template-member_auth .auth-page .register-box button {
  margin: 0 auto;
  display: block;
  padding: 15px 0;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #011976;
  background: white;
  color: #011976;
  font-weight: bold;
}
@media (hover: hover) {
  body.page-template-member_auth .auth-page .register-box button:hover {
    background: #011976;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  body.page-template-member_auth #contact-message h3 {
    text-align: center;
  }
  body.page-template-member_auth #contact-message p {
    text-align: center;
  }
  body.page-template-member_auth .auth-page .login-box {
    padding: 50px 0;
  }
  body.page-template-member_auth .auth-page .login-box form {
    max-width: 300px;
    margin: 0 auto;
  }
  body.page-template-member_auth .auth-page .login-error {
    margin: 40px auto;
  }
  body.page-template-member_auth .auth-page .register-box {
    padding: 50px 60px;
  }
  body.page-template-member_auth .auth-page .register-box .text {
    text-align: center;
    margin-bottom: 50px;
  }
  body.page-template-member_auth .auth-page .register-box .flex-box {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-member_auth .auth-page .register-box .flex-box .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 40px) / 3);
  }
  body.page-template-member_auth .auth-page .register-box .flex-box .contents img {
    width: 100%;
    display: block;
  }
  body.page-template-member_auth .auth-page .register-box .flex-box .contents .title-box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    margin-bottom: 0;
  }
}

body.page-template-signup label[for=user_name-184]::after,
body.page-template-signup label[for=user_password-184]::after,
body.page-template-signup label[for=user_email-184]::after,
body.page-template-signup label[for=company-184]::after,
body.page-template-signup label[for=department-184]::after,
body.page-template-signup label[for=user_name-251]::after,
body.page-template-signup label[for=user_password-251]::after,
body.page-template-signup label[for=user_email-251]::after,
body.page-template-signup label[for=company-251]::after,
body.page-template-signup label[for=department-251]::after {
  content: "必須"; /* 表示文字 */
  display: inline-block;
  background-color: #FF2626; /* 背景色 */
  color: #fff; /* 文字色 */
  font-size: 13px;
  font-weight: bold;
  padding: 1px 6px;
  margin-left: 10px;
  vertical-align: middle; /* テキストと揃える */
}
body.page-template-signup .um-field {
  font-size: 15px;
}
body.page-template-signup .custom-help-text {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
  line-height: 20px;
}

body.page-template-terms .section-message {
  margin-bottom: 50px;
}
body.page-template-terms #terms-box {
  margin-bottom: 50px;
  line-height: 26px;
}
body.page-template-terms #terms-box .title h3 {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #011976;
  border-bottom: 1px solid #011976;
  padding-bottom: 10px;
}
body.page-template-terms #terms-box ul {
  margin-bottom: 30px;
  margin-top: 20px;
}
body.page-template-terms #terms-box ul li {
  margin-bottom: 10px;
}
body.page-template-terms #terms-box ul .dotted {
  position: relative;
  margin-left: 20px;
}
body.page-template-terms #terms-box ul .dotted::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin-top: 6px;
  margin-right: 7px;
  top: 2px;
  left: -18px;
  width: 10px;
  height: 9px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #011976;
}
body.page-template-terms #terms-box .number {
  counter-reset: num; /* カウンター初期化 */
  list-style: none; /* デフォルトの箇条書きマークを消す */
  padding-left: 0; /* 左余白をリセット */
  margin-left: 0;
}
body.page-template-terms #terms-box .number .no {
  counter-increment: num; /* liごとにカウントアップ */
  position: relative; /* 擬似要素の基準にする */
  padding-left: 20px;
}
body.page-template-terms #terms-box .number .no::before {
  content: counter(num) ". "; /* 番号表示 */
  position: absolute;
  left: 0; /* 左端に番号を置く */
  top: 0;
  font-weight: bold;
  color: #011976;
  width: 2em;
}
body.page-template-terms #terms-box .text {
  margin-bottom: 40px;
}
body.page-template-terms #terms-box .detail h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
body.page-template-terms #terms-box a {
  color: #3A7F65;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
body.page-template-terms #terms-box a:hover {
  color: #81bfa7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.page-template-terms #terms-box .contact {
  margin-top: 30px;
  background: rgba(0, 146, 230, 0.1);
  padding: 30px;
  margin-bottom: 50px;
}
body.page-template-terms #terms-box .contact p {
  color: #001050;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
body.page-template-terms #terms-box .contact table {
  color: #001050;
  margin: 0 auto;
}
body.page-template-terms #terms-box .contact table tr th {
  display: block;
  border-bottom: 1px dotted;
}
body.page-template-terms #terms-box .contact table tr td {
  display: block;
  text-align: center;
  padding-top: 10px;
}
body.page-template-terms #terms-box .contact table tr td small {
  display: inline-block;
}
@media (min-width: 640px) {
  body.page-template-terms .container {
    margin: 80px auto;
    max-width: 900px;
  }
  body.page-template-terms .container section {
    max-width: 800px;
  }
  body.page-template-terms .container #terms-box .contact table tr {
    text-align: center;
  }
  body.page-template-terms .container #terms-box .contact table tr th {
    display: inline-block;
    border-bottom: none;
    margin-right: 10px;
  }
  body.page-template-terms .container #terms-box .contact table tr td {
    display: inline-block;
    padding-top: 0;
  }
}

body.page-template-pages #section-title {
  background-size: cover;
  height: 130px;
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
body.page-template-pages #section-title h2 {
  margin: 0;
  font-size: 25px;
  position: relative;
  padding-left: 1.1em;
  color: #011976;
}
body.page-template-pages #section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #011976;
}
body.page-template-pages #section-contents-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
body.page-template-pages #section-contents-list ul li {
  width: calc((100% - 20px) / 2);
  border: 0.5px solid #bcbcbc;
  border-radius: 5px;
}
body.page-template-pages #section-contents-list ul li a {
  padding: 15px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-pages #section-contents-list ul li a figure {
  margin-bottom: 10px;
}
body.page-template-pages #section-contents-list ul li a figure img {
  width: 90%;
}
body.page-template-pages #section-contents-list ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #001050;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  min-height: 40px;
}
body.page-template-pages .category-icon {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-pages .category-icon figure {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.page-template-pages .category-icon p {
  color: #001050;
  font-weight: bold;
}
body.page-template-pages #section-post .title-label {
  background-image: linear-gradient(45deg, rgba(1, 25, 118, 0.1), rgba(0, 146, 230, 0.1));
  margin-bottom: 50px;
}
body.page-template-pages #section-post .title-label h3 {
  text-align: center;
  padding: 20px 0;
  color: #011976;
  font-size: 25px;
}
body.page-template-pages #section-post .posts {
  margin-bottom: 30px;
}
body.page-template-pages #section-post .posts .my-medical-swiper {
  visibility: hidden;
}
body.page-template-pages #section-post .posts .my-medical-swiper.swiper-initialized {
  visibility: visible;
}
body.page-template-pages #section-post .posts .swiper-wrapper {
  padding-bottom: 20px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff; /* 白背景推奨 */
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background img {
  width: 100%;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box {
  padding: 0 20px 20px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .slide-title {
  color: black;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
  margin: 20px 0 10px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .slide-excerpt {
  font-size: 15px;
  color: black;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .post-type-label {
  display: inline;
  color: #011976;
  font-weight: bold;
  margin-right: 10px;
  padding: 7px 6px 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  background: #EBEBEB;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label {
  display: inline-block;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories {
  margin-bottom: 7px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat-parent01 {
  background: #1958AB;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat-parent02 {
  background: #FC8067;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat-parent03 {
  background: #64AD88;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat-parent04 {
  background: #F5AA18;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .parent-label .categories .cat-parent05 {
  background: #6F69C4;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .tag-label .post-tags .tag {
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 11px;
  color: #011976;
  background: white;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 5px;
}
body.page-template-pages #section-post .posts .swiper-wrapper .swiper-slide .background .text-box .tag-label .post-tags .tag:not(:last-child) {
  margin-right: 7px;
}
body.page-template-pages #section-post .posts .not-post {
  text-align: center;
}
body.page-template-pages #section-post .default-button .button-more {
  padding: 20px 15px;
}
body.page-template-pages .secondarynav {
  border-top: 1px solid #DDDDDD;
  padding: 30px 0;
}
body.page-template-pages .secondarynav .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body.page-template-pages .secondarynav .container ul li {
  width: calc((100% - 10px) / 2);
}
body.page-template-pages .secondarynav .container ul li .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
body.page-template-pages .secondarynav .container ul li .nav-box svg {
  width: 30%;
  height: 30px;
}
body.page-template-pages .secondarynav .container ul li .nav-box p {
  width: 70%;
  text-align: center;
}
body.page-template-pages .secondarynav .container ul .active {
  background: #011976;
  border: 1px solid #011976;
  color: white;
  border-radius: 3px;
}
body.page-template-pages .secondarynav .container ul .active .nav-box svg g path {
  fill: white;
}
body.page-template-pages .secondarynav .container ul .passive {
  border: 1px solid #011976;
  border-radius: 3px;
}
body.page-template-pages .secondarynav .container ul .passive a {
  display: block;
}
body.page-template-pages .secondarynav .container ul .passive a p {
  color: #011976;
}
body.page-template-pages .secondarynav .container ul .passive a .nav-box svg g path {
  fill: #011976;
}
@media (hover: hover) {
  body.page-template-pages .secondarynav .container ul .passive a:hover {
    background: #011976;
    color: white;
    -webkit-transition: all 0.5;
    transition: all 0.5;
  }
  body.page-template-pages .secondarynav .container ul .passive a:hover p {
    color: white;
    -webkit-transition: all 0.5;
    transition: all 0.5;
  }
  body.page-template-pages .secondarynav .container ul .passive a:hover .nav-box svg g path {
    fill: white;
    -webkit-transition: all 0.5;
    transition: all 0.5;
  }
}
@media (min-width: 640px) {
  body.page-template-pages #section-message {
    text-align: center;
    margin: 80px 0;
  }
  body.page-template-pages #section-message p {
    line-height: 30px;
  }
  body.page-template-pages #section-message p span {
    display: block;
  }
}
@media (min-width: 640px) {
  body.page-template-pages #section-title {
    height: 200px;
    padding-left: 60px;
  }
  body.page-template-pages #section-title h2 {
    font-size: 30px;
  }
  body.page-template-pages #section-contents-list ul li {
    width: calc((100% - 60px) / 4);
  }
  body.page-template-pages #section-contents-list ul li a {
    padding: 20px 20px 10px;
  }
  body.page-template-pages #section-contents-list ul li a figure img {
    width: 80%;
  }
  body.page-template-pages .secondarynav .container ul {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  body.page-template-pages .secondarynav .container ul li {
    width: calc((100% - 10px) / 5);
  }
}

body.page-template-medical #section-title,
body.parent-pageid-34 #section-title {
  background-image: url("../images/medical/title_background.svg");
}
body.page-template-medical .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color,
body.parent-pageid-34 .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color {
  background: #1958AB;
}
@media (min-width: 640px) and (hover: hover) {
  body.page-template-medical #section-contents-list ul li:hover,
  body.parent-pageid-34 #section-contents-list ul li:hover {
    border: 1px solid #011976;
    background: rgba(0, 146, 230, 0.07);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  body.page-template-medical .secondarynav .container ul li,
  body.parent-pageid-34 .secondarynav .container ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media (min-width: 1024px) {
  body.page-template-medical .secondarynav .container ul li,
  body.parent-pageid-34 .secondarynav .container ul li {
    width: calc((100% - 40px) / 5);
  }
}

body.page-template-healthcare #section-title,
body.parent-pageid-52 #section-title {
  background-image: url("../images/healthcare/title_background.svg");
}
body.page-template-healthcare .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color,
body.parent-pageid-52 .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color {
  background: #FA702C;
}
@media (min-width: 640px) {
  body.page-template-healthcare #section-contents-list ul,
  body.parent-pageid-52 #section-contents-list ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 640px) and (hover: hover) {
  body.page-template-healthcare #section-contents-list ul li:hover,
  body.parent-pageid-52 #section-contents-list ul li:hover {
    border: 1px solid #011976;
    background: rgba(250, 112, 44, 0.07);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  body.page-template-healthcare .secondarynav .container ul,
  body.parent-pageid-52 .secondarynav .container ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.page-template-skill #section-title {
  background-image: url("../images/skill/title_background.svg");
}
body.page-template-skill .posts .swiper-wrapper .swiper-slide .text-box .slide-excerpt {
  margin-bottom: 0;
}

body.page-template-webinar #section-title {
  background-image: url("../images/webinar/title_background.svg");
}
body.page-template-webinar .posts .swiper-wrapper .swiper-slide .text-box .slide-excerpt {
  margin-bottom: 0;
}

body.page-template-info-material #section-title,
body.parent-pageid-82 #section-title {
  background-image: url("../images/material/title_background.svg");
}
body.page-template-info-material .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color,
body.parent-pageid-82 .posts .swiper-wrapper .swiper-slide .background .text-box .child01-color {
  background: #6F43AB;
}
@media (min-width: 640px) {
  body.page-template-info-material #section-contents-list ul,
  body.parent-pageid-82 #section-contents-list ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 640px) and (hover: hover) {
  body.page-template-info-material #section-contents-list ul li:hover,
  body.parent-pageid-82 #section-contents-list ul li:hover {
    border: 1px solid #011976;
    background: rgba(111, 67, 171, 0.07);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  body.page-template-info-material .secondarynav .container ul,
  body.parent-pageid-82 .secondarynav .container ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.tax-common_tag #library-section-title,
.page-template-archive-search #library-section-title,
.search-results #library-section-title {
  height: 130px;
  margin-bottom: 0;
  background: linear-gradient(140deg, #011976, #0092E6);
  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;
}
body.tax-common_tag #library-section-title h2,
.page-template-archive-search #library-section-title h2,
.search-results #library-section-title h2 {
  color: white;
  margin: 0%;
}
body.tax-common_tag .tag-archive .keyword,
.page-template-archive-search .tag-archive .keyword,
.search-results .tag-archive .keyword {
  margin: 30px 0;
  border-bottom: 1px solid #ddd;
}
body.tax-common_tag .tag-archive .keyword h3,
.page-template-archive-search .tag-archive .keyword h3,
.search-results .tag-archive .keyword h3 {
  color: #011976;
}
body.tax-common_tag .tag-archive .flex-box,
.page-template-archive-search .tag-archive .flex-box,
.search-results .tag-archive .flex-box {
  margin-bottom: 50px;
}
body.tax-common_tag .tag-archive .flex-box .background,
.page-template-archive-search .tag-archive .flex-box .background,
.search-results .tag-archive .flex-box .background {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .thumbnail img,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .thumbnail img,
.search-results .tag-archive .flex-box .background .contents-box .thumbnail img {
  width: 100%;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box,
.search-results .tag-archive .flex-box .background .contents-box .text-box {
  background: white;
  padding: 10px 30px 20px;
  border-radius: 0 0 10px 10px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .slide-title,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .slide-title,
.search-results .tag-archive .flex-box .background .contents-box .text-box .slide-title {
  color: black;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
  margin: 10px 0 10px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .slide-excerpt,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .slide-excerpt,
.search-results .tag-archive .flex-box .background .contents-box .text-box .slide-excerpt {
  font-size: 15px;
  color: black;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .post-type-label,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .post-type-label,
.search-results .tag-archive .flex-box .background .contents-box .text-box .post-type-label {
  display: inline;
  color: #011976;
  font-weight: bold;
  margin-right: 10px;
  padding: 7px 6px 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  background: #EBEBEB;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label {
  display: inline-block;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories {
  margin-bottom: 7px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat {
  display: inline;
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 100px;
  color: white;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent01,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent01,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent01 {
  background: #1958AB;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent02,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent02,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent02 {
  background: #FC8067;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent03,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent03,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent03 {
  background: #64AD88;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent04,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent04,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent04 {
  background: #F5AA18;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent05,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent05,
.search-results .tag-archive .flex-box .background .contents-box .text-box .parent-label .categories .cat-parent05 {
  background: #6F69C4;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag,
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag,
.search-results .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag {
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 11px;
  color: #011976;
  background: white;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 5px;
}
body.tax-common_tag .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag:not(:last-child),
.page-template-archive-search .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag:not(:last-child),
.search-results .tag-archive .flex-box .background .contents-box .text-box .post-tags .tag:not(:last-child) {
  margin-right: 7px;
}
body.tax-common_tag .tag-archive .pagination,
.page-template-archive-search .tag-archive .pagination,
.search-results .tag-archive .pagination {
  margin-bottom: 80px;
}
body.tax-common_tag .tag-archive .search-form,
.page-template-archive-search .tag-archive .search-form,
.search-results .tag-archive .search-form {
  max-width: 700px;
  margin: 0 auto;
}
body.tax-common_tag .tag-archive .search-form input,
.page-template-archive-search .tag-archive .search-form input,
.search-results .tag-archive .search-form input {
  padding: 20px 20px;
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #011976;
  margin: 0 auto;
  background: white;
  margin-bottom: 20px;
}
body.tax-common_tag .tag-archive .search-form button,
.page-template-archive-search .tag-archive .search-form button,
.search-results .tag-archive .search-form button {
  background: #011976;
  border: unset;
  color: white;
  padding: 10px 30px;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body.tax-common_tag .tag-archive .search-form button span,
.page-template-archive-search .tag-archive .search-form button span,
.search-results .tag-archive .search-form button span {
  position: relative;
  z-index: 2;
}
body.tax-common_tag .tag-archive .search-form button::before,
.page-template-archive-search .tag-archive .search-form button::before,
.search-results .tag-archive .search-form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#011976), to(#0092E6));
  background: linear-gradient(90deg, #011976, #0092E6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 5px;
}
@media (hover: hover) {
  body.tax-common_tag .tag-archive .search-form button:hover::before,
  .page-template-archive-search .tag-archive .search-form button:hover::before,
  .search-results .tag-archive .search-form button:hover::before {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  body.tax-common_tag .tag-archive .flex-box,
  .page-template-archive-search .tag-archive .flex-box,
  .search-results .tag-archive .flex-box {
    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: 30px;
  }
  body.tax-common_tag .tag-archive .flex-box .background,
  .page-template-archive-search .tag-archive .flex-box .background,
  .search-results .tag-archive .flex-box .background {
    margin-bottom: 0 !important;
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1024px) {
  body.tax-common_tag .container,
  .page-template-archive-search .container,
  .search-results .container {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  body.tax-common_tag .tag-archive .flex-box .background,
  .page-template-archive-search .tag-archive .flex-box .background,
  .search-results .tag-archive .flex-box .background {
    width: calc((100% - 60px) / 3);
  }
}

.page-template-archive-search .container,
.search-results .container {
  margin: 50px auto;
}
.page-template-archive-search .container .search-page h3,
.search-results .container .search-page h3 {
  font-size: 17px;
  color: #011976;
  margin-bottom: 20px;
}
.page-template-archive-search .container .search-page .search-form,
.search-results .container .search-page .search-form {
  margin-bottom: 50px;
}
.page-template-archive-search .container .search-page .search-form input,
.search-results .container .search-page .search-form input {
  padding: 20px 20px;
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #011976;
  margin: 0 auto;
  background: white;
  margin-bottom: 20px;
}
.page-template-archive-search .container .search-page .search-form button,
.search-results .container .search-page .search-form button {
  background: #011976;
  border: unset;
  color: white;
  padding: 10px 30px;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-template-archive-search .container .search-page .search-form button span,
.search-results .container .search-page .search-form button span {
  position: relative;
  z-index: 2;
}
.page-template-archive-search .container .search-page .search-form button::before,
.search-results .container .search-page .search-form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#011976), to(#0092E6));
  background: linear-gradient(90deg, #011976, #0092E6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 5px;
}
@media (hover: hover) {
  .page-template-archive-search .container .search-page .search-form button:hover::before,
  .search-results .container .search-page .search-form button:hover::before {
    opacity: 1;
  }
}
.page-template-archive-search .container .search-page .tag-list a,
.search-results .container .search-page .tag-list a {
  border: 1px solid #011976;
  padding: 5px 10px;
  border-radius: 100px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #011976;
  display: inline-block;
}
@media (hover: hover) {
  .page-template-archive-search .container .search-page .tag-list a:hover,
  .search-results .container .search-page .tag-list a:hover {
    background: #E0F3FD;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/*# sourceMappingURL=styles.css.map */
