@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #0067B6;
  --sub: #E6C000;
  --acc: #289BEC;
  --bg: #F1F8FE;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 135rem;
  --inner_width12: 120rem;
  --pi: 3.5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --base-font: "Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --serif: "Noto Serif JP",
          "游明朝",
          "YuMincho",
          "ヒラギノ明朝 ProN W6",
          "Hiragino Mincho ProN",
          "Hiragino Mincho Pro",
          "ＭＳ 明朝",
          serif;
  --eng: "Lexend", sans-serif;
  --kaku: "Zen Kaku Gothic New", sans-serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
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: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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(--base-font);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

[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: 0.5s;
}

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

picture {
  display: block;
}

figure {
  display: block;
  overflow: hidden;
}

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

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

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 200px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: var(--transition);
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: var(--transition);
}

input[type=checkbox] + label::before {
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: var(--transition);
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px solid var(--text-color);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
.p-archiveNews-ttl {
  background-color: var(--main);
  padding-block: 2.7rem;
  padding-inline: var(--pi);
}
.p-archiveNews-ttl span {
  color: var(--white);
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin-inline: auto;
  max-width: var(--inner_width12);
}

.p-archiveNews__wrapper {
  padding-inline: var(--pi);
}

.p-archiveNews__list-container {
  display: flex;
  flex-direction: column;
  gap: 9.8rem;
  margin-inline: auto;
  margin-top: 9.4rem;
  max-width: var(--inner_width12);
}

.p-archiveNews__list a {
  align-items: center;
  display: grid;
  gap: 4.25%;
  grid-template-columns: 30.3rem 1fr;
}

.p-archiveNews__list-time {
  align-items: center;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  gap: 1.6rem;
  justify-content: space-between;
}

.p-archiveNews__cat {
  background-color: var(--bg);
  border-radius: 24px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.87;
  overflow-wrap: anywhere;
  padding: 0.85rem 2.6rem;
}

.p-archiveNews__list-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.load-more-button a {
  margin-inline: auto;
  margin-top: 9.8rem;
}

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

.p-singleNews__Box {
  align-items: flex-start;
  border-bottom: 1px solid #0F62A9;
  display: grid;
  gap: 4.25%;
  grid-template-columns: 30.3rem 1fr;
  margin-inline: auto;
  margin-top: 9.4rem;
  max-width: var(--inner_width12);
  padding-bottom: 7.7rem;
}

.p-singleNews__contents {
  padding-top: 1rem;
}

.p-singleNews__list-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-singleNews__text {
  line-height: 1.75;
  margin-top: 6.3rem;
}

.p-singleNews__btnBlock {
  margin-inline: auto;
  margin-top: 8.7rem;
  max-width: var(--inner_width12);
  min-height: 3.3rem;
  position: relative;
}

.p-singleNews__toArchive a {
  font-weight: 500;
  left: 50%;
  line-height: 1.87;
  position: absolute;
  top: 0;
  translate: -50%;
}
.p-singleNews__toArchive a::before {
  background-color: var(--main);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-singleNews-nav .nav-links {
  display: flex;
  justify-content: space-between;
}
.p-singleNews-nav .nav-links a {
  font-weight: 500;
  line-height: 1.87;
  position: relative;
}
.p-singleNews-nav .nav-links a::before {
  aspect-ratio: 9/10;
  background-color: var(--main);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: var(--transition);
  translate: 0 -50%;
  width: 0.9rem;
}
.p-singleNews-nav .nav-links a::after {
  background-color: var(--main);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
}
.p-singleNews-nav .nav-links .nav-previous a {
  padding-left: 2.1rem;
}
.p-singleNews-nav .nav-links .nav-previous a::before {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  left: 0;
}
.p-singleNews-nav .nav-links .nav-previous a::after {
  left: 2.1rem;
  right: 0;
}
.p-singleNews-nav .nav-links .nav-next {
  margin-left: auto;
}
.p-singleNews-nav .nav-links .nav-next a {
  padding-right: 2.1rem;
}
.p-singleNews-nav .nav-links .nav-next a::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 0;
}
.p-singleNews-nav .nav-links .nav-next a::after {
  left: 0;
  right: 2.1rem;
}
@keyframes stretch {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 100%;
    right: 0;
  }
  51% {
    left: 0;
    right: 100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@media (max-width: 1280px){
  .p-archiveNews__list-time {
    font-size: max(2.8125vw, 26px);
  }
}
@media (max-width: 1200px){
  .p-archiveNews-ttl {
    padding-block: max(2.25vw, 14px);
  }
  .p-archiveNews-ttl span {
    font-size: max(2.5vw, 24px);
  }
}
@media screen and (max-width: 1200px){
  html {
    font-size: 57.5%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
}
@media (max-width: 1024px){
  .p-archiveNews__list a {
    align-items: end;
    grid-template-columns: 18rem 1fr;
  }
  .p-archiveNews__list-time {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
  .p-archiveNews__cat {
    font-size: 1.4rem;
    padding: 0.4rem 1.6rem;
  }
  .p-singleNews__Box {
    grid-template-columns: 18rem 1fr;
  }
}
@media (max-width: 820px){
  .p-archiveNews__list-ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px){
  .p-archiveNews__list-container {
    gap: 6.4rem;
    margin-top: 5rem;
  }
  .p-archiveNews__list a {
    gap: 2.2rem;
    grid-template-columns: 1fr;
  }
  .p-archiveNews__list-time {
    align-items: center;
    flex-direction: row;
    font-size: 2rem;
    gap: 1.2rem;
    justify-content: flex-start;
  }
  .p-singleNews__Box {
    gap: 6.2rem;
    grid-template-columns: 1fr;
    margin-top: 4.4rem;
    padding-bottom: 2.8rem;
  }
  .p-singleNews__text {
    margin-top: 3rem;
  }
  .p-singleNews__btnBlock {
    margin-top: 5rem;
  }
  .p-singleNews__toArchive a {
    font-size: 1.4rem;
  }
  .p-singleNews-nav .nav-links a {
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}
@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a:hover img,
  button:hover img {
    scale: 1.05;
  }
  .p-archiveNews__list a:hover {
    color: var(--main);
  }
  .nav-previous a:hover::before {
    translate: -5px -50%;
  }
  .nav-next a:hover::before {
    translate: 5px -50%;
  }
  .p-singleNews__toArchive a:hover::before {
    animation: stretch 0.3s forwards;
  }
}
@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/news.css.map */
