@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

.inner {
  margin: auto;
  width: 92vw;
}
@media (min-width: 768px) {
  .inner {
    width: 80vw;
  }
}

.pageh1 {
  margin: 50px 0 10px 0;
}
@media (min-width: 768px) {
  .pageh1 {
    margin: 150px 0 10px 0;
  }
}

.h1img {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .h1img {
    margin-bottom: 200px;
  }
}

.h1img img {
  margin: auto;
  display: block;
  width: 40px;
}
@media (min-width: 768px) {
  .h1img img {
    width: 5%;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  width: 30%;
  padding: 30px 20px 10px 10px;
  border-bottom: 3px solid #697bff;
}

td {
  width: 70%;
  padding: 20px 0 0 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/*! 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, p, ul {
  margin: 0;
  padding: 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: 2rem;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 1rem; /* 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 */
  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: 1rem; /* 2 */
}

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

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

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

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

body {
  font-family: "Yu Gothic", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #343434;
}

a {
  text-decoration: none;
  color: #343434;
}

ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  margin: 0;
}

h2 {
  padding: 0 40px 10px 40px;
  display: inline-block;
  border-bottom: 3px solid #697bff;
}

h4 {
  margin-bottom: 4px;
}

h5 {
  margin-bottom: 4px;
  font-size: 14px;
}

p {
  line-height: 1.7em;
}

#fonts {
  font-size: small;
}

#font12 {
  font-size: 12px;
}

#font16 {
  font-size: 16px;
}

#font18 {
  font-size: 18px;
}

#font20 {
  font-size: 20px;
}

#font25 {
  font-size: 25px;
}

#font30 {
  font-size: 30px;
}

h1 {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 768px) / (1280 - 768), 50px);
}

th, td {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 480px) / (1280 - 480), 16px);
}

.fc-kotira p {
  font-size: clamp(25px, 25px + (30 - 25) * (100vw - 768px) / (1280 - 768), 30px);
}

.copyright small {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 768px) / (1280 - 768), 16px);
}

.p-m {
  font-size: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1280 - 375), 50px);
}

.hmh-slogan {
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1280 - 375), 40px);
}

.hmh-tagline, .p-s {
  font-size: clamp(12px, 12px + (25 - 12) * (100vw - 480px) / (1280 - 480), 25px);
}

.ha-title {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 480px) / (1280 - 480), 24px);
}

.breadclumbs {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (768 - 375), 14px);
}

.info-h2 {
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1280 - 768), 40px);
}

.v-m p {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 768px) / (1280 - 768), 24px);
}

.info-h3 {
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 768px) / (1280 - 768), 28px);
}

.val-p {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (768 - 375), 18px);
}

.val-p {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 769px) / (1280 - 769), 16px);
}

.reader-info p {
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 480px) / (1280 - 480), 22px);
}
.reader-info .reader-affiliation {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 480px) / (1280 - 480), 16px);
}

.message-p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 480px) / (1280 - 480), 16px);
}

.info-table {
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 768px) / (1280 - 768), 18px);
}

.service h2 {
  font-size: clamp(18px, 18px + (25 - 18) * (100vw - 375px) / (1280 - 375), 25px);
}
.service h3 {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1280 - 375), 16px);
}
.service p {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1280 - 375), 18px);
}

article h1 {
  font-size: clamp(16px, 16px + (40 - 16) * (100vw - 480px) / (1280 - 480), 40px);
}

article p {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 480px) / (1280 - 480), 16px);
}

.up-time {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (768 - 375), 14px);
}

.plyvacy-policy h2 {
  font-size: clamp(25px, 25px + (30 - 25) * (100vw - 768px) / (1280 - 768), 30px);
}

.plyvacy-policy p {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 768px) / (1280 - 768), 20px);
}

.not-found h1 {
  font-size: clamp(80px, 80px + (160 - 80) * (100vw - 480px) / (1280 - 480), 160px);
}

.not-found p {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 480px) / (1280 - 480), 16px);
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

tr {
  text-align: left;
}

td {
  font-weight: 500;
  line-height: 120%;
}

#btn {
  font-size: 16px;
}

.all-header-set {
  font-weight: bold;
}

.all-header-menu {
  text-align: center;
  align-self: center;
}

.menu-content {
  text-align: center;
}

.footer-contact {
  text-align: center;
}

.fc-kotira p {
  font-weight: bold;
}

.fc-kotira span {
  font-weight: bold;
}

.footer-contact small {
  font-weight: bold;
}

.fi-flex {
  text-align: center;
}
@media (min-width: 768px) {
  .fi-flex {
    text-align: left;
  }
}

.fi-sitemap ul {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .fi-sitemap ul {
    text-align: left;
  }
}

.copyright {
  text-align: center;
}
.copyright small {
  font-weight: bold;
  color: #ffffff;
}

.hmh-phraze {
  font-weight: bold;
  color: #a8acce;
}

.home-news {
  text-align: center;
}

.new-post {
  text-align: left;
}

#info-tac {
  text-align: center;
}

.p-m, .p-s {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.info-h2 {
  color: #697bff;
}

.mission-p, .vision-p {
  font-weight: bold;
  line-height: 2;
}

.v-flex {
  color: #ffffff;
}

.val-p {
  text-align: left;
}

.reader-info {
  font-weight: bold;
}

.message-p {
  font-weight: 500;
}

.info-table th {
  text-align: center;
}

.service h2, .service h3 {
  text-align: center;
}
@media (min-width: 1024px) {
  .service h2, .service h3 {
    text-align: left;
  }
}

.service-stop {
  text-align: center;
  font-weight: bold;
  color: red;
}

.category-buttons {
  text-align: center;
}

.catbtn-title {
  font-weight: 500;
  color: #343434;
}

.content {
  word-break: break-all;
  font-weight: 500;
}

article h1 {
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
article .time {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.wpcf7 {
  font-size: 20px;
  font-weight: bold;
}

form label {
  font-size: 16px;
}

.cf-hixtusu {
  color: red;
}

.cf-bikou {
  font-size: 12px;
}

.wpcf7-list-item {
  font-size: 16px;
}

.consub {
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .consub {
    font-size: 18px;
  }
}

.privacypolicy p, .privacypolicy ul, .privacypolicy li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .privacypolicy p, .privacypolicy ul, .privacypolicy li {
    font-size: 16px;
  }
}

.not-found {
  text-align: center;
}
.not-found h1 {
  color: #1b14b2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.breadclumbs {
  margin: 64px 0 0 6px;
}
@media (min-width: 768px) {
  .breadclumbs {
    margin: 74px 0 0 12px;
  }
}

#btn {
  border: 1px solid #343434;
  border-radius: 2rem;
  padding: 0;
  transition: 0.5s;
}
#btn:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5s;
}
#btn a {
  color: #343434;
  transition: 0.3s;
}
#btn a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
#btn .con {
  padding: 10px;
}

.all-header-menu .contact {
  flex: 28%;
  margin-left: 10px;
}

.more-article {
  display: inline-block;
  margin-bottom: 20px;
}

.more-article p {
  padding: 10px 25px 8px 25px;
}

.fi-button {
  display: inline-block;
  margin-bottom: 20px;
}

.fi-button p {
  padding: 6px 25px 5px 25px;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #343434;
  border-radius: 2rem;
  transition: 0.5s;
  width: 120px;
}
@media (min-width: 768px) {
  .wpcf7 input[type=submit] {
    width: 200px;
    padding: 10px;
  }
}
.wpcf7 input[type=submit]:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5;
  color: #ffffff;
  transition: 0.3s;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.category-buttons {
  margin-bottom: 30px;
}

.catbtn-title {
  margin: 0 auto 10px;
  background: linear-gradient(to right, transparent, #f5f18d 50%, transparent);
  width: 80%;
}
@media (min-width: 768px) {
  .catbtn-title {
    width: 60%;
  }
}

.cat-btn {
  display: inline-block;
  border: 1px solid #343434;
  border-radius: 2rem;
  padding: 0;
  color: #343434;
  transition: background-color 0.5s, color 0.3s;
}
.cat-btn:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.5s, color 0.3s;
}
.cat-btn .con {
  padding: 10px;
}

.nowcat {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5s;
  color: #ffffff;
  text-decoration: none;
}

#bg-v-btn {
  background: none;
  border: none;
  cursor: pointer;
  filter: invert(100%) brightness(100%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(6.5vw);
}
@media (min-width: 480px) {
  #bg-v-btn {
    transform: translateX(4.5vw);
  }
}
@media (min-width: 768px) {
  #bg-v-btn {
    transform: translateX(1.8vw);
  }
}
#bg-v-btn img {
  height: auto;
  width: 12vw; /* アイコンサイズ */
}
@media (min-width: 480px) {
  #bg-v-btn img {
    width: 8vw;
  }
}
@media (min-width: 768px) {
  #bg-v-btn img {
    width: 3vw;
  }
}

.wpcf7 {
  margin: 0 10%;
}
@media (min-width: 768px) {
  .wpcf7 {
    margin: 0 20%;
  }
}

.wpcf7 input, .wpcf7 textarea, .wpcf7-select {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 25px 0;
}
@media (min-width: 768px) {
  .wpcf7 input, .wpcf7 textarea, .wpcf7-select {
    margin: 5px 0 40px 0;
  }
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 input[type=checkbox] {
  width: 5%;
}

.wpcf7-not-valid-tip {
  margin-bottom: 30px;
}

#wpcf7-f28-p26-o1 > form > p > .wpcf7-spinner {
  display: block;
}
@media (min-width: 768px) {
  #wpcf7-f28-p26-o1 > form > p > .wpcf7-spinner {
    display: inline-block;
  }
}

.postal-code-inline {
  display: inline-block;
  width: 120px;
  margin: 5px 0 2px 5px;
}

.legion-inline {
  display: inline-block;
  width: 120px;
}
.legion-inline input {
  margin: 5px 0 0 5px;
}

.postal-code-inline input {
  margin: 0;
}

@media (min-width: 768px) {
  .header-humburgermenu {
    display: none;
  }
}

#menu-btn-check {
  display: none;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 50px;
}

/* ハンバーガーアイコンをCSSだけで表現 */
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #343434;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.menu-btn span {
  margin-top: 8.5px;
}
@media (max-width: 375px) {
  .menu-btn span {
    margin-top: -0.5px;
  }
}
@media (min-width: 376px) {
  .menu-btn span {
    margin-top: -0.5px;
  }
}
.menu-btn span::before {
  top: -8px;
}
.menu-btn span::after {
  bottom: -8px;
}

/* ×印  */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* 中身 */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.hum-img {
  margin: 90px 0 40px 0;
}
.hum-img img {
  width: 150px;
}

.hum-contents {
  padding: 15px;
}

/* チェックが入ったらもろもろ表示 */
#menu-btn-check:checked ~ .menu-content {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.fx {
  display: flex;
}

.fx2 {
  flex: 50%;
}

.fx5 {
  flex: 20%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .fxtab {
    display: flex;
  }
}

/*-------------------------------メニュー追従---------------------------------*/
.all-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  transition: background 0.5s;
}

.all-header-fx {
  background-color: #ffffff;
}

/*---------------------------------レイアウト---------------------------------*/
.all-header-set {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.all-header-logo {
  padding: 10px 0;
  flex: 20%;
}
.all-header-logo img {
  width: 80px;
}
@media (min-width: 768px) {
  .all-header-logo img {
    width: 100px;
  }
}

.all-header-menu {
  padding: 0 10px;
  flex: 20%;
  display: none;
}
@media (min-width: 768px) {
  .all-header-menu {
    display: block;
  }
}
.all-header-menu ul {
  list-style: none;
  display: flex;
}
.all-header-menu a {
  flex: 15%;
  padding: 10px 0;
}
.all-header-menu a:hover {
  border-bottom: 1px solid #697bff;
}

.all-footer {
  margin-top: 70px;background-image: url('https://kous-cw.com/wp-content/uploads/2025/09/network-image.jpg');background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .all-footer {
    margin-top: 100px;
  }
}
.all-footer ul {
  list-style: none;
}

.footer-info {
  margin: 0 7% 40px;
}
@media (min-width: 768px) {
  .footer-info {
    margin: 0 25% 40px 25%;
  }
}

.footer-contact {
  margin-bottom: 50px;
  padding-top: 80px;
}

.fc-back {
  background-color: #ffffff;
}

.fc-kotira {
  margin-bottom: 10px;
  padding-top: 20px;
}

.footer-contact small {
  display: block;
  padding-bottom: 20px;
}

.fi-flex {
  display: block;
  padding: 50px 10% 40px 10%;
  background-color: #ffffff;
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .fi-flex {
    display: flex;
    padding: 30px 0;
  }
}

.fi-logo {
  flex: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fi-logo-img {
  width: 65%;
}
.fi-logo-img img {
  width: 90%;
}
@media (min-width: 480px) {
  .fi-logo-img img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fi-logo-img img {
    width: 100%;
  }
}

.fi-sitemap {
  flex: 30%;
  display: block;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .fi-sitemap {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .fi-sitemap {
    display: flex;
    margin-top: initial;
  }
  .fi-sitemap ul {
    margin-left: 50px;
  }
}
.fi-sitemap li {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .fi-sitemap li {
    margin: 10px 0;
  }
}

.copyright {
  padding: 8px 0;
  background-color: #1b14b2;
}
@media (min-width: 768px) {
  .copyright {
    padding: 20px 0;
  }
}

.hmh-back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: fixed;
  z-index: -100;
  opacity: 0; /* 最初は透明 */
  transition: none;
  will-change: opacity, filter;
}
.hmh-back img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.hmh-back.show { /* フェードイン時だけtransition有効 */
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.hmh-slogan span,
.hmh-tagline span {
  opacity: 0;
  display: inline-block;
  transform: translateX(20px);
  transition: opacity 2s ease, transform 0.6s ease;
}
.hmh-slogan span.show,
.hmh-tagline span.show {
  opacity: 1;
  transform: translateX(0);
}

.hmh-phraze {
  margin: 26vh 0 0 12vw;
}
@media (min-width: 768px) {
  .hmh-phraze {
    margin: 34vh 0 0 20vw;
  }
}

.hmh-h1 {
  position: absolute;
  z-index: -101;
  color: #ffffff;
}

.hmh-tagline {
  margin-top: 6px;
}

.home-news {
  margin-top: 64vh;
}

.new-post {
  margin: 20px 10%;
}
@media (min-width: 768px) {
  .new-post {
    margin: 20px 20%;
  }
}

.home-article-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.ha-uptime {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .ha-uptime {
    margin-top: 16px;
  }
}

.service h2, .service h3 {
  margin: 0 0 5px 0;
}
@media (min-width: 480px) {
  .service h2, .service h3 {
    margin: 5px 0;
  }
}
.service h2 {
  padding: 0;
  border-bottom: none;
  display: block;
}
.service br {
  display: none;
}
@media (min-width: 1024px) {
  .service br {
    display: initial;
  }
}

.service-desctop {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .service-desctop {
    flex-direction: initial;
  }
}
.service-desctop .s-ctop {
  display: none;
}
@media (min-width: 1024px) {
  .service-desctop .s-ctop {
    display: flex;
  }
}
.service-desctop .service-stop {
  display: none;
}
@media (min-width: 1024px) {
  .service-desctop .service-stop {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mob-s-ctop {
    display: none;
  }
}

.s-img {
  flex: 48%;
  text-align: center;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .s-img {
    margin: 0 2% 0 0;
  }
}
@media (min-width: 768px) {
  .s-img {
    margin: 0 4% 0 0;
  }
}
.s-img img {
  width: 80%;
}
@media (min-width: 1024px) {
  .s-img img {
    width: 100%;
  }
}

.s-c {
  flex: 48%;
}

.s-ctop {
  text-align: center;
  border-bottom: 5px solid var(--service-border-color);
}
@media (min-width: 1024px) {
  .s-ctop {
    display: flex;
  }
}
.s-ctop img {
  width: auto;
  height: 80px;
}
@media (min-width: 1024px) {
  .s-ctop img {
    width: 100%;
    height: auto;
  }
}

.s-ctop-logo {
  flex: 30%;
}

.s-ctop-con {
  flex: 40%;
  margin-left: 5px;
  align-self: center;
}

.s-cund {
  margin: 18px 4% 0 4%;
}
@media (min-width: 480px) {
  .s-cund {
    margin: 18px 0 0 0;
  }
}

.s-more-btn {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .s-more-btn {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .s-more-btn {
    text-align: right;
  }
}

.service-animate .scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(50px);
}
.service-animate .scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .service-animate .scroll-animate {
    transform: translateX(50px);
  }
  .service-animate .scroll-animate.show {
    transform: translateX(0);
  }
}

.s1-ctop-con {
  border-bottom: solid 5px #93e0e2;
}

.s2-ctop-con {
  border-bottom: solid 5px #c1f99d;
}

.s3-ctop-con {
  border-bottom: solid 5px #22a5de;
}

.s4-ctop-con {
  border-bottom: solid 5px #b9569c;
}

.s5-ctop-con {
  border-bottom: solid 5px #842c3e;
}

.s6-ctop-con {
  border-bottom: solid 5px #FF69B4;
}

.s7-ctop-con {
  border-bottom: solid 5px #FF69B4;
}

.service-pause {
  color: red;
}

.bg-v {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  position: fixed;
  z-index: -1;
}
.bg-v video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.message {
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  top: 180px;
  height: 1650px;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
}

.info-header {
  display: flex;
  flex-direction: column;
  margin-top: 38vh;
}

.philosophy {
  order: 1;
}

.info-pageh1 {
  order: 2;
  padding-top: 42vh;
}
@media (min-width: 768px) {
  .info-pageh1 {
    padding-top: 34vh;
  }
}
.info-pageh1 .pageh1 {
  margin-top: 0;
}
.info-pageh1 .h1img {
  margin-bottom: 0;
}

.p-s {
  margin: 15px 5% 0;
}
@media (min-width: 768px) {
  .p-s {
    margin-top: 50px;
  }
}

.vmv-animate .scroll-animate {
  opacity: 0;
  transition: opacity 2s ease, transform 0.8s ease;
  transform: translateY(50px);
  transition-delay: 0.2s;
}
.vmv-animate .scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.mission, .vision, .value {
  margin: 30px 0 50px;
}
@media (min-width: 768px) {
  .mission, .vision, .value {
    margin-top: 100px;
  }
}

.info-h2 {
  margin-bottom: 0;
  border: none;
}

.info-h3 {
  margin-top: 0;
}

.fx-ani {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.4s;
}
.fx-ani.show {
  opacity: 1;
  transform: translateY(0);
}

.val-title {
  padding: 8px 14px;
  position: relative;
  top: 24px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff;
  background-color: #697bff;
  border-radius: 0.5rem;
}
.val-title h3 {
  margin: 0;
}

.v-box {
  border: 1px solid #697bff;
  background-color: #697bff;
  border-radius: 0.5rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .v-box {
    margin: 0 2px;
  }
}

.val-img {
  position: relative;
  top: -12px;
  left: -4px;
  width: 2rem;
  filter: invert(100%) brightness(200%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .val-img {
    position: static;
    margin: 34px auto 10px;
  }
}

.val-p {
  padding: 0 10px 12px;
}

.message {
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  .message .brnon {
    display: none;
  }
}
.message .inner {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .message .inner {
    width: 80vw;
    margin: auto;
  }
}

.reader-photo {
  position: relative;
}
@media (min-width: 768px) {
  .reader-photo {
    width: 70%;
  }
}

.reader-photo .rp {
  display: none;
}
@media (min-width: 768px) {
  .reader-photo .rp {
    display: block;
  }
}

@media (min-width: 768px) {
  .reader-photo .rp-mob {
    display: none;
  }
}

.reader-info {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  padding: 2.5vh 4vw 0 10vw;
}
.reader-info p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .reader-info {
    padding: 3.5vh 2vw;
    width: 60%;
    right: -24vw;
    bottom: 3vh;
  }
}

.reader-affiliation {
  border-bottom: 2px solid #1b14b2;
}

.reader-name {
  width: 38vw;
}
@media (min-width: 768px) {
  .reader-name {
    width: 25vw;
  }
}

.message-p {
  margin: 10px auto 0;
  width: 92vw;
}
@media (min-width: 768px) {
  .message-p {
    width: initial;
  }
}

.reader-info-animate .scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateX(-100px);
  transition-delay: 0.4s;
}
.reader-info-animate .scroll-animate.show {
  opacity: 1;
  transform: translateX(0);
}

.wpcf7-form .wpcf7-not-valid {
  border: 2px solid red !important;
  background-color: #ffe6e6; /* 薄い赤背景にする場合 */
}

article .pageh1 {
  background-image: url(https://kous-cw.com/wp-content/uploads/2025/09/writing-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 10vh 0 5vh;
}
@media (min-width: 768px) {
  article .pageh1 {
    padding: 18vh 0 14vh;
  }
}

.content {
  width: auto;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .content {
    width: 740px;
    margin: 0 auto;
    padding: 0 5px;
  }
}
@media (min-width: 1280px) {
  .content {
    width: 1000px;
  }
}

.content .breadclumbs {
  margin: 2px 0 8vh 0;
}

.content p {
  margin: 25px 0;
}

.privacypolicy {
  margin: 0 4%;
}
@media (min-width: 768px) {
  .privacypolicy {
    margin: 0 40px;
  }
}

@media (min-width: 768px) {
  .privacypolicy .pageh1 {
    font-size: 16px;
  }
}

.privacypolicy h2 {
  border: none;
  padding: 0;
  margin: 20px 0 5px 0;
}

.privacypolicy h3 {
  margin: 18px 0 5px 0;
}

.privacypolicy h4 {
  margin-top: 14px;
}

.privacypolicy h5 {
  margin-top: 10px;
}

.privacypolicy h3 + h4, .privacypolicy h4 + h5 {
  margin-top: 0;
}

.privacypolicy p {
  margin: 0 10px 10px 10px;
  line-height: 1.2em;
}

.privacypolicy ol {
  margin-top: 0;
}

.privacypolicy ul {
  padding-inline-start: 40px;
}

.not-found {
  margin: 200px 0 0 0;
}
.not-found h1 {
  margin-bottom: 50px;
}
.not-found .more-article {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .not-found {
    margin: 300px 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
