@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  color: #ffd700;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #C6A800;
}

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

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.2em;
  }
}

.common-heading {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px), print {
  .common-heading {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-heading {
    margin-bottom: 4rem;
    font-size: 3.8rem;
  }
}

.common-heading2 {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .common-heading2 {
    margin-bottom: 3rem;
  }
}

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

.common-link {
  position: relative;
  display: block;
  background-color: #ffd700;
  padding: 1.2rem 1rem 1.2rem 1rem;
  color: #000;
  font-size: 1.5rem;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 480px), print {
  .common-link {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}

.common-link:hover {
  color: #fff;
  background-color: #C6A800;
}

.common-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.global-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 110;
}

@media screen and (min-width: 768px), print {
  .global-contact-list {
    height: 70px;
  }
}

.global-contact-item {
  width: 25%;
}

.global-contact-item:not(:last-child) {
  padding-right: .2rem;
}

.global-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 .2em;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 768px), print {
  .global-contact-link {
    font-size: 1.6rem;
    padding: 0 .5em;
  }
}

@media screen and (min-width: 1100px), print {
  .global-contact-link {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .global-contact-link br {
    display: none;
  }
}

.global-contact-link:hover {
  opacity: .9;
  color: #fff;
}

.global-contact-link::before {
  content: "";
  display: block;
  margin-right: .5rem;
}

@media screen and (min-width: 768px), print {
  .global-contact-link::before {
    margin-right: 1rem;
  }
}

.global-contact-link.mail::before {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 18px;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .global-contact-link.mail::before {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 27px;
  }
}

.global-contact-link.whatsapp::before {
  width: 2.3rem;
  height: 2.4rem;
  line-height: 24px;
  background: url(../img/base/whatsapp_icon.png) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .global-contact-link.whatsapp::before {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 27px;
  }
}

.global-contact-link.tel::before {
  width: 2.1rem;
  height: 2.1rem;
  line-height: 21px;
  background: url(../img/base/tel_wht.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .global-contact-link.tel::before {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 27px;
  }
}

.global-contact-link.line::before {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 23px;
  background: url(../img/base/line_icon.png) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .global-contact-link.line::before {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 27px;
  }
}

.link-button {
  position: relative;
  display: block;
  max-width: 13em;
  background-color: #ffd700;
  padding: .5rem 1rem .5rem 1rem;
  margin: 0 auto;
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 480px), print {
  .link-button {
    padding: .8rem 1rem .8rem 1rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .link-button {
    padding: 1rem 1rem 1rem 2rem;
  }
}

.link-button:hover {
  color: #000;
  text-decoration: none;
  background-color: #ffd700;
}

.link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border: 0.2rem solid #ffd700;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  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;
  }
}

.heading {
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.img-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  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%;
  -ms-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: #000;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

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

  header

-------------------------------- */
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 100%;
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .header-container {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    z-index: 1010;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    display: block;
    position: absolute;
    top: 2.8rem;
    left: 2.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    display: block;
    position: absolute;
    top: 3.3rem;
    left: 3.2rem;
    text-align: center;
  }
}

@media screen and (min-width: 1280px), print {
  .header-logo .site-logo {
    top: 2.8rem;
  }
}

.header-logo .site-logo img {
  display: block;
  width: 15rem;
  height: auto;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo img {
    width: 18rem;
  }
}

@media screen and (min-width: 1280px), print {
  .header-logo .site-logo img {
    width: 23.8rem;
  }
}

/* お問い合わせボタン */
.contact-button {
  display: block;
  position: fixed;
  top: 2rem;
  right: calc( 2rem + 4.8rem + 1rem);
  z-index: 1020;
}

@media screen and (min-width: 1100px), print {
  .contact-button {
    position: absolute;
    top: 1.6rem;
    right: 2rem;
  }
}

@media screen and (min-width: 1600px), print {
  .contact-button {
    right: 3rem;
  }
}

.contact-button a {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-color: #2d9e9c;
  background-size: 23px auto;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.contact-button a:hover {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .contact-button a:hover {
    background-color: #C6A800;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .is-fixed .header .header-container,
  .is-fixed .header .contact-button {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .is-fixed .header .header-logo .site-logo {
    top: 1.75rem;
    left: 4rem;
  }
  .is-fixed .header .header-logo .site-logo img {
    width: 23.8rem;
  }
  .is-fixed .header .contact-button {
    margin: 1rem 0 0;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 1000;
    background-color: #262626;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.1rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
}

@media screen and (min-width: 1100px), print {
  .nav-container {
    display: block;
    position: relative;
    height: auto;
    overflow: visible;
  }
}

.nav-inner {
  width: 100%;
  max-width: 24rem;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .nav-inner {
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.nav-logo {
  margin: 0 auto 5rem;
}

@media screen and (min-width: 1100px), print {
  .nav-logo {
    display: none;
  }
}

.nav-logo img {
  height: auto;
}

.nav-sns {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .nav-sns {
    position: absolute;
    top: 18.5rem;
    left: 0;
    width: 32rem;
    margin: 0;
  }
}

/* メインナビ */
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    position: relative;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item + .nav-item {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item + .nav-item {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .main-nav .nav-item + .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60%;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav .nav-item + .nav-item {
    margin-left: 2rem;
    padding-left: 2rem;
  }
}

.main-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: block;
  }
}

.main-nav .nav-link::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-right: 2rem;
  background-color: currentColor;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::before {
    display: none;
  }
}

.main-nav .nav-link:hover {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .main-nav .nav-link:hover {
    opacity: .65;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact {
    display: none;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-color: #262626;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  overflow: hidden;
  z-index: 1100;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-button-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
}

.nav-button-bar.bar-lg {
  width: 60%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.nav-button-bar.bar-sm {
  width: 40%;
}

.nav-button-bar.bar-1 {
  top: -1.25rem;
}

.nav-open .nav-button-bar.bar-1 {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-open .nav-button-bar.bar-2 {
  background-color: transparent;
}

.nav-button-bar.bar-3 {
  bottom: -1.25rem;
}

.nav-open .nav-button-bar.bar-3 {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ナビゲーション背景 */
.nav-screen {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

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

  main

-------------------------------- */
.main {
  padding: 2.5rem 1.5rem 5rem;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 5rem 5rem 10rem;
  }
}

#top .main {
  padding: 0 1.5rem;
}

@media screen and (min-width: 1100px), print {
  #top .main {
    padding: 0 5rem;
  }
}

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

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

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  background-color: #262626;
}

.footer-container {
  padding: 5rem 1rem;
}

@media screen and (min-width: 480px), print {
  .footer-container {
    padding: 5rem 2rem;
  }
}

.footer-logo {
  text-align: center;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem 0 0;
}

@media screen and (min-width: 480px), print {
  .footer-list {
    margin: 0 -2rem 0 0;
  }
}

.footer-nav {
  width: 100%;
  max-width: 10em;
  padding: 0 1rem 0 0;
  margin-top: 4rem;
}

@media screen and (min-width: 480px), print {
  .footer-nav {
    max-width: 13em;
    padding: 0 2rem 0 0;
  }
}

.footer-link {
  position: relative;
  display: block;
  background-color: #ffd700;
  padding: 1rem 3rem 1rem 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 480px), print {
  .footer-link {
    padding: 1.5rem 3rem 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.footer-link:hover {
  color: #000;
  background-color: #C6A800;
}

.footer-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border: .2rem solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: .35rem;
  background-color: #181939;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6b7277;
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .copy {
  overflow: hidden;
  border-top: 1px solid #fff;
  padding: 1.5em 1em 1.5em 1em;
}

@media screen and (max-width: 767.98px) {
  .footer .copy {
    padding: 1.5em 1em 1.5em 1em;
  }
}

.footer .copy small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 1099.98px) {
  .footer .copy small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.3rem;
  }
}

.footer .copy span {
  margin-left: .3em;
}

@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

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

  ページタイトル

-------------------------------- */
.page-title {
  color: #fff;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .page-title {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .page-title {
    font-size: 4.2rem;
    margin-top: 4rem;
  }
}

.page-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 26rem;
  padding-top: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .page-title-container {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .page-title-container {
    height: 38rem;
    padding-top: 0;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity , -webkit-transform;
  transition-property: opacity , -webkit-transform;
  transition-property: opacity , transform;
  transition-property: opacity , transform , -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
}

._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .tel-button:hover {
    background-color: #C6A800;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_blue.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #262626;
    letter-spacing: .1em;
    line-height: 1;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.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;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 18em;
    margin-bottom: 0;
    padding: .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: .9em;
  color: #fff;
  font-weight: 700;
  width: 5em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form table th .require {
  color: #000;
  background-color: #ffd700;
}

.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: .8em 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::-webkit-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input:-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::placeholder {
  font-size: .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;
  border: 1px solid #ffd700;
  background-color: #ffd700;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

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

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .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 #181939;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          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 #181939;
    top: 0;
  }
}

.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 65px;
  padding: 0;
  background-color: #FFF;
}

@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}

.mainvisual .inner {
  max-width: none;
}

.mainvisual-main {
  position: relative;
}

.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 450px;
}

@media screen and (min-width: 768px), print {
  .mainvisual-main::before {
    padding-top: 500px;
  }
}

.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 1;
}

.mainvisual-catch {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
  text-shadow: #ffffff 2px 0px 7px, #ffffff -2px 0px 7px, #ffffff 0px -2px 7px, #ffffff -2px 0px 7px, #ffffff 2px 2px 7px, #ffffff -2px 2px 7px, #ffffff 2px -2px 7px, #ffffff -2px -2px 7px;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    margin-bottom: 3rem;
  }
}

.mainvisual-catch .catch1 {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2rem;
  }
}

.mainvisual-catch .catch1 .type1 {
  color: #1F63A5;
}

.mainvisual-catch .catch2 {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.6rem;
  }
}

.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 450px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
  .mainvisual-image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 2.5em;
}

.pankz a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: .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%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          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: #262626;
  padding-left: 1.5em;
}

.pankz-item._current a:hover {
  text-decoration: underline;
}

.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section-secondary {
  line-height: 1.5;
}

@media screen and (min-width: 1100px), print {
  .section-secondary {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .section-secondary:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.section-header {
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}

.section-heading {
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .section-heading {
    font-size: 3.6rem;
  }
}

.section-description {
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .section-description {
    line-height: 2;
  }
}

.section-dummy {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .section-dummy {
    margin-right: -5rem;
    margin-left: -5rem;
  }
}

.section-dummy:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .section-dummy:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.section-dummy-inner {
  margin-right: -19%;
  margin-left: -19%;
}

/* メイングラフィック */
.hero-section {
  position: relative;
  margin: 0 -1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .hero-section {
    margin: 0 -5rem;
  }
}

.hero-wrap {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 54rem;
  max-height: 102.4rem;
}

.hero-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0 1.5rem;
}

.hero-catch img {
  height: auto;
}

@media screen and (max-width: 479.98px) {
  .hero-catch img {
    max-width: 80%;
  }
}

.hero-catch-logo {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1100px), print {
  .hero-catch-logo {
    margin-bottom: 5rem;
  }
}

.hero-catch-business {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 3rem;
}

@media screen and (min-width: 480px), print {
  .hero-catch-business {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .hero-catch-business {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .hero-catch-business {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
}

.hero-catch-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 479.98px) {
  .hero-catch-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-catch-contact-link {
  display: block;
}

.mail .hero-catch-contact-link {
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-size: contain;
}

.tel .hero-catch-contact-link {
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/base/tel_wht.svg) center no-repeat;
  background-size: contain;
}

.whatsapp .hero-catch-contact-link {
  width: 3.6rem;
  height: 3.7rem;
  background: url(../img/base/whatsapp_icon.png) center no-repeat;
  background-size: contain;
}

.line .hero-catch-contact-link {
  width: 4rem;
  height: 4rem;
  background: url(../img/base/line_icon.png) center no-repeat;
  background-size: contain;
}

.hero-catch-jpsite {
  width: 100%;
  max-width: 180px;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 480px), print {
  .hero-catch-jpsite {
    margin: 0 3rem 0 0;
  }
}

.hero-catch-jpsite-link {
  display: block;
  background-color: #ffd700;
  padding: .9rem 1rem;
  color: #000;
  font-weight: 700;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 480px), print {
  .hero-catch-jpsite-link {
    padding: 1.4rem 1rem;
    font-size: 1.7rem;
  }
}

.hero-catch-jpsite-link:hover {
  color: #000;
  background-color: #C6A800;
}

.hero-catch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-catch-item:not(:last-child) {
  margin-right: 2rem;
}

.hero-inner {
  width: 100%;
  max-width: 1100px;
  text-align: right;
}

.hero-container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: .5em;
  padding: 4rem 2rem;
  width: 100%;
  max-width: 550px;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .hero-container {
    padding: 7.5rem 2rem;
  }
}

.hero-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img img {
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .hero-img img {
    left: 0;
    width: 100%;
  }
}

.hero-img-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller {
    left: -32rem;
    width: 32rem;
    height: calc( 100% - 38rem);
  }
}

.hero-img-scroller a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .2em;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller a {
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.hero-img-scroller a:hover {
  text-decoration: none;
}

.hero-img-scroller::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: .1rem;
  margin: 1rem auto 0;
  background-color: #000;
  opacity: .25;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller::after {
    opacity: 1;
  }
}

/* お知らせ */
.yoshida-news-section {
  margin: 0 -1.5rem;
  padding: 4rem 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .yoshida-news-section {
    margin: 0 -5rem;
    padding: 7rem 5rem;
  }
}

.yoshida-news-block {
  max-width: 950px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  border: 5px solid #DDD;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .yoshida-news-block {
    padding: 2.5rem 2rem 3.7rem;
  }
}

.yoshida-news-block p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .yoshida-news-block p {
    font-size: 1.6rem;
  }
}

.yoshida-news-block p.title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .yoshida-news-block p.title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .yoshida-news-block p.title {
    font-size: 2.6rem;
    margin-bottom: 2.2rem;
  }
}

.yoshida-news-block p:not(:last-child) {
  margin-bottom: 1rem;
}

/* 主な取扱業務 */
.yoshida-business-section {
  margin: 0 -1.5rem;
  padding: 5rem 1.5rem;
  background-color: #DDDDDD;
}

@media screen and (min-width: 1100px), print {
  .yoshida-business-section {
    margin: 0 -5rem;
    padding: 8rem 5rem;
  }
}

.yoshida-business-description {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1100px), print {
  .yoshida-business-description {
    margin-bottom: 5rem;
  }
}

.yoshida-business-description p {
  line-height: 1.6;
}

.yoshida-business-description p:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-business-description p {
    font-size: 1.4rem;
  }
}

.yoshida-business-list {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .yoshida-business-list {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 479.98px) {
  .yoshida-business-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.yoshida-business-item {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.yoshida-business-inner .businessname {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

@media screen and (max-width: 767.98px) {
  .yoshida-business-inner .businessname {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .yoshida-business-inner .businessname {
    font-size: 1.4rem;
  }
}

.yoshida-business-img {
  background-color: #fff;
}

.yoshida-business-img.img-wrap::before {
  padding-top: 85%;
}

@media screen and (min-width: 640px), print {
  .yoshida-business-img.img-wrap::before {
    padding-top: 100%;
  }
}

.yoshida-business-name {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 700;
}

/* 法務トピックス */
.yoshida-knowledge-section {
  padding: 5rem 1.5rem;
  margin: 0 -1.5rem;
  background-color: #BBBBBB;
}

@media screen and (min-width: 1100px), print {
  .yoshida-knowledge-section {
    padding: 8rem 5rem;
    margin: 0 -5rem;
  }
}

.yoshida-knowledge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -.5em -1.5em 0;
}

@media screen and (min-width: 768px), print {
  .yoshida-knowledge-list {
    margin: 0 -1.5em -1.5em 0;
  }
}

.yoshida-knowledge-topics {
  width: 100%;
  padding: 0 .5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .yoshida-knowledge-topics {
    width: 50%;
    padding: 0 1.5em 1.5em 0;
  }
}

@media screen and (min-width: 1100px), print {
  .yoshida-knowledge-topics {
    width: 33.33333%;
  }
}

.yoshida-knowledge-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.yoshida-knowledge-link:hover {
  color: #000;
  text-decoration: none;
}

.yoshida-knowledge-link:hover .yoshida-knowledge-title {
  color: #C6A800;
}

.yoshida-knowledge-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.yoshida-knowledge-tag {
  display: inline-block;
  background-color: #ffd700;
  padding: .5rem 1rem .4rem;
  margin: 0 .5rem .7rem 0;
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.1;
}

@media screen and (max-width: 479.98px) {
  .yoshida-knowledge-tag {
    font-size: 1.3rem;
  }
}

.yoshida-knowledge-title {
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-knowledge-title {
    font-size: 1.6rem;
  }
}

.yoshida-knowledge-text {
  font-size: .85em;
  line-height: 1.6;
}

.yoshida-knowledge-img {
  margin: 0 1rem 0 0;
}

/* Keyword */
/* 弁護士紹介 */
.yoshida-staff-section {
  padding: 5rem 1.5rem;
  margin: 0 -1.5rem;
}

@media screen and (min-width: 1100px), print {
  .yoshida-staff-section {
    padding: 8rem 2rem;
    margin: 0 -5rem;
  }
}

.yoshida-staff-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 8rem;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-staff-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}

.yoshida-staff-side {
  min-width: 250px;
  margin: 0 0 3rem 0;
}

@media screen and (min-width: 1100px), print {
  .yoshida-staff-side {
    margin: 0 5rem 0 0;
  }
}

.yoshida-staff-img {
  background-color: #fff;
}

.yoshida-staff-img.img-wrap::before {
  padding-top: 100%;
}

.yoshida-staff-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.yoshida-staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem -1rem 0;
}

@media screen and (min-width: 640px), print {
  .yoshida-staff-list {
    margin: 0 -5rem -4rem 0;
  }
}

.yoshida-staff-item {
  width: 50%;
  padding: 0 2rem 1rem 0;
}

@media screen and (min-width: 640px), print {
  .yoshida-staff-item {
    padding: 0 5rem 4rem 0;
  }
}

.yoshida-staff-info dt {
  padding-left: 1rem;
  margin-bottom: 2rem;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 5px solid #ffd700;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-staff-info dt {
    font-size: 1.6rem;
  }
}

.yoshida-staff-info dd {
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-staff-info dd {
    font-size: 1.4rem;
  }
}

/* 事務所概要 */
.yoshida-office-section {
  padding: 5rem 1.5rem 0;
  margin: 0 -1.5rem;
}

@media screen and (min-width: 1100px), print {
  .yoshida-office-section {
    padding: 8rem 2rem 0;
    margin: 0 -5rem;
  }
}

.yoshida-office-section .common-heading {
  text-align: left;
}

@media screen and (max-width: 479.98px) {
  .yoshida-office-section .common-heading {
    text-align: center;
  }
}

.yoshida-office-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 1100px), print {
  .yoshida-office-wrap:not(:last-child) {
    margin-bottom: 7rem;
  }
}

.yoshida-office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem -2rem 0;
}

@media screen and (min-width: 480px), print {
  .yoshida-office-list {
    margin: 0 -5rem -2rem 0;
  }
}

.yoshida-office-item {
  padding: 0 2rem 2rem 0;
}

@media screen and (min-width: 480px), print {
  .yoshida-office-item {
    width: 50%;
    padding: 0 5rem 2rem 0;
  }
}

@media screen and (min-width: 768px), print {
  .yoshida-office-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.yoshida-office-info:not(:last-child) {
  margin-bottom: 2rem;
}

.yoshida-office-info.adr dt::before {
  background: url(../img/base/pin_red.svg) center no-repeat;
  background-size: 22px auto;
}

.yoshida-office-info.mail dt::before {
  background: url(../img/base/mail_red.svg) center no-repeat;
  background-size: 22px auto;
}

.yoshida-office-info.tel dt::before {
  background: url(../img/base/tel_red.svg) center no-repeat;
  background-size: 20px auto;
}

.yoshida-office-info.fax dt::before {
  background: url(../img/base/fax_red.svg) center no-repeat;
  background-size: 21px auto;
}

.yoshida-office-info dt {
  position: relative;
  min-width: 10em;
  padding-left: 3.5rem;
  margin-bottom: 2rem;
  font-weight: normal;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px), print {
  .yoshida-office-info dt {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .yoshida-office-info dt {
    min-width: 13em;
  }
}

.yoshida-office-info dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}

.yoshida-office-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (max-width: 1099.98px) {
  .yoshida-office-info dd {
    font-size: 1.4rem;
  }
}

.yoshida-office-map {
  margin: 2rem -1.5rem 0;
}

@media screen and (min-width: 1100px), print {
  .yoshida-office-map {
    margin: 4rem -2rem 0;
  }
}

/* アニメーション */
.anim-item {
  pointer-events: none;
}

.anim-item.is-active {
  pointer-events: auto;
}

.anim-item.fadeIn {
  opacity: 0;
}

.anim-item.fadeIn.is-active {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.anim-item.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}

.anim-item.fadeInUp.is-active {
  -webkit-animation: fadeInUp .5s forwards;
          animation: fadeInUp .5s forwards;
}

@media screen and (max-width: 1099.98px) {
  .anim-none {
    pointer-events: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 1.5em;
  border: 1px solid #181939;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1em 1em;
  }
}

@media screen and (max-width: 575.98px) {
  .news-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-topics:hover {
  background-color: #181939;
}

.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;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-transition: color .3s ease;
  transition: color .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;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  width: 6em;
  color: #333;
  margin-right: 4rem;
  -webkit-transition: color .3s ease;
  transition: color .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: .3em;
  }
}

.news-title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .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 #181939;
}

@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: .2rem;
  padding: .5rem 1.1rem;
  color: #fff;
  font-size: .9em;
  text-align: center;
  border-radius: .35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: .35em .75em;
    font-size: 1em;
  }
}

.pagination a:hover, .pagination span.current {
  background-color: #181939;
}

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

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

  idxx　下層

-------------------------------- */
.secondary-section {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}

.secondary-section:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .secondary-section:not(:last-child) {
    margin-bottom: 10rem;
  }
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.category-text p:not(:last-child) {
  margin-bottom: 1em;
}

.category-list {
  margin-top: 3rem;
}

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.category-link:hover {
  color: #000;
  text-decoration: none;
}

.category-link:hover .category-title {
  color: #C6A800;
}

.category-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.category-title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .7rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

@media screen and (max-width: 1099.98px) {
  .category-title {
    font-size: 1.6rem;
  }
}

.category-text {
  font-size: .85em;
  line-height: 1.6;
}

.category-img {
  margin: 0 1rem 0 0;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.detail-text h3 {
  position: relative;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: .6em 0 .6em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #ffd700;
}

@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.4em;
  }
}

.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

.detail-text h4 {
  position: relative;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 0 .3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #ffd700;
}

.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffd700;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.detail-text blockquote {
  padding: 1.5em;
  border-radius: .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;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
}

.detail-text blockquote p {
  margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.detail-text table {
  width: 100%;
}

.detail-text table th,
.detail-text table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}

.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}

.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: none;
}

.detail-paging-subsection .prev {
  float: left;
}

.detail-paging-subsection .next {
  float: right;
}

.detail-paging-subsection .back {
  text-align: center;
}

.detail .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}

.detail .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .detail .post-list li {
    width: 50%;
  }
}

.detail .post-list li:before {
  display: none;
}

.detail .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: .5rem;
}

.detail .post-list li p {
  font-size: .9em;
}

.detail .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: .6em 1.2em;
  color: #000;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #ffd700;
  color: #000;
}

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

.corporate-container {
  max-width: 960px;
  margin: 0 auto;
}

.corporate-container p:not(:last-child) {
  margin-bottom: 1em;
}

.corporate-list {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .corporate-list {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 479.98px) {
  .corporate-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.corporate-inner .businessname {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

@media screen and (max-width: 767.98px) {
  .corporate-inner .businessname {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .corporate-inner .businessname {
    font-size: 1.4rem;
  }
}

.corporate-img {
  background-color: #fff;
}

@media screen and (min-width: 640px), print {
  .corporate-img .img-wrap::before {
    padding-top: 66.66666%;
  }
}

.corporate-btn {
  margin-top: 2rem;
}

.corporate-column-wrapper {
  margin-bottom: 3em;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .corporate-column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.corporate-column-main {
  margin-bottom: 3em;
}

@media screen and (min-width: 768px), print {
  .corporate-column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 0;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .corporate-column-main {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 768px), print {
  .corporate-column-side {
    width: 260px;
  }
}

.corporate-column-side section:not(:last-child) {
  margin-bottom: 2em;
}

.corporate-column-side ul li.active a {
  color: #C6A800;
}

.corporate-column-side ul li a {
  display: block;
  border-bottom: 2px solid #ccc;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  padding: 1.3rem 0 1.2rem;
  line-height: 1.3;
  font-size: 1.5rem;
}

/* 採用情報 */
.recruit-contents a {
  color: #C6A800;
}
