@charset "UTF-8";
/*
Theme Name:			NewMediDataPro
Version:				1.0
Author:					株式会社デジタルファーム
*/
/* ==========================================================================
    reset
========================================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

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

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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

/* 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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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;
  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 */
  appearance: button;
  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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==========================================================================
		base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  color:  var(--text_color);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

html, body {
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
		media query show
========================================================================== */
.xs-sm-show,
.xs-md-show,
.xs-lg-show,
.xs-xl-show,
.xs-xxl-show,
.sm-show,
.sm-md-show,
.sm-lg-show,
.sm-xl-show,
.sm-xxl-show,
.md-show,
.md-lg-show,
.md-xl-show,
.md-xxl-show,
.lg-show,
.lg-xl-show,
.lg-xxl-show,
.xl-show,
.xl-xxl-show,
.xxl-show {
  display: none;
}

@media (min-width: 376px) {
  .xxs-show {
    display: none;
  }
  .xs-show,
.xs-sm-show,
.xs-md-show,
.xs-lg-show,
.xs-xl-show,
.xs-xxl-show {
    display: block;
  }
}
@media (min-width: 480px) {
  .xxs-xs-show,
.xs-show {
    display: none;
  }
  .sm-show,
.sm-md-show,
.sm-lg-show,
.sm-xl-show,
.sm-xxl-show {
    display: block;
  }
}
@media (min-width: 768px) {
  .xxs-sm-show,
.xs-sm-show,
.sm-show {
    display: none;
  }
  .md-show,
.md-lg-show,
.md-xl-show,
.md-xxl-show {
    display: block;
  }
}
@media (min-width: 1024px) {
  .xxs-md-show,
.xs-md-show,
.sm-md-show,
.md-show {
    display: none;
  }
  .lg-show,
.lg-xl-show,
.lg-xxl-show {
    display: block;
  }
}
@media (min-width: 1280px) {
  .xxs-lg-show,
.xs-lg-show,
.sm-lg-show,
.md-lg-show,
.lg-show {
    display: none;
  }
  .xl-show,
.xl-xxl-show {
    display: block;
  }
}
@media (min-width: 1560px) {
  .xxs-xl-show,
.xs-xl-show,
.sm-xl-show,
.md-xl-show,
.lg-xl-show,
.xl-show {
    display: none;
  }
  .xxl-show {
    display: block;
  }
}
/* ==========================================================================
	button
========================================================================== */
/* ボタン メイン
----------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  padding: 0.28572em 1em 0.35715em;
  border-radius: 100vh;
  background-color: var(--theme_color_main);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  transition: background-color 0.2s ease-out;
}
.button:hover {
  background-color: #000;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  background-color: #ccc !important;
}

/* ボタン アイコン付き
----------------------------------------------------- */
/* 右向き矢印 */
.button--arrow-right {
  padding: 0.28572em 2.715em 0.35715em 1em;
}
.button--arrow-right::after {
  position: absolute;
  top: 50%;
  right: 0.71429em;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background: url(./images/common/icon_arrow-right.svg) center center/contain no-repeat;
  content: "";
}

/* 下向き矢印（アンダーライン） */
.button--arrow-down-to-line {
  padding: 0.28572em 2.715em 0.35715em 1.2em;
}
.button--arrow-down-to-line::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "\f33d";
  font: var(--fa-font-solid);
}

/* 虫メガネ */
.button--search {
  padding: 0.28572em 2.4em 0.35715em 1em;
}
.button--search::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  content: "\f002";
  font: var(--fa-font-solid);
}

/* メール */
.button--mail {
  padding: 0.28572em 2.4em 0.35715em 1em;
}
.button--mail::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.71429em;
  transform: translateY(-50%);
  content: "\f0e0";
  font: var(--fa-font-solid);
}

/* ログイン */
.button--login {
  padding: 0.28572em 2.686em 0.35715em 1.21429em;
}
.button--login::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "\f2f6";
  font: var(--fa-font-solid);
}

/* ログアウト */
.button--logout {
  padding: 0.28572em 2.686em 0.35715em 1.21429em;
  background-color: var(--text_color);
}
.button--logout::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "\f2f5";
  font: var(--fa-font-solid);
}

.button--list {
  padding: 0.28572em 2.4em 0.35715em 1em;
  padding: 0.28572em 1em 0.35715em 2.4em;
}
.button--list::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.9em;
  transform: translateY(-50%);
  content: "\f03a";
  font: var(--fa-font-solid);
}

/* 印刷する */
.button--print {
  padding: 0.28572em 2.686em 0.35715em 1.21429em;
  background-color: #1f3151;
}
.button--print::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "\f02f";
  font: var(--fa-font-solid);
}

/* 背景色 バリエーション
----------------------------------------------------- */
/* 背景色 アクセントカラー */
.button--bg-accent {
  background-color: var(--theme_color_accent);
}

/* 背景色 グレー */
.button--bg-gray {
  background-color: #f3f3f3;
  color: var(--theme_color_main);
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.button--bg-gray:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}

/* 背景色 白 */
.button--bg-white {
  background-color: #fff;
  color: var(--theme_color_main);
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.button--bg-white:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}

/* 背景色 透明 白枠 */
.button--white-border {
  border: 1px solid #fff;
  background-color: transparent;
}

/* その他 ボタン
----------------------------------------------------- */
/* タグ */
.button--tag {
  margin: 0 0.5em 0.5em 0;
  padding: 0 1em 0 1.85714em;
  font-weight: 400;
  line-height: 1.7143;
  text-align: left;
}
.button--tag::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-35%);
  content: "\f02b";
  font: var(--fa-font-sharp-solid);
}

/* ブックマーク */
.button--bookmark {
  padding: 0 2.171em 0 1em;
  line-height: 1.7143;
}
.button--bookmark::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-40%);
  content: "\f02e";
  font: var(--fa-font-sharp-solid);
  font-size: 0.9em;
}
.button--bookmark.is-active {
  background-color: var(--theme_color_main);
  color: #fff;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.button--bookmark.is-active:hover {
  background-color: #f3f3f3;
  color: var(--theme_color_main);
}

/* ==========================================================================
	header
========================================================================== */
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

/* ヘッダー 上段
----------------------------------------------------- */
.header__top {
  height: 5rem;
}
@media (min-width: 768px) {
  .header__top {
    height: 8rem;
  }
}

.header__top-inner {
  display: flex;
  align-items: center;
  max-width: 126rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 1.5rem;
}
@media (min-width: 768px) {
  .header__top-inner {
    padding: 0 2.3rem 0 3rem;
  }
}

.header__logo {
  display: inline-block;
  height: 3rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .header__logo {
    height: 5rem;
  }
}

.header__logo-link {
  display: inline-block;
  height: 100%;
}
.header__logo-link img {
  height: 100%;
}

/* ヘッダーPCメニュー */
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: block;
    margin-left: auto;
  }
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: clamp(2rem, -4.00038rem + 7.813vw, 4rem);
}
@media (min-width: 1024px) {
  .header__nav-list {
    gap: clamp(3rem, -8.01107rem + 10.753vw, 5rem);
  }
}

.header__nav-item a {
  display: block;
  position: relative;
  padding-top: 2.21429em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  transition: color 0.2s ease-out;
  text-align: center;
  min-height: 100%;
  display: grid;
  place-items: center;
}
.header__nav-item a:hover {
  color: var(--theme_color_main);
}
.header__nav-item a::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font: var(--fa-font-solid);
  font-size: 1.3em;
}
.header__nav-item._home a::before {
  content: "\f015";
}
.header__nav-item._contact a::before {
  content: "\f0e0";
}
.header__nav-item._mc-plus a::before {
  content: "\e1e3";
}
.header__nav-item._staff-only a::before {
  content: "\e533";
}
.header__nav-item._request a::before {
  content: "\e4e3";
}
.header__nav-item._request-index a::before {
  content: "\f0ae";
}
.header__nav-item._my-page a::before {
  content: "\f007";
}
.header__nav-item a span{
  display: inline-block;
}

/* SP時 検索ボタン */
.header__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 100%;
  margin-left: auto;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: var(--theme_color_main);
  font-size: 2rem;
  transition: background-color 0.3s ease-out;
}
.header__search-button:hover {
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  .header__search-button {
    display: none;
  }
}
.header.is-search-box-active .header__search-button {
  background-color: var(--theme_color_main);
  color: #fff;
}

/* SP時 ハンバーガーボタン */
.toggle-button {
  display: flex;
  z-index: 300;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 100%;
  transition: background-color 0.3s ease-out;
}
.toggle-button:hover {
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  .toggle-button {
    display: none;
  }
}

.toggle-button__line {
  display: block;
  position: relative;
  width: 2.6rem;
  height: 0.3rem;
  background-color: var(--theme_color_main);
  transition: transform 0.3s ease-out, top 0.3s ease-out;
}
.toggle-button__line::before, .toggle-button__line::after {
  position: absolute;
  width: 2.6rem;
  height: 0.3rem;
  background-color: var(--theme_color_main);
  content: "";
  transition: transform 0.3s ease-out, top 0.3s ease-out;
}
.toggle-button__line::before {
  top: -1rem;
}
.toggle-button__line::after {
  top: 1rem;
}

/* ヘッダー 下段
----------------------------------------------------- */
.header__bottom {
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: var(--theme_color_main);
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 768px) {
  .header__bottom {
    visibility: visible;
    top: 8rem;
    height: 4rem;
    opacity: 1;
  }
}
.header.is-search-box-active .header__bottom {
  visibility: visible;
  opacity: 1;
}

.header__bottom-inner {
  position: relative;
  max-width: 126rem;
  height: 100%;
  margin: 0 auto;
}

/* 検索フォーム */
.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 min(4vw, 1.5rem);
}

.header-search__title {
  display: none;
}
@media (min-width: 768px) {
  .header-search__title {
    display: block;
    margin-right: 1em;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.header-search__form {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search__form {
    width: auto;
  }
}

.header-search__form-control {
  flex: 1;
  max-width: 40rem;
  padding: 0.32143em 0.71429em;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .header-search__form-control {
    width: 40rem;
  }
}
.header-search__form-control::-moz-placeholder {
  color: #666;
}
.header-search__form-control::placeholder {
  color: #666;
}

.header-search__form-button {
  margin-left: min(4vw, 1.5rem);
  color: #fff;
}
@media (min-width: 768px) {
  .header-search__form-button {
    margin-left: 0;
  }
}

.header-search__form-button-icon {
  display: none;
}
@media (min-width: 768px) {
  .header-search__form-button-icon {
    display: inline-block;
    margin-right: 1.2em;
    padding: 0 0.7em;
    font-size: 2rem;
    transition: opacity 0.2s ease-out;
  }
  .header-search__form-button-icon:hover {
    opacity: 0.8;
  }
}

.header-search__form-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3.2rem;
  border-radius: 5px;
  background-color: var(--theme_color_accent);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease-out;
}
.header-search__form-button-text:hover {
  background-color: #000;
}
@media (min-width: 768px) {
  .header-search__form-button-text {
    display: none;
  }
}

/* ログイン/ログアウト */
.header__login-check {
  display: none;
}
@media (min-width: 768px) {
  .header__login-check {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 100%;
    padding-right: 1.41667em;
    gap: 1em;
    background-color: var(--text_color);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease-out;
  }
  .header__login-check::before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    transform: translateY(0.1em);
    content: "\f2f5";
    font: var(--fa-font-solid);
    font-size: 1.4rem;
  }
  .header__login-check._login {
    background-color: var(--theme_color_accent);
  }
  .header__login-check._login:hover {
    background-color: #000;
  }
  .header__login-check._logout {
    background-color: var(--text_color);
  }
  .header__login-check._logout:hover {
    background-color: #000;
  }
}

/* SPメニュー
----------------------------------------------------- */
.header__sp-menu {
  z-index: 200;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 37.5rem;
  height: 100vh;
  padding: 5rem min(8vw, 3rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow-y: scroll;
  background-color: var(--theme_color_main);
  color: #fff;
  font-weight: 700;
  font-size: min(3.7333333333vw, 1.4rem);
  transition: right 0.5s ease-out;
}
@media (min-width: 768px) {
  .header__sp-menu {
    display: none;
  }
}

/* SPナビメニュー */
.header__sp-nav {
  margin-bottom: 5.8rem;
}

.header__sp-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #fff;
}

.header__sp-nav-item {
  border-bottom: 1px solid #fff;
}
.header__sp-nav-item a {
  display: block;
  position: relative;
  padding: 0.89286em 0.5em 0.89286em 2.14286em;
}
.header__sp-nav-item a::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  font-size: 1.1429em;
}
.header__sp-nav-item._home a::before {
  content: "\f015";
}
.header__sp-nav-item._mc-plus a::before {
  content: "\e1e3";
}
.header__sp-nav-item._my-page a::before {
  content: "\f007";
}
.header__sp-nav-item._staff-only a::before {
  content: "\e533";
}
.header__sp-nav-item._request a::before {
  content: "\e4e3";
}
.header__sp-nav-item._request-index a::before {
  content: "\f0ae";
}
.header__sp-nav-item._contact a::before {
  content: "\f0e0";
}
.header__sp-nav-item._logout a::before {
  content: "\f2f5";
}
.header__sp-nav-item:nth-last-of-type(-n+2) {
  /* border-bottom: 1px solid #fff; */
}

/* カテゴリー */
.header__category-list {
  margin-bottom: 5rem;
}

.header__category-item {
  border-top: 1px solid #fff;
}
.header__category-item a {
  display: block;
  position: relative;
  padding-top: 0.89286em;
  padding-right: 2.5em;
  padding-bottom: 0.89286em;
}
.header__category-item a::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  transition: transform 0.3s ease-out;
}
.header__category-item:not(.has-child) > a::after {
  right: 1em;
  content: "\f054";
}
.header__category-item:not(.has-child) > a:hover::after {
  transform: translate(30%, -50%);
}
.header__category-item.has-child > a::after {
  right: 0.71429em;
  content: "\f078";
}
.header__category-item.has-child > a:hover::after {
  transform: translateY(-20%);
}
.header__category-item.has-child.is-open > a::after {
  transform: translateY(-50%) rotateX(180deg);
}
.header__category-item:last-of-type {
  border-bottom: 1px solid #fff;
}

.header__sub-category-item {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.header__sub-category-item a {
  padding-left: 1em;
}
.header__sub-category-item a::after {
  right: 0.71429em;
  content: "\f324";
}
.header__sub-category-item a:hover::after {
  transform: translate(20%, -50%);
}
.header__category-item.has-child.is-open .header__sub-category-item {
  height: 3.28572em;
}

/* 透過背景 */
.header__overlay {
  visibility: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
@media (min-width: 768px) {
  .header__overlay {
    display: none;
  }
}

/* メニューオープン時 */
body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.is-menu-open .header__sp-menu {
  right: 0;
  overflow-y: scroll;
}
body.is-menu-open .toggle-button:hover {
  background-color: transparent;
}
body.is-menu-open .toggle-button__line {
  background-color: transparent;
}
body.is-menu-open .toggle-button__line::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
body.is-menu-open .toggle-button__line::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
body.is-menu-open .header__overlay {
  visibility: visible;
  opacity: 0.5;
}

/* ==========================================================================
	footer
========================================================================== */
.footer {
  padding: 5rem 0 1.225rem;
  background-color: #fff;
}

.footer__logo {
  height: 4rem;
  margin: 0 auto 4rem;
  text-align: center;
}

.footer__logo-link {
  display: inline-block;
  height: 100%;
}
.footer__logo-link img {
  height: 100%;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 10px;
}

.footer__nav-item a {
  display: inline-block;
  padding: 0.33334em 1.52em;
  border: 1px solid var(--theme_color_main);
  border-radius: 100vh;
  color: var(--theme_color_main);
  font-weight: 700;
  font-size: 1.2rem;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.footer__nav-item a:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}

.footer__copyright {
  font-size: 1.1rem;
  text-align: center;
}

/* ==========================================================================
	common
========================================================================== */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 92%;
  max-width: 114rem;
  margin: 0 auto;
}

.container--m {
  max-width: 72rem;
}

.text-nowrap {
  display: inline-block;
}
.text-nowrap._sm {
  display: inline;
}
@media (min-width: 480px) {
  .text-nowrap._sm {
    display: inline-block;
  }
}
.text-nowrap._md {
  display: inline;
}
@media (min-width: 768px) {
  .text-nowrap._md {
    display: inline-block;
  }
}

.main {
  flex: 1;
  padding-top: 5rem;
  background-color: var(--bg_color);
}
@media (min-width: 768px) {
  .main {
    padding-top: 12rem;
  }
}

.contents {
  padding-top: min(7.3333333333vw, 3.85rem);
  padding-bottom: min(5.3333333333vw, 6.6rem);
}

.contents__inner {
  display: flex;
  flex-direction: column;
  gap: min(10.6666666667vw, 4rem);
}
@media (min-width: 768px) {
  .contents__inner {
    flex-direction: row-reverse;
    gap: 4.386%;
  }
}

@media (min-width: 768px) {
  .contents__aside {
    width: 28.947%;
    min-width: 24rem;
  }
}

@media (min-width: 768px) {
  .contents__main {
    flex: 1;
  }
}

.contents__title {
  position: relative;
  margin-bottom: min(7.2vw, 4.3rem);
  padding-left: 0.6em;
  font-weight: 700;
  font-size: min(5.8666666667vw, 3rem);
  line-height: 1;
}
.contents__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 1em;
  background-color: var(--theme_color_main);
  content: "";
}

.contents__lead {
  margin-bottom: min(6.9333333333vw, 2.6rem);
  font-size: min(3.7333333333vw, 1.4rem);
}
@media (min-width: 768px) {
  .contents__lead {
    line-height: 2;
  }
}
.contents__lead a {
  color: var(--theme_color_main);
  transition: opacity 0.2s ease-out;
}
.contents__lead a:hover {
  opacity: 0.8;
}

.contents__box {
  padding-top: min(6.4vw, 3rem);
  padding-right: min(4vw, 3rem);
  padding-bottom: min(8vw, 4rem);
  padding-left: min(4vw, 3rem);
  border-radius: 5px;
  background-color: #fff;
}

/* ==========================================================================
	トップページ
========================================================================== */
.top-nav {
  margin-bottom: min(8vw, 4.5rem);
}

.top-nav__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-nav__link {
  transition: opacity 0.2s ease-out;
}
.top-nav__link:hover {
  opacity: 0.8;
}

.top-news {
  padding-top: min(8vw, 3rem);
  padding-bottom: min(8vw, 3rem);
  background-color: var(--theme_color_main);
}
@media (min-width: 768px) {
  .top-news {
    padding: 2rem 0;
  }
}

.top-news__inner {
  position: relative;
  max-width: 96rem;
  padding-bottom: min(14.4vw, 5.4rem);
}
@media (min-width: 768px) {
  .top-news__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    gap: 5%;
  }
}

@media (min-width: 768px) {
  .top-news__title-area {
    flex: none;
  }
}

.top-news__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: min(3.7333333333vw, 3.3rem);
  gap: min(4.2666666667vw, 1.6rem);
  color: #fff;
  font-weight: 900;
  font-size: min(8vw, 6rem);
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .top-news__title {
    flex-direction: row;
    align-items: center;
  }
}

.top-news__en-title {
  display: inline-block;
  text-transform: uppercase;
}

.top-news__jp-title {
  display: inline-block;
  font-weight: 700;
  font-size: min(4.8vw, 2rem);
}
@media (min-width: 768px) {
  .top-news__jp-title {
    padding-top: 0.5em;
  }
}

.top-news__button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .top-news__button-wrap {
    position: static;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .top-news__list {
    width: 56.25%;
  }
}

.top-news__item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.top-news-detail {
  padding-top: min(3.7333333333vw, 2rem);
  padding-bottom: min(2.6666666667vw, 1.6rem);
  color: #fff;
  transition: opacity 0.2s ease-out;
}
.top-news-detail:hover {
  opacity: 0.9;
}

.top-news-detail__date {
  margin-bottom: 0.85714em;
  font-weight: 700;
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 1;
}

.top-news-detail__date-text {
  display: inline-block;
  line-height: 1;
}

.top-news-detail__title {
  font-size: min(4.2666666667vw, 1.6rem);
}

/* ==========================================================================
	お問い合わせページ
========================================================================== */
.contact-contents {
  padding-top: min(8vw, 4.8rem);
  padding-bottom: min(8vw, 9rem);
}

.contact-contents__box-text {
  margin-bottom: 1.92857em;
  font-size: min(3.7333333333vw, 1.4rem);
}

/* お問い合わせフォーム
----------------------------------------------------- */
/* 共通 */
.contact-form__row:not(._message):not(._submit) {
  margin-bottom: min(4.2666666667vw, 1.6rem);
}
@media (min-width: 768px) {
  .contact-form__row:not(._message):not(._submit) {
    display: flex;
    gap:2rem;
  }
}
.contact-form__row._message {
  margin-bottom: min(8vw, 3rem);
}
.contact-form__row._submit {
  text-align: center;
}

.contact-form__label {
  display: block;
  margin-bottom: 0.625em;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.6rem);
}
@media (min-width: 768px) {
  .contact-form__label {
    padding-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .contact-form__row:not(._message):not(._submit) .contact-form__label {
    flex: none;
    width: 15rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .contact-form__row:not(._message):not(._submit) .contact-form__content {
    flex: 1;
  }
}

.contact-form__control {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.6rem;
}
.contact-form__radio {
  display: block;
  padding-top: 0.5rem;
  margin-left: -1em;
}

.contact-form__submit-button {
  width: 13rem;
}


.mw_wp_form .error {
  display: none;
  color: #B70000;
  font-size: 0.8em;
}

.contact-form__row._submit .wpcf7-spinner{
  display: block;
  margin: 1rem auto 0 auto;
}
.wpcf7 form .wpcf7-response-output{
  margin-top: 1rem;
}

/* 確認画面 */
.contact-contents--confirm .contact-form__row:not(._message):not(._submit) {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--text_color);
}

/* 完了画面 */
.contact-contents__box-text._thanks {
  font-size: min(4.2666666667vw, 1.6rem);
}

.contact-contents__button-wrap {
  text-align: center;
}

.contact-contents__to-home-button {
  width: 13rem;
}

/* ==========================================================================
	ログイン/ログアウトページ
========================================================================== */
.login-contents {
  padding-top: min(8vw, 4.8rem);
  padding-bottom: min(10.6666666667vw, 7rem);
}

.login-contents__form-wrap {
  margin-bottom: min(6.6666666667vw, 3.3rem);
}

/* ログインフォーム
----------------------------------------------------- */
.login-form .error {
  display: none;
  color: #B70000;
  font-size: 0.8em;
}

.login-form__row:not(._checkbox):not(._submit) {
  margin-bottom: min(4.2666666667vw, 1.6rem);
}
.login-form__row._checkbox {
  margin-bottom: min(6.9333333333vw, 3.6rem);
}
@media (min-width: 768px) {
  .login-form__row:not(._submit) {
    display: flex;
  }
}
.login-form__row._submit {
  padding-top: min(4vw, 1.5rem);
  padding-bottom: min(4vw, 1.5rem);
  border-radius: 5px;
  background-color: var(--theme_color_main);
  text-align: center;
}

@media (min-width: 768px) {
  .login-form__label {
    padding-top: 0.5em;
  }
}
.login-form__row:not(._submit) .login-form__label {
  display: block;
  margin-bottom: 0.625em;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.6rem);
}
@media (min-width: 768px) {
  .login-form__row:not(._submit) .login-form__label {
    flex: none;
    width: 15rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .login-form__content {
    flex: 1;
  }
}

.login-form__control {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.6rem;
}

/* チェックボックス */
.login-form__checkbox-label {
  font-size: min(4.2666666667vw, 1.6rem);
}

.login-form__checkbox-control {
  position: absolute;
  opacity: 0;
}

.login-form__checkbox-text {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.login-form__checkbox-text::before {
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  content: "";
  line-height: 1;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.login-form__checkbox-text::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0.25em;
  content: "\f00c";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.login-form__checkbox-control:focus + .login-form__checkbox-text::before {
  outline: 2px solid #1266f1;
}
.login-form__checkbox-control:checked + .login-form__checkbox-text::before {
  border-color: #1266f1;
  background-color: #1266f1;
}
.login-form__checkbox-control:checked + .login-form__checkbox-text::after {
  opacity: 1;
}

.login-form__login-button {
  width: 11.7rem;
}

.login-contents__section:not(:last-of-type) {
  margin-bottom: min(6.9333333333vw, 2.6rem);
}

.login-section__title {
  margin-bottom: 0.1875em;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.6rem);
}

.login-section__text {
  margin-bottom: 1.4375em;
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 2;
}

.login-section__button-wrap {
  text-align: center;
}

.login-section__button {
  width: 17.7rem;
}

/* ==========================================================================
	検索結果ページ
========================================================================== */
.search-results-contents__header {
  margin-bottom: min(6.4vw, 2.8rem);
}

.search-results-contents__title {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: min(4.8vw, 1.8rem);
  line-height: 1;
}

.search-results-contents__text {
  font-size: min(4.2666666667vw, 1.6rem);
}
.search-results-contents__text._pager-text {
  text-align: center;
}

.search-results-contents__pager {
  margin-bottom: min(8vw, 3.5rem);
}

/* 絞り込み検索
----------------------------------------------------- */
.search-results-contents__filter-search {
  margin-bottom: min(8vw, 3.5rem);
  border: 1px solid var(--theme_color_accent);
}
@media (min-width: 768px) {
  .search-results-contents__filter-search {
    padding-right: min(1.953125vw, 3rem);
    padding-left: min(1.953125vw, 3rem);
  }
}

.filter-search__title {
  position: relative;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .filter-search__title {
    margin-bottom: 1.41667em;
  }
}
.filter-search__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
}

.filter-search__title-text {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}

/* 絞り込み検索フォーム */
.filter-search__form ul {
  width: 100%;
}
.filter-search__form li h4 {
  margin: 0 0 0.5em 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .filter-search__form li h4 {
    flex: none;
    width: min(11.71875vw, 14.4rem);
    margin: 0;
  }
}
.filter-search__form li input:not([type=submit]),
.filter-search__form li select {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
}
.filter-search__form li:first-of-type, .filter-search__form li:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .filter-search__form li:first-of-type, .filter-search__form li:nth-of-type(2) {
    flex-direction: row;
    align-items: center;
    padding: 1rem 1rem 1rem 1.6rem;
  }
}
.filter-search__form li:first-of-type input,
.filter-search__form li:first-of-type select, .filter-search__form li:nth-of-type(2) input,
.filter-search__form li:nth-of-type(2) select {
  flex: 1;
}
.filter-search__form li:nth-of-type(2) {
  background-color: #f6f6f6;
}
.filter-search__form li:nth-of-type(3), .filter-search__form li:nth-of-type(4) {
  position: relative;
  width: 100%;
  max-width: 23rem;
}
@media (min-width: 1024px) {
  .filter-search__form li:nth-of-type(3), .filter-search__form li:nth-of-type(4) {
    width: auto;
    max-width: none;
  }
}
.filter-search__form li:nth-of-type(3)::after, .filter-search__form li:nth-of-type(4)::after {
  position: absolute;
  right: 0;
  bottom: 0.7em;
  font-size: 1.6rem;
}
.filter-search__form li:nth-of-type(3) input, .filter-search__form li:nth-of-type(4) input {
  width: 100%;
}
@media (min-width: 1024px) {
  .filter-search__form li:nth-of-type(3) input, .filter-search__form li:nth-of-type(4) input {
    width: min(15.625vw, 17.7rem);
  }
}
.filter-search__form li:nth-of-type(3) {
  padding: 1rem 4.3rem 1rem 1rem;
}
@media (min-width: 1024px) {
  .filter-search__form li:nth-of-type(3) {
    display: inline-flex;
    align-items: center;
    padding: 1rem 4.3rem 1rem 1.6rem;
  }
}
.filter-search__form li:nth-of-type(3)::after {
  content: "から";
}
.filter-search__form li:nth-of-type(4) {
  padding: 0 4.3rem 1rem 1rem;
}
@media (min-width: 1024px) {
  .filter-search__form li:nth-of-type(4) {
    padding: 1rem 4.3rem 1rem 2.1rem;
  }
}
.filter-search__form li:nth-of-type(4)::after {
  content: "まで";
}
.filter-search__form li:nth-of-type(5) {
  display: block;
  margin-top: 2.6rem;
  text-align: center;
}
.filter-search__form li:nth-of-type(5) input[type=submit] {
  position: absolute;
  opacity: 0;
}

/* ==========================================================================
マイページ
========================================================================== */
.mypage-contents {
  margin-top: min(13.33vw, 9rem);
  margin-bottom: min(8vw, 7rem);
  padding: 0;
}

.mypage-button__container {
  text-align: center;
}

.mypage-contents__box {
  position: relative;
  padding-top: min(9.33vw, 4.5rem);
  padding-bottom: min(9.33vw, 3rem);
}

.mypage-contents__box::before {
  display: flex;
  display: flex;
  position: absolute;
  top: min(-2vw, -4rem);
  left: 50%;
  align-items: center;
  justify-content: center;
  width: min(16vw, 8rem);
  height: min(16vw, 8rem);
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--theme_color_main);
  content: "\f007";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: min(8vw, 4rem);
}

.mypage-contents__box-title {
  color: var(--theme_color_main);
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}

.mypage-contents__box-name {
  margin-top: min(8vw, 2rem);
  margin-bottom: min(8vw, 3rem);
  padding-bottom: min(5.33vw, 1.5rem);
  border-bottom: var(--text_color) 1px solid;
  color: var(--theme_color_main);
  font-weight: bold;
  font-size: min(5.33vw, 2.4rem);
  line-height: 1.25;
}

.mypage-contents__name--small {
  font-size: 1.8rem;
}

.mypage-contents__box-text {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .mypage-contents__box-text {
    line-height: 2;
  }
}
/* マイページフォーム
----------------------------------------------------- */
.mypage__form {
  margin-top: min(10.66vw, 3.5rem);
}
.mypage__form .error {
  display: none;
  color: #B70000;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .mypage-form__row {
    display: flex;
    justify-content: space-between;
  }
}
.mypage-form__row:not(:first-child) {
  margin-top: min(4vw, 1.5rem);
}

.mypage-form__label {
  display: block;
  margin-bottom: 4vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mypage-form__label {
    display: flex;
    width: 17rem;
    margin-bottom: 0;
    padding-top: 0.5em;
  }
}
.mypage-form__content {
  flex: 1;
}

.mypage-form__control {
  box-sizing: border-box;
  width: 100%;
  padding-top: min(2.66vw, 1rem);
  padding-right: min(4vw, 1.5rem);
  padding-bottom: min(2.66vw, 1rem);
  padding-left: min(4vw, 1.5rem);
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-weight: bold;
}

.mypage-form__control::-moz-placeholder {
  color: #dddddd;
}

.mypage-form__control::placeholder {
  color: #dddddd;
}

.mypage__form-button {
  display: block;
  width: 100%;
  max-width: 130px;
  margin-top: min(8vw, 3.5rem);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}

.mypage__form-button:hover {
  background: var(--text_color);
}

/* ブックマーク */
.bookmark-contents {
  margin-top: min(16vw, 9rem);
  padding-bottom: min(10.66vw, 5rem);
}

.bookmark-contents__box {
  position: relative;
  padding-top: min(9.33vw, 4.5rem);
  padding-right: min(4vw, 3rem);
  padding-bottom: min(9.33vw, 3rem);
  padding-left: min(4vw, 3rem);
}

.bookmark-contents__box::before {
  display: flex;
  display: flex;
  position: absolute;
  top: min(-2vw, -4rem);
  left: 50%;
  align-items: center;
  justify-content: center;
  width: min(16vw, 8rem);
  height: min(16vw, 8rem);
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--theme_color_main);
  content: "\f02e";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: min(7.33vw, 3.5rem);
}

.bookmark-contents__box-title {
  color: var(--theme_color_main);
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}

.bookmark-contents__box-name {
  margin-top: min(10.66vw, 2rem);
  margin-bottom: min(8vw, 3rem);
  padding-bottom: min(5.33vw, 1.5rem);
  border-bottom: var(--text_color) 1px solid;
  color: var(--theme_color_main);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
}

.bookmark-contents__box-text {
  line-height: 2;
}

.bookmark-contents__box-row {
  display: flex;
  justify-content: space-between;
  margin-top: min(8vw, 3.5rem);
  border-radius: 5px;
  background: #f3f3f3;
}

.bookmark-contents__box-row-text {
  display: flex;
  align-items: center;
  padding: min(4vw, 1rem);
  color: var(--theme_color_main);
  line-height: 1.5;
}

/* ゴミ箱ボタン */
.bookmark-contents__box-row-button {
  all: unset;
  display: block;
  position: relative;
  min-width: min(10.66vw, 4rem);
  border-radius: 0 5px 5px 0;
  background: var(--theme_color_main);
  text-align: center;
  cursor: pointer;
}

.bookmark-contents__box-row-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(4vw, 1.5rem);
  height: min(4vw, 1.5rem);
  transform: translate(-50%, -50%);
  content: "";
  content: "\f1f8";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: min(4vw, 1.5rem);
}

.bookmark-contents__box-row-button:hover {
  background: var(--text_color);
}

/* 変更内容の確認
----------------------------------------------------- */
.mypage-contents--confirm {
  margin-top: min(13.33vw, 9rem);
  margin-bottom: 0;
  padding-bottom: min(8vw, 5rem);
}

.mypage-contents--confirm .mypage-button__container {
  margin-top: min(8vw, 7rem);
}

@media (min-width: 768px) {
  .mypage-contents--confirm .mypage-form__row {
    margin: 0;
    padding: 20px 0;
    border-bottom: var(--text_color) 1px solid;
  }
  .mypage-contents--confirm .mypage-form__row:first-child {
    border-top: var(--text_color) 1px solid;
  }
}
.mypage-contents--confirm .mypage-form__label {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mypage-contents--confirm .mypage-form__label {
    margin-bottom: 0;
  }
}
.mypage-contents--confirm .mypage-form__control {
  display: block;
  padding: 0 0 15px 0;
  border: none;
  border-bottom: var(--text_color) 1px solid;
  border-radius: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .mypage-contents--confirm .mypage-form__control {
    padding: 0;
    border: none;
    font-weight: bold;
  }
}
/* 変更完了
----------------------------------------------------- */
.mypage-contents--thanks {
  margin-top: min(13.33vw, 9rem);
  margin-bottom: 0;
  padding-bottom: min(10.66vw, 7rem);
}

.mypage-contents--thanks .mypage-button__container {
  margin-top: min(8vw, 7rem);
}

.mypage-contents--thanks .mypage-contents__box {
  padding-top: min(9.33vw, 4.5rem);
  padding-right: min(4vw, 3rem);
  padding-bottom: min(8vw, 7rem);
  padding-left: min(4vw, 3rem);
}

.mypage-contents--thanks .mypage-contents__box-text {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .mypage-contents--thanks .mypage-contents__box-text {
    line-height: 2;
  }
}
.mypage-contents--thanks .mypage-contents__box-text .orange {
  color: #ff6600;
}

/* ==========================================================================
	社員専用ページ
========================================================================== */
.staff-only-article {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .staff-only-article {
    font-size: 1.5rem;
  }
}

.staff-only-article__top-area {
  padding-bottom: 3em;
  border-bottom: 1px solid #666;
}

.staff-only-article__title {
  margin: 2em 0 1em;
  padding: 0.4em 0.6em;
  background-color: var(--theme_color_main);
  color: #fff;
  font-weight: 700;
  font-size: 1.125em;
}

.staff-only-topic__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.staff-only-topic__pdf-link {
  display: flex;
  align-items: center;
  gap: 10px;
  
}
.staff-only-topic__pdf-link:hover {
  color: #009ed5;
  text-decoration: underline;
}

/* ブロック */
.staff-only-block {
  padding: 1.5em 0;
  border-bottom: 1px solid #666;
}

.staff-only-block__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3em;
  gap: 0.2em;
  font-weight: 700;
  font-size: 1.125em;
}

.staff-only-block__title-main-text {
  display: inline-block;
  padding: 0.1em 0.4em;
  border: 1px solid;
}

.staff-only-block__text {
  margin-bottom: 1.5em;
}

.staff-only-block__pdf-area {
  margin-bottom: 1.5em;
}
@media (min-width: 480px) {
  .staff-only-block__pdf-area {
    text-align: right;
  }
}

.staff-only-block__pdf-text {
  margin-bottom: 0.5em;
}

.staff-only-block__pdf-link {
  display: inline-block;
  position: relative;
  padding-left: 2.3em;
}
.staff-only-block__pdf-link:hover {
  color: #009ed5;
  text-decoration: underline;
}

.staff-only-block__pdf-icon {
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 1.8em;
  height: 1.93333em;
  margin-right: 0.5em;
}

.staff-only-block__pdf-note {
  font-size: 0.8em;
}
.staff-only-block__pdf-note span {
  display: inline-block;
  position: relative;
  padding-left: 1.1em;
}
.staff-only-block__pdf-note span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.staff-only-block__related-title {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.staff-only-block__related-list {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.staff-only-block__related-item {
  position: relative;
  padding-left: 0.7em;
}
.staff-only-block__related-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.staff-only-block__related-link:hover {
  color: #009ed5;
  text-decoration: underline;
}

.staff-only-block__related-pdf {
  margin-top: 0.8em;
}

.staff-only-block__related-pdf-link {
  display: inline-block;
  position: relative;
  padding-left: 2.3em;
}
.staff-only-block__related-pdf-link:hover {
  color: #009ed5;
  text-decoration: underline;
}


/* ==========================================================================
	mv
========================================================================== */
.mv {
  position: relative;
}

.mv__image {
  position: relative;
  height: min(74.6666666667vw, 28rem);
}
@media (min-width: 768px) {
  .mv__image {
    height: clamp(28rem, 36.4583333333vw, 36rem);
  }
}
.mv__image::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  content: "";
}
.mv__image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.mv__copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: min(5.8666666667vw, 2.6rem);
  text-shadow: -1px -2px 3px #808080;
}
@media (min-width: 768px) {
  .mv__copy {
    font-size: clamp(2.6rem, 3.3854166667vw, 3rem);
  }
}
span.mv__copy_ss {
  font-size: 0.7em;
  text-shadow: -1px -2px 3px #808080;
}
.mv__button {
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 25px;
  align-items: center;
  justify-content: center;
  width: min(40vw, 15rem);
  height: min(10.6666666667vw, 4rem);
  gap: 1em;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: min(3.7333333333vw, 1.4rem);
  transition: background-color 0.2s ease-out;
}
.mv__button:hover {
  background-color: #fff;
}

.mv__button-text {
  font-weight: 700;
  line-height: 1;
}
.mv__mc-plus {
  display: inline-block;
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 25px;
  align-items: center;
  justify-content: center;
  width: min(40vw, 15rem);
  height: min(10.6666666667vw, 4rem);
  gap: 1em;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: min(3.7333333333vw, 1.4rem);
  transition: background-color 0.2s ease-out;
}
.mv__mc-plus:hover {
  background-color: #fff;
}

.mv__mc-plus-text {
  font-weight: 700;
  line-height: 1;
}

.mv__mc-plus-image {
  width: min(12.5333333333vw, 4.7rem);
}

/* ==========================================================================
	パンくずリスト
========================================================================== */
.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    font-size: 1.4rem;
  }
}
.breadcrumb span a.home {
  color: var(--theme_color_main);
}

.breadcrumb__inner {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}

/* ==========================================================================
	sidebar
========================================================================== */
.sidebar__title {
  font-weight: 700;
  font-size: min(4.8vw, 1.8rem);
  line-height: 1;
}
.sidebar__monthly-area .sidebar__title {
  margin-bottom: 1em;
}
.sidebar__category-area .sidebar__title {
  margin-bottom: 1.55555em;
}
.sidebar__tag-area .sidebar__title {
  margin-bottom: 1em;
}

/* 年月アーカイブ
----------------------------------------------------- */
.sidebar__monthly-area {
  display: none;
}
@media (min-width: 768px) {
  .sidebar__monthly-area {
    display: block;
    margin-bottom: 5.8rem;
    background-color: #fff;
    padding: 2rem;
  }
}

.sidebar__monthly-list {
  font-size: min(3.7333333333vw, 1.4rem);
}

.sidebar__monthly-list li {
  border-top: 1px dotted #707070;
}
.sidebar__monthly-list li a {
  display: block;
  position: relative;
  padding-top: 0.89286em;
  padding-right: 2.5em;
  padding-bottom: 0.89286em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.sidebar__monthly-list li a::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  transition: transform 0.3s ease-out;
}
.sidebar__monthly-list li a:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}
.sidebar__monthly-list li a[aria-current=page] {
  background-color: var(--theme_color_main);
  color: #fff;
}
.sidebar__monthly-list li > a {
  padding-left: 0.71429em;
}
.sidebar__monthly-list li > a::after {
  right: 1em;
  content: "\f101";
}
.sidebar__monthly-list li > a:hover::after {
  transform: translate(30%, -50%);
}
.sidebar__monthly-list li:last-of-type {
  border-bottom: 1px dotted #707070;
}

/* 記事カテゴリー
----------------------------------------------------- */
.sidebar__category-area {
  display: none;
}
@media (min-width: 768px) {
  .sidebar__category-area {
    display: block;
    margin-bottom: 5rem;
  }
}

.sidebar__category-list {
  font-weight: 700;
  font-size: min(3.7333333333vw, 1.4rem);
}

.sidebar__category-item {
  border-top: 1px solid #ddd;
}
.sidebar__category-item a {
  display: block;
  position: relative;
  padding-top: 0.89286em;
  padding-right: 2.5em;
  padding-bottom: 0.89286em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.sidebar__category-item a::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  transition: transform 0.3s ease-out;
}
.sidebar__category-item a:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}
.sidebar__category-item > a {
  padding-left: 0.71429em;
}
.sidebar__category-item:not(.has-child) > a::after {
  right: 1em;
  content: "\f054";
}
.sidebar__category-item:not(.has-child) > a:hover::after {
  transform: translate(30%, -50%);
}
.sidebar__category-item.has-child > a::after {
  right: 0.71429em;
  content: "\f078";
}
.sidebar__category-item.has-child > a:hover::after {
  transform: translateY(-20%);
}
.sidebar__category-item.has-child.is-open > a::after {
  transform: translateY(-50%) rotateX(180deg);
}
.sidebar__category-item:last-of-type {
  border-bottom: 1px solid #ddd;
}

.sidebar__sub-category-item {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.sidebar__sub-category-item a {
  padding-left: 1.71429em;
}
.sidebar__sub-category-item a::after {
  right: 0.71429em;
  content: "\f324";
}
.sidebar__sub-category-item a:hover::after {
  transform: translate(20%, -50%);
}
.sidebar__category-item.has-child.is-open .sidebar__sub-category-item {
  height: 3.28572em;
}

/* タグ一覧
----------------------------------------------------- */
.sidebar__tag-cloud {
  margin-bottom: -7px;
}

.tag-cloud-link {
  display: inline-block;
  position: relative;
  margin: 0 0.5em 0.5em 0;
  padding: 0 1em 0 1.85714em;
  border-radius: 100vh;
  background-color: #fff;
  color: var(--theme_color_main);
  font-weight: 400;
  line-height: 1.7143;
  text-align: left;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.tag-cloud-link:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}
.tag-cloud-link::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-35%);
  content: "\f02b";
  font: var(--fa-font-sharp-solid);
}

/* 記事ランキング
----------------------------------------------------- */
.sidebar__ranking-area {
  margin-top: 5rem;
}

.sidebar__ranking-area .sidebar__title {
  margin-bottom: 2rem;
}

.nmp-ranking-switcher {
  display: flex;
}

.nmp-ranking-list {
  background-color: #ffffff;
  padding: 1rem;
  display: none;
  border-radius: 5px;
}

.nmp-ranking-list.active {
  display: block;
}

.nmp-ranking-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
}

.nmp-ranking-list li:last-child {
  border-bottom: none;
}

.nmp-ranking-list li a {
  font-size: 14px;
  width: calc(100% - 28px);
  color: var(--text_color);
  transition: color 0.2s ease-out;
}

.nmp-ranking-list li a:hover {
  color: var(--theme_color_main);
}

.nmp-ranking-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: var(--theme_color_main);
  border-radius: 10px;
}

.nmp-ranking-switcher {
  background: #ffffff;
  display: flex;
}

.nmp-ranking-switcher li {
  width: 33.3%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #dddddd;
}

.nmp-ranking-switcher li.active {
  border-bottom: 4px solid var(--theme_color_main);
}

.nmp-ranking-switcher li.active a {
  color: var(--theme_color_main);
}

/* バナー
----------------------------------------------------- */
.sidebar__banner-area {
  margin-top: 5rem;
}

.sidebar__banner-list {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  margin-inline: auto;
  gap: 1.5rem;
}

.sidebar__banner-item {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sidebar__banner-link {
  display: block;
  transition: opacity 0.2s ease-out;
}
.sidebar__banner-link:hover {
  opacity: 0.8;
}
.sidebar__banner-link.finese-seminar-banner {
  position: relative;
  padding: 0.5em 3em 0.7em 0.7em;
  border-radius: 5px;
  background-color: #68c038;
  font-size: 2rem;
  font-size: min(5.3333333333vw, 2rem);
}
@media (min-width: 768px) {
  .sidebar__banner-link.finese-seminar-banner {
    font-size: min(2.34375vw, 2rem);
  }
}
.sidebar__banner-link.finese-seminar-banner .finese-seminar-banner__title {
  margin-bottom: 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: normal;
}
.sidebar__banner-link.finese-seminar-banner .finese-seminar-banner__button-wrap {
  text-align: center;
}
.sidebar__banner-link.finese-seminar-banner .finese-seminar-banner__button {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100vh;
  background-color: #fff;
  color: #68c038;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sidebar__banner-link.finese-seminar-banner .finese-seminar-banner__button {
    font-size: min(1.5625vw, 1.4rem);
    font-size: clamp(1.2rem, 1.3186813187vw, 1.4rem);
  }
}
.sidebar__banner-link.finese-seminar-banner .finese-seminar-banner__image {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 2.8em;
  height: 6.25em;
  transform: translateY(-50%);
}

/* ==========================================================================
	記事一覧
========================================================================== */
.archive-post__list {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 2rem);
}

.archive-post-article {
  position: relative;
  padding-top: min(4.5333333333vw, 1.7rem);
  padding-right: 4%;
  padding-bottom: min(5.3333333333vw, 2rem);
  padding-left: 4%;
  border-radius: 5px;
  background-color: #fff;
  word-break: break-all;
}

.archive-post-article__title {
  margin-bottom: min(4vw, 1.5rem);
  font-weight: 700;
  font-size: min(4.8vw, 2.4rem);
  line-height: 1.33;
}

.archive-post-article__title-link {
  color: var(--theme_color_main);
  transition: color 0.2s ease-out;
}
.archive-post-article__title-link[data-icon="pdf"]::after {
  display: inline-block;
  margin-left: 0.5em;
  font: var(--fa-font-solid);
  content: "\f1c1";
}
@media (min-width: 768px) {
  .archive-post-article__title-link {
    line-height: 1.25;
  }
}
.archive-post-article__title-link:hover {
  color: var(--text_color);
}

.archive-post-article__sub-title {
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.6rem);
}
/* 注目タグ */
.archive-post-featured {
  padding: 0.1rem 0.6rem;
  background-color: #b20000;
  color: #ffffff;
  font-size: 1.8rem;
}

.archive-post-article__date {
  position: relative;
  margin-bottom: min(4vw, 1.7rem);
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 1;
  text-align: right;
}
.archive-post-article__date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
}

.archive-post-article__date-text {
  z-index: 2;
  position: relative;
  padding: 0 0.71429em;
  background-color: #fff;
}

.archive-post-article__category {
  margin-bottom: min(4vw, 1.7rem);
  text-align: right;
}

.archive-post-article__category-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.archive-post-article__row {
  display: flex;
  gap:2rem;
}
@media (min-width: 480px) {
  .archive-post-article__row {
    flex-wrap: nowrap;
  }
  
}
.archive-post-article__thumb {
  max-width: 145px;
}
.archive-post-article__text {
  flex:1;
  margin-bottom: 0.75em;
  font-size: min(4.2666666667vw, 1.6rem);
  min-width: 65%;
  word-break: break-all;
}
@media (min-width: 768px) {
  .archive-post-article__text {
    line-height: 2;
  }
}

.archive-post-article__button-more {
  text-align: right;
}

.archive-post-article__tag-area {
  margin-top: min(6.4vw, 2.4rem);
  margin-bottom: -0.5em;
  font-size: min(3.7333333333vw, 1.4rem);
}
@media (min-width: 768px) {
  .archive-post-article__tag-area {
    display: flex;
    align-items: flex-start;
  }
}

.archive-post-article__tag-title {
  display: inline-block;
  position: relative;
  flex: none;
  margin-right: 0.85714em;
  margin-bottom: 0.5em;
  padding: 0.35715em 0.5em;
  border-radius: 5px;
  background-color: var(--text_color);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.archive-post-article__tag-title::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0.35715em;
  height: 0.42857em;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.archive-post-article__tag-list {
  display: inline;
}
@media (min-width: 768px) {
  .archive-post-article__tag-list {
    display: block;
    flex: 1;
  }
}

/* NEW表示 */
.archive-post-article__new {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-top-left-radius: 5px;
  background-color: var(--theme_color_accent);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.archive-post-article__new-text {
  display: inline-block;
  transform: rotate(-45deg);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

/* ページネーション
----------------------------------------------------- */
.archive-post__pagination {
  margin-top: min(6.9333333333vw, 3.6rem);
}

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
}
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
}

.nav-links .page-numbers:not(.current) {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.nav-links .page-numbers:not(.current):hover {
  color: var(--theme_color_main);
}
.nav-links .page-numbers.current {
  color: var(--theme_color_main);
  font-weight: bold;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fff;
  color: var(--theme_color_main);
}
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}
@media (max-width: 767px) {
  .page-numbers:not(.prev):not(.next):not(.current) {
    /* display: none;   */
  }
}

/* ==========================================================================
	記事詳細
========================================================================== */
.single-post-article {
  margin-bottom: min(4vw, 1.8rem);
  padding-top: min(4.8vw, 2.7rem);
  padding-right: 4%;
  padding-bottom: min(7.4666666667vw, 3.8rem);
  padding-left: 4%;
  border-radius: 5px;
  background-color: #fff;
}

.single-post-article__header {
  margin-bottom: min(9.6vw, 3.6rem);
}

.single-post-article__title {
  margin-bottom: min(4vw, 1.5rem);
  color: var(--theme_color_main);
  font-weight: 700;
  font-size: min(4.8vw, 2.4rem);
  line-height: 1.33;
}
@media (min-width: 768px) {
  .single-post-article__title {
    line-height: 1.25;
  }
}

.single-post-article__sub-title {
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.6rem);
}

.single-post-article__date {
  position: relative;
  margin-bottom: min(4vw, 1.7rem);
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 1;
  text-align: right;
}
.single-post-article__date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
}

.single-post-article__date-text {
  z-index: 2;
  position: relative;
  padding: 0 0.71429em;
  background-color: #fff;
}

.single-post-article__category {
  margin-bottom: min(6.4vw, 2.4rem);
  text-align: right;
}

.single-post-article__category-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.single-post-article__tag-area {
  margin-top: min(6.4vw, 2.4rem);
  margin-bottom: min(6.4vw, 2.4rem);
  font-size: min(3.7333333333vw, 1.4rem);
}
@media (min-width: 768px) {
  .single-post-article__tag-area {
    display: flex;
    align-items: flex-start;
  }
}

.single-post-article__tag-title {
  display: inline-block;
  position: relative;
  flex: none;
  margin-right: 0.85714em;
  margin-bottom: 0.5em;
  padding: 0.35715em 0.5em;
  border-radius: 5px;
  background-color: var(--text_color);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.single-post-article__tag-title::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0.35715em;
  height: 0.42857em;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.single-post-article__tag-list {
  display: inline;
}
@media (min-width: 768px) {
  .single-post-article__tag-list {
    display: block;
    flex: 1;
  }
}

.single-post-article__button-bookmark._top {
  text-align: right;
}
.single-post-article__button-bookmark._bottom {
  text-align: center;
}

.single-post-article__button-area {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* 投稿内容 */
.single-post-article__contents {
  margin-bottom: min(4.8vw, 4.8rem);
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 2;
}
.single-post-article__contents h2 {
  margin: 2em 0;
  color: var(--theme_color_accent);
  line-height: 1.5;
}
.single-post-article__contents p {
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 2;
}
.single-post-article__contents a {
  color: var(--theme_color_main);
  transition: opacity 0.2s ease-out;
}
.single-post-article__contents a:hover {
  opacity: 0.8;
}
.single-post-article__contents div:empty {
  margin-bottom: calc(min(4.2666666667vw, 1.6rem) * 1.5);
}

/* 資料はこちらから
----------------------------------------------------- */
.single-document {
  margin-bottom: min(8vw, 4rem);
  padding-top: min(4.8vw, 2.7rem);
  padding-right: 4%;
  padding-bottom: min(7.4666666667vw, 3.8rem);
  padding-left: 4%;
  border-radius: 5px;
  background-color: #fff;
}

.single-document__title {
  margin-bottom: 1.375em;
  font-weight: 700;
  font-size: min(5.8666666667vw, 2.4rem);
  line-height: 1;
  text-align: center;
}

.single-document__section:not(:last-of-type) {
  margin-bottom: min(4.8vw, 3rem);
}
.single-document__section:last-of-type {
  margin-bottom: min(4.8vw, 3rem);
}

.single-document__section-title {
  position: relative;
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: min(4.8vw, 1.8rem);
}
.single-document__section-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--text_color);
  content: "";
}

.single-document__section-title-text {
  z-index: 2;
  position: relative;
  padding-right: 0.77777em;
  background-color: #fff;
}

.single-document__section-text {
  margin-bottom: 0.625em;
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 1.3125;
}

.single-document__section-link {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  color: var(--theme_color_main);
  transition: opacity 0.2s ease-out;
}
.single-document__section-link:hover {
  opacity: 0.8;
}
.single-document__section-link::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "\f0c1";
  color: var(--text_color);
  font: var(--fa-font-solid);
}

.single-document__section-button .button--arrow-down-to-line {
  text-align: left;
}
.single-document__section-button .button--arrow-down-to-line:not(:last-of-type) {
  margin-bottom: 1em;
}

.single-document__button-contact {
  text-align: center;
}

/* 記事一覧に戻る
----------------------------------------------------- */
.single-post__button-back {
  text-align: right;
}

/* ==========================================================================
	セミナーページ
========================================================================== */
.finese-seminar-article__title {
  margin-bottom: 1.2em;
}

.finese-seminar-block__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  gap: 10px;
}

.finese-seminar-block__item {
  padding: 1em;
  border: 1px solid var(--text_color);
  border-radius: 5px;
  font-size: 1.5rem;
}

.finese-seminar-block__item-title {
  margin-bottom: 0.5em;
  color: var(--text_color);
  font-weight: 700;
  font-size: 1.125em;
}

.finese-seminar-block__link-list {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  gap: 0.5em;
  font-size: 1.5rem;
}

.finese-seminar-block__link {
  position: relative;
  padding-right: 0.7em;
  transition: color 0.2s ease-out;
}
.finese-seminar-block__link:hover {
  color: var(--theme_color_main);
}
.finese-seminar-block__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}
.finese-seminar-block__link._pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.finese-seminar-block__contact {
  margin-top: 2em;
  padding: 1em;
  border: 3px solid var(--theme_color_main);
  border-radius: 5px;
  font-size: 1.5rem;
}

.finese-seminar-block__contact-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.finese-seminar-block__contact-link:hover {
  color: var(--theme_color_main);
}


/* ==========================================================================
	404ページ
========================================================================== */
.not-found-contents__text-area {
  margin-bottom: 3em;
  font-size: 1.5rem;
}

.not-found-contents__button-wrap {
  text-align: center;
}

/* ==========================================================================
	情報の取り扱いに関する注意事項
========================================================================== */
.info-notes {
  margin-top: min(10.6666666667vw, 4rem);
  padding-top: min(6.6666666667vw, 3.3rem);
  padding-right: 3.77%;
  padding-bottom: min(6.6666666667vw, 2.5rem);
  padding-left: 3.77%;
  border: 1px solid #cd0808;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .info-notes {
    padding-right: 3.685%;
    padding-left: 3.685%;
  }
}

.info-notes__title {
  margin-bottom: min(6.6666666667vw, 2.7rem);
  font-weight: 700;
  font-size: min(5.0666666667vw, 2.4rem);
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .info-notes__title {
    letter-spacing: 0.1em;
  }
}

.info-notes__text {
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 1.571;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .info-notes__text {
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
.info-notes__text:not(:last-of-type) {
  margin-bottom: 1.42857em;
}

/* ==========================================================================
	トップへ戻るボタン
========================================================================== */
.page-top {
  display: flex;
  position: fixed;
  right: 1.5rem;
  bottom: 80px;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--theme_color_main);
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme_color_main);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.page-top:hover {
  background-color: var(--theme_color_main);
  color: #fff;
}
.page-top.is-up {
  animation: upMove 0.5s forwards;
}
.page-top.is-down {
  animation: downMove 0.5s forwards;
}

@keyframes upMove {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes downMove {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10rem);
    opacity: 1;
  }
}
