@charset "UTF-8";
/*
Theme Name: HanoPaint
*/
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Firefox 36+ */
  appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.page {
  width: 80vw;
  max-width: 800px;
  margin: 0 auto 100px;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  margin: 40px auto;
  max-width: 1050px;
  text-align: center;
}
.page h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 100px;
}
.page h2 {
  font-size: 3.5rem;
  line-height: 4.3rem;
}
.page h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  text-align: center;
}
.page h4, .page h5, .page h6 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: center;
}
.page p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: 800px;
  margin: 0 auto 10px;
}
.page figure {
  text-align: center;
}
.page figure img {
  width: 80vw;
  max-width: 800px;
}
.page figure figcaption {
  line-height: 1.8rem;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #8d8d8d;
}
.page a {
  color: #88bdc8;
}
.page a:visited {
  color: #88bdc8;
}
.page a:hover, .page a:active {
  color: #f4b1b6;
}
.page ul {
  list-style-position: inside;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page ul li {
  line-height: 2.8rem;
}
.page table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  text-align: left;
  line-height: 2.6rem;
}
.page table tbody th, .page table tbody td {
  border: solid 1px;
  padding: 1.5rem 2rem;
}
.page table tbody th {
  font-weight: 700;
}
.page table tbody tr:nth-child(even) {
  background: #eee;
}
@media screen and (max-width: 640px) {
  .page table tbody th, .page table tbody td {
    display: block;
    width: 100%;
  }
  .page table tbody th {
    background: #eee;
  }
  .page table tbody tr:nth-child(even) {
    background: none;
  }
}
.page .top_link {
  margin-top: 30px;
  text-align: center;
}

.archive {
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto 100px;
  display: grid;
  gap: 0 50px;
  grid-template-columns: 1fr minmax(300px, 30%);
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 640px) {
  .archive {
    display: block;
  }
}
.archive h1.archive {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 100px;
  max-width: 1400px;
  grid-column: 1/3;
  grid-row: 1/2;
}
.archive .main {
  /*wp-pagenavi 17*/
}
.archive .main article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 640px) {
  .archive .main article {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.archive .main article .info {
  margin-bottom: 30px;
}
.archive .main article .info h2 {
  margin: 0 0 0;
}
.archive .main article .info .meta {
  text-align: center;
  color: #cecece;
  font-size: 1.2rem;
}
.archive .main article .content {
  text-align: left;
}
.archive .main article .content p {
  max-width: 100%;
}
.archive .main article .content .example_photo {
  margin: 30px 0;
}
.archive .main article .content .example_photo p.after_photo {
  position: relative;
  margin: 0 0 0;
}
.archive .main article .content .example_photo img {
  max-width: 100%;
}
.archive .main .post_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .archive .main .post_link .before_link,
  .archive .main .post_link .next_link {
    width: 100%;
    text-align: center;
  }
}
.archive .main .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 50px;
}
.archive .main .wp-pagenavi a, .archive .main .wp-pagenavi span {
  color: #88bdc8;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: 1px solid #88bdc8;
}
.archive .main .wp-pagenavi a:hover {
  color: #fff;
  background-color: #88bdc8;
}
.archive .main .wp-pagenavi span.current {
  color: #fff;
  background-color: #88bdc8;
}
.archive .sidebar h2 {
  margin: 0 0 20px;
  color: #999;
  font-size: 2.4rem;
  text-align: left;
}
.archive .sidebar ul {
  margin: 0 0 40px;
}

/* Contact Form7 */
dl.contact7 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
dl.contact7 dt {
  font-weight: 700;
  margin-bottom: 5px;
  flex-basis: 25%;
}
dl.contact7 dd {
  margin-bottom: 5px;
  flex-basis: 75%;
}
@media screen and (max-width: 640px) {
  dl.contact7 dt, dl.contact7 dd {
    flex-basis: 100%;
  }
}
dl.contact7 input, dl.contact7 textarea {
  border: 1px solid #999;
  border-radius: 3px;
  width: 100%;
  padding: 10px 10px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
dl.contact7 .must {
  /* 必須マーク */
  background: #ff1a00;
}
dl.contact7 .optional {
  /* 任意マーク */
  background: #999;
}
dl.contact7 .must,
dl.contact7 .optional {
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
  margin-left: 10px;
  padding: 2px 5px 4px 5px;
  letter-spacing: 0.1rem;
  position: relative;
  top: -2px;
}

p.txt_contact7 {
  text-align: center;
  margin-bottom: 20px;
}

.btn_contact7 {
  text-align: center;
  margin-bottom: 30px;
}

.btn_contact7 input[type=submit] {
  width: 70%;
  height: 5rem;
  background-color: #88bdc8;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #88bdc8;
  transition: 0.3s;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .btn_contact7 input[type=submit] {
    width: 100%;
  }
}

.btn_contact7 input:hover {
  background-color: #f4b1b6;
  color: #fff;
  border: 1px solid #f4b1b6;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  /* 16px*/
  line-height: 2.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  color: #474645;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
}

section,
.container {
  margin: 0 auto;
}

.top-header {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-header {
    height: 65px;
  }
}
.lead {
  text-align: center;
}
.lead h2 {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 5.2rem;
  -webkit-background-clip: text;
          background-clip: text;
}
.lead p {
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 30px;
}
.lead ul.tag {
  max-width: 50vw;
  display: flex;
  margin: 0px auto 60px;
  list-style-type: none;
  gap: 10px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.lead ul.tag li {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #cfcfcf;
}
.lead ul.tag li::before {
  content: "# ";
  font-size: 3rem;
  color: #b8d9d3;
}

.gallery {
  text-align: center;
}
.gallery .__photo {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
.gallery .__photo img {
  width: 30%;
  aspect-ratio: 1/1;
}

.flow {
  margin-top: 80px;
  padding-bottom: 120px;
}
.flow h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 5.2rem;
  margin-bottom: 60px;
  position: relative;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
}
.flow h2::before {
  content: "";
  display: block;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
}
.flow h2::after {
  content: "";
  display: flex;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
  right: 0;
}
.flow .flow__ {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.flow .flow__ div.flow_card {
  text-align: center;
  width: 20%;
  aspect-ratio: 1/1;
}
.flow .flow__ div.flow_card::first-letter {
  color: #88bdc8;
  margin-right: 5px;
  margin-left: -2.4rem;
}
.flow .flow__ div.flow_card::first-line {
  font-size: 2.4rem;
  font-weight: 700;
}
.flow .flow__ div.flow_card img {
  width: 40%;
  display: block;
  margin: 10px auto 30px;
}
.flow .flow__ div.flow_card p {
  width: 70%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #999;
}
@media screen and (max-width: 640px) {
  .flow h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #325966;
  }
  .flow h2::before, .flow h2::after {
    border: none;
  }
  .flow .flow__ {
    flex-wrap: wrap;
  }
  .flow .flow__ div.flow_card {
    width: 100%;
    aspect-ratio: 4/1;
    background-image: linear-gradient(to right, #cfcfcf, #cfcfcf 4px, transparent 4px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 30px;
  }
  .flow .flow__ div.flow_card img {
    width: 20%;
    display: block;
    margin: 5px auto 20px;
  }
  .flow .flow__ div.flow_card p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flow .container {
    width: 90%;
  }
}
.uservoice {
  margin: 60px auto 0;
}
.uservoice h3 {
  text-align: center;
  margin-bottom: 10px;
  width: 40%;
  margin: 0 auto;
}
.uservoice h2 {
  text-align: center;
  font-size: 3rem;
}
.uservoice p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 50px;
}
.uservoice .__comment {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.uservoice .__comment div.card {
  width: 20%;
  border: 5px double #e4e4e4;
  padding: 20px;
  font-size: 1.4rem;
  padding-bottom: 90px;
  background: url("img/good.svg") right 10px bottom 10px/50px no-repeat;
}
.uservoice .__comment div.card div.name {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 10px;
  font-weight: 700;
}
.uservoice .__comment div.card p {
  line-height: 2.4rem;
  text-align: justify;
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .uservoice h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .uservoice .__comment {
    flex-wrap: wrap;
  }
  .uservoice .__comment div.card {
    width: 100%;
  }
}

.point {
  width: 100%;
  max-width: none;
  min-height: 50vh;
  background-image: url("img/bg01.png");
  background-position: center;
  background-size: cover;
  margin: 100px 0;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.point > .container {
  width: 40%;
  transform: translateX(50%);
}
.point > .container h3 {
  margin-bottom: 15px;
}
.point > .container p {
  color: #fff;
  font-size: 2rem;
  line-height: 3.4rem;
  margin-bottom: 20px;
}
.point > .container .person {
  display: block;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .point {
    margin: 80px 0;
    background-image: none;
    background-color: #8ac6d1;
  }
  .point > .container {
    width: 100%;
    margin: 0 20px;
    padding: 20px;
    transform: none;
    border-radius: 10px;
  }
  .point > .container p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.companyinfo {
  margin-bottom: 100px;
}
.companyinfo .__ban {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.companyinfo .__ban img {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .companyinfo .__ban {
    flex-wrap: wrap;
    gap: 20px;
  }
  .companyinfo .__ban img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .companyinfo .container {
    width: 90%;
  }
}
footer > .container {
  text-align: center;
}
footer > .container a {
  display: block;
}
footer > .container a img.logo {
  margin-bottom: 20px;
}
footer > .container .--navi {
  display: flex;
  list-style-type: none;
  width: 80%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 40px;
}
footer > .container .--navi li {
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-right: 50px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 10px;
}
footer > .container .--navi li a {
  color: #474645;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
footer > .container .--navi li a:hover, footer > .container .--navi li a:active {
  color: rgba(71, 70, 69, 0.4);
}
footer > .container .--navi li.home {
  background: url("img/home.svg") left 10px center/20px no-repeat;
}
footer > .container .--navi li.example {
  background: url("img/example.svg") left 10px center/20px no-repeat;
}
footer > .container .--navi li.company {
  background: url("img/company.svg") left 10px center/20px no-repeat;
}
footer > .container .--navi li.contact {
  background: url("img/contact.svg") left 10px center/20px no-repeat;
}
footer > .container .--navi li.recruit {
  background: url("img/recruit.svg") left 10px center/20px no-repeat;
}
footer > .container .copy {
  font-size: 0.9rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  footer {
    background-size: 200%;
    padding-top: 40px;
    background-color: #8ac6d1;
  }
  footer > .container .--navi {
    margin: 0px auto 50px;
    width: 100%;
  }
  footer > .container .--navi li {
    width: 100%;
    text-align: left;
  }
}

.footer-menu {
  display: flex;
  list-style: none;
  color: #FFF;
  gap: 14px;
}

.footer-menu li a {
  text-decoration: none;
  color: #FFF;
}

.sticker {
  width: 100%;
  position: fixed;
  bottom: 30px;
  right: -50px;
  text-align: right;
  width: 350px;
}
.sticker .est00 {
  position: fixed;
  bottom: 260px;
  right: 30px;
}
.sticker img {
  margin-bottom: -15px;
}
@media screen and (max-width: 640px) {
  .sticker {
    bottom: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 6px;
  }
  .sticker .est00 {
    width: 50px;
    bottom: 90px;
    right: 10px;
  }
  .sticker img {
    width: 50%;
  }
}

a.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #474645;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #474645;
  margin-bottom: 40px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-96%);
  background: #8ac6d1;
}

a.btn-flat:hover:before {
  transform: translateX(0%);
}

#page-top a {
  width: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  padding: 10px;
  position: fixed;
  right: 320px;
  bottom: 0px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #page-top a {
    width: 50px;
    padding: 7px;
    right: 50px;
    bottom: 100px;
  }
}

.info__list {
  margin-bottom: 15px;
  list-style: none;
}

.info__item {
  border-bottom: 1px solid #ddd;
}

.info__item a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.info__item a p {
  width: 86%;
  display: inline;
  margin-right: auto;
}

.info__item a time {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  width: 14%;
  color: #333;
  text-decoration: none !important;
}

.info__item a p span {
  font-size: 1.6rem;
  color: #000080;
}

.info__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: none;
}

.info__link span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #042A8B;
  border-bottom: 1px solid #042A8B;
}

@media (max-width: 767px) {
  .info__item a time {
    width: 100%;
    margin-bottom: 5px;
  }
  .info__item a {
    flex-wrap: wrap;
  }
}
/* =========== Base =========== */
:root {
  --fg: #111;
  --muted: #6b7280;
  --link: #0f172a;
  --container: min(1200px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
  color: var(--fg);
  line-height: 1.8;
  background: #fff;
}

/* アクセシビリティ：キーボードフォーカス */
a:focus-visible, button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.anchor {
  position: relative;
  top: calc(var(--header-h) * -1);
  height: 0;
}

/* =========== Hero =========== */
.hero {
  position: relative;
  min-height: 100svh; /* iOS対応 */
  display: grid;
  place-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  will-change: transform;
}

.hero__videoWrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 中央ロゴ・コピー */
.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  place-items: center;
  text-align: center;
  color: #111;
}

.hero__mark {
  width: min(48vw, 420px);
  height: auto;
}

.hero__copy {
  margin: 0;
  font-size: 38px;
  color: #FFF;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
}

@media (max-width: 480px) {
  .hero__copy {
    font-size: 22px;
  }
}
/* スクロールインジケーター（右下） */
.scroll-indicator {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 18px;
  z-index: 2;
  text-decoration: none;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.12em;
  display: grid;
  place-items: center;
  gap: 6px;
}

.scroll-indicator::after {
  content: "";
  width: 1px;
  height: 48px;
  background: #111;
  display: block;
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.01% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* ===== Hero crossfade + zoom-out slider ===== */
/* ===== Hero crossfade + zoom-out slider ===== */
:root {
  /* 1枚あたりの表示時間（全体の長さではない） */
  --slide-duration: 9000ms;
  /* フェード部分の長さ（in/out 共通で使う目安） */
  --fade-duration: 1200ms;
  /* Ken Burns の開始/終了スケール（縮小＝ズームアウト） */
  --zoom-start: 1.06;
  --zoom-end: 1.00;
}

/* スライダーの土台 */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}

/* スライドを全面に重ねる */
.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

/* 各スライド：背景はCSS、<img>はプリロード&SEO用に非表示 */
/* ===== Hero crossfade + zoom-out slider：2枚用 ===== */
:root {
  /* 1枚あたりの表示時間 */
  --slide-duration: 9000ms;
  /* フェード時間（参考値）*/
  --fade-duration: 1200ms;
  /* Ken Burns（縮小＝ズームアウト） */
  --zoom-start: 1.06;
  --zoom-end: 1.00;
}

/* スライド共通：全体周期を「2倍」に変更 */
.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(var(--zoom-start));
  animation: crossfade-2 calc(var(--slide-duration) * 2) linear infinite, kenburnsOut-2 calc(var(--slide-duration) * 2) linear infinite;
}

/* 2枚の開始タイミングを1/2ずらす */
.hero-slider .slide:nth-child(1) {
  animation-delay: 0ms, 0ms;
}

.hero-slider .slide:nth-child(2) {
  animation-delay: var(--slide-duration), var(--slide-duration);
}

/* （3枚目が残っていると重なるので使わない）
.hero-slider .slide:nth-child(3){ display:none; }
*/
/* 上掛けの暗幕はそのまま */
.hero-slider .slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}

/* フェード：2枚構成なので 0～50% を見せ場に */
@keyframes crossfade-2 {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  } /* フェードイン開始 */
  48% {
    opacity: 1;
  } /* 表示維持 */
  50% {
    opacity: 0;
  } /* フェードアウト完了 */
  100% {
    opacity: 0;
  } /* 次の1枚分を待機 */
}
/* Ken Burns：見せ場の終点を 50% に合わせる */
@keyframes kenburnsOut-2 {
  0% {
    transform: scale(var(--zoom-start));
  }
  50% {
    transform: scale(var(--zoom-end));
  }
  100% {
    transform: scale(var(--zoom-end));
  }
}
/* reduce-motion の配慮はそのまま */
@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide {
    animation: none;
  }
  .hero-slider .slide:nth-child(1) {
    opacity: 1;
    transform: none;
  }
}
/* ===== Company Info ===== */
.company-info {
  position: relative;
  /* セクションの高さは調整可能 */
  --section-min-h: min(80svh, 700px);
  --overlay: rgba(11, 11, 11, 0.72);
  min-height: var(--section-min-h);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.company-info__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(0.95);
  will-change: transform;
}

.company-info__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--overlay), var(--overlay));
}

.company-info__inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 980px);
  padding: clamp(16px, 3vw, 32px);
  text-align: center;
  color: #fff;
}

.company-info__title {
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.9;
  font-size: clamp(20px, 3.6vw, 38px);
  margin: 0 0 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.company-info__lead {
  margin: 0;
  font-size: clamp(12px, 1.6vw, 14.5px);
  line-height: 2.1;
  letter-spacing: 0.05em;
  opacity: 0.95;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* スマホ微調整 */
@media (max-width: 480px) {
  .company-info__title {
    line-height: 1.8;
  }
  .company-info__lead {
    line-height: 1.9;
  }
}
/* ===== Services / 事業内容 ===== */
.services {
  padding: clamp(40px, 6vw, 80px) 0;
  background: #fff;
  color: #111;
}

/* 本体レイアウト：左テキスト / 右画像 */
.services__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* 左を少し広め */
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
}

/* 箇条書き（2カラム） */
.services__list {
  --gap: 12px;
  --col-gap: clamp(24px, 4vw, 48px);
  margin: 0;
  padding-left: 0;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.9;
}

.services__list li {
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-left: 1.1em;
  margin-bottom: var(--gap);
}

.services__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* 右の画像 */
.services__figure {
  margin: 0;
  aspect-ratio: 4/3; /* 近い比率に固定、不要なら外してOK */
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.services__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* レスポンシブ */
@media (max-width: 960px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
  .services__list {
    -moz-column-count: 2;
         column-count: 2; /* タブレットでは2列維持 */
  }
}
@media (max-width: 560px) {
  .services__list {
    -moz-column-count: 1;
         column-count: 1; /* スマホでは1列 */
  }
}
/* ========== 代表挨拶セクション ========== */
.greeting {
  /* 和紙風のごく薄いテクスチャ */
  background: radial-gradient(rgba(0, 0, 0, 0.0588235294) 1px, transparent 1px) 0 0/6px 6px, #f7f7f4;
  padding: clamp(56px, 8vw, 120px) 16px;
  color: #222;
  margin: 40px 0 90px 0;
}

.greeting__inner {
  width: min(900px, 92vw);
  margin-inline: auto;
  text-align: center;
}

/* 本文 */
.greeting__body {
  margin-top: clamp(8px, 1vw, 12px);
  line-height: 2;
  letter-spacing: 0.03em;
  color: #333;
}

.greeting__body p {
  margin: 0;
  font-size: clamp(14px, 1.7vw, 15.5px);
}

/* 署名（右寄せ） */
.greeting__sign {
  text-align: right;
  margin-top: clamp(16px, 2vw, 24px);
  font-size: clamp(13px, 1.6vw, 14px);
  letter-spacing: 0.06em;
  color: #222;
}

/* 余白の微調整（小画面） */
@media (max-width: 480px) {
  .greeting {
    padding: 48px 14px;
  }
  .greeting__body {
    line-height: 1.95;
  }
}
/* ===== Footer ===== */
:root {
  --footer-bg: #2a4b53; /* ダークブルー系（お好みで調整） */
  --footer-fg: #fff;
}

.site-footer {
  background: #333;
  color: var(--footer-fg);
}

/* 2カラムレイアウト：左=情報 / 右=地図 */
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr; /* 比率は画像寄りを少し広く */
  min-height: clamp(300px, 42vw, 460px);
}

/* 左カラム（会社情報） */
.footer__info {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(20px, 5vw, 48px);
}

.footer__name {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 28px);
  letter-spacing: 0.06em;
}

.footer__addr,
.footer__tel,
.footer__hours {
  margin: 0;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.footer__tel a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footer__tel a:hover {
  opacity: 0.8;
}

.footer__copy {
  margin-top: clamp(12px, 3vw, 24px);
  display: inline-block;
  opacity: 0.8;
}

/* 右カラム（地図） */
.footer__map {
  position: relative;
  background: #e9eef1;
  min-height: 100%;
}

.footer__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* レスポンシブ（スマホは縦積み） */
@media (max-width: 900px) {
  .footer__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .footer__info {
    padding-bottom: 24px;
  }
  .footer__map {
    aspect-ratio: 16/10; /* 高さ確保。不要なら削除 */
    min-height: 260px;
  }
}
/* ====== Services (事業内容) ====== */
:root {
  --container: 1000px; /* 最大幅（必要なら939px等に変更） */
  --gap: 32px; /* カラム間の余白 */
  --radius: 16px; /* 画像の角丸 */
  --title-fz: clamp(22px, 2.5vw, 28px);
  --text-fz: clamp(14px, 1.6vw, 16px);
}

.services {
  padding: 64px 20px;
  background: #fff; /* 背景が白の場合。サイトに合わせて調整 */
}

.services__inner {
  max-width: var(--container);
  margin-inline: auto;
}

.services__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr; /* 左：文、右：写真 */
  align-items: start;
  gap: var(--gap);
}

/* 左カラム（リスト） */
.services__list ul {
  font-size: var(--text-fz);
  line-height: 1.9;
  padding-left: 1.2em;
  color: #333;
  margin: 0;
  list-style: none;
}

.services__list li {
  margin: 0.25em 0;
}

/* 右カラム（画像2枚を横並び） */
.services__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.services__photo {
  margin: 0;
}

.services__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====== Responsive ====== */
@media (max-width: 900px) {
  .services__body {
    grid-template-columns: 1fr; /* 縦積み */
  }
  .services__media {
    grid-template-columns: 1fr; /* 画像も1列で縦並び */
  }
  .services {
    padding: 48px 16px;
  }
}
.services {
  margin-top: 80px;
  padding-bottom: 120px;
}
.services h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 5.2rem;
  margin-bottom: 60px;
  position: relative;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
}
.services h2::before {
  content: "";
  display: block;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
}
.services h2::after {
  content: "";
  display: flex;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
  right: 0;
}

@media (max-width: 480px) {
  .services h2::before {
    width: 25%;
  }
  .services h2::after {
    width: 25%;
  }
}
.greeting {
  margin-top: 80px;
  padding-bottom: 120px;
}
.greeting h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 5.2rem;
  margin-bottom: 60px;
  position: relative;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
}
.greeting h2::before {
  content: "";
  display: block;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
}
.greeting h2::after {
  content: "";
  display: flex;
  border-bottom: 2px solid #325966;
  width: 33%;
  position: absolute;
  top: 2.8rem;
  right: 0;
}

@media (max-width: 480px) {
  .greeting h2::before {
    width: 20%;
  }
  .greeting h2::after {
    width: 20%;
  }
}
/* ============================
   ヘッダー基礎
============================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

/* PCナビ */
.global-nav--pc {
  display: none;
}

.global-nav__list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav__list a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #333;
}

/* ============================
   SPハンバーガーボタン デザイン
   （OPUSと同じく右上・白3本線＋MENU）
============================ */
.drawerBtn {
  position: fixed;
  top: 16px;
  right: 40px;
  z-index: 1101;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* 3本線アイコン */
.drawerBtn__icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.drawerBtn__bar {
  width: 24px;
  height: 2px;
  background: #444;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* 「MENU」文字 */
.drawerBtn__label {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #444;
  line-height: 1;
}

/* 開いているときは「X」っぽく */
.drawerBtn.is-open .drawerBtn__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.drawerBtn.is-open .drawerBtn__bar:nth-child(2) {
  opacity: 0;
}

.drawerBtn.is-open .drawerBtn__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* PCでは非表示（ヘッダーのPCナビだけ表示） */
@media (min-width: 960px) {
  .drawerBtn {
    display: none;
  }
}
/* ============================
   ドロワー本体
   右からスライドイン
============================ */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none; /* 閉じてる間はクリック無効 */
}

/* 黒背景（フェードイン） */
.drawer__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* 右側パネル（スライドイン） */
.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 76%;
  padding: 200px 0;
  max-width: 320px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
  display: flex;
  align-items: center;
}

/* メニューリスト */
.drawer__list {
  list-style: none;
  margin: 0;
  padding: 40px 24px;
  width: 100%;
  background: #FFF;
  z-index: 9999;
}

.drawer__item {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.drawer__item a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #333;
}

/* 開いた状態 */
.drawer.drawer--open {
  pointer-events: auto;
}

.drawer.drawer--open .drawer__bg {
  opacity: 1;
}

.drawer.drawer--open .drawer__panel {
  transform: translateX(0);
}

/* 1つずつディレイをかけてふわっと出す（OPUSっぽい） */
.drawer.drawer--open .drawer__item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.18s;
}

.drawer.drawer--open .drawer__item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.26s;
}

.drawer.drawer--open .drawer__item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.34s;
}

.drawer.drawer--open .drawer__item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.42s;
}

/* 5個以上ある場合はここにnth-child(5)〜を足す */
/* スクロール固定 */
body.is-fixed {
  overflow: hidden;
}

/* PCサイズでは従来のPCナビだけ表示 */
@media (min-width: 960px) {
  .global-nav--pc {
    display: block;
  }
  .drawerBtn {
    display: none;
  }
  .drawer {
    display: none;
  }
}
/* ====== News セクション全体 ====== */
.news {
  padding: 80px 0;
}

.news__inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

/* 左カラム */
.news__side {
  flex: 0 0 240px;
}

.news__eyecatch {
  font-size: 14px;
  margin: 0 0 4px;
}

.news__title {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 32px;
}

/* フィルタボタン */
.newsFilter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.newsFilter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #333;
  background: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.newsFilter__btn.is-active {
  background: #333;
  color: #fff;
}

/* Read More ボタン */
.news__more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 32px;
  border-radius: 999px;
  border: 2px solid #e54545;
  color: #e54545;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.news__moreArrow {
  font-size: 18px;
}

/* 右カラム：リスト部 */
.news__main {
  flex: 1;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}

.news__item {
  border-bottom: 1px solid #eee;
}

.news__itemLink {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 18px 0;
  text-decoration: none;
  color: #333;
}

/* メタ部分（日付＋カテゴリピル） */
.news__itemMeta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 260px;
}

.news__date {
  font-size: 14px;
}

.news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #333;
  font-size: 12px;
}

/* タイトル */
.news__itemTitle {
  font-size: 15px;
  line-height: 1.6;
}

/* ============================
   タブレット ～ ノートPC
   （1200px未満）
============================ */
@media (max-width: 1200px) {
  .news {
    padding: 64px 0;
  }
  .news__inner {
    gap: 32px;
  }
  .news__side {
    flex: 0 0 210px;
  }
  .news__title {
    font-size: 34px;
  }
  .news__itemMeta {
    flex: 0 0 220px;
  }
}
/* ============================
   タブレット縦 （960px未満）
============================ */
@media (max-width: 960px) {
  .news__inner {
    gap: 24px;
  }
  .news__side {
    flex: 0 0 190px;
  }
  .news__title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .newsFilter__btn {
    font-size: 12px;
    padding: 8px 14px;
  }
  .news__itemLink {
    gap: 20px;
  }
  .news__itemMeta {
    flex: 0 0 200px;
  }
}
/* ============================
   スマホ（768px未満）
============================ */
@media (max-width: 768px) {
  .news {
    padding: 56px 0;
  }
  .news__inner {
    flex-direction: column;
    gap: 24px;
    width: 96%;
  }
  .news__side {
    flex: none;
    width: 100%;
  }
  .news__eyecatch {
    font-size: 13px;
  }
  .news__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  /* フィルタボタンを横並びにして2段まで折り返し */
  .newsFilter {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
  }
  .newsFilter__btn {
    font-size: 11px;
    padding: 8px 14px;
  }
  .news__more-list {
    display: flex;
    gap: 20px;
  }
  .news__more {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    padding: 4px 24px;
  }
  /* リストは縦積みレイアウト */
  .news__itemLink {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 0;
  }
  .news__itemMeta {
    flex: none;
  }
  .news__date {
    font-size: 13px;
  }
  .news__cat {
    font-size: 11px;
    padding: 3px 10px;
  }
  .news__itemTitle {
    font-size: 14px;
  }
}
/* ============================
   小さいスマホ（480px未満）
============================ */
@media (max-width: 480px) {
  .news {
    padding: 48px 0;
  }
  .news__title {
    font-size: 24px;
  }
  .news__inner {
    gap: 20px;
  }
  .news__itemLink {
    padding: 12px 0;
  }
  .news__itemTitle {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */