@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;
}

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: 50px;
  padding: 3px 25px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #333333;
  transition: all 0.3s ease;
}
.link-button.__type01 {
  background-color: #002B4E;
  color: #fff;
}
.link-button.__type01::after {
  background: url("../img/base/icon_arrow_wht.svg") no-repeat center/contain;
}
.link-button.__type02 {
  background-color: #fff;
  color: #333333;
}
.link-button.__type02::after {
  background: url("../img/base/icon_arrow_blk.svg") no-repeat center/contain;
}
.link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
}
.link-button:hover {
  opacity: 0.75;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1200px;
  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;
  }
}

/* グローバルコンタクト */
@media screen and (min-width: 1100px), print {
  .global-contact {
    position: absolute;
    top: 28px;
    right: 80px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact {
    right: 154px;
  }
}
.global-contact.__nav {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .nav-open .global-contact.__nav {
    position: absolute;
    display: block;
    top: 30px;
    right: 150px;
    z-index: 1100;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact.__header {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    background-color: #015101;
    z-index: 1200;
  }
  .global-contact.__header .global-contact-item.__tel {
    margin-right: 20px;
  }
  .global-contact.__header .global-contact-item.__tel .global-contact-link {
    padding-left: 1.5em;
  }
  .global-contact.__header .global-contact-item.__tel .global-contact-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/base/icon_tel_wht.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact.__header .global-contact-item.__tel {
    margin-right: 15px;
  }
}
.global-contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .global-contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.global-contact-text {
  font-size: 1.2rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0 !important;
  max-width: 176px;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-text {
    max-width: none;
    margin-top: 3px;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-text {
    font-size: 1.1rem;
  }
}
.global-contact-item.__tel {
  margin-right: 24px;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.__tel .global-contact-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: url("../img/base/icon_tel_wht.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.__tel .global-contact-link {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #fff;
    padding-left: 1.5em;
  }
}
.global-contact-item.__tel .global-contact-link:hover {
  opacity: 0.75;
}
.global-contact-item.__tel .global-contact-link span {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.__tel .global-contact-link span {
    display: block;
  }
}
.global-contact-item.__mail .global-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: url("../img/base/icon_mail.png") no-repeat center/contain;
}
.global-contact-item.__mail .global-contact-link:hover {
  opacity: 0.75;
}
.global-contact-link {
  transition: all 0.3s ease;
}

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

  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: #333333;
  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: relative;
  z-index: 1010;
}
@media screen and (max-width: 1099.98px) {
  .header {
    z-index: 1200;
  }
}
.header .inner {
  max-width: none;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1440px), print {
  .header .inner {
    padding: 10px 100px;
  }
}
.header-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 20px;
  }
}
.header-logo h1 {
  margin: 0 !important;
}
.header-logo .site-logo {
  max-width: 334px;
  margin: 0 !important;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    max-width: 209px;
  }
}
.header-logo .site-logo a {
  transition: opacity 0.3s ease;
}
.header-logo .site-logo a:hover {
  opacity: 0.75;
}
.header-logo .logo_sp {
  display: none;
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
.header-text {
  margin-bottom: 0 !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 1100px), print {
  .header-text {
    max-width: 371px;
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-text {
    max-width: 371px;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-text {
    display: none;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    position: fixed;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    background-color: #fff;
  }
  .header.fixed .logo_sp {
    display: block;
  }
  .header.fixed .logo_pc {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    background-color: #fff;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  .header.fixed .logo_sp {
    display: block;
  }
  .header.fixed .logo_pc {
    display: none;
  }
  .header.fixed .global-contact.__header {
    position: fixed;
    top: -33px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .header.fixed .global-contact.__header .global-contact-text {
    color: #333333;
  }
  .header.fixed .global-contact.__header .global-contact-item.__tel .global-contact-link {
    background: url("../img/base/icon_tel_blk.png") no-repeat center/contain;
  }
  .header.fixed .global-contact.__header .global-contact-item.__mail .global-contact-link {
    background: url("../img/base/icon_mail_blk.png") no-repeat center/contain;
  }
  .header.fixed .header-text {
    color: #333333;
  }
}

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

  nav

-------------------------------- */
.nav-secondary {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .nav-secondary {
    position: absolute;
    display: block;
    top: 52px;
    right: 0;
    margin-right: 280px;
    z-index: 1101;
  }
}
@media screen and (min-width: 1440px), print {
  .nav-secondary {
    margin-right: 375px;
  }
}
.nav-secondary .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-secondary .main-nav-secondary {
  display: flex;
  max-width: 512px;
  margin: 0 !important;
}
.nav-secondary .nav-item-secondary {
  position: relative;
  flex-grow: 1;
}
.nav-secondary .nav-item-secondary:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 1440px), print {
  .nav-secondary .nav-item-secondary:not(:last-child) {
    margin-right: 40px;
  }
}
.nav-secondary .nav-link-secondary {
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
  cursor: pointer;
  overflow: visible;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 5px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nav-secondary .nav-link-secondary:hover span {
  opacity: 0.75;
}
@media screen and (min-width: 1100px), print {
  .nav-secondary .nav-link-secondary:hover .sub-nav {
    transform: translateX(-50%) translateY(100%);
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
  }
}
.nav-secondary .nav-link-secondary .sub-nav {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .nav-secondary .nav-link-secondary .sub-nav {
    width: 166px;
    display: block;
  }
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1101;
  opacity: 1;
  transition: right 0.3s;
}
@media screen and (min-width: 768px), print {
  .nav {
    right: -680px;
    width: 680px;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    z-index: 1200;
  }
}
.nav-open .nav {
  right: 0;
  opacity: 1;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
  background-color: #015101;
  -webkit-overflow-scrolling: touch;
}

/* メインナビ */
.main-nav {
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 -10px 0;
  padding: 0 !important;
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px), print {
  .main-nav {
    margin: 0 -40px -10px 0;
    height: 210px;
  }
}
.nav-open .main-nav {
  opacity: 1;
}
.main-nav-area {
  max-width: 220px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .main-nav-area {
    max-width: 480px;
    padding: 100px 0;
  }
}
.main-nav .nav-item {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .main-nav .nav-item {
    width: calc(50% - 40px);
    margin: 0 40px 10px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(3) {
    order: 8;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(4) {
    order: 9;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(5) {
    order: 10;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(6) {
    order: 3;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(7) {
    order: 4;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(8) {
    order: 5;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(9) {
    order: 6;
  }
}
@media screen and (max-width: 767.98px) {
  .main-nav .nav-item:nth-child(10) {
    order: 7;
  }
}
.main-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.35;
  font-weight: 400;
  transition: all 0.3s ease;
}
.main-nav .nav-link:hover {
  background-color: #fff;
  color: #333;
}
.main-nav .nav-link span {
  position: relative;
  font-weight: 400;
}
/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: absolute;
  top: 53px;
  right: 30px;
  width: 22px;
  height: 16px;
  line-height: 1;
  border-radius: 0;
  cursor: pointer;
  z-index: 1100;
}
@media screen and (min-width: 1440px), print {
  .nav-button {
    right: 100px;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-button {
    top: 27px;
    right: 20px;
    width: 22px;
    padding-left: 0;
    z-index: 1200;
  }
}
.nav-open .nav-button {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-button::after {
    display: none;
  }
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.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: #fff;
}
.nav-button-icon::before {
  margin-top: -7px;
}
.nav-button-icon::after {
  margin-top: 7px;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 53px;
  right: 101px;
  width: 22px;
  height: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1099.98px) {
  .nav-close-button {
    padding-left: 0;
    top: 27px;
    right: 20px;
    width: 22px;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-close-button::after {
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}

/* サブナビ */
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    display: block;
    padding-top: 12px;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    width: 100%;
    height: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav.subnav-active {
    width: 100%;
    height: auto;
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
  }
}
.sub-nav-list {
  position: relative;
  margin: 0 !important;
}
.sub-nav-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border-bottom: 14px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
.sub-nav-item {
  position: relative;
  display: block;
  width: 100%;
}
.sub-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-item a:hover {
    color: #015101;
    background-color: #eee;
  }
}
/* ナビゲーション背景 */
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #333;
  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;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    transform: translateY(60px);
  }
  #top .nav.fixed {
    top: -60px;
  }
}

@media screen and (min-width: 1100px) {
  .nav-secondary.fixed {
    position: fixed;
    top: -18px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .nav-secondary.fixed {
    top: -18px;
  }
  .nav-secondary.fixed .nav-link-secondary {
    color: #333;
  }
  .nav-secondary.fixed .sub-nav {
    padding-top: 52px;
  }
  .nav-secondary.fixed a.sub-nav-link {
    color: #333;
  }
  .nav-secondary.fixed a.sub-nav-link:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-button.fixed {
    position: fixed;
    top: -34px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .nav-button.fixed::after {
    color: #333333;
  }
  .nav-button.fixed .nav-button-icon {
    background-color: #333;
  }
  .nav-button.fixed .nav-button-icon::before, .nav-button.fixed .nav-button-icon::after {
    background-color: #333;
  }
}
@media screen and (min-width: 1100px) {
  .nav-button.fixed {
    position: fixed;
    top: -15px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .nav-button.fixed::after {
    color: #333333;
  }
  .nav-button.fixed .nav-button-icon {
    background-color: #333;
  }
  .nav-button.fixed .nav-button-icon::before, .nav-button.fixed .nav-button-icon::after {
    background-color: #333;
  }
}

a.sub-nav-link {
  color: #fff;
}
a.sub-nav-link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

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

  main

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

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

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

  footer

-------------------------------- */
.footer {
  position: relative;
  background-image: url("../img/top/footer.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 1em 240px 1em;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 120px 2em 150px 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .footer {
    background-image: url("../img/top/footer_sp.jpg");
  }
}
.footer .inner {
  max-width: 1000px;
}
.footer-container {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
.footer-add {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 479.98px) {
  .footer-add {
    margin-top: 15px;
  }
}
.footer-map {
  margin-top: 26px;
}
.footer-map .map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 49px;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.5rem;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.footer-map .map-link span {
  position: relative;
  font-weight: 700;
  padding-left: 1.7em;
}
.footer-map .map-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 22px;
  background: url("../img/base/icon_pin.svg") no-repeat center/contain;
}
.footer-map .map-link:hover {
  opacity: 0.85;
}
.footer-main {
  width: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .footer-main {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-nav {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .footer-nav {
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -40px -10px 0;
  height: 210px;
}
.footer-nav-list li {
  width: calc(50% - 40px);
  margin: 0 40px 10px 0;
}
.footer-nav-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.35;
  font-weight: 400;
  transition: all 0.3s ease;
}
.footer-nav-list li a:hover {
  background-color: #fff;
  color: #333333;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 85px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 85px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #015101;
  transition: all 0.3s ease;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002B4E;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .footer .copy {
    bottom: 80px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer .copy {
    bottom: 115px;
  }
}
.footer .copy small {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .footer .copy small {
    font-size: 1.2rem;
  }
}
.footer .copy span {
  font-weight: 400;
}
@media screen and (max-width: 1279.98px) {
  .footer .copy span {
    display: none;
  }
}

.mainvisual {
  position: relative;
  height: 100vh;
  background: url("../img/top/bg01.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual {
    height: 610px;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual {
    height: 570px;
  }
}

.swiper {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1099.98px) {
  .swiper {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 767.98px) {
  .swiper {
    height: 540px;
  }
}
@media screen and (max-width: 359.98px) {
  .swiper {
    height: 500px;
  }
}
.swiper-container {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide[class*=-active] .swiper-img {
  transform: scale(1) !important;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(1) {
  animation: fadeInText 1.2s ease-out 0.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(2) {
  animation: fadeInText 1.2s ease-out 0.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(3) {
  animation: fadeInText 1.2s ease-out 0.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(4) {
  animation: fadeInText 1.2s ease-out 0.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(5) {
  animation: fadeInText 1.2s ease-out 0.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(6) {
  animation: fadeInText 1.2s ease-out 0.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(7) {
  animation: fadeInText 1.2s ease-out 0.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(8) {
  animation: fadeInText 1.2s ease-out 0.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(9) {
  animation: fadeInText 1.2s ease-out 0.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(10) {
  animation: fadeInText 1.2s ease-out 1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(11) {
  animation: fadeInText 1.2s ease-out 1.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(12) {
  animation: fadeInText 1.2s ease-out 1.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(13) {
  animation: fadeInText 1.2s ease-out 1.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(14) {
  animation: fadeInText 1.2s ease-out 1.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(15) {
  animation: fadeInText 1.2s ease-out 1.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(16) {
  animation: fadeInText 1.2s ease-out 1.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(17) {
  animation: fadeInText 1.2s ease-out 1.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(18) {
  animation: fadeInText 1.2s ease-out 1.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(19) {
  animation: fadeInText 1.2s ease-out 1.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(20) {
  animation: fadeInText 1.2s ease-out 2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(21) {
  animation: fadeInText 1.2s ease-out 2.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(22) {
  animation: fadeInText 1.2s ease-out 2.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(23) {
  animation: fadeInText 1.2s ease-out 2.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(24) {
  animation: fadeInText 1.2s ease-out 2.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(25) {
  animation: fadeInText 1.2s ease-out 2.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(26) {
  animation: fadeInText 1.2s ease-out 2.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(27) {
  animation: fadeInText 1.2s ease-out 2.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(28) {
  animation: fadeInText 1.2s ease-out 2.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(29) {
  animation: fadeInText 1.2s ease-out 2.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(30) {
  animation: fadeInText 1.2s ease-out 3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(31) {
  animation: fadeInText 1.2s ease-out 3.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(32) {
  animation: fadeInText 1.2s ease-out 3.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(33) {
  animation: fadeInText 1.2s ease-out 3.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(34) {
  animation: fadeInText 1.2s ease-out 3.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(35) {
  animation: fadeInText 1.2s ease-out 3.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(36) {
  animation: fadeInText 1.2s ease-out 3.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(37) {
  animation: fadeInText 1.2s ease-out 3.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(38) {
  animation: fadeInText 1.2s ease-out 3.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(39) {
  animation: fadeInText 1.2s ease-out 3.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(40) {
  animation: fadeInText 1.2s ease-out 4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(41) {
  animation: fadeInText 1.2s ease-out 4.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(42) {
  animation: fadeInText 1.2s ease-out 4.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(43) {
  animation: fadeInText 1.2s ease-out 4.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(44) {
  animation: fadeInText 1.2s ease-out 4.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(45) {
  animation: fadeInText 1.2s ease-out 4.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(46) {
  animation: fadeInText 1.2s ease-out 4.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(47) {
  animation: fadeInText 1.2s ease-out 4.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(48) {
  animation: fadeInText 1.2s ease-out 4.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(49) {
  animation: fadeInText 1.2s ease-out 4.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(50) {
  animation: fadeInText 1.2s ease-out 5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(51) {
  animation: fadeInText 1.2s ease-out 5.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(52) {
  animation: fadeInText 1.2s ease-out 5.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(53) {
  animation: fadeInText 1.2s ease-out 5.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(54) {
  animation: fadeInText 1.2s ease-out 5.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(55) {
  animation: fadeInText 1.2s ease-out 5.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(56) {
  animation: fadeInText 1.2s ease-out 5.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(57) {
  animation: fadeInText 1.2s ease-out 5.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(58) {
  animation: fadeInText 1.2s ease-out 5.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(59) {
  animation: fadeInText 1.2s ease-out 5.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(60) {
  animation: fadeInText 1.2s ease-out 6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(61) {
  animation: fadeInText 1.2s ease-out 6.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(62) {
  animation: fadeInText 1.2s ease-out 6.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(63) {
  animation: fadeInText 1.2s ease-out 6.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(64) {
  animation: fadeInText 1.2s ease-out 6.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(65) {
  animation: fadeInText 1.2s ease-out 6.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(66) {
  animation: fadeInText 1.2s ease-out 6.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(67) {
  animation: fadeInText 1.2s ease-out 6.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(68) {
  animation: fadeInText 1.2s ease-out 6.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(69) {
  animation: fadeInText 1.2s ease-out 6.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(70) {
  animation: fadeInText 1.2s ease-out 7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(71) {
  animation: fadeInText 1.2s ease-out 7.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(72) {
  animation: fadeInText 1.2s ease-out 7.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(73) {
  animation: fadeInText 1.2s ease-out 7.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(74) {
  animation: fadeInText 1.2s ease-out 7.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(75) {
  animation: fadeInText 1.2s ease-out 7.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(76) {
  animation: fadeInText 1.2s ease-out 7.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(77) {
  animation: fadeInText 1.2s ease-out 7.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(78) {
  animation: fadeInText 1.2s ease-out 7.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(79) {
  animation: fadeInText 1.2s ease-out 7.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(80) {
  animation: fadeInText 1.2s ease-out 8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(81) {
  animation: fadeInText 1.2s ease-out 8.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(82) {
  animation: fadeInText 1.2s ease-out 8.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(83) {
  animation: fadeInText 1.2s ease-out 8.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(84) {
  animation: fadeInText 1.2s ease-out 8.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(85) {
  animation: fadeInText 1.2s ease-out 8.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(86) {
  animation: fadeInText 1.2s ease-out 8.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(87) {
  animation: fadeInText 1.2s ease-out 8.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(88) {
  animation: fadeInText 1.2s ease-out 8.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(89) {
  animation: fadeInText 1.2s ease-out 8.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(90) {
  animation: fadeInText 1.2s ease-out 9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(91) {
  animation: fadeInText 1.2s ease-out 9.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(92) {
  animation: fadeInText 1.2s ease-out 9.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(93) {
  animation: fadeInText 1.2s ease-out 9.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(94) {
  animation: fadeInText 1.2s ease-out 9.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(95) {
  animation: fadeInText 1.2s ease-out 9.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(96) {
  animation: fadeInText 1.2s ease-out 9.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(97) {
  animation: fadeInText 1.2s ease-out 9.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(98) {
  animation: fadeInText 1.2s ease-out 9.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-title span:nth-child(99) {
  animation: fadeInText 1.2s ease-out 9.9s forwards;
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(1) {
  animation: fadeInText 0.8s ease-out 0.05s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(2) {
  animation: fadeInText 0.8s ease-out 0.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(3) {
  animation: fadeInText 0.8s ease-out 0.15s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(4) {
  animation: fadeInText 0.8s ease-out 0.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(5) {
  animation: fadeInText 0.8s ease-out 0.25s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(6) {
  animation: fadeInText 0.8s ease-out 0.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(7) {
  animation: fadeInText 0.8s ease-out 0.35s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(8) {
  animation: fadeInText 0.8s ease-out 0.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(9) {
  animation: fadeInText 0.8s ease-out 0.45s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(10) {
  animation: fadeInText 0.8s ease-out 0.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(11) {
  animation: fadeInText 0.8s ease-out 0.55s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(12) {
  animation: fadeInText 0.8s ease-out 0.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(13) {
  animation: fadeInText 0.8s ease-out 0.65s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(14) {
  animation: fadeInText 0.8s ease-out 0.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(15) {
  animation: fadeInText 0.8s ease-out 0.75s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(16) {
  animation: fadeInText 0.8s ease-out 0.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(17) {
  animation: fadeInText 0.8s ease-out 0.85s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(18) {
  animation: fadeInText 0.8s ease-out 0.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(19) {
  animation: fadeInText 0.8s ease-out 0.95s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(20) {
  animation: fadeInText 0.8s ease-out 1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(21) {
  animation: fadeInText 0.8s ease-out 1.05s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(22) {
  animation: fadeInText 0.8s ease-out 1.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(23) {
  animation: fadeInText 0.8s ease-out 1.15s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(24) {
  animation: fadeInText 0.8s ease-out 1.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(25) {
  animation: fadeInText 0.8s ease-out 1.25s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(26) {
  animation: fadeInText 0.8s ease-out 1.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(27) {
  animation: fadeInText 0.8s ease-out 1.35s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(28) {
  animation: fadeInText 0.8s ease-out 1.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(29) {
  animation: fadeInText 0.8s ease-out 1.45s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(30) {
  animation: fadeInText 0.8s ease-out 1.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(31) {
  animation: fadeInText 0.8s ease-out 1.55s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(32) {
  animation: fadeInText 0.8s ease-out 1.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(33) {
  animation: fadeInText 0.8s ease-out 1.65s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(34) {
  animation: fadeInText 0.8s ease-out 1.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(35) {
  animation: fadeInText 0.8s ease-out 1.75s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(36) {
  animation: fadeInText 0.8s ease-out 1.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(37) {
  animation: fadeInText 0.8s ease-out 1.85s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(38) {
  animation: fadeInText 0.8s ease-out 1.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(39) {
  animation: fadeInText 0.8s ease-out 1.95s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(40) {
  animation: fadeInText 0.8s ease-out 2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(41) {
  animation: fadeInText 0.8s ease-out 2.05s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(42) {
  animation: fadeInText 0.8s ease-out 2.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(43) {
  animation: fadeInText 0.8s ease-out 2.15s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(44) {
  animation: fadeInText 0.8s ease-out 2.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(45) {
  animation: fadeInText 0.8s ease-out 2.25s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(46) {
  animation: fadeInText 0.8s ease-out 2.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(47) {
  animation: fadeInText 0.8s ease-out 2.35s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(48) {
  animation: fadeInText 0.8s ease-out 2.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(49) {
  animation: fadeInText 0.8s ease-out 2.45s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(50) {
  animation: fadeInText 0.8s ease-out 2.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(51) {
  animation: fadeInText 0.8s ease-out 2.55s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(52) {
  animation: fadeInText 0.8s ease-out 2.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(53) {
  animation: fadeInText 0.8s ease-out 2.65s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(54) {
  animation: fadeInText 0.8s ease-out 2.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(55) {
  animation: fadeInText 0.8s ease-out 2.75s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(56) {
  animation: fadeInText 0.8s ease-out 2.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(57) {
  animation: fadeInText 0.8s ease-out 2.85s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(58) {
  animation: fadeInText 0.8s ease-out 2.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(59) {
  animation: fadeInText 0.8s ease-out 2.95s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(60) {
  animation: fadeInText 0.8s ease-out 3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(61) {
  animation: fadeInText 0.8s ease-out 3.05s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(62) {
  animation: fadeInText 0.8s ease-out 3.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(63) {
  animation: fadeInText 0.8s ease-out 3.15s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(64) {
  animation: fadeInText 0.8s ease-out 3.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(65) {
  animation: fadeInText 0.8s ease-out 3.25s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(66) {
  animation: fadeInText 0.8s ease-out 3.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(67) {
  animation: fadeInText 0.8s ease-out 3.35s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(68) {
  animation: fadeInText 0.8s ease-out 3.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(69) {
  animation: fadeInText 0.8s ease-out 3.45s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(70) {
  animation: fadeInText 0.8s ease-out 3.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(71) {
  animation: fadeInText 0.8s ease-out 3.55s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(72) {
  animation: fadeInText 0.8s ease-out 3.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(73) {
  animation: fadeInText 0.8s ease-out 3.65s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(74) {
  animation: fadeInText 0.8s ease-out 3.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(75) {
  animation: fadeInText 0.8s ease-out 3.75s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(76) {
  animation: fadeInText 0.8s ease-out 3.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(77) {
  animation: fadeInText 0.8s ease-out 3.85s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(78) {
  animation: fadeInText 0.8s ease-out 3.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(79) {
  animation: fadeInText 0.8s ease-out 3.95s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(80) {
  animation: fadeInText 0.8s ease-out 4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(81) {
  animation: fadeInText 0.8s ease-out 4.05s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(82) {
  animation: fadeInText 0.8s ease-out 4.1s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(83) {
  animation: fadeInText 0.8s ease-out 4.15s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(84) {
  animation: fadeInText 0.8s ease-out 4.2s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(85) {
  animation: fadeInText 0.8s ease-out 4.25s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(86) {
  animation: fadeInText 0.8s ease-out 4.3s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(87) {
  animation: fadeInText 0.8s ease-out 4.35s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(88) {
  animation: fadeInText 0.8s ease-out 4.4s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(89) {
  animation: fadeInText 0.8s ease-out 4.45s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(90) {
  animation: fadeInText 0.8s ease-out 4.5s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(91) {
  animation: fadeInText 0.8s ease-out 4.55s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(92) {
  animation: fadeInText 0.8s ease-out 4.6s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(93) {
  animation: fadeInText 0.8s ease-out 4.65s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(94) {
  animation: fadeInText 0.8s ease-out 4.7s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(95) {
  animation: fadeInText 0.8s ease-out 4.75s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(96) {
  animation: fadeInText 0.8s ease-out 4.8s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(97) {
  animation: fadeInText 0.8s ease-out 4.85s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(98) {
  animation: fadeInText 0.8s ease-out 4.9s forwards;
}
.swiper .swiper-slide[class*=-active] .swiper-catch-en span:nth-child(99) {
  animation: fadeInText 0.8s ease-out 4.95s forwards;
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper .swiper-slide.slide1 .swiper-img {
  background-image: url("../img/top/fadeslide01.jpg");
}
@media screen and (max-width: 767.98px) {
  .swiper .swiper-slide.slide1 .swiper-img {
    background-image: url("../img/top/fadeslide01_sp.jpg");
  }
}
.swiper .swiper-slide.slide2 .swiper-img {
  background-image: url("../img/top/fadeslide02.jpg");
}
@media screen and (max-width: 767.98px) {
  .swiper .swiper-slide.slide2 .swiper-img {
    background-image: url("../img/top/fadeslide02_sp.jpg");
  }
}
.swiper .swiper-slide.slide3 .swiper-img {
  background-image: url("../img/top/fadeslide03.jpg");
}
@media screen and (max-width: 767.98px) {
  .swiper .swiper-slide.slide3 .swiper-img {
    background-image: url("../img/top/fadeslide03_sp.jpg");
  }
}
.swiper .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  transform: scale(1.07) !important;
  transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 5.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: 50px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1200;
}
@media screen and (max-width: 767.98px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #FFFFFF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 10px 0 0 !important;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #015101;
}

.swiper-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0 0.5em;
  z-index: 1100;
}
.swiper-catch-title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .swiper-catch-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-catch-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .swiper-catch-title {
    font-size: 2.2rem;
  }
}
.swiper-catch-title span {
  opacity: 0;
}
.swiper-catch-en {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 767.98px) {
  .swiper-catch-en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-catch-en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 359.98px) {
  .swiper-catch-en {
    font-size: 1.4rem;
  }
}
.swiper-catch-en .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .swiper-catch-en .br {
    display: block;
  }
}
.swiper-catch-en span {
  opacity: 0;
}

.mainvisual-scroll {
  position: absolute;
  bottom: 150px;
  left: 70px;
  width: 31px;
  z-index: 1100;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .mainvisual-scroll {
    left: 20px;
    bottom: 220px;
  }
}
.mainvisual-scroll::before {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 150px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  font-family: "Cinzel", serif;
  writing-mode: vertical-rl;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.mainvisual-scroll::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 1px;
  height: 150px;
  border-right: 1px solid #fff;
  animation: scrollmove 3s cubic-bezier(0.04, 0.435, 0.315, 0.9) infinite;
}
@keyframes scrollmove {
  0% {
    transform: scaleY(1);
    transform-origin: right bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: right bottom;
  }
  51% {
    transform: scaleY(0);
    transform-origin: left top;
  }
  to {
    transform: scaleX(1);
    transform-origin: left top;
  }
}

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

  ページタイトル

-------------------------------- */
.page-title-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50vh;
  background-image: url("../img/pages/news/pagetitle.jpg");
  background-position: center center;
  background-size: cover;
  padding: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .page-title-inner {
    min-height: 42vh;
  }
}
.page-id-1087 .page-title-inner {
  background-image: url("../img/pages/agri/pagetitle.jpg");
}
.page-id-800 .page-title-inner {
  background-image: url("../img/pages/dispatch/pagetitle.jpg");
}
.page-id-798 .page-title-inner {
  background-image: url("../img/pages/sweets/pagetitle.jpg");
}
.page-id-57 .page-title-inner {
  background-image: url("../img/pages/contact/pagetitle.jpg");
}
.page-id-53 .page-title-inner {
  background-image: url("../img/pages/recruit/pagetitle.jpg");
}
.page-id-49 .page-title-inner {
  background-image: url("../img/pages/company/pagetitle.jpg");
}
.page-id-544 .page-title-inner {
  background-image: url("../img/pages/saiseki/pagetitle.jpg");
}
.page-id-51 .page-title-inner {
  background-image: url("../img/pages/business/pagetitle.jpg");
}
.page-title-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #54595f;
  opacity: 0.35;
  z-index: 0;
}
.page-id-1087 .page-title-overlay {
  display: none;
}
.page-id-800 .page-title-overlay {
  display: none;
}
.page-id-798 .page-title-overlay {
  display: none;
}
.page-id-57 .page-title-overlay {
  display: none;
}
.page-id-53 .page-title-overlay {
  display: none;
}
.page-id-49 .page-title-overlay {
  display: none;
}
.page-id-544 .page-title-overlay {
  display: none;
}
.page-id-51 .page-title-overlay {
  display: none;
}
.page-title-name {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 3.6em;
  letter-spacing: 5px;
  margin: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    font-size: 3.2em;
  }
}

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

  アニメーション

-------------------------------- */
._anim-secondary .business-common-image {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._anim-secondary .business-common-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EDEDE8;
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
._anim-secondary .business-common-main {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 0.5s ease;
}
._anim-secondary .business-common-intro_image {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s 0.5s ease;
}
._anim-secondary .business-common-intro_body {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s 0.8s ease;
}
._anim-secondary .common-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 0.5s ease;
}
._anim-secondary .common-en {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 0.8s ease;
}
._anim-secondary.active .business-common-image {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
._anim-secondary.active .business-common-image::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
._anim-secondary.active .business-common-main {
  opacity: 1;
  transform: translateY(0);
}
._anim-secondary.active .business-common-intro_image {
  opacity: 1;
  transform: translateY(0);
}
._anim-secondary.active .business-common-intro_body {
  opacity: 1;
  transform: translateY(0);
}
._anim-secondary.active .common-heading {
  opacity: 1;
  transform: translateY(0);
}
._anim-secondary.active .common-en {
  opacity: 1;
  transform: translateY(0);
}

.elementor-section {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s 0.5s ease !important;
}
.elementor-section.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.5s ease !important;
}

._anim-point .honbetsu-concept-main {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s 0.5s ease;
}
._anim-point .honbetsu-business-main {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s 0.8s ease;
}
._anim-point.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-image {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s 0.5s ease;
}
._anim-point.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-image::before {
  transform: translateX(100%);
}
._anim-point.honbetsu-business-block .honbetsu-business-image {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s 0.5s ease;
}
._anim-point.honbetsu-business-block .honbetsu-business-image img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all 1s 0.5s ease;
  z-index: 0;
}
._anim-point.honbetsu-business-block .honbetsu-business-image::before {
  content: "";
  background-color: #EDEDE8;
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 1s 0.5s ease;
  width: 100%;
  z-index: 1;
}
._anim-point .topics-area {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s 0.3s ease;
}
._anim-point .section-header {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point .section-heading {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point .section-heading .jp {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point.section-header {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point.section-heading {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point.section-heading .jp {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
._anim-point .honbetsu-info-block:first-child {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s 0.5s ease;
}
._anim-point .honbetsu-info-block:last-child {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s 0.5s ease;
}
._anim-point.active.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-image {
  opacity: 1;
  transform: translateX(0);
}
._anim-point.active.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-image img {
  opacity: 1;
}
._anim-point.active.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-image::before {
  transform: translateX(-100%);
}
._anim-point.active.honbetsu-business-block:nth-child(2n) .honbetsu-business-image {
  opacity: 1;
  transform: translateX(0);
}
._anim-point.active.honbetsu-business-block:nth-child(2n) .honbetsu-business-image img {
  opacity: 1;
}
._anim-point.active.honbetsu-business-block:nth-child(2n) .honbetsu-business-image::before {
  transform: translateX(100%);
}
._anim-point.active .topics-area {
  opacity: 1;
  transform: translateY(0);
}
._anim-point.active .honbetsu-business-main {
  opacity: 1;
  transform: translateY(0);
}
._anim-point.active .honbetsu-concept-main {
  opacity: 1;
  transform: translateY(0);
}
._anim-point.active .section-header {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active .section-heading {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active .section-heading .jp {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active.section-header {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active.section-heading {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active.section-heading .jp {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
._anim-point.active .honbetsu-info-block:first-child {
  opacity: 1;
  transform: translateX(0);
}
._anim-point.active .honbetsu-info-block:last-child {
  opacity: 1;
  transform: translateX(0);
}

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

  ローディング

-------------------------------- */
/* ローディング */
.loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s, transform 0.6s;
}

.loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 3px solid #ddd;
  border-top: 2px solid #015101;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}

@media screen and (min-width: 1100px), print {
  .loader::before {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 6em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-header {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1099.98px) {
  .section-header {
    margin: 0 auto 30px;
  }
}
.section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
}
.section-heading {
  position: relative;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Cinzel", serif;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 1099.98px) {
  .section-heading {
    font-size: 4rem;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(150%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
}
.section-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-250%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
}
.section-heading .jp {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 1099.98px) {
  .section-heading .jp {
    font-size: 1.6rem;
  }
}

/* CONCEPT */
.honbetsu-concept-section {
  padding: 0 0 80px 0;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-concept-section {
    padding: 148px 2em;
  }
}
.honbetsu-concept-section .inner {
  max-width: 1400px;
}
.honbetsu-concept-section .section-header::after {
  background-color: #015101;
}
.honbetsu-concept-section .section-heading::before, .honbetsu-concept-section .section-heading::after {
  background-color: #015101;
}
.honbetsu-concept-container {
  background: url("../img/top/concept_bg.jpg") no-repeat center/cover;
  padding: 90px 100px;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-concept-container {
    padding: 45px 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-concept-container {
    padding: 70px 10px;
  }
}
.honbetsu-concept-main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px 100px 60px 100px;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-concept-main {
    padding: 40px 50px 30px 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-concept-main {
    padding: 50px 25px 50px 25px;
  }
}
.honbetsu-concept-text {
  font-size: 1.5rem;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .honbetsu-concept-text {
    font-size: 1.4rem;
  }
}
.honbetsu-concept-text .br {
  display: none;
}
@media screen and (min-width: 640px), print {
  .honbetsu-concept-text .br {
    display: block;
  }
}
.honbetsu-concept-more {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-concept-more {
    margin-top: 30px;
  }
}

/* BUSINESS */
.honbetsu-business-section .inner {
  max-width: none;
}
.honbetsu-business-section .section-header {
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px), print {
  .honbetsu-business-section .section-header {
    margin: 0 auto 118px;
  }
}
.honbetsu-business-content {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-content {
    flex-direction: column-reverse;
    max-width: 960px;
  }
}
.honbetsu-business-block {
  padding: 80px 1em;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-business-block {
    padding: 80px 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-block {
    padding: 0 1em 50px 1em;
  }
}
.honbetsu-business-block:nth-child(2n+1) .honbetsu-business-main {
  margin-right: 100px;
}
@media screen and (max-width: 1279.98px) {
  .honbetsu-business-block:nth-child(2n+1) .honbetsu-business-main {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-block:nth-child(2n+1) .honbetsu-business-main {
    margin-right: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-block:nth-child(2n+1) .honbetsu-business-main {
    margin-top: 30px;
  }
}
.honbetsu-business-block:nth-child(2n) .honbetsu-business-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-block:nth-child(2n) .honbetsu-business-content {
    flex-direction: column-reverse;
  }
}
.honbetsu-business-block:nth-child(2n) .honbetsu-business-main {
  margin-left: 100px;
}
@media screen and (max-width: 1279.98px) {
  .honbetsu-business-block:nth-child(2n) .honbetsu-business-main {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-block:nth-child(2n) .honbetsu-business-main {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-block:nth-child(2n) .honbetsu-business-main {
    margin-top: 30px;
  }
}
.honbetsu-business-block:not(:last-child) {
  margin-bottom: 158px;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-block:not(:last-child) {
    margin-bottom: 110px;
  }
}
.honbetsu-business-block.__saiseki {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(145, 145, 145) 0%, rgb(55, 55, 55) 100%);
}
.honbetsu-business-block.__agri {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(56, 178, 110) 0%, rgb(1, 81, 1) 100%);
}
.honbetsu-business-block.__sweets {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(230, 117, 187) 0%, rgb(220, 193, 165) 100%);
}
.honbetsu-business-block.__dispatch {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(33, 87, 130) 0%, rgb(5, 30, 49) 100%);
}
.honbetsu-business-image {
  margin-top: -148px;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-image {
    margin-top: -50px;
  }
}
.honbetsu-business-image img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px), print {
  .honbetsu-business-image img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.honbetsu-business-main {
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-main {
    max-width: none;
  }
}
.honbetsu-business-header {
  margin-bottom: 35px;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-header {
    margin-bottom: 20px;
  }
}
.honbetsu-business-heading {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .honbetsu-business-heading {
    font-size: 2.6rem;
  }
}
.honbetsu-business-heading .en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: initial;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-heading .en {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.honbetsu-business-more {
  margin-top: 90px;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-business-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-more {
    margin-top: 49px;
  }
}
.honbetsu-business-more .link-button {
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .honbetsu-business-more .link-button {
    margin: 0 auto;
  }
}
.honbetsu-business-text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-business-text {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

/* ギャラリー */
.honbetsu-gallary-section {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-gallary-section {
    padding: 0 2em 0 2em;
  }
}
.honbetsu-gallary-section .inner {
  max-width: 1920px;
}
.honbetsu-gallary-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-gallary-container {
    margin: 0 -2em;
  }
}
.honbetsu-gallary-image {
  width: 25%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-gallary-image {
    width: 50%;
  }
}
.honbetsu-gallary-image img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-gallary-image img {
    height: 230px;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-gallary-image img {
    height: 270px;
  }
}
@media screen and (max-width: 575.98px) {
  .honbetsu-gallary-image img {
    height: auto;
  }
}
.honbetsu-gallary-image:hover img {
  filter: grayscale(0);
}

/* INFO */
.honbetsu-info-section {
  padding: 0 1em 30px 1em;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-info-section {
    padding: 0 2em 60px 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .honbetsu-info-section {
    padding: 0 1em 30px 1em;
  }
}
.honbetsu-info-section .inner {
  max-width: 1680px;
}
.honbetsu-info-container {
  display: flex;
  margin-top: -60px;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-info-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  .honbetsu-info-container {
    margin-top: -30px;
  }
}
.honbetsu-info-block {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-info-block {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}
.honbetsu-info-block:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 1099.98px) {
  .honbetsu-info-block:first-child {
    margin-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .honbetsu-info-block:first-child {
    margin-bottom: 20px;
  }
}
.honbetsu-info-image {
  display: block;
  text-align: center;
}
.honbetsu-info-header {
  width: 100%;
  transform: translateY(-60px);
}
@media screen and (max-width: 767.98px) {
  .honbetsu-info-header {
    transform: translateY(-30px);
  }
}
.honbetsu-info-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  height: 200px;
  padding: 54px 20px;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-info-link {
    height: 150px;
    width: 90%;
    padding: 30px 20px;
  }
}
.honbetsu-info-link:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.honbetsu-info-link:hover .honbetsu-info-heading .jp::after {
  background-image: url("../img/base/icon_arrow_blk.svg");
  background-color: #fff;
}
.honbetsu-info-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-info-heading {
    font-size: 3rem;
  }
}
.honbetsu-info-heading .jp {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 400;
  margin-top: 25px;
  padding-right: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-info-heading .jp {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.honbetsu-info-heading .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/base/icon_arrow_wht.svg");
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333333;
  padding: 2px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

/* NEWS */
.honbetsu-news-section {
  padding: 60px 1em 70px 1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-news-section {
    padding: 145px 2em 120px 2em;
  }
}
.honbetsu-news-section .inner {
  max-width: 1200px;
}
.honbetsu-news-section .section-header::after {
  background-color: #015101;
}
.honbetsu-news-section .section-heading::before, .honbetsu-news-section .section-heading::after {
  background-color: #015101;
}
.honbetsu-news-more {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .honbetsu-news-more {
    margin-top: 50px;
  }
}

/* CONTACT */
.honbetsu-contact-section {
  padding: 35px 1em 35px 1em;
  background-color: #015101;
}
@media screen and (min-width: 1100px), print {
  .honbetsu-contact-section {
    padding: 60px 2em 60px 2em;
  }
}
.honbetsu-contact-section .section-header::after {
  background-color: #fff;
}
.honbetsu-contact-section .section-heading {
  color: #fff;
}
.honbetsu-contact-section .section-heading::before, .honbetsu-contact-section .section-heading::after {
  background-color: #fff;
}
.honbetsu-contact-section .section-heading .jp {
  color: #fff;
}
.honbetsu-contact-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .honbetsu-contact-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.honbetsu-contact-main {
  margin-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-main {
    margin-top: 30px;
  }
}
.honbetsu-contact-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honbetsu-contact-item.__tel {
  margin-right: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-item.__tel {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .honbetsu-contact-item.__tel {
    margin-right: 1em;
  }
}
.honbetsu-contact-item.__tel .honbetsu-contact-link {
  position: relative;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #fff;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-item.__tel .honbetsu-contact-link {
    font-size: 3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .honbetsu-contact-item.__tel .honbetsu-contact-link {
    padding-left: 1.2em;
  }
}
.honbetsu-contact-item.__tel .honbetsu-contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 52px;
  height: 52px;
  background: url("../img/base/icon_tel_big.png") no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-item.__tel .honbetsu-contact-link::before {
    width: 30px;
    height: 30px;
  }
}
.honbetsu-contact-item.__mail .honbetsu-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: url("../img/base/icon_mail.png") no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-item.__mail .honbetsu-contact-link {
    width: 30px;
    height: 30px;
  }
}
.honbetsu-contact-item.__mail .honbetsu-contact-link:hover {
  opacity: 0.75;
}
.honbetsu-contact-link {
  transition: all 0.3s ease;
}
.honbetsu-contact-time {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .honbetsu-contact-time {
    font-size: 1.4rem;
  }
}

/* 事業紹介 */
.business-common-section {
  padding: 0 2em 0 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1099.98px) {
  .business-common-section {
    padding: 0 1em 0 1em;
  }
}
.business-common-section .inner {
  max-width: 1120px;
}
.business-common-intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .business-common-intro {
    margin-bottom: 40px;
  }
}
.business-common-intro_image {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .business-common-intro_image {
    margin-bottom: 20px;
  }
}
.business-common-heading {
  display: block;
  font-size: 1.8rem;
  line-height: 1.38;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .business-common-heading {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.business-common-text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width: 767.98px) {
  .business-common-text {
    font-size: 1.4rem;
  }
}
.business-common-block {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .business-common-block {
    flex-direction: column;
    align-items: center;
    max-width: 560px;
    margin: 0 auto;
  }
}
.business-common-block:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .business-common-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.business-common-block:nth-child(2n+1) .business-common-main {
  padding-left: 60px;
}
@media screen and (max-width: 767.98px) {
  .business-common-block:nth-child(2n+1) .business-common-main {
    padding-left: 0;
  }
}
.business-common-block:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .business-common-block:nth-child(2n) {
    flex-direction: column;
  }
}
.business-common-block:nth-child(2n) .business-common-main {
  padding-right: 60px;
}
@media screen and (max-width: 767.98px) {
  .business-common-block:nth-child(2n) .business-common-main {
    padding-right: 0;
  }
}
.business-common-main {
  width: 50%;
  padding-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .business-common-main {
    width: 100%;
    padding-top: 30px;
  }
}
.business-common-image {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .business-common-image {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .business-common-image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.common-header {
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767.98px) {
  .common-header {
    margin-bottom: 30px;
  }
}

.common-heading {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.12;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2.4rem;
  }
}

.common-en {
  line-height: 1.2;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 767.98px) {
  .common-en {
    font-size: 1.4rem;
  }
}

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

  idxx　お知らせ

-------------------------------- */
.topics-category-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 51px 0;
}
@media screen and (max-width: 767.98px) {
  .topics-category-area {
    margin: 0 -10px 20px 0;
  }
}
@media screen and (max-width: 479.98px) {
  .topics-category-area {
    margin: 0 -10px 10px 0;
  }
}
.topics-category-item {
  width: calc(33.33333% - 20px);
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .topics-category-item {
    width: calc(33.33333% - 10px);
    margin: 0 10px 0 0;
  }
}
.topics-category-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #333333;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .topics-category-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .topics-category-link {
    font-size: 1.1rem;
    height: 30px;
    padding: 5px;
  }
}
.topics-category-link:hover {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.topics-category-link.current {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
}

.topics-header {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .topics-header {
    margin-bottom: 20px;
  }
}
.topics-heading {
  font-size: 1.8rem;
  list-style: 1.2;
  text-align: center;
  color: #fff;
  background-color: #000000;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .topics-heading {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
.topics-desc {
  font-size: 1.4rem;
  list-style: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .topics-desc {
    font-size: 1.2rem;
  }
}

.topics-section {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .topics-section {
    padding: 0 2em 0 2em;
  }
}
.article-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 1.2;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 10px;
}
.article-back-btn:hover {
  background-color: #fff;
  color: #333333;
}
.article-back-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 1.2;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.article-back-next:hover {
  background-color: #fff;
  color: #333333;
}
.article-back-next::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  line-height: 1.2;
}
.article-back-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 1.2;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.article-back-prev:hover {
  background-color: #fff;
  color: #333333;
}
.article-back-prev::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  line-height: 1.2;
}
.article-detail-back {
  display: flex;
  margin-top: 90px;
}
@media screen and (max-width: 767.98px) {
  .article-detail-back {
    margin-top: 40px;
    justify-content: center;
  }
}
.article-detail-header {
  margin-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .article-detail-header {
    margin-bottom: 10px;
  }
}
.article-detail-category {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  max-width: 320px;
  width: 100%;
  height: 26px;
  padding: 5px 10px;
  color: #fff;
  background-color: #AAA149;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .article-detail-category {
    font-size: 1.2rem;
    margin-bottom: 12px;
    max-width: 280px;
    height: 24px;
  }
}
.article-detail-date {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 11px;
}
@media screen and (max-width: 767.98px) {
  .article-detail-date {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.article-detail-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .article-detail-title {
    font-size: 1.5rem;
  }
}
.article-wrap {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .article-wrap {
    flex-direction: column;
    max-width: 510px;
    margin: 0 auto;
  }
}
.article-main {
  flex: 1;
  min-width: 0;
  margin-right: 100px;
}
@media screen and (max-width: 1099.98px) {
  .article-main {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .article-main {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.article-side {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .article-side {
    max-width: none;
  }
}
.article-category-heading {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}
.article-category-list li {
  font-size: 1.4rem;
  line-height: 1.35;
}
.article-category-list li:not(:last-child) {
  margin-bottom: 10px;
}
.article-category-list li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: none;
}
.article-category-list li a:hover {
  text-decoration: underline;
}
.article-work-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -40px 0;
}
@media screen and (max-width: 767.98px) {
  .article-work-list {
    margin: 0 -10px -30px 0;
  }
}
.article-work-list .article-item {
  width: calc(25% - 16px);
  margin: 0 16px 40px 0;
}
@media screen and (max-width: 991.98px) {
  .article-work-list .article-item {
    width: calc(33.33333% - 16px);
  }
}
@media screen and (max-width: 767.98px) {
  .article-work-list .article-item {
    width: calc(50% - 10px);
    margin: 0 10px 30px 0;
  }
}
.article-work-list .article-title {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .article-work-list .article-title {
    font-size: 1.2rem;
  }
}
.article-work-list .article-thumb img {
  height: 150px;
}
@media screen and (max-width: 767.98px) {
  .article-work-list .article-thumb img {
    height: auto;
  }
}
.article-event-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}
@media screen and (max-width: 767.98px) {
  .article-event-list {
    margin: 0 -10px -30px 0;
  }
}
.article-event-list .article-item {
  width: calc(33.33333% - 20px);
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 991.98px) {
  .article-event-list .article-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .article-event-list .article-item {
    width: calc(50% - 10px);
    margin: 0 10px 30px 0;
  }
}
.article-event-list .article-thumb img {
  height: 250px;
}
@media screen and (max-width: 767.98px) {
  .article-event-list .article-thumb img {
    height: auto;
  }
}
.article-link {
  overflow: hidden;
}
.article-link:hover .article-thumb-area::before, .article-link:hover .article-thumb-area::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  opacity: 1;
}
.article-link:hover .article-thumb {
  transform: scale(1.15);
}
.article-link:hover .article-thumb::after {
  opacity: 1;
}
.article-link:hover .article-thumb img {
  filter: blur(2px);
}
.article-link:hover .article-hover-text {
  opacity: 1;
  transform: translateY(-50%);
}
.article-subtitle {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Cinzel", serif;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.98px) {
  .article-subtitle {
    font-size: 1rem;
  }
}
.article-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 26px;
  background-color: #002B4E;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .article-category {
    font-size: 1rem;
    height: 24px;
  }
}
.article-category-list {
  margin: 0 !important;
  padding: 0 !important;
}
.article-category-list li {
  list-style: none;
}
.article-category-list li a {
  color: #333;
}
.article-category-list li a:hover {
  color: #333;
}
.article-thumb {
  transition: transform 0.5s ease;
}
.article-thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.article-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.article-thumb-area {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.article-thumb-area::before, .article-thumb-area::after {
  position: absolute;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
}
.article-thumb-area::before {
  top: 16px;
  left: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.article-thumb-area::after {
  right: 16px;
  bottom: 16px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.article-info {
  display: flex;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #333333;
}
.article-info dt, .article-info dd {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .article-info dt, .article-info dd {
    font-size: 1.1rem;
  }
}
.article-date {
  color: #707070;
  line-height: 1.2;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .article-date {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.article-title {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.46;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .article-title {
    font-size: 1.3rem;
  }
}
.article-hover-text {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-120%);
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}

.topics-list {
  padding: 0 !important;
  margin: 0 !important;
}
.topics-detail-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 767.98px) {
  .topics-detail-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.topics-detail-title {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .topics-detail-title {
    font-size: 1.3rem;
  }
}
.topics-detail-content {
  font-size: 1.4rem;
  line-height: 2;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .topics-detail-content {
    font-size: 1.3rem;
  }
}
.topics-item {
  padding: 20px 100px;
  border-bottom: 1px dashed #707070;
  list-style: none;
}
@media screen and (max-width: 1099.98px) {
  .topics-item {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 639.98px) {
  .topics-item {
    padding: 15px 5px;
  }
}
.topics-section .topics-item {
  padding: 20px 0;
}
@media screen and (max-width: 639.98px) {
  .topics-section .topics-item {
    padding: 15px 0;
  }
}
.topics-section .topics-link {
  flex-direction: column;
  align-items: flex-start;
}
.topics-section .topics-side {
  margin-right: 0;
  margin-bottom: 10px;
}
.topics-link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .topics-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topics-link:hover {
  opacity: 0.75;
}
.topics-side {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media screen and (max-width: 767.98px) {
  .topics-side {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.topics-date {
  font-size: 1.3rem;
  width: 68px;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .topics-date {
    font-size: 1.1rem;
    width: 60px;
  }
}
.topics-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0 !important;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .topics-title {
    font-size: 1.3rem;
  }
}
.topics-category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  min-width: 118px;
  padding: 2px 5px;
  background-color: #002B4E;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .topics-category {
    margin-left: 10px;
    font-size: 1.1rem;
    height: 20px;
  }
}

.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;
}/*# sourceMappingURL=styles.css.map */