@charset "UTF-8";
/** @format */
/** @format */
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1180px;
  padding: 100px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 50px 10px;
  }
}

.subtitle {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.subtitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lightBlue__btn {
  display: inline-block;
  background-color: #73b8e2;
  border: 1px solid #73b8e2;
  border-radius: 50px;
  color: #fff;
  position: relative;
  padding: 5px 25px 5px 45px;
  font-size: 2rem;
  line-height: normal;
  transition: all 0.3s;
}
.lightBlue__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lightBlue__btn:hover {
  color: #73b8e2;
  background-color: #fff;
}
.lightBlue__btn:hover::before {
  border-top: 2px solid #73b8e2;
  border-right: 2px solid #73b8e2;
}

.section-title {
  font-size: 4.2rem;
  color: #73b8e2;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}

.oemBg {
  background-color: #73b8e2;
}
@media screen and (max-width: 1024px) {
  .oemBg {
    padding-top: 55px;
  }
}

.oemBg__wrapper {
  padding: 5% 0;
  position: relative;
  text-align: right;
  width: 90vw;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .oemBg__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 5%;
  }
}

.oemBg__img {
  width: 66.40625vw;
  max-width: 850px;
  border-radius: 5%;
}
@media screen and (max-width: 768px) {
  .oemBg__img {
    width: 100%;
  }
}

.oemBg__heading {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .oemBg__heading {
    position: unset;
    transform: none;
  }
}

.oemBg__title {
  font-size: min(5.3125vw, 6.8rem);
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .oemBg__title {
    font-size: 3.2rem;
  }
}

.oemBg__subtitle {
  font-size: min(2.8125vw, 3.6rem);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .oemBg__subtitle {
    font-size: 2rem;
  }
}

.oemBg__text {
  font-size: min(1.5625vw, 2rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .oemBg__text {
    position: unset;
    font-size: 1.6rem;
  }
}
.oemBg__text br {
  display: block;
}
@media screen and (max-width: 768px) {
  .oemBg__text br {
    display: none;
  }
}

.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .error404 {
    padding-top: 100px;
  }
}

.error404__subtitle {
  font-size: 2.4rem;
  text-align: center;
  color: #222;
}

.error404__title {
  font-size: 4.8rem;
  color: #222;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404__title {
    font-size: 2.8rem;
  }
}

.error404__text {
  font-size: 1.6rem;
  text-align: center;
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/** @format */
.bottom {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .bottom {
    flex-direction: column-reverse;
    align-items: flex-end;
    right: 0;
    bottom: 0;
  }
}

.bottom__zoomImg {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bottom__zoomImg {
    max-width: 480px;
  }
}

.bottom__pagetopImg {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bottom__pagetopImg {
    max-width: 50px;
  }
}

.newsFV {
  background-image: url("../img/pages/news/fv.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 35vh;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .newsFV {
    background-attachment: unset;
    margin-top: 57px;
  }
}

.newsFV__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsFV__title {
    font-size: 3.2rem;
  }
}

.newsFV__subtitle {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-align: center;
}

.newsList__breadcrumbs {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .newsList__breadcrumbs {
    padding: 50px 10px;
  }
}

.newsList__breadcrumbsLink {
  color: #73b8e2;
}

.newsList__details {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .newsList__details {
    flex-direction: column;
  }
}

.newsList__detailsLeft {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .newsList__detailsLeft {
    width: 100%;
  }
}

.newsList__detailsName {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #73b8e2;
}

.newsList__detailsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .newsList__detailsList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .newsList__detailsList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.newsList__detailsCardLink:hover .newsList__detailsCardTitle {
  color: #222;
}

.newsList__detailsCardImg img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .newsList__detailsCardImg img {
    height: 58.984375vw;
  }
}
@media screen and (max-width: 480px) {
  .newsList__detailsCardImg img {
    height: 62.5vw;
  }
}

.newsList__detailsCardTitle {
  font-size: 1.8rem;
  color: #73b8e2;
  font-weight: bold;
  transition: all 0.3s;
}

.newsList__detailsCardDate {
  font-size: 1.2rem;
  color: #adadad;
}

.pagination, .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pagination .page-numbers, .nav-links .page-numbers {
  font-size: 1.6rem;
  color: #73b8e2;
  font-weight: bold;
}
.pagination .page-numbers.current, .nav-links .page-numbers.current {
  color: #222;
}

.newsList__detailsEmpty {
  font-size: 1.6rem;
  color: #222;
}

.newsList__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 175px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .newsList__sidebar {
    min-width: none;
    width: 100%;
  }
}

.newsList__sidebarItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsList__sidebarItemTitle {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.newsList__sidebarItemPost {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsList__sidebarItemPostLink {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.newsList__sidebarItemPostLink:hover .newsList__sidebarItemPostTitle {
  color: #222;
}

.newsList__sidebarItemPostImg img {
  width: 7.578125vw;
  max-width: 97px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsList__sidebarItemPostImg img {
    width: 30.5989583333vw;
    max-width: 235px;
  }
}

.newsList__sidebarItemPostContent {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.newsList__sidebarItemPostTitle {
  font-size: 1.4rem;
  color: #73b8e2;
  font-weight: 600;
  transition: all 0.3s;
}

.newsList__sidebarItemPostDate {
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #adadad;
}

.newsList__sidebarItemList {
  display: flex;
  flex-direction: column;
}
.newsList__sidebarItemList li {
  list-style-type: disc;
  list-style-position: inside;
  color: #73b8e2;
  font-size: 1.6rem;
}
.newsList__sidebarItemList a {
  color: #73b8e2;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.newsList__sidebarItemList a:hover {
  color: #222;
}
.newsList__sidebarItemList img {
  width: 100%;
}

/** @format */
.newsList__detailsDateTime {
  display: flex;
  align-items: center;
  gap: 16px;
}

.newsList__date {
  font-size: 1.6rem;
  color: #222;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 4px;
}

.newsList__time {
  font-size: 1.6rem;
  color: #222;
  display: flex;
  align-items: center;
  gap: 4px;
}

.newsList__dateImg {
  width: 14px;
}

.newsList__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #73b8e2;
}

.newsList__content {
  font-size: 1.6rem;
  margin-bottom: 100px;
}
.newsList__content h2, .newsList__content h2.elementor-heading-title.elementor-size-default {
  color: #73b8e2;
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newsList__content h2, .newsList__content h2.elementor-heading-title.elementor-size-default {
    font-size: 3.2rem;
  }
}
.newsList__content p {
  font-size: 1.6rem;
  margin-bottom: 28px;
}
.newsList__content a {
  font-size: 1.6rem;
  color: #ffcd94;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
.newsList__content img {
  width: 100%;
  object-fit: contain;
  margin: 20px 0;
}
.newsList__content .wp-video {
  width: 100% !important;
  max-width: none;
  margin: 20px 0;
}
.newsList__content video {
  width: 100%;
}

.newsList__newsTitle {
  font-size: 2.5rem;
  color: #73b8e2;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}

.newsList__newsList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .newsList__newsList {
    flex-direction: column;
  }
}

.newsList__news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newsList__newsListItem {
  flex: 1;
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .newsList__newsListItem {
    max-width: none;
  }
}

.newsList__newsListLink {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.newsList__newsListImg img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .newsList__newsListImg img {
    height: 378px;
  }
}
@media screen and (max-width: 480px) {
  .newsList__newsListImg img {
    height: 250px;
  }
}

.newsList__newsListTitle {
  font-size: 1.8rem;
  color: #73b8e2;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}

.newsList__newsListDate {
  font-size: 1.2rem;
  color: #adadad;
  font-weight: 600;
  line-height: 1.3em;
}

.newsList__newsBtn {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 25px;
}
.newsList__newsBtn::before {
  content: none;
}

.toc-accordion {
  border: 1px solid #9da5ae;
  border-radius: 6px;
  max-width: 400px;
  font-family: sans-serif;
  position: sticky;
  top: 116px;
}

.toc-accordion.toc-sp {
  position: unset;
  max-width: none;
}

.toc-accordion__toggle {
  width: 100%;
  background: white;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #9da5ae;
  font-size: 2rem;
}

.toc-accordion__content {
  overflow: hidden;
  max-height: 0;
  padding: 0 12px;
  margin-bottom: 0;
  transition: max-height 0.4s ease, padding 0.4s ease, margin-bottom 0.4s ease;
}

.toc-accordion__content.open {
  max-height: 500px; /* 十分に大きめに指定（必要に応じて調整） */
  padding: 12px;
}

.toc-accordion__content ul {
  padding-left: 1.2em;
}

.toc-accordion__content li {
  margin-bottom: 8px;
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.6rem;
  padding-left: 22px;
  text-indent: -22px;
}

.toc-accordion__content a {
  color: #73b8e2;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s;
}
.toc-accordion__content a:hover {
  color: #222;
}

.toc-accordion__content a.active {
  color: #222;
  font-weight: bold;
}

.arrow {
  transition: transform 0.3s ease;
}

.toc-accordion__toggle[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.toc-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .toc-pc {
    display: none;
  }
}

.toc-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .toc-sp {
    display: block;
  }
}/*# sourceMappingURL=news.css.map */