@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --pink: #FFDBDB;
  --bg: #f5f5f5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

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

span {
  font-weight: inherit;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  position: relative;
}

body:not(.home) {
  background-color: var(--bg);
}

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

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

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before, a::after,
button::before,
button::after {
  transition: var(--transition);
}

a[href^="tel:"] {
  display: inline-block;
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

/* -------------------------------------------*/
.p-archiveNews-sec {
  margin-top: 5.2rem;
  padding-inline: var(--pi);
}

.p-archiveNews-sec__inner {
  margin-inline: auto;
  max-width: 1350px;
}

.p-archiveNews-sec__ttlBox {
  margin-inline: auto;
  max-width: 1200px;
}

.p-archiveNews__postWrapper {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 6rem;
  padding-block: 7.4rem 5.6rem;
  padding-inline: 5.5555555556%;
}

.p-archiveNews__postContainer {
  display: flex;
  flex-direction: column;
  gap: 2.85rem;
}

.p-archiveNews__addedPost {
  margin-top: 2.85rem;
}

.p-archiveNews__post a {
  align-items: center;
  border-bottom: 1px solid #CECECE;
  display: flex;
  gap: 3.5%;
  padding-bottom: 3.4rem;
}

.p-archiveNews__postTime {
  font-size: 2.5rem;
  font-weight: 700;
  padding-right: 0.4rem;
}

.p-archiveNews__postCat {
  background-color: var(--white);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 0.9rem;
  padding-inline: 2.8rem;
  white-space: nowrap;
}

.p-archiveNews__postTtl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-archiveNews-cta {
  margin-top: 10.4rem;
}

.load-more-button {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  margin-inline: auto;
  margin-top: 8.9rem;
  padding-left: 3.8rem;
  position: relative;
}
.load-more-button::before {
  aspect-ratio: 1;
  background-image: url(../../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.7rem;
}

.p-singleNews-sec__inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-singleNews-content {
  margin-top: 9.3rem;
}

.p-singleNews__metaBox {
  display: flex;
  gap: 2.5rem;
}

.p-singleNews__time {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.p-singleNews__cat {
  background-color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 0.9rem 2.8rem;
}

.p-singleNews__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-top: 4rem;
}

.p-singleNews__textarea {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8333333333;
  margin-top: 4.8rem;
}
.p-singleNews__textarea .wp-video {
  margin-top: 4rem;
}
.p-singleNews__textarea .wp_rp_wrap {
  margin-top: 6.4rem;
}
.p-singleNews__textarea a {
  color: var(--main);
  display: inline;
  text-decoration: underline;
}
.p-singleNews__textarea img {
  height: auto;
  width: auto;
}
.p-singleNews__textarea p:has(img) {
  margin-top: 4rem;
}

.p-singleNews__nav .nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15.2rem;
  position: relative;
}

.p-singleNews__nav a {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 3.8rem;
  position: relative;
}
.p-singleNews__nav a::before {
  aspect-ratio: 1;
  background-image: url(../../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.7rem;
}

.p-singleNews__nav .nav-previous a::before {
  rotate: 180deg;
}

.p-singleNews__nav .nav-next {
  margin-left: auto;
}

.p-singleNews-cta {
  margin-top: 16.7rem;
}

@media (max-width: 1200px){
  .p-archiveNews__post a {
    display: grid;
    gap: 2rem;
    grid-template-areas: "g-1 g-2" "g-3 g-3";
    grid-template-columns: 9rem 1fr;
    padding-bottom: 1.45rem;
  }
  .p-archiveNews__postTime {
    font-size: 2.3rem;
    grid-area: g-1;
  }
  .p-archiveNews__postCat {
    font-size: 1.3rem;
    grid-area: g-2;
    line-height: 1.4615384615;
    padding-block: 0.8rem;
    padding-inline: 2.4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-archiveNews__postTtl {
    font-size: max(1.5vw, 15px);
    grid-area: g-3;
  }
  .p-archiveNews__postTime {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-archiveNews__postCat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-archiveNews__postTtl {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

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

@media (max-width: 820px){
  .p-archiveNews-sec {
    margin-top: 1.2rem;
  }
  .p-archiveNews__postWrapper {
    margin-top: 4rem;
    padding-block: 2.6rem 2rem;
  }
  .load-more-button {
    flex: 1.6rem;
    margin-top: 3.8rem;
  }
}

@media (max-width: 768px){
  .p-singleNews-content {
    margin-top: 4.8rem;
  }
  .p-singleNews__metaBox {
    flex-direction: column-reverse;
    gap: 0.6rem;
  }
  .p-singleNews__time {
    font-size: 1.6rem;
  }
  .p-singleNews__cat {
    font-size: 1.5rem;
    padding: 0.6rem 1.8rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-singleNews__ttl {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
  .p-singleNews__textarea {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .p-singleNews__nav .nav-links {
    margin-top: 8rem;
  }
  .p-singleNews-cta {
    margin-top: 9rem;
  }
}

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

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .p-singleNews__nav a:hover {
    opacity: 1;
  }
  .p-singleNews__nav a:hover::before {
    translate: 0.5rem -50%;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/news.css.map */
