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

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

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

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1440 {
  max-width: 83.3333333333%;
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 72.9166666667%;
  width: 90%;
  margin: 0 auto;
}

.secttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.secttl .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  color: #000000;
}
.secttl .sub {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b1b1b1;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.page-fv {
  background: url(../img/common/page-fv.png) no-repeat right/cover;
}
.page-fv .w1440 {
  padding: 142px 0;
}
.page-fv .w1440 .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
  font-size: clamp(1.875rem, 1.043rem + 1.73vw, 3.125rem);
  color: #ffffff;
  letter-spacing: 0.02em;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-left: 25px;
}
@media screen and (max-width: 1250px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .inner .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  cursor: pointer;
}
.header .inner .logo a {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1250px) {
  .header .inner .logo a {
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .header .inner .logo a img {
    width: 86px;
    height: auto;
  }
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #5eaad6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 96px 0 45px;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.header .inner .nav .header-list .menu-item {
  position: relative;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item {
    width: 80%;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
  .header .inner .nav .header-list .menu-item:nth-last-child(2) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.header .inner .nav .header-list .menu-item > a {
  position: relative;
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  padding: 34px 40px;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item > a {
    text-align: left;
    color: #fff;
    padding: 34px 0;
  }
}
.header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
  color: #5eaad6;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 50%;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 1;
  }
}
.header .inner .nav .header-list .menu-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/menu.svg) no-repeat center/contain;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item::before {
    width: 13px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 40%;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../img/common/down.svg);
  }
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item::before {
    right: 10%;
  }
}
.header .inner .nav .header-list .menu-item.contact {
  background-color: #5eaad6;
  max-width: 272px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact {
    background-color: #fff;
    border-radius: 40px;
    margin-top: 64px;
  }
}
.header .inner .nav .header-list .menu-item.contact a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact a {
    color: #5eaad6;
    padding: 0;
    height: 80px;
    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;
  }
}
.header .inner .nav .header-list .menu-item.contact::before {
  background: url(../img/common/tel.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  left: 58px;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact::before {
    right: auto;
    background-image: url(../img/common/tel-b.svg);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.header .inner .nav .header-list .menu-item.contact::after {
  content: "";
  position: absolute;
  background: url(../img/common/down.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 61px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact::after {
    background-image: url(../img/common/down-b.svg);
  }
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 1250px) {
  .header .hamburger {
    background: #5eaad6;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
  }
  .header .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header .hamburger span:nth-child(1) {
    top: 37.1428571429%;
  }
  .header .hamburger span:nth-child(2) {
    top: calc(37.1428571429% + 8px);
  }
  .header .hamburger span:nth-child(3) {
    top: calc(37.1428571429% + 16px);
  }
}
.header .hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t_contact {
  background: url(../img/common/contact-bg.png) no-repeat center/cover;
}
.t_contact .w1200 {
  padding: 124px 0 100px;
}
@media screen and (max-width: 767px) {
  .t_contact .w1200 {
    padding: 80px 0;
  }
}
.t_contact .w1200 .head {
  margin-bottom: 48px;
}
.t_contact .w1200 .secttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 64px;
  position: relative;
}
.t_contact .w1200 .secttl .main,
.t_contact .w1200 .secttl .sub {
  color: #fff;
}
.t_contact .w1200 .secttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: url(../img/common/deco-w.svg) no-repeat center/contain;
  width: 8px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.t_contact .w1200 .desc {
  text-align: center;
  margin-bottom: 32px;
}
.t_contact .w1200 .desc p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.t_contact .w1200 .telbox a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_contact .w1200 .telbox a:hover {
  opacity: 50%;
}
.t_contact .w1200 .telbox .sub {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  font-size: clamp(2.5rem, 1.668rem + 1.73vw, 3.75rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .time {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .telnum {
  margin-top: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  color: #ffffff;
  letter-spacing: 0.02em;
}

.footer .w1200 {
  padding: 60px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 136px 0;
}
@media screen and (max-width: 767px) {
  .footer .w1200 {
    gap: 80px 0;
    max-width: 90%;
  }
}
.footer .w1200 .col-left {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .footer .w1200 .col-left {
    width: 100%;
  }
}
.footer .w1200 .col-left .f_logo {
  margin-bottom: 40px;
}
.footer .w1200 .col-left .f_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .footer .w1200 .col-left .f_logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .footer .w1200 .col-left .f_logo a img {
    width: 86px;
    height: auto;
  }
}
.footer .w1200 .col-left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer .w1200 .col-left .text .address {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 180%;
  color: #333333;
}
.footer .w1200 .col-left .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer .w1200 .col-left .text dl .icon {
  background-color: #333333;
  border-radius: 2px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 4px 3px;
}
.footer .w1200 .col-left .text dl dd {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  letter-spacing: 0.02em;
}
.footer .w1200 .col-left .text dl dd a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .w1200 .col-left .text dl dd a:hover {
  opacity: 50%;
}
.footer .w1200 .col-right {
  width: 60%;
}
@media screen and (max-width: 1250px) {
  .footer .w1200 .col-right {
    width: 100%;
  }
}
.footer .w1200 .col-right .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .w1200 .col-right .footer-list {
    display: none;
  }
}
.footer .w1200 .col-right .footer-list .menu-item {
  position: relative;
}
.footer .w1200 .col-right .footer-list .menu-item > a {
  position: relative;
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  padding: 0 24px;
  z-index: 10;
}
.footer .w1200 .col-right .footer-list .menu-item > a:hover {
  color: #5eaad6;
}
.footer .w1200 .col-right .footer-list .menu-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/menu.svg) no-repeat center/contain;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.footer .w1200 .footimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .footer .w1200 .footimg {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: 54px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .w1200 .footimg img {
    width: auto;
    height: 54px;
  }
  .footer .w1200 .footimg img:first-child {
    height: auto;
  }
}
.footer .copy {
  width: 100%;
  background-color: #333333;
  letter-spacing: 0.04em;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 11px;
  }
}

.news_list .secbody {
  padding: 80px 0 120px;
}
.news_list .secbody .news-list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 64px;
}
.news_list .secbody .news-list .news-item {
  width: 100%;
  border-radius: 8px;
}
.news_list .secbody .news-list .news-item a {
  padding: 32px 24px;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content max-content minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: auto;
  }
}
.news_list .secbody .news-list .news-item a .date {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a .date {
    grid-area: 1/1/2/2;
  }
}
.news_list .secbody .news-list .news-item a .new {
  border: 1px solid #dd4939;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #dd4939;
  border-radius: 2px;
  padding: 4px 6px;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a .new {
    grid-area: 1/2/2/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news_list .secbody .news-list .news-item a .ttl {
  max-width: 969px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a .ttl {
    grid-area: 2/1/3/3;
  }
}
.news_list .secbody .news-list .news-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.news_list .secbody .news-list .news-item.nomark a {
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 83px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news_list .secbody .news-list .news-item.nomark a:hover {
  opacity: 50%;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item.nomark a {
    grid-template-columns: 20%;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.news_list .secbody .news-list .news-item.nomark a .date {
  margin-right: 0;
}
.news_list .secbody .more-wrap .more-btn {
  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;
  background-color: #333333;
  border-radius: 50px;
  gap: 8px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
.news_list .secbody .more-wrap .more-btn p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
}

.single-page .w1200 {
  padding: 80px 0;
}
.single-page .w1200 .head {
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
.single-page .w1200 .head .date {
  grid-area: 1/1/2/2;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-right: 8px;
}
.single-page .w1200 .head .new {
  grid-area: 1/2/2/3;
  border: 1px solid #dd4939;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #dd4939;
  border-radius: 2px;
  padding: 4px 6px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-page .w1200 .head .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
  grid-area: 2/1/3/3;
  padding-left: 24px;
  position: relative;
}
.single-page .w1200 .head .ttl::before {
  content: "";
  position: absolute;
  top: 18px;
  margin: auto;
  left: 0;
  background: url(../img/common/deco.svg) no-repeat top/contain;
  width: 8px;
  height: 100%;
}
.single-page .w1200 p:not(:last-child) {
  margin: 20px 0;
}
.single-page .w1200 figure.wp-block-image {
  max-width: 80%;
  width: 100%;
  margin: 20px auto;
  height: auto;
}
.single-page .w1200 h2.wp-block-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  line-height: 180%;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.single-page .w1200 h3.wp-block-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  line-height: 180%;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.single-page .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .single-page .more {
    width: 80%;
  }
}
.single-page .more a {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  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: 11px;
  background-color: #333333;
  border-radius: 25px;
}
.single-page .more p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}

.policy {
  padding: 80px 0 120px;
  max-width: 1200px;
}
.policy .page-navi {
  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;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .policy .page-navi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.policy .page-navi .btn {
  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;
  gap: 13px;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-family: "IBM Plex Sans JP", sans-serif;
  background-color: #333333;
  padding: 0 20px;
  height: 50px;
  border-radius: 50px;
}

.contents {
  margin-bottom: 126px;
}
@media screen and (max-width: 1023px) {
  .contents {
    margin-bottom: 80px;
  }
}
.contents:last-child {
  margin-bottom: 0;
}
.contents .has-deco {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  color: #000000;
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
}
.contents .has-deco::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco.svg) no-repeat center/contain;
  width: 8px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.contents .intro {
  margin-bottom: 56px;
}
.contents .intro .first {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #333333;
}
.contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.contents .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.contents .list .item.nogap {
  gap: 0;
}
.contents .list .item.nogap .ttl {
  margin-bottom: 32px;
}
.contents .list .item.nogap .mb32 {
  margin-bottom: 32px;
}
.contents .dot {
  padding-left: 1.5em;
  list-style: disc;
}
.contents .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  letter-spacing: 0.02em;
  color: #333333;
}
.contents .policy-detail {
  padding-left: 1.5em;
  list-style: decimal;
}
.contents .text {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.02em;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 180%;
}
.contents a {
  color: #5eaad6;
  text-decoration: underline;
}

.sec04 .policy-detail {
  margin-bottom: 32px;
}

.contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 40px;
  background-color: #f8f8f8;
}
.contactbox .has-deco {
  margin-bottom: 0;
}
.contactbox .desc p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #333333;
}/*# sourceMappingURL=subpage.css.map */