@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@100;300;400;600;700&family=Zen+Maru+Gothic:wght@700&display=swap");
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*:not(.wp-block-post-content *) {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
#	ベース
# ================================================================= */
@media all and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 4vw;
  }
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: normal;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #000000;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media all and (min-width: 768px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 4vw;
  }
}

@media all and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.small {
  line-height: 1.5em;
}

@media all and (min-width: 768px) {
  .small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .small {
    font-size: 0.8571em;
  }
}

a:not(.wp-block-post-content a),
button:not(.wp-block-post-content button) {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

img[src^='/wp-content/uploads/images/articles/'] {
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  list-style-type: none;
}

/* ページ内リンクのオフセット設定 */
h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
  /* 固定ヘッダーの高さに合わせる */
}

@media all and (min-width: 768px) {
  h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
    scroll-margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
    scroll-margin-top: 60px;
  }
}

html {
  scroll-behavior: smooth;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

a:not([href]).dim {
  opacity: 0.6 !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

.list02 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list02 li {
  margin: 0px;
  padding: 0px;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.decimal-list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

.decimal-list > li {
  margin-left: 1.0em;
}

.swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
  opacity: 1.0;
}

.swiper .loader {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.swiper.loading .swiper-wrapper .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

.swiper.loading .loader {
  opacity: 1.0;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

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

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

.loader,
.loader:after {
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .loader,
  .loader:after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .loader,
  .loader:after {
    width: 16vw;
    height: 16vw;
  }
}

.grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
}

body:not(.contact) .grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
  display: none !important;
}

.compressor {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}

.compressor:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.0em;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1.0;
}

.compressor.open {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 9999vh !important;
  overflow: visible;
}

.compressor.open:after {
  opacity: 0;
}

.compressor.open + .compressor-open > span.open {
  display: none;
}

.compressor.open + .compressor-open > span.close {
  display: inline-block;
}

.compressor-open {
  margin-top: 1.0em;
  text-align: center;
  cursor: pointer;
}

.compressor-open > span {
  color: #00900E;
}

.compressor-open > span:hover {
  text-decoration: underline;
}

.compressor-open > span.open {
  display: inline-block;
}

.compressor-open > span.close {
  display: none;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 250px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .button01 {
    min-width: 100%;
  }
}

.button01:after {
  display: block;
  content: "";
  background-image: url("../img/ic_arw01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto 0px;
  width: 17px;
  height: 17px;
}

.button01:link, .button01:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1.0;
}

.button01:hover, .button01:active {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

.button02 {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 380px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .button02 {
    min-width: 100%;
    font-size: 14px;
  }
}

.button02:after {
  display: block;
  content: "";
  background-image: url("../img/ic_arw01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto 0px;
  width: 17px;
  height: 17px;
}

.button02:link, .button02:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1.0;
}

.button02:hover, .button02:active {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

.button02.invert {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.button02.invert:after {
  background-image: url("../img/ic_arw01_fff.svg");
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
#head {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  -webkit-backface-visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  height: 80px;
  overflow: visible;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

#head .head-inner {
  margin: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#head .head-logo {
  width: 129px;
  height: 60px;
}

#head .head-logo img {
  width: 100%;
  height: auto;
}

#head .head-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50%;
  max-width: calc(100% - 25px - 129px);
}

#head .head-nav {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 20px 4px 0;
  border-right: 1px solid #000000;
  margin-right: 30px;
  min-width: calc(100% - 30px - 35px);
}

#head .head-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 100%;
}

#head .head-nav > ul > li {
  margin: 5px 25px 5px 25px;
  padding: 0;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  color: #000000;
}

#head .head-nav > ul > li:nth-child(1) {
  margin-left: 0;
}

#head .head-nav > ul > li a:link,
#head .head-nav > ul > li a:visited {
  color: #000000;
  text-decoration: none;
}

#head .head-nav > ul > li a:hover,
#head .head-nav > ul > li a:active {
  color: #D91200;
  text-decoration: underline;
}

#head #menu-trigger {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: 4px;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  background-image: url("../img/ic_humberger.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #head .head-nav > ul > li {
    margin: 5px 10px 5px 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #head {
    height: 60px;
  }
  #head .head-inner {
    margin: 0 20px;
  }
  #head .head-logo {
    width: 89px;
    height: 42px;
  }
  #head .head-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #head .head-nav {
    display: none;
  }
}

#head-menu {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  max-height: 80vh;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

#head-menu a {
  color: inherit;
  text-decoration: none;
}

#head-menu > .inner {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#head-menu .column01 {
  width: 380px;
  max-width: 40%;
}

#head-menu .column02 {
  width: 520px;
  max-width: 50%;
}

#head-menu .menu-sec {
  margin-bottom: 40px;
}

#head-menu .menu-sec:nth-last-child(1) {
  margin-bottom: 0;
}

#head-menu .menu-sec > .heading {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
}

#head-menu .menu-sec > .heading:before {
  content: attr(data-eng);
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  margin-bottom: 2px;
}

#head-menu .menu-sec .tag-list01 > li {
  margin: 0 20px 20px 0;
  padding: 0;
}

#head-menu .menu-sec .badge-tag {
  padding: 4px 15px;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #head-menu {
    margin-top: -1px;
    max-height: calc(100vh - 60px);
  }
  #head-menu > .inner {
    padding: 50px 20px 80px;
    display: block;
  }
  #head-menu .column01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #head-menu .column02 {
    width: 100%;
    max-width: 100%;
  }
  #head-menu .menu-sec {
    margin-bottom: 40px;
  }
  #head-menu .menu-sec:nth-last-child(1) {
    margin-bottom: 0;
  }
  #head-menu .menu-sec > .heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #head-menu .menu-sec > .heading:before {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #head-menu .menu-sec .tag-list01 > li {
    margin: 0 10px 10px 0;
    padding: 0;
  }
  #head-menu .menu-sec .badge-tag {
    padding: 4px 15px;
    font-size: 16px;
  }
}

#head.open .head-nav {
  visibility: hidden;
  opacity: 0;
}

#head.open #head-menu {
  overflow: auto;
  opacity: 1.0;
  visibility: visible;
}

#head.open #menu-trigger {
  background-image: url("../img/ic_close.svg");
}

.head-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #000000;
}

.head-menu-list > li {
  border-bottom: 1px solid #000000;
}

.head-menu-list > li a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.head-menu-list > li a:after {
  display: block;
  content: "";
  background-image: url("../img/ic_arw01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 8px;
  margin: auto 0px;
  width: 17px;
  height: 17px;
}

@media only screen and (max-width: 767px) {
  .head-menu-list > li a {
    padding: 16px 0;
    font-size: 16px;
  }
  .head-menu-list > li a:after {
    width: 15px;
    height: 15px;
  }
}

.head-banner1 {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .head-banner1 {
    margin-top: 40px;
  }
}

.search-box {
  position: relative;
  border: 1px solid #000000;
}

.search-box input[type='text'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 5px 40px 5px 5px;
  font-size: 16px;
  line-height: 1.0em;
}

.search-box input[type='submit'] {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.search-box:after {
  display: block;
  content: "";
  background-image: url("../img/ic_search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
*:not(.wp-block-post-content *) {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
  background-color: #ffffff;
}

body {
  height: 100%;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
}

a:link, a:visited {
  color: #D91200;
  text-decoration: underline;
}

a:hover, a:active {
  color: #D91200;
  text-decoration: underline;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

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

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

.submit-loader {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  opacity: 0;
}

.submit-loader.show {
  visibility: visible;
  opacity: 1.0;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* simplebar用 */
@media only screen and (max-width: 767px) {
  .simplebar-wrapper {
    padding-bottom: 5.33333vw;
  }
  .simplebar-track {
    background: #dddddd;
    border-radius: 5.33333vw;
  }
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1.0;
  }
  .simplebar-track .simplebar-scrollbar::before {
    background: #00900E;
  }
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

.anchor {
  pointer-events: none;
}

.anchor > * {
  pointer-events: auto;
}

@media all and (min-width: 768px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(80px + 20px) solid transparent !important;
    margin-top: calc(0px - 80px - 20px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(60px + 5.33333vw) solid transparent !important;
    margin-top: calc(0px - 60px - 5.33333vw) !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 1.06667vw !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
  .mb8 {
    margin-bottom: 2.13333vw !important;
  }
}

@media all and (min-width: 768px) {
  html.mode-ad {
    height: auto;
    background-color: #efefef;
  }
  html.mode-ad body {
    position: relative;
    height: auto;
    background-color: #efefef;
    padding-top: 150px;
  }
  html.mode-ad body #wrapper {
    max-width: 1200px;
    margin: 0 auto 0;
  }
  html.mode-ad body #head {
    position: absolute;
  }
}

@media all and (min-width: 768px) {
  .ad_skin_top {
    background-color: #999999;
    width: 728px;
    max-width: 90%;
    aspect-ratio: 728 / 90;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .ad_skin_top > * {
    width: 100%;
    height: 100%;
  }
  .ad_skin_top img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ad_skin_top {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .ad_skin_left {
    background-color: #999999;
    width: 160px;
    height: 600px;
    margin: auto 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .ad_skin_left > * {
    width: 100%;
    height: 100%;
  }
  .ad_skin_left img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ad_skin_left {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .ad_skin_right {
    background-color: #999999;
    width: 160px;
    height: 600px;
    margin: auto 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .ad_skin_right > * {
    width: 100%;
    height: 100%;
  }
  .ad_skin_right img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ad_skin_right {
    display: none;
  }
}

/* wrapper ------------------------------ */
#wrapper {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 80px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}

/* container ------------------------------ */
@media only screen and (max-width: 767px) {
  #container {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.low-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .low-wrapper {
    display: block;
    padding: 10px 20px 20px;
  }
}

#breadcrumb {
  width: 100%;
  margin-bottom: 20px;
}

#breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

#breadcrumb ol > li {
  display: inline-block;
  margin: 0px;
  padding: 0 0.5em 0 0;
  font-size: 15px;
  line-height: 1.0em;
}

#breadcrumb ol > li:nth-last-child(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
}

#breadcrumb a {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 30px;
  }
  #breadcrumb ol > li {
    font-size: 12px;
    line-height: 1.0em;
  }
}

#contents {
  width: calc(100% - 380px - 60px);
  min-width: 60%;
}

@media only screen and (max-width: 767px) {
  #contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding-bottom: 20px;
  }
}

#contents .tag-list01 > li {
  margin: 0 10px 5px 0;
}

#contents .badge-tag {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  #contents .tag-list01 > li {
    margin: 0 5px 5px 0;
  }
  #contents .badge-tag {
    font-size: 12px;
  }
}

.common-title01 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 25px;
}

.common-title01:before {
  content: attr(data-eng);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .common-title01 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .common-title01:before {
    font-size: 12px;
  }
}

.search-results {
  margin: 30px 0 30px;
}

.search-results > .lead {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .search-results {
    margin: 20px 0 20px;
  }
  .search-results > .lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.related-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.related-box:nth-child(1) {
  margin-top: 0;
}

.related-box:nth-last-child(1) {
  margin-bottom: 0;
}

.post-title {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .post-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.post-subtitle {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .post-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.post-meta {
  font-size: 14px;
  line-height: 1.25em;
  margin-bottom: 15px;
}

.post-meta .post-date {
  display: inline-block;
  margin-right: 1.0em;
}

.post-meta .post-author {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .post-meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.post-image {
  text-align: center;
  margin-top: 15px;
}

.post-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .post-image {
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .post-image img {
    width: 100%;
  }
}

.addtoany_shortcode {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .addtoany_shortcode {
    margin-top: 15px;
  }
}

.post-description {
  margin-top: 25px;
  background-color: rgba(188, 157, 0, 0.1);
  padding: 20px;
  font-size: 16px;
  line-height: 1.75em;
}

.post-description > * {
  margin-bottom: 1.75em;
}

.post-description > *:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .post-description {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 14px;
    line-height: 1.75em;
  }
}

.post-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

#side {
  width: 380px;
  max-width: 35%;
}

#side .more a:link,
#side .more a:visited {
  color: #000000;
  text-decoration: none;
}

#side .more a:hover,
#side .more a:active {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #side {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 20px 0;
  }
}

@media all and (min-width: 768px) {
  #side .home-sec-side {
    min-height: 100%;
  }
  #side .banner2 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: calc(80px + 40px);
  }
}

.pager {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.0em;
}

.pager .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.pager .page-numbers.dots {
  font-size: 20px;
}

.pager .page-numbers.prev, .pager .page-numbers.next {
  text-align: left;
  text-indent: -9000px;
  overflow: hidden;
  background-image: url("../img/ic_arw01_fff.svg");
  background-repeat: no-repeat;
  background-position: 45% 50%;
  background-size: 15px auto;
}

.pager .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pager a.page-numbers {
  background-color: #cccccc;
  color: #ffffff;
  text-decoration: none;
}

.pager a.page-numbers:hover {
  background-color: #000000;
}

.pager a.page-numbers.current {
  background-color: #000000;
  pointer-events: none;
  cursor: default;
}

.pager a.page-numbers.inactive {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.pager span.page-numbers {
  background-color: #cccccc;
  color: #ffffff;
}

.pager span.page-numbers.current {
  background-color: #000000;
}

.pager span.page-numbers.prev, .pager span.page-numbers.next {
  opacity: 0.3;
}

@media only screen and (max-width: 767px) {
  .pager {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.0em;
  }
  .pager .page-numbers {
    width: 30px;
    height: 30px;
    margin: 0 6px;
  }
  .pager .page-numbers.prev, .pager .page-numbers.next {
    background-position: 45% 50%;
    background-size: 10px auto;
  }
}

.home-sec {
  background-color: #00900E;
}

.home-sec > .inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-sec .home-sec-side {
  width: 380px;
  max-width: 35%;
}

.home-sec .home-sec-side .side-sec01 {
  color: #ffffff;
}

.home-sec .home-sec-side .side-heading01 {
  color: #ffffff;
}

.home-sec .home-sec-side .side-heading01:before {
  color: #ffffff;
}

.home-sec .home-sec-side .more a:link,
.home-sec .home-sec-side .more a:visited {
  color: #ffffff;
  text-decoration: none;
}

.home-sec .home-sec-side .more a:hover,
.home-sec .home-sec-side .more a:active {
  color: #ffffff;
  text-decoration: underline;
}

.home-sec .home-sec-main {
  width: calc(100% - 380px - 60px);
  min-width: 60%;
}

@media only screen and (max-width: 767px) {
  .home-sec > .inner {
    padding: 30px 20px;
    display: block;
  }
  .home-sec .home-sec-side {
    display: none;
  }
  .home-sec .home-sec-main {
    width: 100%;
    min-width: 100%;
  }
}

.article-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-list01 > li {
  background-color: #ffffff;
  padding: 0;
}

.article-list01 > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-list01 > li .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.article-list01 > li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list01 > li .data {
  padding: 10px;
}

.article-list01 > li .category {
  margin-bottom: 4px;
}

.article-list01 > li .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-list01 > li .meta {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.0em;
}

.article-list01 > li .meta .date {
  display: inline-block;
  margin-right: 0.5em;
}

.article-list01 > li .meta .author {
  display: inline-block;
}

.article-list01 > li .tag-list01 {
  margin-top: 8px;
}

.article-list01 > li:nth-child(1) {
  width: 100%;
  margin-right: 0px;
}

.article-list01 > li:nth-child(1) .category .badge-category {
  font-size: 14px;
}

.article-list01 > li:nth-child(1) .title {
  font-size: 24px;
}

.article-list01 > li:nth-child(1) .meta {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  margin-right: 30px;
}

.article-list01 > li:nth-child(1) .tag-list01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.article-list01 > li:nth-child(1) .tag-list01 .badge-tag {
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .article-list01 > li {
    width: calc((100% - 20px - 20px) / 3);
    margin: 0 20px 40px 0;
  }
  .article-list01 > li:nth-child(3n + 4) {
    margin-right: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .article-list01 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
  }
  .article-list01 > li:nth-child(3n + 4) {
    margin-right: 20px;
  }
  .article-list01 > li:nth-child(2n + 3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .article-list01 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .article-list01 > li:nth-child(2n + 3) {
    margin-right: 0;
  }
  .article-list01 > li .data {
    padding: 10px;
  }
  .article-list01 > li .category {
    margin-bottom: 4px;
  }
  .article-list01 > li .category .badge-category {
    font-size: 10px;
  }
  .article-list01 > li .title {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .article-list01 > li .meta {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.5em;
  }
  .article-list01 > li .meta .date {
    display: inline-block;
    margin-right: 0.5em;
  }
  .article-list01 > li .meta .author {
    display: inline-block;
  }
  .article-list01 > li .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .article-list01 > li .tag-list01 .badge-tag {
    font-size: 10px;
  }
  .article-list01 > li:nth-child(1) {
    width: 100%;
  }
  .article-list01 > li:nth-child(1) .category .badge-category {
    font-size: 12px;
  }
  .article-list01 > li:nth-child(1) .title {
    font-size: 16px;
  }
  .article-list01 > li:nth-child(1) .meta {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    margin-right: 0;
  }
  .article-list01 > li:nth-child(1) .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .article-list01 > li:nth-child(1) .tag-list01 .badge-tag {
    font-size: 12px;
  }
}

.badge-category {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: bold;
  background-color: #BC9D00;
  color: #ffffff;
}

.badge-tag {
  display: inline-block;
  border: 1px solid #000000;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .badge-tag {
    font-size: 10px;
  }
}

.tag-list01 {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list01 a {
  color: inherit;
  text-decoration: none;
}

.tag-list01 > li {
  line-height: 1.0em;
  margin: 0 5px 5px 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tag-list01 > li {
    margin: 0 5px 5px 0;
  }
}

.side-sec01 {
  margin-bottom: 30px;
}

.side-sec01 .more {
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25em;
}

@media only screen and (max-width: 767px) {
  .side-sec01 {
    margin-bottom: 30px;
  }
  .side-sec01 .more {
    text-align: right;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.25em;
  }
}

.side-heading01 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

.side-heading01:before {
  content: attr(data-eng);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .side-heading01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .side-heading01:before {
    font-size: 12px;
  }
}

.side-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side-list01 > li {
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}

.side-list01 > li:nth-last-child(1) {
  margin-bottom: 0;
}

.side-list01 > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}

.side-list01 > li .thumb {
  width: 100px;
  aspect-ratio: 16 / 9;
}

.side-list01 > li .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.side-list01 > li .data {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 100px);
  overflow: hidden;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-list01 > li .data > span {
  font-size: 14px;
  line-height: 1.5em;
  width: 100%;
  max-height: calc(1 * 1.5 * 2em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.side-list01.rank {
  counter-reset: rank;
}

.side-list01.rank > li {
  counter-increment: rank;
}

.side-list01.rank > li:before {
  z-index: 10;
  position: absolute;
  left: -10px;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: counter(rank);
  background-color: #000000;
  color: #ffffff;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: bold;
  border-radius: 14px;
}

@media only screen and (max-width: 767px) {
  .side-list01 > li {
    margin: 0 0 15px 0;
  }
  .side-list01 > li .thumb {
    width: 94px;
  }
  .side-list01 > li .data {
    width: calc(100% - 94px);
    padding: 3px 10px;
    font-size: 14px;
  }
  .side-list01 > li .data > span {
    font-size: 14px;
  }
}

.banner1 {
  width: 100%;
  aspect-ratio: 380 / 317;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.banner1 > * {
  width: 100%;
  height: 100%;
}

.banner1 img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .banner1 {
    margin-bottom: 40px;
  }
}

.banner2 + .banner1 {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .banner2 + .banner1 {
    margin-top: 40px;
  }
}

.banner2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner2 > * {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.banner2 > *:nth-last-child(1) {
  margin-bottom: 0;
}

.banner2 img {
  width: 100%;
  height: 100%;
}

.banner3 {
  padding: 60px 20px 0;
  text-align: center;
}

.banner3 > * {
  display: block;
  width: 100%;
  text-align: center;
}

.banner3 > *:nth-last-child(1) {
  margin-bottom: 0;
}

.banner3 img {
  max-width: 970px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .banner3 {
    padding: 40px 20px 0;
  }
}

.banner4 {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.banner4 > * {
  display: block;
  max-width: 350px;
  width: 48%;
}

.banner4 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .banner4 {
    margin-top: 40px;
    display: block;
  }
  .banner4 > * {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner4 > *:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.banner5 {
  padding: 0 20px 0;
  margin: 40px auto;
  text-align: center;
}

.banner5 > * {
  display: block;
  width: 100%;
  text-align: center;
}

.banner5 > *:nth-last-child(1) {
  margin-bottom: 0;
}

.banner5 img {
  max-width: 728px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .banner5 {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner5 {
    padding: 0;
    margin: 30px auto;
  }
}

#breadcrumb + .banner5 {
  margin: 0px auto 20px;
}

@media only screen and (max-width: 767px) {
  #breadcrumb + .banner5 {
    margin: 0px auto 20px;
  }
}

@media all and (min-width: 768px) {
  .home-ranking {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .home-ranking {
    background-color: #00900E;
    padding: 40px 20px;
  }
  .home-ranking .side-sec01 {
    color: #ffffff;
  }
  .home-ranking .side-heading01 {
    color: #ffffff;
  }
  .home-ranking .side-heading01:before {
    color: #ffffff;
  }
  .home-ranking .more a:link,
  .home-ranking .more a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .home-ranking .more a:hover,
  .home-ranking .more a:active {
    color: #ffffff;
    text-decoration: underline;
  }
}

.bg-sec01 {
  background-image: url("../img/feature_bg01.jpg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
}

.bg-sec01 > .inner {
  padding: 60px 0 60px;
}

.bg-sec01 > .inner > .heading {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 50px;
}

.bg-sec01 > .inner > .heading:before {
  content: attr(data-eng);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  margin-bottom: 2px;
}

.bg-sec01 > .inner > .more {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .bg-sec01 {
    background-image: url("../img/sp/feature_bg01.jpg.webp");
  }
  .bg-sec01 > .inner {
    padding: 40px 0 40px;
  }
  .bg-sec01 > .inner > .heading {
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bg-sec01 > .inner > .heading:before {
    font-size: 12px;
  }
  .bg-sec01 > .inner > .more {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.slide-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slide-list01.loaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-list01.loaded > li {
  width: 70vw !important;
  max-width: 800px !important;
}

.slide-list01 .owl-item {
  width: 70vw !important;
  max-width: 800px !important;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0.5;
}

.slide-list01 .owl-item.current.center {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1.0;
}

.slide-list01 .owl-dots {
  margin-top: 30px !important;
}

.slide-list01 .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}

.slide-list01 .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
}

.slide-list01 li {
  background-color: transparent;
  padding: 0;
}

.slide-list01 li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.slide-list01 li .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
}

.slide-list01 li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-list01 li .data {
  padding: 0;
}

.slide-list01 li .category {
  margin-bottom: 4px;
}

.slide-list01 li .category .badge-category {
  font-size: 14px;
}

.slide-list01 li .title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
}

.slide-list01 li .meta {
  display: inline-block;
  margin-top: 14px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.0em;
}

.slide-list01 li .meta .date {
  display: inline-block;
  margin-right: 0.5em;
}

.slide-list01 li .meta .author {
  display: inline-block;
}

.slide-list01 li .tag-list01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.slide-list01 li .tag-list01 > li {
  margin-right: 10px;
}

.slide-list01 li .tag-list01 .badge-tag {
  border-color: #ffffff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .slide-list01.loaded > li {
    width: 74vw !important;
  }
  .slide-list01 .owl-item {
    width: 74vw !important;
  }
  .slide-list01 li .thumb {
    margin-bottom: 10px;
  }
  .slide-list01 li .category {
    margin-bottom: 4px;
  }
  .slide-list01 li .category .badge-category {
    font-size: 12px;
  }
  .slide-list01 li .title {
    font-size: 16px;
  }
  .slide-list01 li .meta {
    display: block;
    margin-top: 8px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.0em;
  }
  .slide-list01 li .meta .date {
    display: inline-block;
    margin-right: 0.5em;
  }
  .slide-list01 li .meta .author {
    display: inline-block;
  }
  .slide-list01 li .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
  .slide-list01 li .tag-list01 > li {
    margin-right: 5px;
  }
  .slide-list01 li .tag-list01 .badge-tag {
    border-color: #ffffff;
    font-size: 12px;
  }
}

.list-sec01 {
  background-color: #ffffff;
}

.list-sec01 > .inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}

.list-sec01 > .inner > .heading {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
}

.list-sec01 > .inner > .heading:before {
  content: attr(data-eng);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  margin-bottom: 2px;
}

.list-sec01 > .inner > .more {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .list-sec01 > .inner {
    padding: 40px 20px 40px;
  }
  .list-sec01 > .inner > .heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .list-sec01 > .inner > .heading:before {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .list-sec01 > .inner > .more {
    text-align: center;
    margin-top: 20px;
  }
}

.article-list02 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-list02 > li {
  background-color: #ffffff;
  padding: 0;
}

.article-list02 > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-list02 > li .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.article-list02 > li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list02 > li .data {
  padding: 0;
}

.article-list02 > li .category {
  margin-bottom: 4px;
}

.article-list02 > li .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

.article-list02 > li .meta {
  display: inline-block;
  margin-top: 12px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.0em;
}

.article-list02 > li .meta .date {
  display: inline-block;
  margin-right: 0.5em;
}

.article-list02 > li .meta .author {
  display: inline-block;
}

.article-list02 > li .tag-list01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .article-list02 > li {
    width: calc((100% - 30px - 30px) / 3);
    margin: 0 30px 30px 0;
  }
  .article-list02 > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .article-list02 > li {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 30px 0;
  }
  .article-list02 > li:nth-child(3n) {
    margin-right: 30px;
  }
  .article-list02 > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .article-list02 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .article-list02 > li:nth-child(2n) {
    margin-right: 0;
  }
  .article-list02 > li .thumb {
    margin-bottom: 8px;
  }
  .article-list02 > li .data {
    padding: 0;
  }
  .article-list02 > li .category {
    margin-bottom: 4px;
  }
  .article-list02 > li .category .badge-category {
    font-size: 10px;
  }
  .article-list02 > li .title {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .article-list02 > li .meta {
    display: block;
    margin-top: 4px;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5em;
  }
  .article-list02 > li .meta .date {
    display: block;
  }
  .article-list02 > li .meta .author {
    display: block;
  }
  .article-list02 > li .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
}

.list-sec02 {
  background-color: #ffffff;
}

.list-sec02 > .inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 60px;
}

.list-sec02 > .inner > .heading {
  position: relative;
  font-size: 28px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-sec02 > .inner > .heading > span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}

.list-sec02 > .inner > .heading:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.list-sec02 > .inner > .heading:before {
  content: attr(data-eng);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  color: #BC9D00;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5em;
  z-index: 3;
  text-align: center;
}

.list-sec02 > .inner > .more {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .list-sec02 > .inner {
    padding: 40px 20px 40px;
  }
  .list-sec02 > .inner > .heading {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .list-sec02 > .inner > .heading > span {
    padding: 0 20px;
  }
  .list-sec02 > .inner > .heading:before {
    font-size: 12px;
  }
  .list-sec02 > .inner > .more {
    text-align: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .list-sec02 + .list-sec02 > .inner {
    padding-top: 0px;
  }
}

.article-list03 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article-list03 > li {
  float: left;
  background-color: #ffffff;
  padding: 0;
}

.article-list03 > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-list03 > li .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.article-list03 > li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list03 > li .data {
  padding: 0;
}

.article-list03 > li .category {
  margin-bottom: 4px;
}

.article-list03 > li .title {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-list03 > li .meta {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.0em;
}

.article-list03 > li .meta .date {
  display: inline-block;
  margin-right: 0.5em;
}

.article-list03 > li .meta .author {
  display: inline-block;
}

.article-list03 > li .tag-list01 {
  margin-top: 8px;
}

.article-list03 > li:nth-child(1) {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}

.article-list03 > li:nth-child(1) .category .badge-category {
  font-size: 12px;
  margin-bottom: 8px;
}

.article-list03 > li:nth-child(1) .title {
  font-size: 16px;
}

.article-list03 > li:nth-child(1) .meta {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  margin-right: 30px;
}

.article-list03 > li:nth-child(1) .tag-list01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.article-list03 > li:nth-child(1) .tag-list01 .badge-tag {
  font-size: 10px;
}

@media all and (min-width: 768px) {
  .article-list03 > li {
    width: calc(((100% - 40px) / 2 - 20px) / 2);
    margin: 0 20px 30px 0;
  }
  .article-list03 > li:nth-child(2n + 3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .article-list03 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
  }
  .article-list03 > li:nth-child(3n + 4) {
    margin-right: 20px;
  }
  .article-list03 > li:nth-child(2n + 3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .article-list03 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .article-list03 > li:nth-child(2n + 3) {
    margin-right: 0;
  }
  .article-list03 > li .thumb {
    margin-bottom: 8px;
  }
  .article-list03 > li .data {
    padding: 0;
  }
  .article-list03 > li .category {
    margin-bottom: 4px;
  }
  .article-list03 > li .category .badge-category {
    font-size: 10px;
  }
  .article-list03 > li .title {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .article-list03 > li .meta {
    display: block;
    margin-top: 4px;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5em;
  }
  .article-list03 > li .meta .date {
    display: block;
  }
  .article-list03 > li .meta .author {
    display: block;
  }
  .article-list03 > li .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
  .article-list03 > li:nth-child(1) {
    width: 100%;
  }
  .article-list03 > li:nth-child(1) .category .badge-category {
    font-size: 12px;
  }
  .article-list03 > li:nth-child(1) .title {
    font-size: 16px;
  }
  .article-list03 > li:nth-child(1) .meta {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    margin-right: 0;
  }
  .article-list03 > li:nth-child(1) .meta .date {
    display: inline-block;
    margin-right: 0.5em;
  }
  .article-list03 > li:nth-child(1) .meta .author {
    display: inline-block;
  }
  .article-list03 > li:nth-child(1) .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .article-list03 > li:nth-child(1) .tag-list01 .badge-tag {
    font-size: 12px;
  }
}

.others-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.others-list01 > li {
  margin: 0 1px 1px 0;
  padding: 0;
  width: calc(50% - 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.others-list01 > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  width: 100%;
}

.others-list01 > li .thumb {
  width: 46%;
  aspect-ratio: 280 / 240;
}

.others-list01 > li .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.others-list01 > li .data {
  background-color: #000000;
  color: #ffffff;
  width: 54%;
  padding: 60px 30px 20px;
}

.others-list01 > li .data .title {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.others-list01 > li .data .summary {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

.others-list01 > li.birdies .data {
  background-color: #FD13B3;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .others-list01 > li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .others-list01 {
    display: block;
  }
  .others-list01 > li {
    margin: 0 0 1px 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .others-list01 > li .data {
    padding: 20px 15px 20px;
  }
  .others-list01 > li .data .title {
    font-size: 14px;
    line-height: 1.25em;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .others-list01 > li .data .summary {
    font-size: 10px;
  }
}

.article-list04 {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.article-list04.rank {
  counter-reset: rank;
}

.article-list04.rank > li {
  counter-increment: rank;
}

.article-list04.rank > li:before {
  z-index: 10;
  position: absolute;
  left: -10px;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: counter(rank);
  background-color: #000000;
  color: #ffffff;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.0em;
  font-weight: bold;
  border-radius: 14px;
}

.article-list04 > li {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
}

.article-list04 > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-list04 > li .thumb {
  aspect-ratio: 16 / 9;
}

.article-list04 > li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list04 > li .data {
  padding: 0;
}

.article-list04 > li .category {
  margin-bottom: 4px;
}

.article-list04 > li .category .badge-category {
  font-size: 12px;
}

.article-list04 > li .title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

.article-list04 > li .meta {
  display: block;
  margin-top: 8px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.0em;
}

.article-list04 > li .meta .date {
  display: inline-block;
  margin-right: 0.5em;
}

.article-list04 > li .meta .author {
  display: inline-block;
}

.article-list04 > li .tag-list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

@media all and (min-width: 768px) {
  .article-list04 > li {
    margin-bottom: 20px;
  }
  .article-list04 > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .article-list04 > li .thumb {
    max-width: 220px;
    width: 30%;
  }
  .article-list04 > li .data {
    width: calc(100% - 30% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .article-list04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-list04 > li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .article-list04 > li:nth-child(2n) {
    margin-right: 0;
  }
  .article-list04 > li .thumb {
    margin-bottom: 8px;
  }
  .article-list04 > li .data {
    padding: 0;
  }
  .article-list04 > li .category {
    margin-bottom: 4px;
  }
  .article-list04 > li .category .badge-category {
    font-size: 10px;
  }
  .article-list04 > li .title {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .article-list04 > li .meta {
    display: block;
    margin-top: 4px;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5em;
  }
  .article-list04 > li .meta .date {
    display: block;
  }
  .article-list04 > li .meta .author {
    display: block;
  }
  .article-list04 > li .tag-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
#foot {
  position: relative;
  z-index: 20;
  background-color: #000000;
  color: #ffffff;
}

@media all and (min-width: 768px) {
  #foot:has(.foot-pr) .foot-inner {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #foot:has(.foot-pr) .foot-inner {
    padding-bottom: 150px;
  }
}

.foot-magazine {
  margin: 0 auto;
  padding: 60px 20px;
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .foot-magazine {
    padding: 40px 20px;
  }
}

.magazine-box {
  max-width: 764px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.magazine-box > .image {
  width: 350px;
  height: 447px;
}

.magazine-box > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.magazine-box > .data {
  width: calc(100% - 350px - 60px);
}

.magazine-box > .data > .title {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
}

.magazine-box > .data > .month,
.magazine-box > .data > .volume {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

.magazine-box > .data > .shoulder {
  margin-top: 20px;
}

.magazine-box > .data > .shoulder > span {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 8px;
}

.magazine-box > .data > .lead {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}

.magazine-box > .data > .buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

.magazine-box > .data > .buttons > li {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}

.magazine-box > .data > .buttons > li:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .magazine-box {
    display: block;
  }
  .magazine-box > .image {
    width: 200px;
    height: 256px;
    margin: 0 auto 30px;
  }
  .magazine-box > .data {
    width: 100%;
  }
  .magazine-box > .data > .title {
    font-size: 28px;
  }
  .magazine-box > .data > .month,
  .magazine-box > .data > .volume {
    font-size: 14px;
  }
  .magazine-box > .data > .shoulder {
    margin-top: 15px;
  }
  .magazine-box > .data > .shoulder > span {
    padding: 2px 10px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .magazine-box > .data > .lead {
    font-size: 20px;
  }
  .magazine-box > .data > .buttons {
    margin-top: 40px;
    text-align: center;
  }
  .magazine-box > .data > .buttons > li {
    margin-bottom: 18px;
  }
}

.foot-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.foot-inner .foot-logo {
  text-align: center;
  margin-bottom: 18px;
}

.foot-inner .foot-logo img {
  width: 120px;
  height: auto;
}

.foot-inner .foot-sns {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foot-inner .foot-sns > li {
  margin: 0 10px;
  padding: 0;
  width: 50px;
}

.foot-inner .foot-sns > li img {
  width: 50px;
  height: auto;
}

.foot-inner .foot-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

.foot-inner .foot-nav > li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.25em;
  margin: 0 1.0em;
}

.foot-inner .foot-nav > li a:link,
.foot-inner .foot-nav > li a:visited {
  color: #ffffff;
  text-decoration: none;
}

.foot-inner .foot-nav > li a:hover,
.foot-inner .foot-nav > li a:active {
  color: #ffffff;
  text-decoration: underline;
}

.foot-inner .copyright {
  margin-top: 35px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1.25em;
}

@media only screen and (max-width: 767px) {
  .foot-inner {
    padding: 40px 40px 0;
  }
  .foot-inner .foot-logo {
    margin-bottom: 18px;
  }
  .foot-inner .foot-logo img {
    width: 120px;
  }
  .foot-inner .foot-sns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .foot-inner .foot-sns > li {
    width: 50px;
  }
  .foot-inner .foot-sns > li img {
    width: 50px;
  }
  .foot-inner .foot-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .foot-inner .foot-nav > li {
    font-size: 12px;
    line-height: 1.25em;
    margin: 0 1.0em 1.0em;
  }
  .foot-inner .copyright {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
    line-height: 1.25em;
  }
}

.foot-pr {
  max-width: 728px;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: auto !important;
  bottom: 0 !important;
}

.foot-pr img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .foot-pr {
    background-color: #ffffff;
    margin: 0 -20px;
  }
}

/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

/*# sourceMappingURL=common.css.map */
