@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
.main-heading {
  position: relative;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 0.7em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .main-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .main-heading {
    font-size: 2rem;
  }
}
.main-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 6px;
  bottom: 0;
  background: #E2750F;
}

/* 共通見出し（h4相当）*/
.main-subheading {
  position: relative;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.4em;
  margin-bottom: 1.2em;
  border-bottom: 3px solid #ddd;
}
@media screen and (max-width: 479.98px) {
  .main-subheading {
    font-size: 1.8rem;
  }
}
.main-subheading::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 70px;
  height: 3px;
  background: #FFA43A;
}

/* 共通見出し（h5相当）*/
.main-subsubheading {
  position: relative;
  color: #E2750F;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .main-subsubheading {
    font-size: 1.8rem;
  }
}

.common-content:not(:last-child) {
  margin-bottom: 4em;
}
.common-content ul li {
  list-style: disc;
  margin-left: 1.3em;
}
.common-content ul li:not(:last-child) {
  margin-bottom: 1em;
}
.common-content ul li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ul li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ul li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ul li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ul li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ul li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol li {
  list-style: decimal;
  margin-left: 1.3em;
}
.common-content ol li:not(:last-child) {
  margin-bottom: 1em;
}
.common-content ol li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ol li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ol li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ol li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ol li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol > li {
  margin-left: 1.5em !important;
}
.common-content ol.list-number {
  counter-reset: list-counter;
}
.common-content ol.list-number li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 0 !important;
  list-style: none;
}
.common-content ol.list-number li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  border: 1px solid #555;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: transparent;
}
.common-block:not(:last-child) {
  margin-bottom: 4em;
}
.common-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 1099.98px) {
  .common-container {
    flex-direction: column;
  }
}
.common-main {
  flex: 1;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 1100px), print {
  .common-main {
    margin: 0 3em 0 0;
  }
}
.common-side {
  width: 42%;
  max-width: 443px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .common-side {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px) {
  .common-side {
    max-width: 300px;
  }
}
.common-side img {
  max-width: 100%;
  height: auto;
}
.common-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
}
.common-table tr:first-child th, .common-table tr:first-child td {
  border-top: 1px solid #CCC;
}
.common-table tr th, .common-table tr td {
  vertical-align: middle;
  padding: 0.9em 0.7em;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 479.98px) {
  .common-table tr th, .common-table tr td {
    font-size: 1.4rem;
  }
}
.common-table tr th {
  font-weight: 500;
  font-family: "Zen Old Mincho", sans-serif;
  width: 20em;
  background-color: #f7f7f7;
}
@media screen and (max-width: 479.98px) {
  .common-table tr th {
    width: 6.5em;
  }
}
.common-table tr td a {
  color: #E2750F;
}
.common-note {
  font-size: 1.5rem;
}
@media screen and (max-width: 479.98px) {
  .common-note {
    font-size: 1.4rem;
  }
}
.common-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
@media screen and (max-width: 479.98px) {
  .common-text {
    font-size: 1.4rem;
  }
}
.common-text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.common-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #FFA43A;
  text-align: center;
  border-bottom: 1px solid #FFA43A;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    font-size: 1.8rem;
  }
}
.common-subheading {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 640px), print {
  .common-subheading {
    font-size: 1.8rem;
  }
}
.common-subheading::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 10px;
  height: 17px;
  background-color: #FFA43A;
  transform: skewX(-30deg);
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-link {
    font-size: 1.2rem;
  }
}
.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #FFA43A;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #FFA43A;
  border: 1px solid #FFA43A;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .common-link span {
    padding: 1.2rem 5.5rem 1.2rem 1.3rem;
  }
}
.common-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: all;
}
@media screen and (max-width: 1099.98px) {
  .common-link::before {
    width: 35px;
    height: 6px;
    top: calc(50% - 0.4rem);
  }
}
.common-link::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #FFA43A;
  background-color: #FFA43A;
  z-index: -1;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
}

.link-button, .link-button_w {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 15em;
  padding: 0.8em 3em 0.9em 2em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #E2750F;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5em;
  margin-top: 2.5em;
}
@media screen and (min-width: 768px), print {
  .link-button, .link-button_w {
    font-size: 1.7rem;
    padding: 1.1em 3em 1.2em 3em;
  }
}
.link-button:hover, .link-button_w:hover {
  background-color: #FFA43A;
  color: #fff;
}

.link-button_w {
  background-color: #fff;
  color: #E2750F;
}
.link-button_w:hover {
  background-color: #FFA43A;
  color: #fff;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

.global-contact {
  display: flex;
}
.global-contact-item {
  width: 50%;
  height: 60px;
}
.global-contact-item.mail a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  place-content: center;
  text-align: center;
  background-color: #FFA43A;
  color: #fff;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s ease;
}
.global-contact-item.mail a:hover {
  opacity: 0.8;
}
.global-contact-item.mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
}
.global-contact-item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 15px;
  background: url("../images/icon_mail.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.global-contact-item.tel .tel-link {
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  background: #fff7ee;
  place-content: center;
}
.global-contact-item.tel .tel-text {
  display: block;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0 0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 640px), print {
  .global-contact-item.tel .tel-text {
    font-size: 1.1rem;
  }
}
.global-contact-item.tel .tel-num {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  line-height: 1.2;
  color: #111;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 640px), print {
  .global-contact-item.tel .tel-num {
    font-size: 2.5rem;
  }
}
.global-contact-item.tel .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 16px;
  height: 16px;
  background: url("../images/icon-tel.svg") no-repeat center/contain;
}
.mt-0 {
  margin-top: 0 !important;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------
  header
-------------------------------- */
.header {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 5%;
}
@media screen and (max-width: 1599.98px) {
  .header {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1279.98px) {
  .header {
    top: 10px;
    padding: 0 2%;
  }
}
.header-inner {
  height: 110px;
  background-color: #ffffff;
  border-radius: 55px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 1599.98px) {
  .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-inner {
    width: 100%;
    height: 90px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-inner {
    display: block;
    height: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
}
.header-logo-area {
  background-color: #ffa43a;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  padding: 0 1em 0 5em;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 32em;
}
@media screen and (max-width: 1599.98px) {
  .header-logo-area {
    padding: 0 2.4em;
    width: 28.5em;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-logo-area {
    padding: 0 2em;
    width: 22em;
  }
}
.header-logo-link {
  text-decoration: none;
  display: block;
}
.header-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.header-logo-text .logo-row-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.header-logo-text .logo-small {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}
.header-logo-text .logo-branch {
  background-color: #fff;
  color: #ffa43a;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1px 10px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.header-logo-text .logo-main {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}
.header-logo-text .logo-en {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 1599.98px) {
  .header-logo-text .logo-main {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-logo-text .logo-small {
    font-size: 1.5rem;
  }
  .header-logo-text .logo-branch {
    font-size: 1.1rem;
    padding: 1px 8px;
  }
  .header-logo-text .logo-main {
    font-size: 2.6rem;
  }
  .header-logo-text .logo-en {
    font-size: 1rem;
  }
}
.header-right {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.header-right-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  min-width: 0;
}
@media screen and (max-width: 1599.98px) {
  .header-right-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-right-info {
    padding: 0 16px;
  }
}
.header-right-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 10px;
}
.header-contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
@media screen and (max-width: 1599.98px) {
  .header-contact-info {
    gap: 10px;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-contact-info {
    gap: 8px;
  }
}
.header-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1599.98px) {
  .header-hours {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-hours {
    font-size: 1.1rem;
  }
}
.header-phone {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4rem;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1599.98px) {
  .header-phone {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-phone {
    font-size: 2.6rem;
  }
}
.header-phone::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 31px;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
  margin-right: 2px;
}
@media screen and (max-width: 1279.98px) {
  .header-phone::before {
    width: 16px;
    height: 23px;
  }
}
.header-contact {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .header-contact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
.header-btn-area {
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin: 1.5em 0;
  border-left: 1px solid #ddd;
  flex-shrink: 0;
}
@media screen and (max-width: 1599.98px) {
  .header-btn-area {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-btn-area {
    padding: 0 12px;
    margin: 1.2em 0;
  }
}
.header-btn {
  background-color: #e2750f;
  color: #fff;
  height: 60px;
  padding: 0 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 1599.98px) {
  .header-btn {
    padding: 0 32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-btn {
    height: 52px;
    padding: 0 22px;
    font-size: 1.3rem;
    gap: 6px;
  }
}
.header-btn:hover {
  opacity: 0.8;
}
.header-btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
@media screen and (max-width: 1279.98px) {
  .header-btn::before {
    width: 15px;
    height: 15px;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
    z-index: 900;
    padding: 0 !important;
    background-color: #FFA43A;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  .header-inner {
    display: block !important;
    height: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }
  .header-logo-area {
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    padding: 0.45rem 60px 0 2rem;
    background-color: #FFA43A;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 900;
  }
  .header-logo-link {
    width: auto;
    max-width: calc(100% - 20px);
  }
  .header-logo-text {
    color: #fff;
  }
  .header-logo-text .logo-row-top {
    gap: 6px;
    margin-bottom: 0;
  }
  .header-logo-text .logo-small {
    font-size: 1.2rem;
  }
  .header-logo-text .logo-branch {
    padding: 1px 8px;
    color: #FFA43A;
    font-size: 1rem;
    background-color: #fff;
  }
  .header-logo-text .logo-main {
    font-size: 1.9rem;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .header-logo-text .logo-en {
    display: none;
  }
  .header-right-top, .header-btn-area {
    display: none !important;
  }
  .header-right, .header-right-info {
    display: block !important;
    padding: 0 !important;
  }
  .nav-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    background-color: #fff;
  }
  .nav-open .nav-button {
    display: none;
  }
  .nav-button-icon {
    display: block;
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background-color: #FFA43A;
  }
  .nav-button-icon::before, .nav-button-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #FFA43A;
  }
  .nav-button-icon::before {
    margin-top: -8px;
  }
  .nav-button-icon::after {
    margin-top: 8px;
  }
  .nav-button::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    line-height: 1;
    font-size: 1rem;
    color: #FFA43A;
    text-align: center;
  }
  body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none !important;
  }
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo-area {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    padding: 0 2%;
    transform: translateY(75px);
    transition: transform 0.2s;
    z-index: 9999;
  }
  .header.fixed .header-inner {
    height: 90px;
    border-radius: 45px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo-area {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .header.fixed .header-logo-text .logo-small {
    font-size: 1.5rem;
  }
  .header.fixed .header-logo-text .logo-branch {
    font-size: 1.1rem;
    padding: 1px 8px;
  }
  .header.fixed .header-logo-text .logo-main {
    font-size: 2.6rem;
  }
  .header.fixed .header-logo-text .logo-en {
    font-size: 1rem;
  }
  .header.fixed .header-right-info {
    padding: 0 16px;
  }
  .header.fixed .header-right-top {
    margin-bottom: 8px;
  }
  .header.fixed .header-hours {
    font-size: 1.1rem;
  }
  .header.fixed .header-phone {
    font-size: 2.6rem;
  }
  .header.fixed .header-btn-area {
    padding: 0 12px;
    margin: 1.2em 0;
  }
  .header.fixed .header-btn {
    height: 52px;
    padding: 0 22px;
    font-size: 1.3rem;
    gap: 6px;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition-property: opacity, left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: auto;
    transition: none;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    left: -260px;
    width: 260px;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .nav .inner {
    height: auto;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    height: auto;
    overflow: visible;
    background-color: transparent;
    padding-bottom: 0;
  }
}

/* メインナビ */
.main-nav {
  opacity: 0;
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    gap: 2.5rem;
    justify-content: flex-end;
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (max-width: 1599.98px) {
  .main-nav {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .main-nav {
    gap: 1rem;
  }
}
.nav-open .main-nav {
  opacity: 1;
}
.main-nav .nav-item {
  position: relative;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    border-bottom: none;
  }
}
.main-nav .nav-item.main-nav-active .nav-link {
  background-color: rgba(255, 164, 58, 0.9);
  color: #fff;
}
.main-nav .nav-item.main-nav-active .nav-link::after {
  border-color: #fff;
}
.main-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 1em;
  color: #444;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: inherit;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: inline-block;
    height: auto;
    padding: 0;
    color: #333;
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    transition-property: color;
  }
}
@media screen and (max-width: 1599.98px) {
  .main-nav .nav-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .main-nav .nav-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    font-size: 1.5rem;
  }
}
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 1.1em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #FFA43A;
  border-left: 1px solid #FFA43A;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::after {
    content: none;
  }
}
.main-nav .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 164, 58, 0.9);
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #e2750f;
    background-color: transparent;
  }
}
.main-nav .nav-link:hover::after {
  border-color: #fff;
}
.main-nav .nav-link span {
  position: relative;
  display: block;
  padding-right: 2em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link span {
    padding-right: 0;
  }
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #FFA43A;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none !important;
  }
}
.nav-open .nav-close-button {
  display: block;
}
.nav-close-button .nav-button-icon {
  display: block;
  position: absolute;
  top: -17px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #fff;
  z-index: 100;
  flex: 1;
  overflow-x: hidden;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------
  フッター (_footer.scss)
-------------------------------- */
.footer {
  position: relative;
  z-index: 101;
  overflow: visible;
}
@media screen and (max-width: 1099.98px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer-contact-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  margin-top: -120px; /* pull up over the map overlay */
  margin-bottom: 5rem;
}
.footer-contact-wrapper::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 50%;
  bottom: -2rem;
  left: 50%;
  width: 100vw;
  background: #FFF7F0;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-contact-box {
  background: #fff;
  border-radius: 10px;
  padding: 5rem 2em 6rem;
}
@media screen and (max-width: 767.98px) {
  .footer-contact-box {
    padding: 3.5rem 1.5em 4.5rem;
  }
}
.footer-contact-box {
  text-align: center;
}
.footer-contact-box .contact-box-msg {
  margin-bottom: 4rem;
}
.footer-contact-box .contact-box-msg .msg-1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-msg .msg-1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-msg .msg-1 {
    font-size: 1.8rem;
  }
}
.footer-contact-box .contact-box-msg .msg-1 .c-org {
  color: #e2750f;
}
.footer-contact-box .contact-box-msg .msg-2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-msg .msg-2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-msg .msg-2 {
    font-size: 1.8rem;
  }
}
.footer-contact-box .contact-box-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  padding-top: 0;
}
.footer-contact-box .contact-box-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background-color: #ddd;
  transform: translateX(-52%);
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-contact-box .contact-box-bottom::before {
    display: none;
  }
}
.footer-contact-box .contact-box-phone-area {
  text-align: center;
  min-width: 340px;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-phone-area {
    width: 100%;
    min-width: 0;
  }
}
.footer-contact-box .contact-box-phone-area .phone-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-phone-area .phone-label {
    font-size: 1.6rem;
  }
}
.footer-contact-box .contact-box-phone-area .phone-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 6.2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-phone-area .phone-number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-phone-area .phone-number {
    font-size: 3rem;
  }
}
.footer-contact-box .contact-box-phone-area .phone-number .icon-phone {
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-phone-area .phone-number .icon-phone {
    width: 22px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-phone-area .phone-number .icon-phone {
    width: 15px;
  }
}
.footer-contact-box .contact-box-phone-area .phone-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-phone-area .phone-hours {
    font-size: 1.3rem;
  }
}
.footer-contact-box .contact-box-btn-area {
  min-width: 340px;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-btn-area {
    width: 100%;
    min-width: 0;
  }
}
.footer-contact-box .contact-box-btn-area .btn-contact {
  width: 420px;
  max-width: 100%;
  height: 100px;
  font-size: 2.4rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-box .contact-box-btn-area .btn-contact {
    width: 100%;
    height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-contact-box .contact-box-btn-area .btn-contact {
    font-size: 1.5rem;
  }
}
.footer-contact-box .contact-box-btn-area .btn-contact .icon-mail {
  width: 25px;
  height: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.footer-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem 10rem;
  z-index: 1;
}
.footer-inner::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #FFF7F0;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-logo-area {
    text-align: center;
  }
}
.footer-logo-area .footer-logo-text {
  margin-bottom: 1.5rem;
  color: #333;
}
.footer-logo-area .footer-logo-text .logo-row-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 479.98px) {
  .footer-logo-area .footer-logo-text .logo-row-top {
    justify-content: center;
  }
}
.footer-logo-area .footer-logo-text .logo-small {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 479.98px) {
  .footer-logo-area .footer-logo-text .logo-small {
    font-size: 1.4rem;
  }
}
.footer-logo-area .footer-logo-text .logo-branch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  background: #FFA43A;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 479.98px) {
  .footer-logo-area .footer-logo-text .logo-branch {
    padding: 1px 10px;
    font-size: 1rem;
  }
}
.footer-logo-area .footer-logo-text .logo-main {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 479.98px) {
  .footer-logo-area .footer-logo-text .logo-main {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.footer-logo-area .footer-logo-text .logo-en {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.12em;
}
.footer-logo-area .footer-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-nav ul {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-nav a:hover {
  color: #e2750f;
}
.footer-bottom {
  background-color: #F9E1C5;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 3rem 1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-bottom {
    padding: 3rem 2em;
  }
}
.footer-bottom .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  color: #666;
}

.pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1099.98px) {
  .pagetop {
    bottom: 70px;
  }
}
.pagetop {
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1100px), print {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.hide .pagetop, .pagetop.fixed {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 1;
  pointer-events: auto;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid #eee;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #FFA43A;
}
.pagetop a:hover::before {
  border-color: #fff;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #FFA43A;
  border-right: 2px solid #FFA43A;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}

.swiper-container {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 4em;
}
@media screen and (max-width: 1099.98px) {
  .swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    margin-bottom: 2.5em;
  }
}
.swiper-img {
  display: block;
}
.swiper-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .swiper-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
.swiper-pagination {
  height: 30px !important;
  z-index: 899 !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;
  background-color: #333 !important;
}
@media screen and (max-width: 1099.98px) {
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #F2D11A !important;
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-catch {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .slider-catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-catch {
    font-size: 1.8rem;
  }
}
.slider-side {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateY(-35%);
}
@media screen and (max-width: 1099.98px) {
  .slider-side {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slider-subheading {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.4;
  max-width: 1100px;
  margin: 0 auto 2rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.65), 0 0 8px rgba(255, 255, 255, 0.65), 0 0 12px rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 1599.98px) {
  .slider-subheading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slider-subheading {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 479.98px) {
  .slider-subheading {
    font-size: 1.8rem;
  }
}
.slider-heading {
  padding: 1.5rem 2rem;
  width: 100%;
  max-width: 75%;
  background-color: rgba(154, 202, 26, 0.82);
}
@media screen and (max-width: 1099.98px) {
  .slider-heading {
    margin: 0 auto;
  }
}
.slider-heading .heading {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  padding-left: 3%;
  color: #FFF;
  font-size: 4.3rem;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1599.98px) {
  .slider-heading .heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .slider-heading .heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slider-heading .heading {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-heading .heading {
    font-size: 2.2rem;
  }
}
.slider-scroll {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/base/icon-scroll.png") no-repeat center/cover;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.swiper-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 1200;
  max-width: 1175px;
}
@media screen and (min-width: 1600px), print {
  .swiper-arrow {
    max-width: 1310px;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  width: 100%;
  z-index: 105;
  height: 400px;
  background: url(../images/mv.png) no-repeat center 45%/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 180px;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  max-width: none;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .page-title-inner {
    padding-top: 0;
  }
}
.page-title-name {
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 3.8rem;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 14px rgb(255, 255, 255), 0 0 22px rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 1rem 1em 1.3rem 1em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}
.page-title-name span {
  display: block;
  font-weight: 700;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.6s;
    transition-delay: 0.3s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1280px), print {
  .mail-button {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: background-color 0.3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #E2750F;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/base/icon-mail_wht.png") no-repeat center/cover;
  }
  .mail-button a::after {
    content: "MAIL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .mail-button a:hover {
    background-color: #FFA43A;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .title {
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: #FFA43A;
}
.contact-form table th .option {
  background-color: #999;
}
.contact-form table td {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}
.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  background-color: #E2750F;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.contact-submit .btn:hover {
  color: #fff;
  background-color: #FFA43A;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #FFA43A;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #FFA43A;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------
  Main Visual
-------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
  background: url(../images/mv2.png) no-repeat center center/cover;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual {
    height: auto;
    aspect-ratio: 1920/850;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media screen and (max-width: 1279.98px) {
  .mainvisual {
    height: auto;
    aspect-ratio: 1920/850;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
    background-image: url(../images/mv2_sp.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.mainvisual-main {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-main {
    height: auto;
  }
}
.mainvisual-side {
  position: absolute;
  top: 100px;
  right: 5%;
  width: 44%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-side {
    width: 46%;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-side {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 65%;
    padding-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-side {
    padding-bottom: 20px;
  }
}
.mainvisual-catch {
  padding-left: 5%;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch {
    padding-left: 0;
    text-align: center;
    padding: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch {
    padding: 1.6rem 2rem;
  }
}

.catch-line {
  display: block;
  width: 100%;
  max-width: 748px;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 2rem;
  transform: rotate(-1.94deg);
}
@media screen and (max-width: 1099.98px) {
  .catch-line {
    margin: 0 auto 2rem;
  }
}
.catch-jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1599.98px) {
  .catch-jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .catch-jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .catch-jp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .catch-jp {
    font-size: 2rem;
  }
}
.catch-jp .c-org {
  color: #e2750f;
}
.catch-jp .catch-highlight {
  background-image: linear-gradient(transparent 70%, #f8dab9 70%);
  display: inline;
}
.catch-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.78;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1279.98px) {
  .catch-desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .catch-desc {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (max-width: 1599.98px) {
  .catch-desc .desc-break {
    display: none;
  }
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}
.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #000;
}
.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}
.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}
.pankz-item._current a {
  position: relative;
  color: #FFA43A;
  padding-left: 1.5em;
}
.pankz-item._current a:hover {
  text-decoration: underline;
}
.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

/* --------------------------------
  トップページ (_index.scss)
-------------------------------- */
.section {
  padding: 8rem 0;
}
@media screen and (max-width: 1099.98px) {
  .section {
    padding: 4rem 0;
  }
}
.section-header {
  margin-bottom: 5rem;
  text-align: center;
}
.section-heading {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.section-heading.left {
  align-items: flex-start;
}
.section-heading .en {
  font-size: 8.2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279.98px) {
  .section-heading .en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-heading .en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading .en {
    font-size: 4.2rem;
  }
}
.section-heading .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  color: #777;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .section-heading .jp {
    font-size: 1.5rem;
  }
}

.c-org {
  color: #e2750f;
}

.btn-org {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e2750f;
  color: #fff;
  border-radius: 50px;
  width: 250px;
  height: 65px;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-indent: -1.2rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .btn-org {
    width: 200px;
    height: 50px;
    font-size: 1.4rem;
  }
}
.btn-org:hover {
  opacity: 0.8;
}
.btn-org .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/arrow.svg) no-repeat center/contain;
  margin-left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1099.98px) {
  .btn-org .arrow {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}

/* About Us */
.top-about {
  background: #fff;
  padding-top: 10rem;
}
@media screen and (max-width: 1099.98px) {
  .top-about {
    padding-top: 4rem;
  }
}
.top-about .about-heading-wrap {
  position: relative;
  padding-top: clamp(6.5rem, 8vw, 11rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-heading-wrap {
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-heading-wrap {
    text-align: left;
  }
}
.top-about .about-bg-text {
  position: absolute;
  top: 1.2rem;
  left: -2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(5rem, 7vw, 10rem);
  color: rgba(17, 17, 17, 0.05);
  font-weight: 700;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-bg-text {
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-bg-text {
    left: -2rem;
    transform: none;
  }
}
.top-about .about-title {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279.98px) {
  .top-about .about-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-title {
    font-size: 1.7rem;
  }
}
.top-about .about-subheading {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 1279.98px) {
  .top-about .about-subheading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-subheading {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-subheading {
    font-size: 2rem;
  }
}
.top-about .about-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-desc {
    font-size: 1.4rem;
  }
}
.top-about .about-btn-wrap {
  text-align: right;
}
@media screen and (max-width: 1099.98px) {
  .top-about .about-btn-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about .about-btn-wrap {
    transform: none;
  }
}
.top-about-container {
  display: flex;
  align-items: center;
  gap: 9rem;
}
@media screen and (max-width: 1099.98px) {
  .top-about-container {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-container {
    gap: 4.5rem;
  }
}
.top-about-left {
  flex: 1;
}
.top-about-right {
  width: 48%;
  max-width: 500px;
  flex-shrink: 0;
}
@media screen and (max-width: 1099.98px) {
  .top-about-right {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-right {
    max-width: 300px;
  }
}
.top-about-right img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

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

/* 取扱業務 */
.top-service-section {
  position: relative;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-bottom: 0;
  margin-left: -1em;
  padding: 6em 0;
}
@media screen and (min-width: 1100px), print {
  .top-service-section {
    width: calc(100% + 4em);
    margin-right: -2em;
    margin-left: -2em;
    padding: 6em 0 7em;
  }
}
.top-service-section {
  position: relative;
  padding: 0;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-bottom: 0;
  margin-left: -1em;
  padding: 6em 0;
}
@media screen and (min-width: 1100px), print {
  .top-service-section {
    width: calc(100% + 4em);
    margin-right: -2em;
    margin-left: -2em;
    padding: 6em 0 7em;
  }
}
.top-service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF1E5;
  z-index: -1;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
}
.top-service-section .inner {
  width: 100%;
  max-width: none;
}
.top-service-intro {
  margin-bottom: 3.5em;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .top-service-intro {
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 2em;
  }
}
.top-service-subheading {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.8rem, 2vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-service-subheading {
    font-size: 30px;
  }
}
.top-service-subheading .c-org {
  color: #E2750F;
}
.top-service-desc {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 1099.98px) {
  .top-service-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-service-desc {
    font-size: 1.4rem;
  }
}
.top-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 1099.98px) {
  .top-service-grid {
    grid-template-columns: 1fr;
  }
}
.top-service-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.top-service-item::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 2px solid #fff;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 479.98px) {
  .top-service-item::after {
    inset: 0.5rem;
  }
}
.top-service__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-service__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.top-service__sub-wrap {
  width: 100%;
  max-width: 65%;
  min-width: 260px;
  position: relative;
  display: inline-block;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  padding: 0.8rem 3rem;
  z-index: 2;
}
@media screen and (max-width: 479.98px) {
  .top-service__sub-wrap {
    padding: 0.3rem 2rem 0.5rem 2rem;
  }
}
.top-service__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  color: #e2750f;
  white-space: nowrap;
  font-weight: 700;
}
.top-service__band {
  position: relative;
  width: 100%;
  max-width: 80%;
  background: rgba(226, 117, 15, 0.85);
  padding: 0.9rem 4rem 1.2rem 3rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  margin-top: -5px;
}
@media screen and (max-width: 479.98px) {
  .top-service__band {
    padding: 0.7rem 3rem 1rem 2rem;
  }
}
.top-service__band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1099.98px) {
  .top-service__band::after {
    right: 3rem;
    width: 8px;
    height: 8px;
  }
}
.top-service__title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 2.5vw, 4rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}

/* 税理士紹介 */
.top-staff {
  background: #fff;
  padding: 10rem 0 5rem;
}
.top-staff-container {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1099.98px) {
  .top-staff-container {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.top-staff-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-staff-right {
  width: 48%;
  max-width: 443px;
  flex-shrink: 0;
}
@media screen and (max-width: 1099.98px) {
  .top-staff-right {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px) {
  .top-staff-right {
    max-width: 300px;
  }
}

.staff-heading {
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}
@media screen and (max-width: 1099.98px) {
  .staff-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .staff-heading {
    font-size: 2rem;
  }
}
.staff-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
  width: 100%;
}
@media screen and (max-width: 479.98px) {
  .staff-text {
    font-size: 1.4rem;
  }
}
.staff-text p {
  margin-bottom: 2rem;
}
.staff-btn-wrap {
  width: 100%;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 1099.98px) {
  .staff-btn-wrap {
    text-align: center;
  }
}
.staff-photo-box {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f0f0f0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
.staff-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-photo-dummy {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  color: #555;
}
.staff-info {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.staff-role {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1rem;
}
.staff-name {
  font-size: 2.8rem;
  font-weight: 700;
}
.staff-furigana {
  font-size: 1.2rem;
  color: #777;
  margin-top: 0.5rem;
  letter-spacing: 0.2em;
}

/* 記事コンテンツ */
.top-article {
  position: relative;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-bottom: 0;
  margin-left: -1em;
  padding: 5rem 1em 6rem;
}
@media screen and (min-width: 1100px), print {
  .top-article {
    width: calc(100% + 4em);
    margin-right: -2em;
    margin-left: -2em;
    padding: 5rem 2em 6rem;
  }
}
.top-article::before {
  content: "";
  position: absolute;
  top: 11rem;
  left: 0;
  width: 100%;
  height: calc(100% - 11rem);
  background-color: #FFFBF1;
  z-index: 0;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}
@media screen and (max-width: 1099.98px) {
  .top-article::before {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}
.top-article .inner {
  position: relative;
  z-index: 1;
}
.top-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767.98px) {
  .top-article-grid {
    grid-template-columns: 1fr;
  }
}

.article-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media screen and (max-width: 479.98px) {
  .article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .article-btn {
    width: 160px;
    height: 44px;
    font-size: 1.3rem;
  }
}
.article-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.article-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
@media screen and (max-width: 1099.98px) {
  .article-title {
    font-size: 1.6rem;
  }
}
.article-title .sq {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e2750f;
  margin-right: 10px;
  margin-top: 6px;
  flex-shrink: 0;
}
.article-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
}
.article-link {
  display: block;
  padding: 3rem 2rem;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 479.98px) {
  .article-link {
    padding: 2.5rem 1.8rem;
  }
}

/* お知らせ */
.top-news {
  background: #fff;
  padding: 6rem 0 12rem;
}
.top-news .news-btn {
  width: 250px;
  height: 65px;
  font-size: 1.5rem;
}
@media screen and (max-width: 479.98px) {
  .top-news .news-btn {
    width: 160px;
    height: 44px;
    font-size: 1.3rem;
  }
}
.top-news .news-item {
  border-bottom: 1px solid #eee;
}
.top-news .news-item a {
  display: block;
  padding: 2.5rem 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.top-news .news-item a:hover {
  color: #e2750f;
}
.top-news .news-date {
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #e2750f;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479.98px) {
  .top-news .news-date {
    font-size: 1.4rem;
  }
}
.top-news .news-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 479.98px) {
  .top-news .news-title {
    font-size: 1.4rem;
  }
}
.top-news-container {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
}
@media screen and (max-width: 1099.98px) {
  .top-news-container {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.top-news-left {
  flex: 1;
  width: 100%;
}
.top-news-right {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1099.98px) {
  .top-news-right {
    width: 100%;
    align-items: flex-start;
  }
}
.top-news-right .section-header {
  margin-bottom: 2rem;
  text-align: right;
}
@media screen and (max-width: 1099.98px) {
  .top-news-right .section-header {
    text-align: left;
  }
}
.top-news-right .section-header .section-heading {
  align-items: flex-end;
}
@media screen and (max-width: 1099.98px) {
  .top-news-right .section-header .section-heading {
    align-items: flex-start;
  }
}
.top-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Googleマップ */
.top-map {
  position: relative;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .top-map {
    width: calc(100% + 4em);
    margin-right: -2em;
    margin-left: -2em;
  }
}
.top-map .map-iframe-wrap {
  position: relative;
  width: 100%;
}
.top-map .map-iframe-wrap::before {
  content: "";
  display: block;
  padding-top: 26.0416666667%;
}
@media screen and (max-width: 479.98px) {
  .top-map .map-iframe-wrap::before {
    padding-top: 70%;
  }
}
.top-map .map-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* アクセス */
.top-access {
  position: relative;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .top-access {
    width: calc(100% + 4em);
    margin-right: -2em;
    margin-left: -2em;
  }
}
.top-access .access-bg-wrap {
  background: url(../images/access.png) no-repeat center/cover;
  padding: 4rem 1em 18rem;
}
@media screen and (min-width: 1100px), print {
  .top-access .access-bg-wrap {
    padding: 4rem 2em 20rem;
  }
}
.top-access .access-header {
  margin-bottom: 4rem;
  text-align: center;
}
.top-access .access-header .section-heading .en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13rem;
}
@media screen and (max-width: 1099.98px) {
  .top-access .access-header .section-heading .en {
    font-size: 5rem;
  }
}
.top-access .access-header .section-heading .jp {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.top-access .access-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .top-access .access-info-list {
    grid-template-columns: 1fr;
  }
}
.top-access .access-info-item {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2rem;
  padding: 2.8rem 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .top-access .access-info-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
}
.top-access .access-info-th {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 1099.98px) {
  .top-access .access-info-th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-access .access-info-th {
    font-size: 1.4rem;
  }
}
.top-access .access-info-td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 1099.98px) {
  .top-access .access-info-td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-access .access-info-td {
    font-size: 1.4rem;
  }
}
.top-access .access-info-td span {
  display: block;
}
.top-access .access-info-td a {
  color: #fff;
}
.top-access .access-info-td a:hover {
  text-decoration: underline;
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-section .news-date {
  width: 100%;
  margin-bottom: 1rem;
}
.news-detail-section .news-date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
  color: #707070;
}
@media screen and (max-width: 767.98px) {
  .news-detail-section .news-date {
    margin-bottom: 1em;
  }
}
.news-topics {
  position: relative;
  display: flex;
  padding: 2em 1.5em;
  border: 1px solid #FFA43A;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 575.98px) {
  .news-topics {
    flex-direction: column;
  }
}
.news-topics:hover {
  background-color: #FFA43A;
}
.news-topics:hover .news-date {
  color: #fff;
}
.news-topics:hover .news-title {
  color: #fff;
}
.news-topics:not(:last-child) {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767.98px) {
  .news-topics:not(:last-child) {
    margin-bottom: 1em;
  }
}
.news-link {
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.6rem;
  }
}
.news-link:hover {
  text-decoration: underline;
}
.news-date {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  width: 6em;
  color: #333;
  margin-right: 4rem;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .news-date {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.news-title {
  display: block;
  flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 1.4rem;
  }
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}
.news-text {
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #FFA43A;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2rem;
  padding: 0.5rem 1.1rem;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0.35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: 0.35em 0.75em;
    font-size: 1em;
  }
}
.pagination a:hover, .pagination span.current {
  background-color: #FFA43A;
}

.pagination a:hover {
  text-decoration: none;
}

/* --------------------------------

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 0 8em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 3em 0 12em;
  }
}
.secondary-section p {
  line-height: 1.8;
}

.single-heading .jp {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .single-heading .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .single-heading .jp {
    font-size: 2rem;
  }
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text p:not(:last-child) {
  margin-bottom: 1em;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}
.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .category-list ul li {
    width: 50%;
  }
}
.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #222;
}
.category-link:hover {
  color: #222;
  text-decoration: none;
}
.category-link:hover .category-title {
  color: #FFA43A;
  transition: color 0.3s ease;
}
.category-title {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.category-body {
  font-size: 0.9em;
}
.category-img {
  float: left;
  width: 90px;
}
.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
@media screen and (max-width: 479.98px) {
  .detail-text {
    font-size: 1.4rem;
  }
}
.detail-text h3 {
  position: relative;
  color: #333;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding: 0.7em 0 0.7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #FFA43A;
}
@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}
.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.detail-text h3 span,
.detail-text h3 a {
  font-weight: 500 !important;
}
.detail-text h4 {
  position: relative;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #FFA43A;
}
.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FFA43A;
  transform: translateY(-40%);
}
.detail-text h4 span,
.detail-text h4 a {
  font-weight: 500 !important;
}
.detail-text blockquote {
  padding: 1.5em;
  border-radius: 0.5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}
.detail-text blockquote p {
  margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}
.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}
.detail-text ul {
  list-style: disc;
}
.detail-text ol {
  list-style: decimal;
}
.detail-text table {
  width: 100%;
  border-collapse: collapse;
}
.detail-text table th,
.detail-text table td {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}
.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}
.detail-text .post-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}
.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}
.detail-text .post-list li:before {
  display: none;
}
.detail-text .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.detail-text .post-list li p {
  font-size: 0.9em;
}
.detail-text .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.detail-paging-subsection a {
  font-weight: bold;
}
@media screen and (max-width: 479.98px) {
  .detail-paging-subsection a {
    font-size: 1.4rem;
  }
}
.detail-paging-subsection .prev {
  float: left;
}
.detail-paging-subsection .next {
  float: right;
}
.detail-paging-subsection .back {
  text-align: center;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}
.pagination a:hover,
.pagination span.current {
  background-color: #E2750F;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
}

.privacy strong {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
}/*# sourceMappingURL=styles.css.map */