@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # 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;
  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. */
}

ol, ul {
  list-style: none;
}

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

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

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

[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; /* 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; /* 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;
  color: inherit;
}

/* 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; /* 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 {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-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 */
}

/* # =================================================================
   # 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;
}

.bg-gra {
  background: linear-gradient(60deg, rgba(88, 165, 177, 0.5) 0%, rgba(88, 165, 177, 0.1) 100%);
}

.orange-line {
  position: relative;
  z-index: 0;
}
.orange-line::after {
  content: "";
  display: block;
  width: 100%;
  /* 幅を100%に設定（親要素に対して） */
  height: 30%;
  /* 高さを親要素に対して30% */
  background-color: #f9e780;
  /* 色をf9e780に設定 */
  position: absolute;
  bottom: 0;
  /* 親要素の下部に固定 */
  left: 0;
  /* 親要素の左端に合わせて表示 */
  z-index: -1;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1417px) {
  html {
    font-size: 0.705716302vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 14.6666666667px);
  }
}

:root {
  scroll-padding-top: 9rem;
}
@media (max-width: 767px) {
  :root {
    scroll-padding-top: 9.4rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #483d31;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  /* macOS用 */
  -moz-osx-font-smoothing: grayscale;
  /* macOS用 */
  font-smooth: always;
  /* Windows用 */
  margin-top: 11rem;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 5.8rem;
  }
}

#container {
  width: 100%;
  position: relative;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 135.7rem;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 5.8rem;
  }
}

.header-logo {
  width: 27.2rem;
}
@media (max-width: 767px) {
  .header-logo {
    width: 15rem;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-tel {
  font-size: 2.4rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #58a5b1;
  color: #fff;
  border-radius: 5.5rem;
  width: 20.6rem;
  height: 11rem;
  line-height: 1.2;
}
.header-tel span {
  font-size: 1rem;
  display: block;
}

.header-contact {
  font-size: 1.6rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  width: 14.4rem;
  height: 11rem;
}

.footer {
  background-color: #0d1a40;
  padding: 5.2rem 0 4.5rem;
}

.footer-text01 {
  width: 20rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-text01 {
    font-size: 3.4rem;
  }
}

.footer-text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.4rem;
  margin-block: 3.8rem 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.1875;
}
@media (max-width: 767px) {
  .footer-text02 {
    font-size: 1.8rem;
    column-gap: 1.2rem;
  }
}
.footer-text02 img {
  width: 4rem;
}
@media (max-width: 767px) {
  .footer-text02 img {
    width: 2.4rem;
  }
}

.footer-text03 {
  justify-content: center;
  column-gap: 2.4rem;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.125;
}
@media (max-width: 767px) {
  .footer-text03 {
    font-size: 1.2rem;
  }
}

.footer-text04 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.4rem;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.1944444444;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-text04 {
    font-size: 1.8rem;
    column-gap: 1.2rem;
  }
}
.footer-text04 img {
  width: 4rem;
}
@media (max-width: 767px) {
  .footer-text04 img {
    width: 3.4rem;
  }
}
.footer-text04 a {
  color: #fff;
}

.footer-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 1rem auto 3.5rem;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-qr {
    font-size: 1.8rem;
    gap: 1.2rem;
  }
}
.footer-qr img {
  width: 5rem;
}
@media (max-width: 767px) {
  .footer-qr img {
    width: 3.5rem;
  }
}

.copy {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.1785714286;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .copy {
    font-size: 1.7rem;
  }
}

/* --------------------------------
top-fv
----------------------------------- */
.fv {
  position: relative;
  width: 100%;
  z-index: 99;
}

.mv-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.mv-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.7027027027vw;
  margin-right: 2rem;
}
.mv-nav ul li {
  font-size: 1.1583011583vw;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  color: #0d1a40;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.85), 0 0 20px rgba(255, 255, 255, 0.75), 0 0 32px rgba(255, 255, 255, 0.6);
}
.mv-nav ul li a {
  color: #0d1a40;
}

.mv-text {
  position: absolute;
  top: 26.7052767053vw;
  left: 7.722007722vw;
  color: #0d1a40;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .mv-text {
    top: 51%;
    left: 1rem;
    transform: translateX(0);
  }
}
.mv-text-01 {
  font-size: 3.5392535393vw;
  line-height: 1.2;
  /* 白の光彩（多重） */
  text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.85), 0 0 20px rgba(255, 255, 255, 0.75), 0 0 32px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .mv-text-01 {
    font-size: 2.8rem;
  }
}
.mv-text-02 {
  font-size: 2.574002574vw;
  line-height: 1.2;
  /* 白の光彩（多重） */
  text-shadow: 1px 1px 2px rgb(255, 255, 255), 0px 1px 2px rgb(255, 255, 255), 1px 0px 2px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.85), 0 0 20px rgba(255, 255, 255, 0.75), 0 0 32px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .mv-text-02 {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.mv-text-02 span {
  margin-right: -1.2rem;
}

.swipe-cover {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.mv-swipe {
  position: relative;
  padding: 1.5444015444vw 0vw;
  overflow: hidden;
}

.mv-swipe .swiper-slide {
  width: auto;
}

/* カード */
.swipe-card {
  background: #eef3f7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.2574002574vw;
  text-align: center;
  height: 19.7554697555vw;
  margin-inline: 1.9305019305vw;
  display: grid;
  place-content: center;
  gap: 0.6435006435vw;
}
@media (max-width: 767px) {
  .swipe-card {
    width: 24rem;
    height: 14.5rem;
    height: auto;
    margin-inline: auto;
    padding: 1rem;
  }
}
.swipe-card .swipe-title {
  font-size: 1.6087516088vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .swipe-card .swipe-title {
    font-size: 1.4rem;
  }
}
.swipe-card .swipe-date {
  font-size: 1.0296010296vw;
  color: #0d1a40;
}
@media (max-width: 767px) {
  .swipe-card .swipe-date {
    font-size: 0.9rem;
    text-align: left;
  }
}
.swipe-card .swipe-text {
  font-size: 1.0296010296vw;
  line-height: 1.5;
  color: #333;
  border: #333 1px solid;
}
@media (max-width: 767px) {
  .swipe-card .swipe-text {
    font-size: 0.9rem;
    text-align: left;
  }
}
.swipe-card .swipe-thumb {
  width: 16.731016731vw;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 767px) {
  .swipe-card .swipe-thumb {
    width: 15rem;
    margin-top: 1rem;
  }
}
.swipe-card .swipe-text-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* 矢印（画像） */
.mv-swipe-prev,
.mv-swipe-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4.5688545689vw;
  height: 4.5688545689vw;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}

/* left/right 16px → vw */
.mv-swipe-prev {
  left: 27.6705276705vw;
}

.mv-swipe-next {
  right: 27.6705276705vw;
}

.mv-swipe-prev img,
.mv-swipe-next img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/* クリックしやすくする（任意） */
.mv-swipe-prev::after,
.mv-swipe-next::after {
  content: "";
  position: absolute;
  inset: -0.6435006435vw;
}

/* hover（任意） */
.mv-swipe-prev:hover,
.mv-swipe-next:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .mv-swipe {
    padding: 1.0296010296vw 3.2175032175vw;
  }
  .mv-swipe-prev {
    left: 2.5rem;
  }
  .mv-swipe-next {
    right: 2.5rem;
  }
  .mv-swipe-prev,
  .mv-swipe-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.lower-fv {
  position: relative;
  width: 100%;
}
.lower-fv .lower-fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .lower-fv .lower-fv-text {
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(0);
  }
}
.lower-fv .lower-fv-text01 {
  font-size: 3.5392535393vw;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.85), 0 0 20px rgba(255, 255, 255, 0.75), 0 0 32px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .lower-fv .lower-fv-text01 {
    font-size: 5.5rem;
  }
}
.lower-fv .lower-fv-text02 {
  font-size: 2.380952381vw;
  line-height: 1.1891891892;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.85), 0 0 20px rgba(255, 255, 255, 0.75), 0 0 32px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .lower-fv .lower-fv-text02 {
    font-size: 3.7rem;
  }
}
@media (max-width: 767px) {
  .lower-fv .lower-fv-text01-blog {
    letter-spacing: -0.1em;
  }
  .lower-fv .lower-fv-text01-blog span {
    margin-inline: -1rem;
  }
}

.consul-btn {
  width: 59.4rem;
  height: 11.4rem;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5.7rem;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .consul-btn {
    width: 27rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ハンバーガーボタン */
.hamburger {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger span {
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 1.1rem;
}

.hamburger span:nth-child(2) {
  top: 1.9rem;
}

.hamburger span:nth-child(3) {
  top: 2.7rem;
}

/* 開いた時 */
.hamburger.is-active span:nth-child(1) {
  top: 1.9rem;
  transform: translateX(-50%) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 1.9rem;
  transform: translateX(-50%) rotate(-45deg);
}

/* SPメニュー */
.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 12rem 2rem 2rem;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.sp-nav.is-active {
  right: 0;
}

.sp-nav ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sp-nav li a {
  display: block;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

/* 背景の暗幕 */
body.is-fixed {
  overflow: hidden;
}

@media (max-width: 767px) {
  #header {
    display: flex;
    justify-content: space-between;
  }
}

.sp-nav .sp-tel {
  width: 33rem;
  background-color: #58a5b1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.5rem;
  height: 5.6rem;
  margin: 0 auto;
}
.sp-nav .sp-tel a {
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 0;
}
.sp-nav .sp-contact {
  width: 33rem;
  background-color: #0d1a40;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  height: 5.6rem;
  margin: 0 auto;
}
.sp-nav .sp-contact a {
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 0;
}

.c-title01 {
  color: #0d1a40;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .c-title01 {
    font-size: 4.2rem;
  }
}
.c-title01::after {
  content: "";
  display: block;
  width: 12.5rem;
  /* 幅を100%に設定（親要素に対して） */
  height: 3px;
  /* 高さを親要素に対して30% */
  background-color: #519ca8;
  /* 色をf9e780に設定 */
  margin: 1.3rem auto 1.3rem;
}
.c-title02 {
  color: #0d1a40;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .c-title02 {
    font-size: 2.5rem;
  }
}

.sec01 {
  padding: 9.8rem 3rem 9.1rem;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 8.7rem 2rem 5rem;
  }
}

.top-about-lists {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}
@media (max-width: 767px) {
  .top-about-lists {
    flex-direction: column;
    row-gap: 4rem;
    padding-inline: 4rem;
    row-gap: 1.4rem;
    margin-top: 4rem;
  }
}

.top-about-list {
  width: 27rem;
  text-align: center;
  background-color: #fff;
  padding: 3rem 2.8rem;
  margin-top: 8.3rem;
}
@media (max-width: 767px) {
  .top-about-list {
    width: 100%;
    margin-top: 4rem;
    height: 38rem;
    margin-top: 0;
  }
}

.top-about-list-num {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #58a5b1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  font-weight: 300;
}

.top-about-list-text01 {
  font-size: 2.3rem;
  line-height: 1.5652173913;
  text-align: left;
  margin-top: 2.8rem;
  margin-bottom: 2.2rem;
  color: #0d1a40;
}
@media (max-width: 767px) {
  .top-about-list-text01 {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
  }
}

.top-about-list-text02 {
  font-size: 1.7rem;
  font-weight: 300;
  text-align: left;
  color: #666;
}

.sec02 {
  padding: 8.5rem 3rem 6.5rem;
  background-color: #f5f5f5;
}

.top-introduction {
  background-color: #fff;
  padding: 6.6rem 7rem 6.6rem 10rem;
  display: flex;
  justify-content: space-around;
  column-gap: 7rem;
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .top-introduction {
    flex-direction: column;
    padding: 6.6rem 2rem;
    row-gap: 4rem;
  }
}
.top-introduction-img {
  width: 47.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-introduction-img {
    width: 100%;
  }
}

.top-introduction-text01 {
  font-size: 5.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-introduction-text01 {
    font-size: 2.8rem;
  }
}
.top-introduction-text01 span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .top-introduction-text01 span {
    font-size: 2.5rem;
  }
}

.top-introduction-text02 {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  margin-top: 2.8rem;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .top-introduction-text02 {
    font-size: 1.5rem;
  }
}

.sec03 {
  padding: 8rem 3rem 9.9rem;
  background-color: #eefbff;
}

.sec03-inner {
  max-width: 114.1rem;
  margin: 0 auto 0;
}

.top-service-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.7rem;
  row-gap: 6.4rem;
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .top-service-lists {
    row-gap: 2.5rem;
  }
}
.top-service-lists li {
  width: 52.6rem;
}

.top-service-link {
  width: 100%;
  height: 100%;
  display: block;
  color: #4a92a0;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  border: #4a92a0 0.1rem solid;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-service-link {
    font-size: 3.2rem;
    height: 18.2rem;
  }
}

.sec04 {
  padding: 7.6rem 3rem 11.4rem;
  background-image: url(./../img/top/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec04 {
    background-image: url(./../img/top/bg-sp.webp);
  }
}

.top-sec04-title .c-title01,
.top-sec04-title .c-title02 {
  color: #fff;
}

.top-consul-text01 {
  margin-block: 5.7rem 6.8rem;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.1923076923;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .top-consul-text01 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.top-consul-text01 span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top-consul-text01 span {
    font-size: 1.5rem;
  }
}
.top-consul-text01 .top-consul-text01-span01 {
  margin-right: 10rem;
}
@media (max-width: 767px) {
  .top-consul-text01 .top-consul-text01-span01 {
    margin-right: 0;
  }
}

.top-consul-text02 {
  color: #fff;
  width: 110rem;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: 9.7rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .top-consul-text02 {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 6.1rem;
  }
}

.sec05 {
  padding: 9.7rem 3rem 15rem;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 5rem 2rem 5rem;
  }
}

.top-sec05-title {
  margin-bottom: 7.3rem;
}
@media (max-width: 767px) {
  .top-sec05-title {
    margin-inline: -1.5rem;
  }
}

.top-news-lists {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}

.top-news-list {
  display: flex;
  column-gap: 2.5rem;
  background-color: #fff;
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .top-news-list {
    padding: 1rem;
    column-gap: 0.5rem;
  }
}
.top-news-list-date {
  font-size: 1.6rem;
  min-width: 10rem;
  color: #0d1a40;
}
@media (max-width: 767px) {
  .top-news-list-date {
    font-size: 0.9rem;
    min-width: 5rem;
  }
}
.top-news-list-tag {
  font-size: 1.6rem;
  padding: 0.3rem 1rem;
  background-color: transparent;
  border: 2px solid #58a5b1;
  color: #58a5b1;
}
@media (max-width: 767px) {
  .top-news-list-tag {
    font-size: 0.9rem;
  }
}
.top-news-list-text {
  font-size: 1.6rem;
  flex: 1;
  font-weight: 500;
  color: #0d1a40;
  margin: 0;
}
@media (max-width: 767px) {
  .top-news-list-text {
    font-size: 0.9rem;
  }
}

.sec06 {
  padding: 8.1rem 3rem 10rem;
  background-color: #58a5b1;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 6.3rem 2rem 5rem;
  }
}

.top-sec06-title .c-title01 {
  color: #fff;
}
.top-sec06-title .c-title01::after {
  background-color: #fff;
}
.top-sec06-title .c-title02 {
  color: #fff;
}

.top-contact-text01 {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1944444444;
  font-family: "Shippori Mincho", serif;
  margin-block: 4.2rem 6.1rem;
}
@media (max-width: 767px) {
  .top-contact-text01 {
    font-size: 2.4rem;
    margin-block: 2rem 2rem;
  }
}

.top-contact-text02 {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1944444444;
  font-family: "Shippori Mincho", serif;
  margin-block: 0 0.7rem;
}
@media (max-width: 767px) {
  .top-contact-text02 {
    font-size: 2.4rem;
    margin-block: 0 3.8rem;
  }
}
.top-contact-text02 span {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .top-contact-text02 span {
    font-size: 3.5rem;
  }
}
.top-contact-text02 .top-contact-text02-span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .top-contact-text02 .top-contact-text02-span {
    font-size: 1.4rem;
  }
}

.top-contact-text03 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1944444444;
  margin-block: 0 7.7rem;
}

.top-contact-links {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .top-contact-links {
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

.top-contact-link {
  width: 40rem;
  height: 21.6rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #0d1a40;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .top-contact-link {
    width: 100%;
    height: 18.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    gap: 1.4rem;
    line-height: 1.2;
  }
}
.top-contact-link .top-contact-link-text01 {
  font-size: 3.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .top-contact-link .top-contact-link-text01 {
    font-size: 2.4rem;
  }
}
.top-contact-link .top-contact-link-text02 {
  font-size: 2.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-contact-link .top-contact-link-text02 {
    font-size: 2.2rem;
  }
}
.top-contact-link .top-contact-link-text03 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-contact-link .top-contact-link-text03 {
    font-size: 1.2rem;
  }
}

.top-contact-link01 .top-contact-link-img {
  width: 5.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-contact-link01 .top-contact-link-img {
    width: 3.5rem;
    margin: 0;
  }
}

.top-contact-link02 .top-contact-link-img {
  width: 6.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-contact-link02 .top-contact-link-img {
    width: 3.5rem;
    margin: 0;
  }
}

.top-contact-link03 .top-contact-link-img {
  width: 6.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-contact-link03 .top-contact-link-img {
    width: 3.5rem;
    margin: 0;
  }
}

.sec07 {
  padding: 8.8rem 3rem 12.4rem;
}

.top-map {
  width: 123.8rem;
  height: 57.1rem;
  margin: 4.8rem auto 8.7rem;
}
@media (max-width: 767px) {
  .top-map {
    width: 100%;
    height: 34.1rem;
  }
}
.top-map iframe {
  width: 100%;
  height: 100%;
}

.top-access-text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.375;
  font-family: "Shippori Mincho", serif;
  color: #0d1a40;
}
@media (max-width: 767px) {
  .top-access-text {
    font-size: 1.5rem;
    column-gap: 1.4rem;
  }
}
.top-access-text img {
  width: 5.1rem;
}
@media (max-width: 767px) {
  .top-access-text img {
    width: 3rem;
  }
}

.office-container {
  padding: 12rem 3rem 9rem;
}
@media (max-width: 767px) {
  .office-container {
    padding: 4.5rem 2rem;
  }
}

.office-lists {
  display: flex;
  flex-direction: column;
  width: 72%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .office-lists {
    width: 100%;
  }
}

.office-list {
  display: flex;
  text-align: center;
  height: 8rem;
  border-bottom: #4a92a0 2px solid;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .office-list {
    flex-direction: column;
    font-size: 1.5rem;
    height: auto;
    padding-block: 2.5rem;
  }
}
.office-list span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .office-list span {
    font-size: 1.2rem;
  }
}
.office-list dt {
  width: 24rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .office-list dt {
    padding-left: 0.7rem;
  }
}
.office-list dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .office-list dd {
    padding-left: 0.7rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .office-list dd span {
    margin-right: -0.3rem;
  }
  .office-list dd .office-list02-span {
    margin-left: -0.3rem;
  }
}

@media (max-width: 767px) {
  .office-list02 dd {
    display: block;
    text-align: left;
  }
}
.office-map {
  width: 72%;
  height: 57.6rem;
  border-bottom: #4a92a0 2px solid;
  padding-bottom: 6rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .office-map {
    height: 35rem;
    width: 100%;
  }
}
.office-map iframe {
  width: 100%;
  height: 100%;
}

.service-nav {
  font-size: 3rem;
  font-weight: 700;
  width: 70rem;
  margin: 0 auto;
  padding-block: 10rem 6rem;
  font-family: "Shippori Mincho", serif;
  color: #0d1a40;
}
@media (max-width: 767px) {
  .service-nav {
    width: 100%;
    padding-inline: 2rem;
    font-size: 1.8rem;
    padding-block: 4.5rem 0rem;
  }
  .service-nav li {
    width: 48%;
  }
}
.service-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 2rem;
}

.service-title {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #0d1a40;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .service-title {
    font-size: 1.8rem;
    padding-inline: 2rem;
    gap: 0.7rem;
  }
}
.service-title::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 9.8rem;
  background-color: #4a92a0;
}
@media (max-width: 767px) {
  .service-title::before {
    height: 3.7rem;
    width: 0.8rem;
  }
}

.lower-service-list {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  .lower-service-list {
    padding-inline: 2rem;
  }
}
.lower-service-list li {
  display: flex;
  column-gap: 1.8rem;
}
@media (max-width: 767px) {
  .lower-service-list li {
    flex-direction: column;
    row-gap: 3.3rem;
  }
}
.lower-service-list li .lower-service-img {
  width: 66.6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lower-service-list li .lower-service-img {
    width: 25.1rem;
    margin: 0 auto;
  }
}
.lower-service-list li .lower-service-text {
  flex: 1;
}
.lower-service-list li .lower-service-text01 {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .lower-service-list li .lower-service-text01 {
    font-size: 1.8rem;
  }
}
.lower-service-list li .lower-service-text02 {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  margin-top: 2.4rem;
  line-height: 1.6153846154;
}
@media (max-width: 767px) {
  .lower-service-list li .lower-service-text02 {
    font-size: 1.5rem;
  }
}

.service-btn {
  width: 39.1rem;
  margin: 9.5rem auto 0;
  position: relative;
  display: block;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .service-btn {
    width: 14.7rem;
    margin: 4.5rem auto 0;
  }
}
.service-btn img {
  width: 100%;
}
.service-btn .service-btn-arrow {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
  width: 11.4rem;
}
@media (max-width: 767px) {
  .service-btn .service-btn-arrow {
    width: 4rem;
  }
}
.service-btn:hover .service-btn-arrow {
  transform: translateY(-50%) translateX(1rem);
}

.lowe-service-box02 {
  background-color: #eefbff;
}

.lowe-service-box {
  padding-block: 9rem;
}
@media (max-width: 767px) {
  .lowe-service-box {
    padding-block: 4.7rem 4.5rem;
  }
}

.contact-lead {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1111111111;
  margin-bottom: 8rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .contact-lead {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    line-height: 1.8;
  }
}

.contact-container {
  padding: 7.7rem 3rem 13rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-container {
    padding: 4rem 2rem 10rem;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 767px) {
  .contact-form {
    row-gap: 1rem;
  }
}

.contact-form__row {
  display: flex;
  align-items: flex-start;
  height: auto;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: stretch;
  }
}

.contact-form__label {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1891891892;
  font-family: "Shippori Mincho", serif;
  width: 20rem;
  flex-shrink: 0;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.contact-form__field {
  height: 6.4rem;
  background-color: #e8f4f6;
  width: 100%;
  flex: 1;
  min-width: 0;
}
.contact-form__field .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
.contact-form__field input[type=text],
.contact-form__field input[type=email] {
  width: 100%;
  height: 100%;
  padding: 0 2.3rem;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contact-form__field input[type=text],
  .contact-form__field input[type=email] {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
.contact-form__field textarea {
  width: 100%;
  height: 30rem;
  padding: 0 2.3rem;
  box-sizing: border-box;
  border: none;
  font-size: 2.4rem;
  background-color: #e8f4f6;
}
@media (max-width: 767px) {
  .contact-form__field textarea {
    padding: 1rem 1.5rem;
  }
}

.contact-form__field02 {
  height: auto;
  background-color: #fff;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.1891891892;
  display: flex;
  flex-wrap: wrap;
  font-family: "Shippori Mincho", serif;
  flex: 1;
  min-width: 0;
  padding-block: 2rem;
}

.contact-form__field .contact-form__radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0rem;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio {
    justify-content: space-between;
    row-gap: 0rem;
  }
}
.contact-form__field .contact-form__radio .wpcf7-list-item {
  margin: 0;
  width: 24rem;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio .wpcf7-list-item {
    width: 11rem;
  }
}
.contact-form__field .contact-form__radio label {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio label {
    width: auto;
    gap: 1.6rem;
  }
}
.contact-form__field .contact-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form__field .contact-form__radio .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 4rem;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio .wpcf7-list-item-label {
    padding-left: 3rem;
  }
}
.contact-form__field .contact-form__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio .wpcf7-list-item-label::before {
    width: 2rem;
    height: 2rem;
    left: 0.5rem;
  }
}
.contact-form__field .contact-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #333;
  transform: translateY(-50%) scale(0);
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .contact-form__field .contact-form__radio .wpcf7-list-item-label::after {
    width: 1.1rem;
    height: 1.1rem;
    left: 0.9rem;
  }
}
.contact-form__field .contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}

.contact-form__field {
  width: 100%;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .contact-form__field {
    flex: 0;
  }
}
.contact-form__field .wpcf7-form-control-wrap {
  width: 100%;
  min-width: 0;
}
.contact-form__field .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.contact-form__field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 30rem;
  box-sizing: border-box;
  border: none;
  font-size: 2.4rem;
  background-color: #e8f4f6;
  padding-block: 1.5rem;
}
@media (max-width: 767px) {
  .contact-form__field textarea {
    height: 11rem;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}

.contact-form__row--textarea {
  height: 30rem;
}
@media (max-width: 767px) {
  .contact-form__row--textarea {
    height: auto;
  }
}

.contact-form__privacy-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-block: 3.8rem 1rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-title {
    font-size: 1.4rem;
    margin-block: 2.5rem 0rem;
  }
}

.contact-form__privacy-box {
  height: 40rem;
  width: 100%;
  border: #4a92a0 3px solid;
  overflow-y: scroll;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.1875;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-form__privacy-box {
    height: 25rem;
    padding: 2rem;
    font-size: 1.3rem;
    gap: 2rem;
  }
}

.wpcf7-list-item-label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1891891892;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.contact-form__agree {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form__agree {
    margin-top: 0rem;
  }
}
.contact-form__agree .wpcf7-list-item {
  margin: 0;
}
.contact-form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.6;
}
.contact-form__agree input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form__agree .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 3.6rem;
  padding-left: 4.2rem;
}
@media (max-width: 767px) {
  .contact-form__agree .wpcf7-list-item-label {
    padding-left: 3rem;
  }
}
.contact-form__agree .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #333;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-form__agree .wpcf7-list-item-label::before {
    width: 2rem;
    height: 2rem;
    left: 0.5rem;
  }
}
.contact-form__agree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 1rem;
  height: 1.8rem;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: translateY(-65%) rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .contact-form__agree .wpcf7-list-item-label::after {
    left: 1.2rem;
    width: 0.7rem;
    height: 1.2rem;
  }
}
.contact-form__agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-65%) rotate(45deg) scale(1);
}

.contact-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  margin: 5.8rem auto 0;
  width: 34.4rem;
  height: 7rem;
  border-radius: 5.5rem;
  transition: all 0.3s ease;
  background-color: #4a92a0;
}
@media (max-width: 767px) {
  .contact-form__submit {
    width: 28.6rem;
    height: 5.3rem;
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.contact-form__submit .wpcf7-spinner {
  display: none;
}
.contact-form__submit:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 1rem;
  padding-top: 0.5rem;
  background-color: #fff;
}

.privacy-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  .fee-container {
    padding: 0 2rem;
  }
}

.fee-container-lead {
  padding-block: 11rem 13rem;
  display: flex;
  justify-content: center;
  column-gap: 4.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .fee-container-lead {
    flex-direction: column;
  }
}
.fee-container-lead .center-fee-container-lead {
  width: 4.8rem;
}
@media (max-width: 767px) {
  .fee-container-lead .center-fee-container-lead {
    width: 2.5rem;
    margin: 2.5rem 0;
  }
}
.fee-container-lead .fee-lead01 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fee-container-lead .fee-lead01 {
    font-size: 2.7rem;
  }
}
.fee-container-lead .fee-lead02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7391304348;
}
@media (max-width: 767px) {
  .fee-container-lead .fee-lead02 {
    font-size: 1.2rem;
  }
}
.fee-container-lead .left-fee-container {
  width: 41.3rem;
  height: 27.6rem;
  color: #0d1a40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3.6rem;
  border: #0d1a40 1px solid;
}
@media (max-width: 767px) {
  .fee-container-lead .left-fee-container {
    width: 22.3rem;
    height: 15rem;
  }
}

.fee-sec-title {
  background-color: #4a92a0;
  height: 10rem;
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .fee-sec-title {
    font-size: 2.7rem;
    height: 5.4rem;
  }
}

.fee-sec-box01 {
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  display: flex;
  color: #0d1a40;
  justify-content: center;
  align-items: center;
  column-gap: 10rem;
  padding-block: 9rem;
}
@media (max-width: 767px) {
  .fee-sec-box01 {
    flex-direction: column;
    padding-block: 2.5rem;
  }
}
.fee-sec-box01 .fee-sec-text01 {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .fee-sec-box01 .fee-sec-text01 {
    font-size: 1.4rem;
  }
}
.fee-sec-box01 .fee-sec-text02 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .fee-sec-box01 .fee-sec-text02 {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
.fee-sec-box01 .fee-sec-text02 span {
  margin-left: -1.6rem;
}
@media (max-width: 767px) {
  .fee-sec-box01 .fee-sec-text02 span {
    margin-left: -1rem;
  }
}

.fee-sec-box02 {
  padding-block: 0rem 10rem;
}

.fee-sec-items-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4117647059;
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
  margin-block: 5rem 1.3rem;
}
@media (max-width: 767px) {
  .fee-sec-items-title {
    font-size: 1.8rem;
  }
}
.fee-sec-items-title span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .fee-sec-items-title span {
    font-size: 1.4rem;
  }
}
.fee-sec-items-title::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 5rem;
  background-color: #4a92a0;
}
@media (max-width: 767px) {
  .fee-sec-items-title::before {
    width: 0.6rem;
    height: 2.7rem;
  }
}

@media (max-width: 767px) {
  .fee-sec-items-title02 {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .fee-sec-items-title02 span {
    font-size: 1.4rem;
  }
}

.fee-sec-box {
  padding-inline: 8rem;
}
@media (max-width: 767px) {
  .fee-sec-box {
    padding-inline: 0rem;
  }
}

.fee-sec-item-flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .fee-sec-item-flex {
    flex-direction: column;
    row-gap: 2.6rem;
  }
}
.fee-sec-item-flex .fee-sec-item {
  height: 6.9rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 300;
  border-top: #4a92a0 3px solid;
  border-bottom: #4a92a0 3px solid;
  width: 100%;
}
@media (max-width: 767px) {
  .fee-sec-item-flex .fee-sec-item {
    font-size: 1.4rem;
    height: 3.4rem;
  }
}
.fee-sec-item-flex .fee-sec-item .fee-sec-text01 {
  background-color: #e8f4f6;
  width: 25.7rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fee-sec-item-flex .fee-sec-item .fee-sec-text01 {
    width: 15.4rem;
  }
}
.fee-sec-item-flex .fee-sec-item .fee-sec-text02 {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fee-sec-item-flex-02 {
  display: flex;
  justify-content: center;
}
.fee-sec-item-flex-02 .fee-sec-item {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 300;
  border-top: #4a92a0 3px solid;
  border-bottom: #4a92a0 3px solid;
  width: 100%;
}
@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item {
    font-size: 1.4rem;
  }
}
.fee-sec-item-flex-02 .fee-sec-item .fee-sec-text01 {
  background-color: #e8f4f6;
  width: 47rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text01 {
    width: 15.4rem;
  }
}
.fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02 {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02-list-warp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 1.5rem;
}
@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02-list-warp {
    padding-block: 0.5rem;
  }
}
.fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02-list-warp .fee-sec-text02-title {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02-list-warp .fee-sec-text02-title {
    font-size: 1.8rem;
  }
}

.fee-sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8888888889;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .fee-sub-text {
    font-size: 0.9rem;
  }
}

.fee-sec-sub-title {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.sec07-wrapper {
  padding-inline: 8rem;
}
@media (max-width: 767px) {
  .sec07-wrapper {
    padding-inline: 0rem;
  }
}

.sec07-list {
  border-bottom: #4a92a0 3px solid;
}
.sec07-list li {
  display: flex;
  height: 7rem;
  border-top: #4a92a0 3px solid;
}
@media (max-width: 767px) {
  .sec07-list li {
    height: 3.7rem;
  }
}
.sec07-list li .sec07-text01 {
  width: 50%;
  border-right: #4a92a0 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sec07-list li .sec07-text01 {
    font-size: 1.4rem;
  }
}
.sec07-list li .sec07-text02 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sec07-list li .sec07-text02 {
    font-size: 1.4rem;
  }
}

.sec07-box {
  padding-bottom: 8rem;
}

.sec08-text01 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5rem;
}

.fee-sec-item-flex-02 .fee-sec-item-bottom {
  border-bottom: #4a92a0 0px solid;
}

.fee-sec {
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .fee-sec {
    padding-bottom: 0rem;
  }
}

.fee-sec09 {
  border-bottom: #4a92a0 3px solid;
  margin-bottom: 9.4rem;
}

@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text01-bottom {
    width: 27rem;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text01-bottom {
    width: 13rem;
  }
}
@media (max-width: 767px) {
  .fee-sec-item-flex-02 .fee-sec-item .fee-sec-text02-bottom {
    letter-spacing: -0.05em;
  }
}
.fee-sec-text02-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.5rem;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .fee-sec-text02-list {
    padding-left: 1rem;
  }
}
.fee-sec-text02-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5384615385;
  font-family: "Shippori Mincho", serif;
}
.fee-sec-text02-list li p {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .fee-sec-text02-list li p {
    font-size: 1.2rem;
  }
}
.fee-sec-text02-list li img {
  width: 2.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .fee-sec-text02-list li img {
    width: 1.5rem;
  }
}

.greeting-container {
  padding: 18rem 14.7rem;
  display: flex;
}
@media (max-width: 767px) {
  .greeting-container {
    padding: 5.5rem 2rem;
  }
}

.greeting-flex {
  display: flex;
  column-gap: 4.5rem;
  padding-bottom: 19.7rem;
  border-bottom: #4a92a0 3px solid;
}
@media (max-width: 767px) {
  .greeting-flex {
    flex-direction: column-reverse;
    padding-bottom: 5rem;
  }
}

.greeting-title {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .greeting-title {
    font-size: 3.2rem;
    margin-top: 6.4rem;
  }
}
.greeting-title span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .greeting-title span {
    font-size: 2.9rem;
  }
}

.greeting-text {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3043478261;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .greeting-text {
    font-size: 1.5rem;
  }
}

.greeting-img {
  width: 56.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .greeting-img {
    width: 100%;
  }
}

.consultation-container {
  padding: 9.6rem 3rem 9.6rem;
  background-image: url(./../img/lower/bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .consultation-container {
    background-image: url(./../img/lower/bg-sp.webp);
    padding: 2.5rem 2rem 6.5rem;
  }
}

.consul-text01 {
  font-size: 5.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #0d1a40;
  line-height: 1;
}
@media (max-width: 767px) {
  .consul-text01 {
    font-size: 4.1rem;
    line-height: 1.5;
  }
}
.consul-text01 .consul-text01-span01 {
  font-size: 10.2rem;
}
@media (max-width: 767px) {
  .consul-text01 .consul-text01-span01 {
    font-size: 7.4rem;
  }
}
.consul-text01::after {
  margin: 2.4rem auto;
  content: "";
  display: block;
  height: 0.3rem;
  width: 96rem;
  background-color: #0d1a40;
}
@media (max-width: 767px) {
  .consul-text01::after {
    width: 100%;
  }
}
.consul-text01 .consul-text01-span02 {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #0d1a40;
  line-height: 1;
}
@media (max-width: 767px) {
  .consul-text01 .consul-text01-span02 {
    font-size: 2.4rem;
  }
}

.consul-text02 {
  font-size: 5.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 9rem;
  color: #0d1a40;
  line-height: 1;
}
@media (max-width: 767px) {
  .consul-text02 {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.consul-text03 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12.6rem;
  color: #0d1a40;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .consul-text03 {
    font-size: 1.5rem;
  }
}

.consul-title {
  font-size: 5.7rem;
}
@media (max-width: 767px) {
  .consul-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4.8rem;
  }
}

.consul-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8.2rem;
  row-gap: 10rem;
  padding-bottom: 9.7rem;
  border-bottom: #4a92a0 3px solid;
}
@media (max-width: 767px) {
  .consul-lists {
    padding-bottom: 6.5rem;
  }
}

.consul-list {
  width: 33.9rem;
  height: 53.1rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 13.2102px rgba(160, 160, 160, 0.4);
  color: #0d1a40;
  position: relative;
}
.consul-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5.8rem;
  background-color: #58a5b1;
  z-index: 1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767px) {
  .consul-list::after {
    top: 103%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (min-width: 768px) {
  .consul-list:nth-of-type(3)::after, .consul-list:nth-of-type(6)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .consul-list:nth-of-type(6)::after {
    display: none;
  }
}

.consul-list-num {
  background-color: #478e9d;
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-left: 3.5rem;
  margin-top: 2rem;
}
.consul-list-num span {
  font-size: 3.4rem;
}

.consul-list-title {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.3793103448;
  margin-bottom: 1.5rem;
  margin-left: 3.5rem;
}

.consul-list-text {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.8571428571;
  margin-top: 1.5rem;
  margin-inline: 3rem;
}
@media (max-width: 767px) {
  .consul-list-text {
    font-size: 2rem;
    text-align: justify;
  }
}

.blog-container {
  padding: 19rem 3rem 19rem;
}
@media (max-width: 767px) {
  .blog-container {
    padding: 5.5rem 2rem;
  }
}

.blog-btn {
  width: 27.5rem;
  margin: 9.5rem auto 0;
  position: relative;
  display: block;
  height: auto;
  transition: all 0.3s ease;
}
.blog-btn img {
  width: 100%;
}
.blog-btn .service-btn-arrow {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
  width: 8rem;
}
.blog-btn:hover .service-btn-arrow {
  transform: translateY(-50%) translateX(1rem);
}

.blog-lists {
  display: flex;
  flex-direction: column;
  row-gap: 11.2rem;
  max-width: 100rem;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-lists {
    row-gap: 4.8rem;
    margin-bottom: 5.7rem;
  }
}
.blog-lists li {
  display: flex;
  column-gap: 2.8rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .blog-lists li {
    flex-direction: column;
  }
}
.blog-lists .blog-text02 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.blog-lists .blog-text02 a {
  color: #0d1a40;
}
@media (max-width: 767px) {
  .blog-lists .blog-text02 {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
.blog-lists .blog-text01 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-lists .blog-text01 {
    margin-bottom: 0.8rem;
  }
}
.blog-lists .blog-text03 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.blog-img {
  width: 35rem;
  aspect-ratio: 350/300;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-wrapper {
  display: flex;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .blog-wrapper {
    flex-direction: column;
  }
}

.blog-category-counts__title {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #539ea9;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.blog-category-counts__lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 2rem;
  font-size: 2.9rem;
  font-weight: 300;
  font-family: "Shippori Mincho", serif;
  background-color: #e8f4f6;
  line-height: 1;
}
.blog-category-counts__lists a {
  color: #333;
}

.single-news {
  padding: 8rem 0 10rem;
  background: #fff;
}
@media (max-width: 767px) {
  .single-news {
    padding: 5rem 0 6rem;
  }
}

.single-news .inner {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.breadcrumb {
  margin-bottom: 3.2rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #7a7a7a;
}
.breadcrumb a {
  color: #7a7a7a;
  text-decoration: none;
}

.single-news-article {
  border-top: 1px solid #d9dede;
  padding-top: 4rem;
}

.single-news-meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.single-news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
  padding: 0.6rem 1.4rem;
  background: #1f3b5b;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.single-news-date {
  font-size: 1.4rem;
  line-height: 1;
  color: #666;
  letter-spacing: 0.08em;
}

.single-news-title {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #222;
}
@media (max-width: 767px) {
  .single-news-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.single-news-thumbnail {
  margin-bottom: 4rem;
}
.single-news-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .single-news-thumbnail {
    margin-bottom: 3rem;
  }
}

.single-news-content {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-news-content > *:first-child {
  margin-top: 0;
}
.single-news-content p {
  margin: 0 0 2.4rem;
}
.single-news-content h2 {
  margin: 5.6rem 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #1f3b5b;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #1f3b5b;
}
@media (max-width: 767px) {
  .single-news-content h2 {
    font-size: 2rem;
    margin: 4rem 0 2rem;
  }
}
.single-news-content h3 {
  margin: 4rem 0 1.6rem;
  padding-left: 1.2rem;
  border-left: 0.3rem solid #c8a96b;
  font-size: 2rem;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 767px) {
  .single-news-content h3 {
    font-size: 1.8rem;
  }
}
.single-news-content ul,
.single-news-content ol {
  margin: 0 0 2.4rem 2rem;
}
.single-news-content li {
  margin-bottom: 0.8rem;
}
.single-news-content a {
  color: #1f3b5b;
  text-decoration: underline;
  word-break: break-all;
}
.single-news-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.2rem auto;
}
.single-news-content strong {
  font-weight: 700;
}
.single-news-content blockquote {
  margin: 3.2rem 0;
  padding: 2.4rem;
  background: #f7f8fa;
  border-left: 0.4rem solid #1f3b5b;
}

.single-news-bottom {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #d9dede;
}
@media (max-width: 767px) {
  .single-news-bottom {
    margin-top: 4rem;
    padding-top: 2.4rem;
  }
}

.single-news-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .single-news-pager {
    display: flex;
    justify-content: space-between;
  }
}
.single-news-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1.2rem 2rem;
  border: 1px solid #1f3b5b;
  color: #1f3b5b;
  text-decoration: none;
  font-size: 1.4rem;
  transition: 0.3s;
}
.single-news-pager a:hover {
  background: #1f3b5b;
  color: #fff;
}

.single-news-pager-prev {
  justify-self: start;
}
@media (max-width: 767px) {
  .single-news-pager-prev {
    justify-self: stretch;
  }
}

.single-news-pager-archive {
  justify-self: center;
}
@media (max-width: 767px) {
  .single-news-pager-archive {
    justify-self: stretch;
  }
}

.single-news-pager-next {
  justify-self: end;
}
@media (max-width: 767px) {
  .single-news-pager-next {
    justify-self: stretch;
  }
}/*# sourceMappingURL=style.css.map */