@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media screen and (max-width: 1024px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .drawer-nav a {
    color: var(--black-color);
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    list-style: none;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 5.2rem;
    height: 5.2rem;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    padding: 2em;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 12px auto 0;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 60%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: var(--base-color);
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  .drawer-hamburger .txt:before {
    content: "MENU";
    display: block;
    text-align: center;
    padding: 1.5em 0 0;
    font-size: 1.2rem;
    color: var(--base-color);
    font-weight: 500;
  }
  .drawer-open .drawer-hamburger .txt:before {
    content: "CLOSE";
  }
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  /*! open */
  .drawer-dropdown.open .drawer-caret {
    transform: rotate(180deg);
  }
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
:root {
  --base-font: "Noto Sans JP",游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --en-font: "Montserrat", sans-serif;
  --black-color: #252525;
  --base-color: #00459c;
  --feature-color: #0073a8;
  --disease-color: #c82c55;
  --interview-color: #288c66;
  --column-color: #ea5532;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-family: var(--base-font);
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  color: var(--black-color);
}

a {
  color: var(--black-color);
}
a:hover {
  opacity: 0.9;
  transition: 0.8s;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    transition: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fade-up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}

.fade-up.show {
  transform: translate(0, 0);
  opacity: 1;
}

.en-font {
  font-family: var(--en-font);
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3%;
  background: #eee7e0;
}
header .site-logo {
  width: 12%;
}
header .drawer-hamburger {
  display: none;
}
header nav ul .sp-logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  header {
    display: block;
  }
  header .site-logo img {
    max-width: 200px;
  }
  header .drawer-hamburger {
    display: block;
  }
  header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    margin: 6rem auto 0;
    font-size: 3vw;
  }
  header nav ul li:last-child {
    margin: 6rem auto 0;
    font-size: 1.4rem;
  }
  header nav ul li.sp-logo {
    display: block;
    margin: 0 auto;
  }
  header nav ul li.sp-logo a img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  header .site-logo img {
    max-width: 160px;
  }
  header .drawer-hamburger {
    padding: 1.5rem 3%;
  }
  header nav ul li {
    font-size: 1.8rem;
  }
  header nav ul li.sp-logo a img {
    width: 80%;
  }
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin: 0 4em 0 0;
  line-height: 1;
}
nav ul li:not(:last-child, .sp-logo) a::before {
  content: "●";
  display: inline-block;
  margin: 0 0.3em 0 0;
}
nav ul li.link-all a::before {
  color: var(--base-color);
}
nav ul li.feature a::before {
  color: var(--feature-color);
}
nav ul li.disease a::before {
  color: var(--disease-color);
}
nav ul li.interview a::before {
  color: var(--interview-color);
}
nav ul li.column a::before {
  color: var(--column-color);
}
nav ul li:last-child {
  font-weight: 400;
  margin: 0;
}
nav ul li:last-child a {
  display: inline-block;
  vertical-align: middle;
}
nav ul li:last-child a:first-of-type {
  border-right: 1px solid var(--black-color);
  padding: 0 1em 0 0;
  margin: 0 1em 0 0;
}

footer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 6.9%;
}
footer div .copy {
  font-size: 1.2rem;
  text-align: center;
}
footer div .privacy-link {
  font-size: 1.2rem;
  text-decoration: underline;
}
footer .footer-nav {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--base-color);
}
footer .footer-nav .logo {
  max-width: 180px;
}
footer .footer-nav nav {
  width: calc(86.2% - 100px);
}
footer .footer-nav nav ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-nav nav ul li {
  margin: 0 3% 0 0;
}
footer .footer-nav nav ul li:last-child {
  margin: 0 0 0 20%;
}

@media screen and (max-width: 1024px) {
  footer .footer-nav {
    flex-direction: column;
  }
  footer .footer-nav .logo {
    max-width: 200px;
    margin: 0 auto;
  }
  footer .footer-nav nav {
    width: 100%;
  }
  footer .footer-nav nav ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 4rem auto 0;
  }
  footer .footer-nav nav ul li {
    margin: 0 2.5em;
  }
  footer .footer-nav nav ul li:last-child {
    width: 100%;
    text-align: center;
    margin: 4rem auto 0;
  }
  footer .footer-nav nav ul li:last-child a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-nav nav ul {
    margin: 2rem auto 0;
  }
  footer .footer-nav nav ul li:not(:last-child) {
    width: 48%;
    margin: 2em 0 0;
    text-align: center;
  }
  footer .footer-nav nav ul li:not(:last-child) a {
    font-size: 16px;
  }
}
.contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contents__inner {
  width: 77.8%;
}

@media screen and (max-width: 1200px) {
  .contents {
    flex-direction: column;
  }
  .contents__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.block {
  margin: 10rem auto 0;
  width: 82%;
}
.block > h2 span {
  display: inline-block;
  vertical-align: middle;
}
.block > h2 .en-font {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0.4em 0 0;
  color: var(--base-color);
}

@media screen and (max-width: 768px) {
  .block {
    margin: 8rem auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .block {
    margin: 6.4rem auto 0;
  }
  .block > h2 .en-font {
    font-size: 3.2rem;
    display: block;
    line-height: 1.5;
  }
}
.article-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3.6rem auto 0;
}
.article-list::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.article-list li {
  width: 30%;
  margin: 0 0 4rem;
}
.article-list li a {
  position: relative;
}
.article-list li a .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: var(--base-color);
  color: #fff;
  font-weight: 500;
  padding: 0.1em 0.5em;
  font-size: 1.2rem;
}
.article-list li a div {
  display: flex;
  justify-content: space-between;
  margin: 1.6rem 0 0;
}
.article-list li a div span.category-name {
  width: 120px;
  text-align: center;
  font-size: 1.2rem;
}
.article-list li a div span.day {
  font-size: 1.2rem;
}
.article-list li a h2 {
  margin: 1.6rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.article-list li a .article-read {
  position: relative;
  padding: 0 0 0.2em;
  border-bottom: 1px solid var(--black-color);
  width: 100%;
}
.article-list li a .article-read::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
}

@media screen and (max-width: 640px) {
  .article-list li {
    width: 47%;
  }
  .article-list li a .new {
    font-size: 1rem;
  }
  .article-list li a div:not(.rank) {
    flex-direction: column;
  }
  .article-list li a div:not(.rank) span.category-name {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .article-list li a h2 {
    margin: 0.5em 0;
  }
}
.article-image {
  position: relative;
}
.article-image::before {
  content: "";
  padding: 73.5% 0 0;
  display: block;
}
.article-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--black-color);
  padding: 1em 0;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  font-weight: 500;
}
.link-btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
}
.link-btn:hover {
  background: var(--black-color);
  color: #fff;
}

.category-name {
  border: 1px solid;
  border-radius: 20px;
  padding: 0.4em 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-weight: 500;
}
.category-name::before {
  content: "●";
  display: inline-block;
  margin: 0 0.3em 0 0;
  font-size: 0.8em;
}
.category-name.feature {
  border-color: var(--feature-color);
}
.category-name.feature::before {
  color: var(--feature-color);
}
.category-name.disease {
  border-color: var(--disease-color);
}
.category-name.disease::before {
  color: var(--disease-color);
}
.category-name.interview {
  border-color: var(--interview-color);
}
.category-name.interview::before {
  color: var(--interview-color);
}
.category-name.column {
  border-color: var(--column-color);
}
.category-name.column::before {
  color: var(--column-color);
}

.wp-pagenavi {
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin: 2rem auto 10rem;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .last, .wp-pagenavi .first {
  display: inline-flex;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  border: 1px solid var(--black-color);
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 0.4em;
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background: var(--black-color);
  color: #fff;
  padding: 0.4em 0.8em;
}
.wp-pagenavi span.txt {
  padding: 0;
}
.wp-pagenavi a {
  border: none;
}
.wp-pagenavi a:hover {
  background: var(--black-color);
  color: #fff;
}
.wp-pagenavi a[class$=link] {
  position: absolute;
  top: 0;
}
.wp-pagenavi a[class$=link] span {
  margin: 0;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  display: flex;
  align-items: center;
  border: 1px solid var(--black-color);
  padding: 0.2em 1em;
}
.wp-pagenavi a.previouspostslink {
  left: 0;
}
.wp-pagenavi a.previouspostslink i {
  margin: 2px 0.5em 0 0;
}
.wp-pagenavi a.nextpostslink {
  right: 0;
}
.wp-pagenavi a.nextpostslink i {
  margin: 2px 0 0 0.5em;
}

.pager-wrap {
  text-align: center;
  margin: 4rem auto 0;
}
.pager-wrap span, .pager-wrap a {
  display: inline-flex;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  border: 1px solid var(--black-color);
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 0.4em;
}
.pager-wrap a {
  background: #fff;
  color: var(--black-color);
}
.pager-wrap a:hover {
  background: var(--black-color);
  color: #fff;
}
.pager-wrap span {
  background: var(--black-color);
  color: #fff;
}

.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a {
  display: flex;
  align-items: center;
  border: 1px solid var(--black-color);
  padding: 0.2em 1em;
}
.post-navigation .nav-links .nav-next a i, .post-navigation .nav-links .nav-previous a i {
  margin: 2px 0 0;
}

aside {
  width: 22.2%;
  background: #eee;
  padding: 4.8rem 2rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
}
aside dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--base-color);
}
aside dl dt img {
  width: 50px;
}
aside dl dt div {
  margin: 0 0 0 0.5em;
}
aside dl dt div span {
  display: block;
}
aside dl dt div span.en-font {
  font-size: 2.2rem;
  color: var(--base-color);
  font-weight: 700;
  line-height: 1;
}
aside dl dd {
  border-bottom: 1px solid var(--base-color);
  padding: 0 0 4rem;
}
aside dl dd .article-list {
  flex-direction: column;
}
aside dl dd .article-list li {
  width: 100%;
  margin: 4rem 0 0;
  padding: 0 2rem;
}
aside dl dd .article-list li:first-child {
  margin: 2rem 0 0;
}
aside dl dd .article-list li a {
  position: relative;
}
aside dl dd .article-list li a .rank span {
  font-size: 1.2em;
}
aside dl dd .link-btn {
  margin: 2rem auto 0;
}
aside .bnr-wrap {
  padding: 0 2rem;
}
aside .bnr-wrap a {
  margin: 4rem 0 0;
  display: block;
}

@media screen and (max-width: 1200px) {
  aside {
    width: 100%;
    position: initial;
    height: auto;
    overflow: initial;
  }
  aside dl dd .article-list {
    flex-direction: row;
    width: 82%;
  }
  aside dl dd .article-list li {
    width: 45%;
    padding: 0;
  }
  aside dl dd .article-list li:nth-child(n+3) {
    width: 30%;
  }
  aside dl dd .article-list li:nth-child(-n+2) {
    margin: 2rem 0 0;
  }
  aside .bnr-wrap {
    width: 82%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  aside .bnr-wrap a {
    width: 45%;
    margin: 4rem 2.5% 0;
  }
}
@media screen and (max-width: 768px) {
  aside dl dd {
    width: 96%;
    margin: 0 auto;
  }
  aside dl dd .article-list {
    width: 100%;
  }
  aside dl dd .article-list li:nth-child(n+3) {
    width: 30%;
  }
  aside .bnr-wrap {
    width: 90%;
    margin: 4rem auto 0;
  }
  aside .bnr-wrap a {
    margin: 0 2.5%;
  }
  aside .bnr-wrap a:nth-of-type(n+3) {
    margin: 2rem 2.5% 0;
  }
}
@media screen and (max-width: 640px) {
  aside dl dd .article-list {
    width: 100%;
  }
  aside dl dd .article-list li:nth-child(n+3) {
    width: 47%;
  }
  aside dl dd .article-list li:first-child {
    width: 100%;
  }
  aside dl dd .article-list li:first-child div:not(.rank) {
    flex-direction: row;
  }
  aside dl dd .article-list li:first-child div:not(.rank) span.category-name {
    width: 120px;
    margin: 0 0 0.5em;
  }
  aside dl dd .article-list li:nth-child(2) {
    margin: 4rem 0 0;
  }
  aside .bnr-wrap {
    padding: 0;
    width: 100%;
    margin: 4rem auto 0;
  }
  aside .bnr-wrap a {
    width: 90%;
    margin: 0 auto;
  }
  aside .bnr-wrap a:nth-of-type(n+2) {
    margin: 2rem auto 0;
  }
}
.article-ranking li {
  counter-increment: rank;
  position: relative;
}
.article-ranking li .rank {
  justify-content: center;
  align-items: baseline;
  font-family: var(--en-font);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--base-color);
  background: #fff;
  padding: 0.1em 1em;
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0 0 0 1.5em;
  z-index: 10;
}
.article-ranking li .rank span {
  font-size: 1.2em;
  margin: 0 0 0 0.3em;
  display: inline-block;
}
.article-ranking li .rank span::before {
  display: block;
  content: counter(rank);
}
@media screen and (max-width: 1200px) {
  .ranking aside dl {
    display: none;
  }
  .ranking aside .bnr-wrap {
    margin: 0 auto;
    width: 90%;
  }
}
.main-img {
  background: #eee7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 8rem;
}
.main-img ul {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.main-img ul li {
  margin: 0 3vw;
}
.main-img ul li a {
  display: flex;
}
.main-img ul li a .title {
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  position: relative;
  width: 32.5%;
}
.main-img ul li a .title .data {
  display: flex;
  justify-content: space-between;
}
.main-img ul li a .title .data span.category-name {
  border-radius: 20px;
  width: 130px;
}
.main-img ul li a .title .data span:last-of-type {
  font-size: 1.2rem;
}
.main-img ul li a .title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0 0;
}
.main-img ul li a .title .article-read {
  position: absolute;
  bottom: 1.5em;
  left: 1em;
  padding: 0 0 0.2em;
  border-bottom: 1px solid var(--black-color);
  width: calc(100% - 2em);
}
.main-img ul li a .title .article-read::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
}
.main-img ul li a .article-image {
  width: 67.5%;
}

@media screen and (max-width: 1200px) {
  .main-img {
    height: auto;
    padding: 2rem 0 6rem;
  }
  .main-img ul li {
    margin: 0 1vw;
  }
  .main-img ul li a .title h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main-img ul li {
    margin: 0 2vw;
  }
  .main-img ul li a {
    flex-direction: column-reverse;
  }
  .main-img ul li a .title {
    width: 100%;
  }
  .main-img ul li a .title h2 {
    font-size: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .main-img ul li a .title .article-read {
    width: 100%;
    margin: 1em 0 0;
    position: static;
  }
  .main-img ul li a .title .article-read::after {
    right: 2em;
  }
  .main-img ul li a .article-image {
    width: 100%;
  }
}
.slick-slide {
  opacity: 0.5;
  position: relative;
}

.slick-active {
  opacity: 1;
}

.slick-prev, .slick-next {
  width: 3%;
  padding-top: 3%;
  cursor: pointer;
  background: #fff;
  z-index: 200;
}

.slick-next::before, .slick-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--black-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev {
  left: 8.5%;
}
.slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: 8.5%;
}
.slick-next::before {
  content: "\f105";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #fff;
  color: var(--black-color);
}

@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 2%;
  }
  .slick-next {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 8%;
    padding-top: 8%;
    cursor: pointer;
    background: #fff;
    z-index: 200;
  }
}
.top-feature {
  border-bottom: 1px solid;
  border-color: var(--feature-color);
  position: relative;
}
.top-feature::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  border-top: 1px solid var(--feature-color);
  z-index: 1;
}
.top-feature__title {
  background: #fff;
  margin: -5rem 0 0 6.9%;
  display: inline-block;
  padding: 0 2em;
  position: relative;
  z-index: 10;
}
.top-feature__title img {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
.top-feature__title .en-font {
  color: var(--feature-color);
}
.top-feature__title .category-name {
  font-size: 1.6rem;
  width: 120px;
}
.top-feature__article {
  display: flex;
  width: 82%;
  margin: 4rem auto 0;
}
.top-feature__article .title {
  background: var(--feature-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  position: relative;
  color: #fff;
  width: 32.5%;
}
.top-feature__article .title div {
  display: flex;
  justify-content: space-between;
}
.top-feature__article .title div span:last-of-type {
  font-size: 1.2rem;
}
.top-feature__article .title h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0 0;
}
.top-feature__article .title .article-read {
  position: absolute;
  bottom: 1.5em;
  left: 1em;
  padding: 0 0 0.2em;
  border-bottom: 1px solid #fff;
  width: calc(100% - 2em);
}
.top-feature__article .title .article-read::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
}
.top-feature__article .article-image {
  width: 67.5%;
}
.top-feature .link-btn {
  margin: 4rem auto;
  background: var(--feature-color);
  color: #fff;
  border: none;
}

@media screen and (max-width: 1200px) {
  .top-feature {
    width: 82%;
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    width: 100%;
  }
  .top-feature::before {
    content: "";
  }
  .top-feature__article .title {
    justify-content: flex-start;
    width: 40%;
  }
  .top-feature__article .title h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .top-feature__article .article-image {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top-feature::before {
    top: 60px;
  }
  .top-feature__title {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 70%;
  }
  .top-feature__title img {
    width: 80px;
    margin: 0;
  }
  .top-feature__title .en-font {
    margin: 0;
  }
  .top-feature__title .category-name {
    display: block;
    margin: 0 auto;
  }
  .top-feature__article {
    flex-direction: column-reverse;
  }
  .top-feature__article .title {
    width: 100%;
  }
  .top-feature__article .title h2 {
    margin: 0.5em 0;
    -webkit-line-clamp: 2;
  }
  .top-feature__article .title .article-read {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  .top-feature__article .article-image {
    width: 100%;
  }
}
.new-article__title {
  line-height: 1;
}

.category-nav {
  display: flex;
  justify-content: space-between;
  margin: 6.4rem 0 0;
}
.category-nav li {
  text-align: center;
  flex: 1;
}
.category-nav li.feature {
  background: var(--feature-color);
}
.category-nav li.disease {
  background: var(--disease-color);
}
.category-nav li.interview {
  background: var(--interview-color);
}
.category-nav li.column {
  background: var(--column-color);
}
.category-nav li a {
  padding: 1em 0;
  display: block;
}
.category-nav li a span {
  width: 140px;
}

@media screen and (max-width: 640px) {
  .category-nav {
    flex-wrap: wrap;
  }
  .category-nav li {
    flex: auto;
    flex-wrap: wrap;
    width: 50%;
  }
}
.moving-illust img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .moving-illust img {
    width: 100%;
  }
}
.manager {
  width: 100%;
}
.manager h2 {
  background: var(--base-color);
  color: #fff;
  padding: 0.5em 0 0.5em 6.9%;
  font-size: 2.4rem;
  font-weight: 700;
}
.manager__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82%;
  margin: 5.6rem auto 0;
  padding: 0 0 10rem;
}
.manager__inner > div {
  width: 37%;
}
.manager__inner > div img {
  max-width: 200px;
  margin: 0 auto;
}
.manager__inner > div div p {
  text-align: center;
  margin: 3.2rem 0;
}
.manager__inner > div div .link-btn {
  max-width: none;
  width: 100%;
  border-color: var(--base-color);
  color: var(--base-color);
}
.manager__inner > div div .link-btn:hover {
  background: var(--base-color);
  color: #fff;
}
.manager__inner dl {
  width: 60%;
}
.manager__inner dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.manager__inner dl dt span {
  font-size: 1.8rem;
  font-weight: 700;
}
.manager__inner dl dt a {
  color: var(--base-color);
  position: relative;
  padding: 0 1.5em 0 0;
}
.manager__inner dl dt a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.manager__inner dl dd ul li {
  border-bottom: 1px solid #aaa;
}
.manager__inner dl dd ul li a {
  display: flex;
  align-items: center;
  padding: 1em 0;
}
.manager__inner dl dd ul li a span {
  color: var(--base-color);
  width: 12em;
}
.manager__inner dl dd ul li a p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .manager__inner {
    flex-direction: column;
    padding: 0 0 5.6rem;
  }
  .manager__inner > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 4rem;
  }
  .manager__inner > div img {
    max-width: 160px;
    margin: 0 2em 0 0;
  }
  .manager__inner > div div {
    width: 50%;
  }
  .manager__inner dl {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .manager h2 {
    padding: 0.2em 0;
    text-align: center;
  }
  .manager__inner > div {
    flex-direction: column;
  }
  .manager__inner > div img {
    margin: 0;
  }
  .manager__inner > div div {
    width: 100%;
  }
  .manager__inner dl dd ul li a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.moving-article .article-head {
  display: flex;
  justify-content: space-between;
}
.moving-article .article-head .category-name {
  padding: 0.4em 2em;
}
.moving-article .article-wrap .entry-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1em 0 0;
  padding: 0 0 1em;
  border-bottom: 1px solid #eee;
}
.moving-article .article-wrap .post-thumbnail {
  margin: 2em 0 0;
}
.moving-article .article-wrap .post-thumbnail img {
  margin: 0 auto;
}
.moving-article .article-wrap .article-inner {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 4rem 2rem 0;
  max-width: 800px;
  margin: 0 auto;
  color: var(--black-color);
}
.moving-article .article-wrap .article-inner h3 {
  font-weight: 700;
  font-size: 1.25em;
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
  margin: 1em 0;
  padding: 0 0 0.25em;
}
.moving-article .article-wrap .article-inner > p {
  margin-bottom: 1.4em;
  line-height: 2;
}
.moving-article .article-wrap .article-inner > p img {
  margin: 2em auto 0;
  display: block;
}
.moving-article .article-wrap .article-inner > p img.va {
  width: 50%;
}
.moving-article .article-wrap figure {
  max-width: 100%;
  margin: 2em auto;
}
.moving-article .article-wrap .wp-caption-text {
  padding: 1em;
  background: #fcfcfc;
  font-size: 1.4rem;
}
.moving-article .article-wrap .notice {
  background: #eee;
  padding: 2rem;
  width: 82%;
  margin: 4rem auto 0;
}
.moving-article .article-wrap .article-sns {
  margin: 4rem auto;
}
.moving-article .article-wrap .article-sns p {
  text-align: center;
  font-weight: 500;
  margin: 0 auto 1em;
}
.moving-article .article-wrap .article-sns > div {
  display: flex;
  justify-content: center;
}
.moving-article .article-wrap .article-sns > div a {
  margin: 0 0.5em;
  width: 30px;
}

@media screen and (max-width: 640px) {
  .moving-article .article-wrap .entry-title {
    font-size: 1.8rem;
  }
  .moving-article .article-wrap .article-inner {
    padding: 4rem 1rem 0;
  }
  .moving-article .article-wrap .article-inner h3 {
    font-size: 1.8rem;
  }
  .moving-article .article-wrap .notice {
    width: 100%;
  }
}
.moving-list {
  margin-bottom: 8rem;
}
.moving-list > h2 {
  line-height: 1;
  padding: 0 0 0 120px;
  position: relative;
}
.moving-list > h2 img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  transform: translate(0, -50%);
}
.moving-list > h2 .en-font {
  display: block;
  margin: 0 0 16px;
  font-size: 2.4rem;
}
.moving-list > h2 .jp-font {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.moving-list > h2 .jp-font::before {
  content: "●";
  display: block;
  margin: 0 0.5em 0 0;
  font-size: 2rem;
}
.moving-list > h2 .jp-font.feature::before {
  color: var(--feature-color);
}
.moving-list > h2 .jp-font.disease::before {
  color: var(--disease-color);
}
.moving-list > h2 .jp-font.interview::before {
  color: var(--interview-color);
}
.moving-list > h2 .jp-font.column::before {
  color: var(--column-color);
}
.moving-list .page-navi .wp-pagenavi .previouspostslink, .moving-list .page-navi .wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 640px) {
  .moving-list {
    margin-bottom: 4.8rem;
  }
  .moving-list > h2 {
    padding: 0 0 0 100px;
  }
  .moving-list > h2 img {
    width: 80px;
    height: 80px;
  }
  .moving-list > h2 .en-font {
    margin: 0 0 8px;
    line-height: 1;
  }
  .moving-list > h2 .jp-font {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.post-type-archive-column .moving-list > h2 {
  padding: 0;
}

.related-article {
  width: 100%;
  margin-bottom: 8rem;
}
.related-article .article-list {
  margin: 2.4rem auto 0;
}

@media screen and (max-width: 640px) {
  .related-article {
    margin-bottom: 4.8rem;
  }
}
.ranking-list {
  margin-bottom: 8rem;
}
.ranking-list > h2 {
  line-height: 1;
  padding: 0 0 0 76px;
  position: relative;
  margin: 0 0 6.4rem;
}
.ranking-list > h2 img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  transform: translate(0, -50%);
}
.ranking-list .article-list li {
  margin: 0 0 5em;
}
.ranking-list .article-list li .rank {
  margin: 0;
}
.ranking-list .article-list li:first-child {
  width: 100%;
  margin: 2rem 0 8rem;
}
.ranking-list .article-list li:first-child .rank {
  font-size: 2rem;
  top: -15px;
}
.ranking-list .article-list li:first-child .rank span {
  font-size: 1.2em;
}
.ranking-list .article-list li:nth-child(2), .ranking-list .article-list li:nth-child(3) {
  width: 48%;
  margin: 0 0 6rem;
}
.ranking-list .article-list li:nth-child(2) .rank, .ranking-list .article-list li:nth-child(3) .rank {
  font-size: 1.8rem;
  top: -15px;
}
.ranking-list .article-list li:nth-child(2) .rank span, .ranking-list .article-list li:nth-child(3) .rank span {
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .ranking-list {
    margin-bottom: 6.4rem;
  }
  .ranking-list > h2 {
    padding: 0 0 0 56px;
    margin: 0 0 4.8rem;
  }
  .ranking-list > h2 img {
    width: 40px;
  }
  .ranking-list .article-list {
    margin: 2.4rem auto 0;
  }
  .ranking-list .article-list li {
    margin: 0 0 6rem;
  }
  .ranking-list .article-list li:first-child {
    margin: 2rem 0 6rem;
  }
  .ranking-list .article-list li:first-child a div:not(.rank) {
    flex-direction: row;
  }
  .ranking-list .article-list li:first-child a div:not(.rank) span.category-name {
    width: 120px;
    margin: 0 0 0.5em;
  }
  .ranking-list .article-list li:nth-child(2), .ranking-list .article-list li:nth-child(3) {
    margin: 0 0 6rem;
  }
  .ranking-list .article-list li:nth-child(2) .rank, .ranking-list .article-list li:nth-child(3) .rank {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=moving.css.map */