@charset "UTF-8";
@font-face {
  font-family: "GoldwinGroteskPre";
  font-weight: 300;
  src: url("fonts/goldwin_grotesk/woff2/GoldwinGroteskPre-Regular.woff2") format("woff2"), url("fonts/goldwin_grotesk/woff/GoldwinGroteskPre-Regular.woff") format("woff");
}
@font-face {
  font-family: "GoldwinGroteskPre";
  font-weight: 400;
  src: url("fonts/goldwin_grotesk/woff2/GoldwinGroteskPre-Regular.woff2") format("woff2"), url("fonts/goldwin_grotesk/woff/GoldwinGroteskPre-Regular.woff") format("woff");
}
@font-face {
  font-family: "GoldwinGroteskPre";
  font-weight: 500;
  src: url("fonts/goldwin_grotesk/woff2/GoldwinGroteskPre-Medium.woff2") format("woff2"), url("fonts/goldwin_grotesk/woff/GoldwinGroteskPre-Medium.woff") format("woff");
}
@font-face {
  font-family: "GoldwinGroteskPre";
  font-weight: 600;
  src: url("fonts/goldwin_grotesk/woff2/GoldwinGroteskPre-Medium.woff2") format("woff2"), url("fonts/goldwin_grotesk/woff/GoldwinGroteskPre-Medium.woff") format("woff");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/*
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
*/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

html.remodal-is-locked {
  overflow: hidden;
}

.remodal, [data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

.remodal-wrapper {
  padding: 5% 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* animation
   ========================================================================== */
@keyframes left_to_right_animation {
  0% {
    width: 0%;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes line_animation_02 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loading_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_animation_Y {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein_animation_R {
  0% {
    opacity: 0;
    transform: rotate(2deg);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_animation_loop {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein_animation_loop_01 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein_animation_loop_02 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein_animation_loop_03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein_animation_loop_04 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes left_slidein_animation {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    /* transform: translateY(-1em);*/
  }
  100% {
    opacity: 1;
    /*transform: translateY(0);*/
  }
}
@keyframes votegraph {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeOutBtn {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    /*transform: translateY(0);*/
  }
}
/* common
   ========================================================================== */
body {
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

figure {
  margin: 0 auto;
}

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

figure img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

p,
img {
  transition: 0.4s;
}

a {
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    transition: all 0.2s;
  }
}

ol,
ul {
  list-style: none;
  padding: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
li {
  margin: 0;
}

::-moz-selection {
  background: #2B3BCC;
  color: #fff;
}

::selection {
  background: #2B3BCC;
  color: #fff;
}

/*改行*/
@media print, screen and (min-width: 768px) {
  .spElemenet,
  .spElement {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .pcElemenet,
  .pcElement {
    display: none;
  }
}
/* width
   ========================================================================== */
main {
  width: 95.2%;
  max-width: 1534px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  main {
    width: 87.2%;
  }
}
/* font
   ========================================================================== */
html {
  font-size: 62.5%;
}

p,
a,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
  color: #1b1b25;
  font-feature-settings: "palt", "lnum";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  p,
  a,
  li,
  span,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div {
    font-size: clamp(1.4rem, 1.4rem + 0.625vw, 1.6rem);
  }
}

p {
  line-height: 1.65;
}

.en {
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-weight: 400;
}

/* animation
   ========================================================================== */
.link01 {
  color: #2b3bcc;
  position: relative;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 2rem);
  display: inline-block;
  padding-right: 1.5em;
}

.sw-Navigation_Btn05 {
  color: #2b3bcc;
  position: relative;
  display: inline-block;
}

.link02 {
  color: #1b1b25;
  position: relative;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.6rem);
  margin-left: auto;
  display: inline-block;
  padding-right: 1.5em;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .link01:hover,
  .sw-Navigation_Btn05:hover {
    color: #1b1b25;
  }
}

@media print, screen and (min-width: 768px) {
  .link02:hover,
  .link03 a:hover,
  .sw-Navigation_Btn03:hover {
    color: #2b3bcc;
  }
}

@media print, screen and (min-width: 768px) {
  .link03 a:hover,
  .sw-Navigation_Btn03:hover {
    border: 1px solid #2b3bcc;
  }
}

.link01:after,
.link02:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 0.15em;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .link01:hover:after {
    right: -0.1em;
  }
}

@media print, screen and (min-width: 768px) {
  .link02:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    right: -0.1em;
  }
}

.link01:before,
.sw-Navigation_Btn05:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}

.link02:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}

@media print, screen and (min-width: 768px) {
  .link01:hover:before,
  .link02:hover:before,
  .sw-Navigation_Btn05:hover:before {
    transform: scale(1, 1);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sw-Navigation_Btn03 {
  display: block;
  padding: 1.6rem 0;
  width: 48.5%;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #1b1b25;
  position: relative;
  text-indent: -2.2rem;
  font-weight: 600;
}

.sw-Navigation_Btn03:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 1.3rem;
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .sw-Navigation_Btn03:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    right: calc(1.3rem - 4px);
  }
}

.sw-Navigation_Btn04 {
  display: block;
  padding: 2.5rem 0;
  width: 48.5%;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #1b1b25;
  position: relative;
  text-indent: 2.2rem;
  max-width: 411px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .sw-Navigation_Btn04:hover {
    color: #2b3bcc;
    border: 1px solid #2b3bcc;
  }
}

.sw-Navigation_Btn04:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 2.4rem;
  left: 15rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sw-Navigation_Btn04:after {
    left: 11rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-Navigation_Btn04:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    left: calc(15rem - 4px);
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .sw-Navigation_Btn03 {
    width: 55.5%;
  }
  .sw-Navigation_Btn04 {
    padding: 1.9rem 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .sw-Navigation_Btn04:after {
    top: 1.8rem;
    left: 10.5rem;
  }
}
@media print, screen and (max-width: 767px) and (min-width: 768px) {
  .sw-Navigation_Btn04:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    left: calc(10.5rem - 4px);
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .sw-Navigation_Btn03 {
    width: 62.5%;
  }
}
/* slick
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  transition: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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";
  font-weight: normal;
  font-style: normal;
  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");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 28px);
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  /*opacity: .75;*/
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/common/icn_arw_slick.png) no-repeat 50% 50%;
  background-size: contain;
  transform: rotate(180deg);
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/common/icn_arw_slick.png) no-repeat 50% 50%;
  background-size: contain;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-arrow {
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 1001;
}

.slick-slider:hover .slick-prev {
  opacity: 1;
  left: 9px;
}

.slick-slider:hover .slick-next {
  opacity: 1;
  right: 9px;
}

/*高さ調整*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* pages common
 ========================================================================== */
/* title */
.sw-Heading_common01 {
  margin-bottom: 3em;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_common01 {
    margin-bottom: 1.8em;
  }
}
.sw-Heading_common01 .en {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_common01 .en {
    font-size: 2.4rem;
  }
}

.sw-Heading_common02 {
  padding-bottom: 1.7em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #1b1b25;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_common02 {
    padding-bottom: 1.2em;
    margin-bottom: 2.4em;
    margin-bottom: 1.5em;
  }
}
.sw-Heading_common02 .en {
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
.sw-Heading_common02 .ja {
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}

.sw-Heading_common03 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

/* btn */
@media print, screen and (min-width: 1024px) {
  .sw-btn_sp {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .sw-btn_sp {
    position: fixed;
    bottom: 6vw;
    right: 6vw;
    z-index: 10000;
    background: #1b1b25;
    width: 16.94vw;
    height: 16.94vw;
    border-radius: 100%;
    max-width: 62px;
    max-height: 62px;
    border: none;
  }
  .sw-btn_sp:before {
    content: "MENU";
    position: absolute;
    bottom: 1.4em;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    transition: all 0.2s;
  }
  .sw-btn_sp.-active:before {
    content: "CLOSE";
  }
}

@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp {
    background: #fff;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp.-active {
    background: #1b1b25;
  }
}

.sw-Application_btn {
  background: #1b1b25;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 3rem;
  border: 1px solid #1b1b25;
}
.sw-Application_btn:after {
  content: "";
  background: url(../img/common/icn_arw_upright_white.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .sw-Application_btn:hover {
    background: #fff;
    color: #1b1b25;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Application_btn:hover:after {
    background: url(../img/common/icn_arw_upright.png) no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 1024px) {
  .sw-Application_btn {
    width: 77.5%;
    margin-left: auto;
    margin-right: 9.2%;
  }
}
@media print, screen and (max-width: 1023px) {
  .sw-Application_btn {
    margin-bottom: 3rem;
    padding: 1.95rem 0;
  }
}
@media print, screen and (min-width: 1361px) {
  .sw-Application_btn {
    margin-right: 10.8%;
  }
}

/* title */
.sw-Heading_common04 {
  font-size: 3.2rem;
  font-weight: 600;
}

@media print, screen and (max-width: 767px) {
  .sw-Section_Title {
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  .sw-Section_Title-wrap {
    padding-top: 28.5vw;
    padding-bottom: 7vw;
  }
}

/* btn */
.sw-btn_more01 {
  text-align: center;
  margin: 9.6em auto 9.6em;
}
.sw-btn_more01 > a,
.sw-btn_more01 > span {
  border: 1px solid #1b1b25;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 411px;
  padding: 1.5em 1em 1.25em;
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
}
.sw-btn_more01 > a:after,
.sw-btn_more01 > span:after {
  content: "";
  background: url(../img/common/icn_plus.png) no-repeat 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em -0.18em 0.05em 0.18em;
}
@media print, screen and (max-width: 767px) {
  .sw-btn_more01 > a:after,
  .sw-btn_more01 > span:after {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-btn_more01 > a:hover,
  .sw-btn_more01 > span:hover {
    color: #2b3bcc;
    border: 1px solid #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-btn_more01 > a:hover:after,
  .sw-btn_more01 > span:hover:after {
    background: url(../img/common/icn_plus_blue.png) no-repeat 50% 50%;
    background-size: contain;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-btn_more01 > a,
  .sw-btn_more01 > span {
    padding: 1.209em 0 0.95em;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-btn_more01 {
    margin: 1.6em auto 3.6em;
  }
}
.sw-btn_more01.hide {
  animation: fadeOutBtn 0.3s ease-in-out forwards;
}

.js-list-item,
.js-list-item_02 {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0s;
}

.js-list-item.is-hidden,
.js-list-item_02.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.js-more_btn.is-btn-hidden,
.js-more_btn_02.is-btn-hidden {
  display: none;
}

/* common
   ========================================================================== */
html {
  visibility: hidden;
}

html.wf-active, html.wfno-load {
  visibility: visible;
}

body {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body:before {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #e9e9e9;
    width: 1px;
    mix-blend-mode: multiply;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  body:before {
    /*left: calc(100% - 50vw * 1.302);*/
    left: 34.9%;
  }
}
@media print, screen and (min-width: 1601px) {
  body:before {
    left: calc(50% - 244px);
  }
}

@media print, screen and (min-width: 1024px) {
  .wrapper:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 0;
    background: #e9e9e9;
    width: 1px;
    mix-blend-mode: multiply;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .wrapper:after {
    /*left: calc(100% - 40.7vw);*/
    left: 59.3%;
  }
}
@media print, screen and (min-width: 1601px) {
  .wrapper:after {
    left: calc(50% + 149px);
  }
}
@media print, screen and (min-width: 1024px) {
  .wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #e9e9e9;
    width: 1px;
    mix-blend-mode: multiply;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .wrapper:before {
    /*left: calc(100% - 16.3vw);*/
    left: 83.7%;
  }
}
@media print, screen and (min-width: 1601px) {
  .wrapper:before {
    left: calc(50% + 542px);
  }
}

/*共通max-widthの定義*/
.sw-wrap-inner {
  width: 95.5%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767px) {
  .sw-wrap-inner {
    width: 87%;
  }
}

.common-News_image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .common-News_image {
    width: 50%;
    max-height: 580px;
  }
}
@media print, screen and (max-width: 767px) {
  .common-News_image {
    max-height: 98.4vw;
  }
}
.common-News_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .common-News_image img {
    max-height: 580px;
  }
}

.common-Section_Title {
  text-align: center;
  margin: 0 0;
}
.common-Section_Title img {
  height: 3.25em;
}
@media print, screen and (max-width: 767px) {
  .common-Section_Title img {
    height: 1.8em;
  }
}

.common-News_Section {
  background: #fff;
  border-top: 1px solid #1b1b25;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .common-News_Section {
    display: flex;
    align-items: center;
  }
}

.common-News_Content {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .common-News_Content {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .common-News_Content {
    padding: 5.479em 0 5.8em;
    width: 78.6%;
    margin: 0 auto;
    height: 98.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.common-News_Content p {
  line-height: 1.65;
  margin: 0.3em 0 0;
}
@media print, screen and (max-width: 767px) {
  .common-News_Content p {
    margin-top: 0;
  }
}
.common-News_Content .common-Section_Title {
  margin-top: 2em;
}
@media print, screen and (max-width: 767px) {
  .common-News_Content .common-Section_Title {
    /*width: 57%;*/
    margin-right: auto;
    margin-left: auto;
  }
}
.common-News_Content .common-Section_Title img {
  height: 3.75em;
}
@media print, screen and (max-width: 767px) {
  .common-News_Content .common-Section_Title img {
    height: 1.95em;
  }
}
.common-News_Content .sw-News_Share_List {
  display: flex;
  justify-content: center;
  margin: 1.5em auto 3.5em;
}
@media print, screen and (max-width: 767px) {
  .common-News_Content .sw-News_Share_List {
    margin: 2.2em auto 3.65em;
  }
}
.common-News_Content .sw-News_Share_List li {
  width: 2.8em;
  height: 2.8em;
  margin: 0 1em;
  will-change: transform;
}
@media print, screen and (max-width: 767px) {
  .common-News_Content .sw-News_Share_List li {
    width: 2.1em;
    height: 2.1em;
  }
}
.common-News_Content .sw-News_Share_List li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: width ease-in-out 0.2s;
}
.common-News_Content .sw-News_Share_List li.twitter_x a {
  background: url(../img/common/SNS/x.svg) no-repeat;
  background-size: contain;
}
.common-News_Content .sw-News_Share_List li.twitter_x a:hover {
  background: url(../img/common/SNS/x_blue.svg) no-repeat;
  background-size: contain;
}
.common-News_Content .sw-News_Share_List li.instagram a {
  background: url(../img/common/SNS/instagram.svg) no-repeat;
  background-size: contain;
}
.common-News_Content .sw-News_Share_List li.instagram a:hover {
  background: url(../img/common/SNS/instagram_blue.svg) no-repeat;
  background-size: contain;
}

.common-Line_Link {
  margin: 2em auto 0;
  max-width: 243px;
}
@media print, screen and (max-width: 767px) {
  .common-Line_Link {
    width: 90%;
  }
}

.common-Line_Link a {
  display: block;
  border: 1px solid #1b1b25;
  padding: 1.15em 0 0.88em;
  position: relative;
  font-weight: 600;
}

.common-Line_Link a:before {
  content: "";
  background: url(../img/common/icon_line.png) no-repeat;
  background-size: contain;
  width: 2em;
  height: 1.82em;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15em 0.6em 0.15em 0.2em;
}

/* pages common
   ========================================================================== */
@media print, screen and (min-width: 768px) {
  .l-Heading_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-Footer_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* structure
   ========================================================================== */
.global-nav {
  display: flex;
  width: 65.8%;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.global-nav .list-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.global-nav .list-menu .list-menu_item.list_03 {
  width: 22.2%;
}
.global-nav .list-menu .list-menu_item {
  width: 35%;
  padding: 1.65em 0 1.5em;
  /*border-top: 1px solid #1b1b1b;*/
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .global-nav .list-menu .list-menu_item:before {
    content: "";
    border-top: 1px solid #1b1b1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.global-nav .list-menu_child_02 {
  margin-top: 0.2em;
}
@media print, screen and (max-width: 767px) {
  .global-nav .list-menu_child_02 {
    margin-top: -0.3em;
  }
}
.global-nav .list-menu_child_02 li {
  margin-bottom: 0.4em;
}
@media print, screen and (max-width: 767px) {
  .global-nav .list-menu_child_02 li {
    margin-bottom: 0;
  }
}
.global-nav .list-menu_child_02 li a {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .global-nav.header__nav-area .list-menu .list-menu_item {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 1.4em;
  }
  .global-nav.header__nav-area .list-menu .list-menu_item.list_02 {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1023px) {
  .global-nav.header__nav-area .list-menu_child li {
    margin-bottom: 1.35em;
  }
}

.st-Header {
  position: relative;
  z-index: 5;
}

.st-Header_inner {
  max-width: 1534px;
  margin: 0 auto;
  /* padding: 2.55% 2.35% 0;*/
  padding: 35px 2.35% 0;
  display: flex;
  justify-content: space-between;
  /*.global-nav{
      @media print, screen and (max-width: 767px) {
        display: none;
      }
    }*/
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .st-Header_inner {
    padding-left: 3.35%;
    padding-right: 3.35%;
    padding-top: 4.05%;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_inner {
    padding-left: 6.35%;
    padding-right: 6.35%;
  }
}
@media print, screen and (max-width: 1023px) {
  .st-Header_inner .list-menu {
    flex-direction: column;
  }
}
.st-Header_inner .list-menu a {
  transition: all 0.2s;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1023px) {
  .st-Header_inner .list-menu a {
    font-size: clamp(2.4rem, 2rem + 0.625vw, 3.6rem);
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_inner .list-menu a:hover {
    color: #2b3bcc;
  }
}
.st-Header_inner nav {
  width: 100%;
}

.st-Heading {
  width: 31.6%;
  padding: 1.45em 0;
  position: relative;
}
.st-Heading:before {
  content: "";
  border-top: 1px solid #1b1b1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 1023px) {
  .st-Heading {
    width: 100%;
  }
}
@media print, screen and (max-width: 1023px) {
  .st-Heading.-active {
    z-index: 10001;
    opacity: 0;
    animation: fadein_animation 0.2s ease-in-out 0.2s forwards;
    position: fixed;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .st-Heading.-active {
    left: 3.35%;
    width: 93.3%;
    margin-top: 4.05%;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Heading.-active {
    left: 6.35%;
    width: 87.3%;
    margin-top: 35px;
    padding-top: 4vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .st-Heading {
    padding-top: 2.5%;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Heading {
    padding-top: 4vw;
  }
}

.st-Heading_logo {
  display: block;
}
@media print, screen and (max-width: 1023px) {
  .st-Heading_logo {
    width: 59%;
  }
}
.st-Heading_logo img {
  max-width: 285px;
  width: 100%;
}

.list-menu_child li {
  margin: 0 0 0.66em;
}
@media print, screen and (max-width: 1023px) {
  .list-menu_child li {
    margin-bottom: 1.2em;
  }
}

.st-Footer {
  background: #1b1b25;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .st-Footer {
    height: 81.8vh;
    max-height: 598px;
  }
}
.st-Footer .st-Heading {
  /*border-top: 1px solid #fff;*/
  color: #fff;
  padding: 1.75em 0;
  position: relative;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer .st-Heading {
    padding: 1.95em 0 8.65em;
  }
}
.st-Footer .st-Heading:before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  animation: left_to_right_animation 0.5s ease-in-out forwards;
}
.st-Footer .list_03 .list-menu_child {
  width: 42%;
  padding: 0.2em 0 0 0.1em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.st-Footer .list_03 .list-menu_child a {
  transition: all 0.2s;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer .list_03 .list-menu_child a {
    width: 100%;
  }
}
.st-Footer .list_03 .list-menu_child a:after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .st-Footer .list_03 .list-menu_child a:hover {
    opacity: 0.6;
  }
}

.st-Footer_inner {
  max-width: 1534px;
  margin: 0 auto;
  padding: 4.3% 2.35% 2.45%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner {
    padding: 12.7vw 6.5% 12.7vw;
  }
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .st-Heading_logo {
    width: 82%;
  }
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav {
    display: block;
    width: 100%;
  }
}
.st-Footer_inner .global-nav .list-menu {
  width: 100%;
  margin: 0;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .st-Footer_inner .global-nav .list-menu {
    display: flex;
    justify-content: space-between;
  }
}
.st-Footer_inner .global-nav .list-menu .list-menu_item {
  /*border-top: 1px solid #fff;*/
  padding: 1.85em 0;
  position: relative;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu .list-menu_item {
    width: 100%;
    padding: 1.15em 0 1.15em;
    min-height: 9.85em;
  }
}
.st-Footer_inner .global-nav .list-menu .list-menu_item:before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  animation: left_to_right_animation 0.5s ease-in-out forwards;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu .list-menu_item.list_03 .list-menu_child {
    justify-content: flex-start;
    padding: 0.3em 0 0 0.2em;
    width: 67%;
  }
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu .list-menu_item.list_03 .list-menu_child li {
    width: 13%;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_inner .global-nav .list-menu .list-menu_item.list_03 .list-menu_child li {
    margin-right: 3.2rem;
  }
}
.st-Footer_inner .global-nav .list-menu .list-menu_item.list_03 .list-menu_child li img {
  width: 100%;
  max-width: 1.8em;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu_child {
    margin-bottom: 1.15em;
  }
}
.st-Footer_inner .global-nav .list-menu_child li {
  margin: 0 0 1.25em;
}
@media print, screen and (max-width: 1023px) {
  .st-Footer_inner .global-nav .list-menu_child li {
    margin-bottom: 0.35em;
  }
}

.st-Footer li.list-menu_item.list_02 .list-menu_child a:before {
  content: "";
  background: url(../img/common/footer/st_menu_arrow.png) no-repeat 50% 50%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3.5px;
  right: -18px;
  background-size: contain;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .st-Footer li.list-menu_item.list_02 .list-menu_child a:before {
    top: 9.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer li.list-menu_item.list_02 .list-menu_child a:hover:before {
    top: 1.5px;
    right: -20px;
  }
}

.list-menu_child_02 li:nth-child(1) a:before, .list-menu_child_02 li:nth-child(2) a:before {
  content: "";
  background: url(../img/common/footer/st_menu_arrow.png) no-repeat 50% 50%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: -18px;
  background-size: contain;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .list-menu_child_02 li:nth-child(1) a:before, .list-menu_child_02 li:nth-child(2) a:before {
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .list-menu_child_02 li:nth-child(1) a:hover:before, .list-menu_child_02 li:nth-child(2) a:hover:before {
    top: -2px;
    right: -20px;
  }
}

.st-Footer-copy {
  color: rgba(255, 255, 255, 0.35);
  font-size: clamp(0.9rem, 0.8rem + 0.365vw, 1.3rem);
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media print, screen and (max-width: 767px) {
  .st-Footer-copy {
    font-size: clamp(0.9rem, 1.2rem + 0.365vw, 1.3rem);
    letter-spacing: 0;
  }
}
.st-Footer-copy:before {
  content: "";
  width: 11.3em;
  height: 6em;
  max-width: 164px;
  max-height: 81px;
  position: absolute;
  right: 2.35%;
  bottom: 5.65%;
  display: block;
  background: url(../img/common/footer/st-logo02@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .st-Footer-copy:before {
    position: relative;
    width: 91px;
    max-width: 100%;
    max-height: 100%;
    right: inherit;
    bottom: inherit;
    margin: 1em 0 0.6em;
    left: 8.5em;
  }
}
.st-Footer-copy:after {
  content: "";
  width: 10.5em;
  height: 5.1em;
  max-width: 164px;
  max-height: 81px;
  position: absolute;
  right: 17.15%;
  bottom: 6.65%;
  display: block;
  background: url(../img/common/footer/st-logo01@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .st-Footer-copy:after {
    position: absolute;
    width: 88px;
    max-width: 100%;
    max-height: 100%;
    right: inherit;
    bottom: inherit;
    margin: 1em 0 1.2em;
    bottom: 68px;
  }
}

.st-Footer_inner .list-menu_item {
  color: #fff;
}

.st-Footer_inner .list-menu_item a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .st-Footer_inner .list-menu_item a {
    font-size: clamp(1.3rem, 1.4rem + 0.625vw, 1.6rem);
    padding: 0.45em 0;
  }
}
.st-Footer_inner .list-menu_item a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
@media print, screen and (max-width: 767px) {
  .st-Footer_inner .list-menu_item a:after {
    content: none;
  }
}
.st-Footer_inner .list-menu_item a:hover:after {
  /*X方向にスケール拡大*/
}
@media print, screen and (min-width: 768px) {
  .st-Footer_inner .list-menu_item a:hover:after {
    transform: scale(1, 1);
  }
}

/* Feedback
   ========================================================================== */
.st-Feedback_wrap input,
.st-Feedback_wrap textarea {
  display: block;
  width: 91%;
  margin: 0 auto;
  border: 3px solid #e7e7e7;
  font-feature-settings: "palt", "lnum";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=text]:focus, textarea:focus {
  outline: 0;
}

input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.st-Feedback_wrap input {
  height: 48px;
  margin-bottom: 1.2rem;
  text-indent: 1.4rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_wrap input {
    font-size: 1.6rem;
    width: 87%;
    margin: 0 auto 1.2rem;
  }
}

.st-Feedback_wrap textarea {
  height: 86px;
  margin-bottom: 3.1rem;
  text-indent: 1.4rem;
  padding-top: 1.8rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_wrap textarea {
    font-size: 1.6rem;
    width: 87%;
    margin: 0 auto 2.4rem;
  }
}

.st-Feedback_wrap input::-moz-placeholder, .st-Feedback_wrap textarea::-moz-placeholder {
  color: #1b1b25;
}

.st-Feedback_wrap input::placeholder,
.st-Feedback_wrap textarea::placeholder {
  color: #1b1b25;
}

.st-Feedback_wrap input[type=submit] {
  background: none;
  border: 2px solid #1b1b25;
  width: 27%;
  height: 65px;
  text-indent: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-feature-settings: "palt", "lnum";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b1b25;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .st-Feedback_wrap input[type=submit]:hover {
    background: #1b1b25;
    color: #fff;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_wrap input[type=submit] {
    font-size: 1.6rem;
    width: 50%;
    height: 58px;
  }
}

.st-Feedback_wrap {
  background: url(../img/common/bg_feedback.png) no-repeat;
  background-size: cover;
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_wrap {
    background: url(../img/common/bg_feedback_sp.png) no-repeat;
    background-size: cover;
    padding-top: 9.2rem;
  }
}
.st-Feedback_wrap label.error {
  color: #2b3bcc;
  font-weight: 600;
  font-size: 1.3rem;
  width: 91%;
  margin: -0.5rem auto 2rem;
  display: block;
}
.st-Feedback_wrap textarea.error {
  margin-bottom: 1.5rem;
}
.st-Feedback_wrap label[for=comment] {
  padding-bottom: 2rem;
}
.st-Feedback_wrap .comment-thanks {
  text-align: center;
  margin: 4.4em 0 2.5em;
}
.st-Feedback_wrap .comment-thanks .comment-thanks_Thanks {
  font-weight: 600;
}
.st-Feedback_wrap .comment-thanks .comment-thanks_Message {
  font-size: 1.4rem;
}
.st-Feedback_wrap .comment-thanks figure {
  margin: 1.5em 0;
}

.st-Feedback_inner {
  background: #fff;
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .st-Feedback_inner {
    max-width: 792px;
    width: 80%;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_inner {
    padding-bottom: 2.2rem;
  }
}

.st-Feedback_Content {
  background: #1b1b25;
  padding: 1.8rem 1.6rem;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .st-Feedback_Content {
    padding: 2.5rem 3rem 1.85rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_Content {
    margin-bottom: 2.4rem;
    padding: 1.9rem 1.6rem 0.85rem;
  }
}

.st-Feedback_Message_Title {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 3.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .st-Feedback_Message_Title {
    margin-bottom: 1.7rem;
  }
}

.st-Feedback_Message_Title:before {
  content: "";
  background: url(../img/common/icon_feedback.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.st-Feedback_Message {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .st-Feedback_Message {
    font-size: 2rem;
  }
}

/* pages common
   ========================================================================== */
/* gmap */
.gmap {
  height: 554px;
}
@media print, screen and (max-width: 767px) {
  .gmap {
    height: 137vw;
    /*max-height: 70vh;*/
  }
}

.gm-style iframe + div {
  border: none !important;
}

@media print, screen and (max-width: 767px) {
  .gmnoprint {
    display: none;
  }
}

.gmap-info-window {
  position: absolute !important;
  width: 314px !important;
  height: 410px;
  padding: 0;
  background-color: #fff;
  left: calc(47% - 333px) !important;
  bottom: -204px !important;
  position: absolute !important;
}
@media print, screen and (max-width: 1280px) {
  .gmap-info-window {
    left: calc(47% - 353px) !important;
  }
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window {
    width: calc(95vw - 45px) !important;
    height: 20vw !important;
    max-height: 150px;
    left: -47vw !important;
    bottom: -288px !important;
  }
}
@media print, screen and (max-width: 529px) {
  .gmap-info-window {
    width: 93.5vw !important;
    left: -47vw !important;
    bottom: -54vw !important;
  }
}
@media print, screen and (max-width: 374px) {
  .gmap-info-window {
    height: 25vw !important;
  }
}
.gmap-info-window a {
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window .gmnoprint {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window .gmap-info-window-img {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window .gmap-info-window-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gmap-info-window-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window-inner {
    flex-direction: unset;
  }
}

.gmap-info-window-img img {
  width: 100%;
  height: auto;
}

.gmap-info-window-title {
  font-weight: 600;
  line-height: 1.65;
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window-title {
    font-size: clamp(1.2rem, 1rem + 0.625vw, 1.5rem);
  }
}

.gmap-info-window-title .en {
  font-size: 1.3rem;
  text-indent: 0.4em;
  display: inline-block;
}

.gmap-info-window-address {
  color: #b1b1a5;
  font-size: 1.3rem;
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window-address .en {
    font-size: 1.2rem;
  }
}

.gmap-infobox-marker {
  width: 26px;
  height: 26px;
  padding: 4px 0 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 7.5px solid #2B3BCC;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.1s;
  cursor: pointer;
}

.gmap-infobox-marker.focus-marker {
  width: 36px;
  height: 36px;
  border-width: 10px;
}

.gmap-info-window-content {
  padding: 1.5em 1.5em 1.25em 1.5em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .gmap-info-window-content {
    padding: 0.7em 1em 0.5em;
  }
}

/* list */
.sw-Heading_Group-list {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-list {
    min-height: 646px;
    max-height: 100vh;
  }
}
.sw-Heading_Group-list .sw-wrap-inner {
  height: 100%;
}

.list-theme-title {
  position: relative;
}
.list-theme-title:after {
  content: "";
  width: 0.95em;
  height: 0.95em;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url(../img/common/icn_arw_btm.png) no-repeat 50% 50%;
  background-size: contain;
}

/* archive */
.sw-Heading_Group-archive {
  position: relative;
  background: #2b3bcc;
  margin-bottom: 8em;
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-archive {
    min-height: 621px;
    max-height: 100vh;
    margin-top: 0.6em;
  }
}
.sw-Heading_Group-archive .sw-wrap-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-archive .sw-wrap-inner {
    min-height: 621px;
    max-height: 100vh;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-archive .l-Heading_flex {
    min-height: 621px;
    max-height: 100vh;
  }
}
.sw-Heading_Group-archive .sw-Section_Hero {
  width: 50%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-archive .sw-Section_Hero {
    min-height: 621px;
    max-height: 100vh;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_Group-archive .sw-Section_Hero {
    width: 100%;
  }
}
.sw-Heading_Group-archive .sw-Section_Hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .sw-Heading_Group-archive .sw-Section_Hero img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap {
  width: 50%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  align-self: stretch;
  padding: 2em 0 1.6em;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap {
    width: 100%;
    justify-content: center;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap figure {
  position: absolute;
  bottom: 6.5%;
  left: 0;
  width: 100%;
  height: 67.5%;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap figure {
    bottom: -39%;
    height: 170%;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-inner {
  position: relative;
  z-index: 1;
  height: 84%;
}
@media print, screen and (max-width: 767px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-inner {
    height: 60%;
    margin-top: 3.5em;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap * {
  width: 100%;
  text-align: center;
  color: #fff;
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Text-sub {
  margin: 2em 0;
  padding: 0 1em;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Text-sub {
    padding: 0 4em;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-sub {
  margin: 2em 0;
  padding: 0 1em;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-sub {
    padding: 0 4em;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-sub .en {
  display: block;
  font-size: 1.8rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title {
  text-align: center;
  z-index: 3;
  position: relative;
  height: calc(100% - 6em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title {
    padding: 0 4em;
  }
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title .ja {
  display: block;
  font-size: clamp(1.1rem, 4.3rem + 0.625vw, 5.2rem);
  font-weight: 600;
  margin-top: 0.1em;
  letter-spacing: 0.08em;
  text-indent: 0.3em;
}
.sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title .en {
  display: block;
  font-size: 2.8rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 0.7em;
  letter-spacing: 0.02em;
}
.sw-Heading_Group-archive .sw-ResearchArticle_Status {
  /*background: #fff;
    right: calc(50% - 4.2em);
    top: calc(50% - 4.2em);
    color: #2b3bcc;*/
  background: #fff;
  right: -4.5em;
  top: calc(50% - 4.5em);
  color: #2b3bcc;
  width: 9em;
  height: 9em;
  z-index: 5;
}
.sw-Heading_Group-archive .sw-ResearchArticle_Status:before {
  background-image: url(../img/common/icn_research.png);
}
.sw-Heading_Group-archive .Before_publication .sw-ResearchArticle_Status,
.sw-Heading_Group-archive .Research_completion .sw-ResearchArticle_Status {
  color: #fff;
}

/* Reserch Theme
   ========================================================================== */
.sw-Research_Article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 100vw;
    margin: 0 calc(50% - 50vw);*/
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #fff;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .sw-Research_Article {
    flex-direction: column;
  }
}

.sw-Research_Article_About {
  text-align: center;
  width: 50%;
}
@media print, screen and (max-width: 1023px) {
  .sw-Research_Article_About {
    padding-top: 2.55rem;
    width: 85%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Research_Article_About {
    padding-top: 4.15rem;
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 111.5vw;
    */
  }
}

.sw-Research_Article_Area {
  padding-top: 4.8em;
  padding-bottom: 1.1em;
  width: 50%;
  overflow: hidden;
  background: #f6f4f1;
}
@media print, screen and (max-width: 1023px) {
  .sw-Research_Article_Area {
    margin-top: 4.4rem;
    width: 100%;
    padding-bottom: 1.6em;
    padding-top: 5rem;
  }
}

.sw-Research_Article_List {
  /*
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
.sw-Research_Article_List aside {
  padding: 0.8em 0 0;
}

/* Before_publication */
.Before_publication .sw-Research_Article_About {
  padding: 4.9em 0;
}
.Before_publication .sw-Research_Article_Area {
  padding: 4.9em 0;
}

.sw-Research_Article_List.slick-initialized {
  opacity: 1;
  display: block;
}

.sw-Research_Article_ListItem {
  background: #fff;
  /*width: 65%;
   min-width: 65%;*/
  position: relative;
  max-width: 414px;
  margin: 0 0.55em;
}
@media print, screen and (min-width: 768px) {
  .sw-Research_Article_ListItem {
    width: 414px;
  }
}
.sw-Research_Article_ListItem a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sw-Research_Article_ListItem a:hover .sw-Research_Article_ListItem_Title,
  .sw-Research_Article_ListItem a:hover .sw-Research_Article_ListItem_Place {
    color: #2B3BCC;
    transition: 0.4s;
  }
}

.sw-Research_Article_ListItem_Image {
  overflow: hidden;
}

.sw-Research_Article_ListItem_Image {
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.sw-Research_Article_ListItem_Image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-Research_Article_ListItem a:hover .sw-Research_Article_ListItem_Image img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}

.sw-Icon_New {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #2b3bcc;
  background: #fff;
  padding: 0.4em 0.8em;
  z-index: 1;
  position: absolute;
  top: 1em;
  right: 1em;
}
@media print, screen and (max-width: 1023px) {
  .sw-Icon_New {
    line-height: 1.1;
    font-size: 1.3rem;
    padding: 0.5em 0.85em 0.35em;
    right: 0.85em;
  }
}

.sw-Research_Article_ListItem_wrap {
  padding: 1.7em 1em 1.3em;
}
@media print, screen and (max-width: 1023px) {
  .sw-Research_Article_ListItem_wrap {
    padding-top: 1.2em;
    padding-bottom: 1.1em;
  }
}

.sw-Research_Article_ListItem_Title {
  font-size: clamp(1.1rem, 1.8rem + 0.625vw, 2.4rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1023px) {
  .sw-Research_Article_ListItem_Title {
    font-size: 1.8rem;
  }
}

.sw-Research_Article_ListItem_Place {
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.1rem);
  margin: 3.1em 0.5em 0;
  letter-spacing: 0.08em;
}

@media print, screen and (max-width: 767px) {
  .sw-Research_Article_Area .sw-Research_Article_ListItem_Place {
    font-size: clamp(0.8rem, 0.8rem + 0.625vw, 0.9rem);
    font-weight: 600;
    margin: 2.8em 0 0;
  }
}

.sw-Research_Article_ListItem_Place:before {
  content: "";
  background: url(../img/home/map-pin.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media print, screen and (max-width: 767px) {
  .sw-Research_Article_ListItem_Place:before {
    width: 1.85em;
    height: 1.85em;
    margin: -0.5em 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-Research_Article_ListItem a:hover .sw-Research_Article_ListItem_Place:before {
    background: url(../img/common/map-pin-blue.png) no-repeat;
    background-size: contain;
  }
}

.sw-Article_Title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.6rem);
}
@media print, screen and (max-width: 1023px) {
  .sw-Article_Title {
    font-size: 1.1rem;
    margin-bottom: 3.2rem;
  }
}

.sw-Article_Title_ja {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.6rem);
}
@media print, screen and (max-width: 1023px) {
  .sw-Article_Title_ja {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}

.sw-Article_Title_heading {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 2rem);
  display: block;
  margin-bottom: 0.6em;
}
@media print, screen and (max-width: 1023px) {
  .sw-Article_Title_heading {
    margin-bottom: 0.6em;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Title_heading {
    font-size: 16px;
  }
}

.sw-Article_Title_heading .en {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 3.9rem + 0.625vw, 4.2rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2b3bcc;
  display: block;
  margin-bottom: 0.8rem;
}
@media print, screen and (max-width: 1023px) {
  .sw-Article_Title_heading .en {
    font-size: 3.2rem;
    margin-bottom: 0.55em;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Article_Title_heading .en {
    margin-bottom: 1.6rem;
  }
}

/* complete */
.Research_completion .sw-Article_Title_heading .en {
  color: #1b1b25;
}

/* Before_publication */
.Before_publication .sw-Article_Title_heading {
  color: #7b7b7b;
}
.Before_publication .sw-Article_Title_heading .en {
  color: #7b7b7b;
}
.Before_publication .sw-Article_Title {
  color: #7b7b7b;
  font-weight: 400;
}
.Before_publication .link01 {
  color: #7b7b7b;
  pointer-events: none;
}
.Before_publication .link01:before {
  display: none;
}
.Before_publication .link01:after {
  display: none;
}

.sw-Research_Article_CountNumber {
  text-align: center;
  margin-bottom: 6px;
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.3rem);
  margin-top: 1.35em;
  text-indent: -1em;
}
@media print, screen and (max-width: 767px) {
  .sw-Research_Article_CountNumber {
    text-indent: -0.9em;
    margin-top: 1.6em;
  }
}

.sw-Research_Article_CountNumber span {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 2rem + 0.625vw, 2.8rem);
  display: inline-block;
  margin-right: 0.1em;
  margin-left: 1em;
  line-height: 1.1;
}
@media print, screen and (max-width: 767px) {
  .sw-Research_Article_CountNumber span {
    font-size: 2.8rem;
  }
}

.sw-Research_Article_UpdateDate {
  text-align: center;
  color: #B1B1A5;
  font-size: clamp(1.1rem, 1rem + 0.625vw, 1.2rem);
  margin-top: 0.75em;
  letter-spacing: 0;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
}

.sw-Research_Article_About_Image {
  width: 60%;
  max-width: 520px;
  margin: 3.3em auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .sw-Research_Article_About_Image {
    width: 70%;
    margin-bottom: 3.2em;
  }
}
.sw-Research_Article_About_Image figure {
  max-height: 400px;
}
.sw-Research_Article_About_Image figure img {
  height: auto;
  max-width: 100%;
  max-height: inherit;
}

/* Link list
 ========================================================================== */
.sw-Link_Container_List {
  margin-bottom: 4em;
}
@media print, screen and (max-width: 767px) {
  .sw-Link_Container_List {
    margin-bottom: 4.5em;
  }
}

.sw-Link_Container_Item {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.sw-btn_back01 {
  text-align: center;
  margin: 9.6em auto 9.6em;
}
.sw-btn_back01 a {
  border: 1px solid #1b1b25;
  display: inline-block;
  width: 100%;
  max-width: 411px;
  padding: 1.5em 1em;
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.2s;
}
.sw-btn_back01 a:before {
  content: "";
  background: url(../img/common/back_arrow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: -0.1em 0.4em 0 -0.2em;
  position: absolute;
  left: 10rem;
  transition: all 0.2s;
  transform: translateY(-1px);
}
@media print, screen and (max-width: 767px) {
  .sw-btn_back01 a:before {
    left: 0;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-btn_back01 a:hover {
    color: #2b3bcc;
    border: 1px solid #2b3bcc;
  }
}
.sw-btn_back01 a:hover:before {
  /*
  @media print,
  screen and (max-width: 767px) {
    left: 5.5rem;
  }*/
}
@media print, screen and (min-width: 768px) {
  .sw-btn_back01 a:hover:before {
    background-image: url(../img/common/back_arrow_blue.png);
    /*right: -.5em;
    left: 9.5rem;*/
    left: calc(10rem - 4px);
    transition: all 0.2s;
  }
}

.sw-icn_link01 a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.2s;
}
.sw-icn_link01 a span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
.sw-icn_link01 a span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  transition: all 0.2s;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media print, screen and (min-width: 768px) {
  .sw-icn_link01 a span:hover:before {
    transform: scale(1, 1);
  }
}
.sw-icn_link01 a:after {
  content: "";
  background: url(../img/common/icn_arw_upright.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-icn_link01 a:hover:after {
    position: relative;
    right: -4px;
    top: -4px;
    transition: all 0.2s;
  }
}

.sw-link_Place_01 a {
  transition: all 0.2s;
}
.sw-link_Place_01 a:before {
  content: "";
  background: url(../img/home/map-pin.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .sw-link_Place_01 a:hover {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-link_Place_01 a:hover:before {
    background-image: url(../img/common/map-pin-blue.png);
  }
}

.sw-link_01 {
  position: relative;
  padding-right: 1.5em;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .sw-link_01 {
    padding-right: 1.5em;
  }
}
.sw-link_01 span {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-link_01 span {
    font-size: clamp(1.2rem, 1.17rem + 0.625vw, 1.4rem);
  }
}
.sw-link_01 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_01:hover span {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-link_01:hover span:before {
    transform: scale(1, 1);
  }
}
.sw-link_01:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat 50% 50%;
  background-size: contain;
  /*width: 17px;*/
  width: 1.063em;
  /*height: 17px;*/
  height: 1.063em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_01:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    right: -4px;
  }
}

.sw-link_02 {
  position: relative;
  padding-right: 1.5em;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .sw-link_02 {
    padding-right: 1.5em;
  }
}
.sw-link_02 span {
  display: inline-block;
  position: relative;
  color: #2b3bcc;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2rem);
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-link_02 span {
    font-size: clamp(1.2rem, 1.17rem + 0.625vw, 1.4rem);
  }
}
.sw-link_02 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_02:hover span {
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-link_02:hover span:before {
    transform: scale(1, 1);
  }
}
.sw-link_02:after {
  content: "";
  background: url(../img/common/arrow_right_blue.png) no-repeat 50% 50%;
  background-size: contain;
  /*width: 17px;*/
  width: 1.063em;
  /*height: 17px;*/
  height: 1.063em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_02:hover:after {
    right: -4px;
    background: url(../img/common/arrow_right.png) no-repeat 50% 50%;
    width: 1.063em;
    height: 1.063em;
    display: inline-block;
    background-size: contain;
  }
}

.sw-more_Link {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sw-more_Link span {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  color: #2B3BCC;
  letter-spacing: 0.2em;
  padding-right: 1.6em;
}
.sw-more_Link span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
.sw-more_Link span:after {
  content: "";
  background: url(../img/common/icn_plus_blue.png) no-repeat 50% 50%;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.sw-more_Link.active span:after {
  background-image: url(../img/common/icn_minus_blue.png);
}
@media print, screen and (min-width: 768px) {
  .sw-more_Link:hover span {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-more_Link:hover span:before {
    transform: scale(1, 1);
  }
}

.sw-modal_Link a {
  display: inline-block;
  position: relative;
  color: #2B3BCC;
}
.sw-modal_Link a span {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: clamp(1.1rem, 0.55rem + 0.625vw, 1.6rem);
  color: #2B3BCC;
  letter-spacing: 0.05em;
  padding-right: 0.4em;
}
.sw-modal_Link a span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
.sw-modal_Link a:after {
  content: "";
  background: url(../img/common/icn_search.png) no-repeat 50% 50%;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -0.95em;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-modal_Link a:hover span {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-modal_Link a:hover span:before {
    transform: scale(1, 1);
  }
}

.Research_completion .sw-link_02 span {
  color: #1B1B25;
}
.Research_completion .sw-link_02 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
@media print, screen and (min-width: 768px) {
  .Research_completion .sw-link_02:hover span {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .Research_completion .sw-link_02:hover span:before {
    transform: scale(1, 1);
  }
}
.Research_completion .sw-link_02:after {
  content: "";
  background: url(../img/common/arrow_right_blue.png) no-repeat 50% 50%;
  background-size: contain;
  /*width: 17px;*/
  width: 1.063em;
  /*height: 17px;*/
  height: 1.063em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .Research_completion .sw-link_02:hover:after {
    right: -4px;
  }
}

@media print, screen and (max-width: 767px) {
  .sw-Research_Article .sw-link_02:after {
    background-image: url(../img/common/arrow_right_blue.png);
  }
}

.sw-link_03 {
  position: relative;
  padding-right: 1.6em;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .sw-link_03 {
    padding-right: 1.5em;
  }
}
.sw-link_03 span {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2rem);
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-link_03 span {
    font-size: clamp(1.2rem, 1.17rem + 0.625vw, 1.4rem);
  }
}
.sw-link_03 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_03:hover span {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-link_03:hover span:before {
    transform: scale(1, 1);
  }
}
.sw-link_03:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 0.15em;
  right: 0.15em;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sw-link_03:hover:after {
    background-image: url(../img/common/arrow_right_blue.png);
    right: calc(0.15em - 4px);
  }
}

/* Serialization list
   ========================================================================== */
.sw-Serialization_Container {
  margin: 0;
}

.sw-Serialization_Container_List {
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sw-Serialization_Container_Item {
  position: relative;
  border: 1px solid #b1b1a5;
  background: #fff;
  margin-bottom: 2.5%;
}
@media print, screen and (min-width: 768px) {
  .sw-Serialization_Container_Item {
    width: 48.722%;
    /*margin-right: 2.178%;*/
    margin-right: 2.1%;
  }
}
.sw-Serialization_Container_Item:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .sw-Serialization_Container_Item {
    width: 48.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Serialization_Container_Item a:hover h4,
  .sw-Serialization_Container_Item a:hover p,
  .sw-Serialization_Container_Item a:hover span {
    color: #2b3bcc;
  }
}

.sw-Serialization_Container_Item-box {
  padding: 2em 2em 2.1em;
}

.sw-Serialization_Container_Item-box .sw-Heading_common04 {
  margin-bottom: 0.2em;
  letter-spacing: 0.08em;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .sw-Serialization_Container_Item-box .sw-Heading_common04 {
    font-size: 2.6rem;
  }
}

/* Card list
   ========================================================================== */
.sw-Card_Container {
  margin: 0;
}

.sw-Card_Container_List {
  margin: 2.3em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sw-Card_Container_Item {
  position: relative;
  border: 1px solid #b1b1a5;
  margin-bottom: 2%;
  background: #fff;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .sw-Card_Container_Item {
    margin-bottom: 6.25%;
    width: 100%;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-Card_Container_Item {
    width: 31%;
    margin-right: 3%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  .sw-Card_Container_Item {
    width: 31%;
    margin-right: 3.08%;
  }
}
.sw-Card_Container_Item:nth-child(3n) {
  margin-right: 0;
}
.sw-Card_Container_Item a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sw-Card_Container_Item a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Card_Container_Item a:hover .sw-Heading_common03,
  .sw-Card_Container_Item a:hover .sw-Research_Article_ListItem_Place {
    color: #2B3BCC;
    transition: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Card_Container_Item a:hover .sw-Research_Article_ListItem_Place:before {
    content: "";
    background: url(../img/common/map-pin-blue.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.sw-Card_Container_Item figure {
  padding-top: 100%;
  position: relative;
  max-height: 486px;
  overflow: hidden;
}
.sw-Card_Container_Item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sw-Card_Container_Item-box {
  padding: 1.5em 1.2em 1.2em;
}
@media print, screen and (max-width: 767px) {
  .sw-Card_Container_Item-box {
    padding: 1.5em 1.2em 1.35em;
  }
}

/* Article list
   ========================================================================== */
.sw-ResearchArticle_Status {
  background: #2b3bcc;
  position: absolute;
  border-radius: 50%;
  width: 8.4em;
  height: 8.4em;
  right: 1.5em;
  top: 3.5em;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .sw-ResearchArticle_Status {
    width: 5.1em;
    height: 5.1em;
    right: 1em;
    top: 0.5em;
  }
}
.sw-ResearchArticle_Status:before {
  content: "";
  display: block;
  width: 36%;
  height: 36%;
  margin: 25px auto 10px;
  animation: 3s ease-in-out infinite rotation;
  background: url(../img/home/OnGoing.png) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .sw-ResearchArticle_Status:before {
    width: 31%;
    height: 31%;
    margin-top: 21%;
  }
}
.sw-ResearchArticle_Status:after {
  content: "リサーチ中";
  display: block;
  margin-top: -0.24em;
  font-size: 1.486rem;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-ResearchArticle_Status:after {
    font-size: 1.297rem;
    font-size: 0.8rem;
    margin-top: -0.2em;
    text-indent: 0.3em;
  }
}

.sw-Research_Article .slick-track {
  left: -130px;
}

.sw-Research_Article.is-active .slick-initialized .slick-track {
  /*left: inherit;*/
  animation: left_slidein_animation 0.2s ease-in-out forwards normal;
}

/* complete */
.Research_completion .sw-ResearchArticle_Status {
  background: #1b1b25;
}
.Research_completion .sw-ResearchArticle_Status:before {
  width: 37%;
  height: 34%;
  animation: unset;
  background-image: url(../img/common/icn_complete.png);
}
.Research_completion .sw-ResearchArticle_Status:after {
  content: "リサーチ完了";
}
@media print, screen and (max-width: 767px) {
  .Research_completion .sw-ResearchArticle_Status:after {
    letter-spacing: 0;
  }
}

/* Before_publication */
.Before_publication .sw-ResearchArticle_Status {
  background: #b1b1a5;
}
.Before_publication .sw-ResearchArticle_Status:before {
  width: 37%;
  height: 34%;
  animation: unset;
  background-image: url(../img/common/icn_before.png);
}
.Before_publication .sw-ResearchArticle_Status:after {
  content: "準備中";
}

/* complete */
.Research_completion .link01 {
  color: #1b1b25;
}

/* article */
@media print, screen and (max-width: 767px) {
  .sw-Article_Container .sw-scroll_sp {
    overflow-x: auto;
    width: 106.5%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container .sw-scroll_sp .sw-Article_Container_List {
    flex-wrap: nowrap;
    min-width: 1030px;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container .sw-scroll_sp .sw-Article_Container_Item {
    width: 47%;
    max-width: 64.74vw;
    margin-right: 1.6%;
  }
}
.sw-Article_Container .sw-scroll_sp .sw-Article_Container_Item a {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container .sw-scroll_sp .sw-Article_Container_Item:nth-child(4) {
    margin-right: 2.2%;
  }
}

.sw-Article_Container_List {
  margin: 2.3em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container_List {
    margin-top: 1.32em;
  }
}

.sw-Article_Container_Item {
  width: 23.1%;
  margin-right: 2.5%;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container_Item {
    width: 47%;
    margin-right: 6%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container_Item:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Article_Container_Item:nth-child(4n) {
    margin-right: 0;
  }
}
.sw-Article_Container_Item a {
  display: block;
}

.sw-Article_Container_Item_Image {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  padding-top: 100%;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container_Item_Image {
    margin-bottom: 0.75em;
  }
}
.sw-Article_Container_Item_Image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Article_Container_Item_Image img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}

.sw-Article_Container .sw-Icon_New {
  top: 1.25em;
  right: 1.2em;
  padding: 0.4em 0.7em;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Container .sw-Icon_New {
    top: 0.6em;
    right: 0.6em;
    font-size: 1.3rem;
    padding: 0.3em 0.45em;
  }
}

.sw-Icon_Serialization {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  color: #fff;
  z-index: 1;
}
.sw-Icon_Serialization:before {
  content: "";
  background: url(../img/home/book-open.png) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media print, screen and (max-width: 767px) {
  .sw-Icon_Serialization:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Icon_Serialization {
    top: 1.1em;
    left: 0.7em;
    font-size: 1.3rem;
  }
}

.sw-Icon_Serialization_sub {
  display: block;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: 600;
}
.sw-Icon_Serialization_sub:before {
  content: "";
  background: url(../img/common/icn_book-open_bk.png) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0.2rem;
}

@media print, screen and (min-width: 768px) {
  .sw-Serialization_Container_Item a:hover .sw-Icon_Serialization_sub:before {
    content: "";
    background: url(../img/common/icn_book-open_blue.png) no-repeat;
    background-size: contain;
  }
}

.sw-Icon_youtube {
  position: absolute;
  top: 32px;
  left: 32px;
  color: #fff;
  width: 32px;
  height: 32px;
  background: url(../img/home/icn_youtube@2x.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .sw-Icon_youtube {
    width: 16px;
    height: 16px;
    top: 0.8em;
    left: 0.65em;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .sw-Icon_youtube {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
  }
}

.sw-Icon_podcast {
  position: absolute;
  top: 32px;
  left: 32px;
  color: #fff;
  width: 32px;
  height: 32px;
  background: url(../img/common/icn_podcast_white.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .sw-Icon_podcast {
    width: 16px;
    height: 16px;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .sw-Icon_podcast {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
  }
}

.sw-Column_Category {
  margin-bottom: 0.55em;
  transition: 0.4s;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .sw-Column_Category {
    font-size: clamp(1.1rem, 1rem + 0.625vw, 1.5rem);
    margin-bottom: 0.15em;
  }
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Column_Category {
    color: #2b3bcc;
  }
}

.sw-Column_Category_L {
  margin-bottom: 0.55em;
  transition: 0.4s;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.17rem + 0.625vw, 1.4rem);
}
@media print, screen and (max-width: 767px) {
  .sw-Column_Category_L {
    font-size: 1.1rem;
    margin-bottom: 0.15em;
  }
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Column_Category_L {
    color: #2b3bcc;
  }
}

.sw-Session_Category_E {
  font-weight: 400;
  margin-bottom: 0.55em;
  transition: 0.4s;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
@media print, screen and (max-width: 767px) {
  .sw-Session_Category_E {
    font-size: 1.1rem;
    margin-bottom: 0.55em;
    margin-top: 1.3em;
  }
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Session_Category_E {
    color: #2b3bcc;
  }
}

.sw-Session_Category {
  margin-bottom: 0.55em;
  transition: 0.4s;
  letter-spacing: 0.02em;
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .sw-Session_Category {
    margin-bottom: 0.35em;
  }
}

.sw-Column_Category_Theme_Name {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.55em;
  transition: 0.4s;
  letter-spacing: 0.02em;
  /* color: #2b3bcc;*/
}

.sw-Article_Theme_Name {
  color: #2b3bcc;
  font-size: clamp(1.6rem, 3rem + 0.625vw, 3.2rem);
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 500;
}
.sw-Article_Theme_Name:before {
  content: "";
  background: #2b3bcc;
  width: 79px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Theme_Name:before {
    width: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section {
    padding-top: 5rem;
  }
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Session_Category {
    color: #2b3bcc;
  }
}

.sw-Session_Category-blue {
  font-size: clamp(1.6rem, 1.6rem + 0.625vw, 1.8rem);
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #2b3bcc;
}
@media print, screen and (max-width: 767px) {
  .sw-Session_Category-blue {
    font-size: clamp(1.4rem, 3.74vw, 1.6rem);
  }
}

.sw-Article_Title {
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 2rem);
  line-height: 1.4;
  transition: 0.4s;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-Article_Title {
    font-size: clamp(1.2rem, 1.2rem + 0.625vw, 1.6rem);
  }
}

@media print, screen and (min-width: 768px) {
  a:hover .sw-Article_Title {
    color: #2b3bcc;
  }
}

/* Related Article
   ========================================================================== */
.sw-RelatedArticle_Section {
  margin-top: 4em;
  margin-bottom: 7.5em;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .sw-RelatedArticle_Section {
    margin-bottom: 5.2em;
  }
}

/* Reserch Theme SP
   ========================================================================== */
.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 18px;
  /*background-color: #fff;*/
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}

@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp .hamburger__line:before,
  .footer-active .sw-btn_sp .hamburger__line:after {
    background: #1b1b25;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp.-active .hamburger__line:before, .footer-active .sw-btn_sp.-active .hamburger__line:after {
    background: #fff;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp:before {
    color: #1b1b25;
  }
}
@media print, screen and (max-width: 1023px) {
  .footer-active .sw-btn_sp.-active:before {
    color: #fff;
  }
}

.hamburger__line:before {
  top: -3px;
}

.hamburger__line:after {
  top: 3px;
}

@media print, screen and (max-width: 1023px) {
  .header__nav-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 13.6rem;
    padding-left: 6.5%;
    background-color: #fff;
    /* transition: all .6s;*/
    opacity: 0;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1023px) {
  .header__nav-area {
    padding-left: 3.35%;
  }
}
@media print, screen and (max-width: 1023px) {
  .header__nav-area.-active {
    visibility: visible;
    opacity: 1;
    /*li{
      transform: translateY(-1em);
      animation-name: fadeInMenu;
      animation-delay: 0.2s;
      animation-duration: .2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      overflow:hidden;
      opacity: 0;
      &:nth-child(1){ animation-delay: .05s; }
      &:nth-child(2){ 
        animation-delay: 0;
        li:nth-child(1){ animation-delay: .25s; }
        li:nth-child(2){ animation-delay: .45s; }
        li:nth-child(3){ animation-delay: .65s; }
      }
      &:nth-child(3){ animation-delay: .85s; }

    }*/
  }
  .header__nav-area.-active .list-menu {
    animation-name: fadeInMenu;
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    overflow: hidden;
    opacity: 0;
  }
}

.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.75rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #172e59;
}

/* top
   ========================================================================== */
/* common */
@media print, screen and (min-width: 1024px) {
  .wf-active .tmp-Home .list-menu_item:before {
    animation: left_to_right_animation 0.65s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
}
@media print, screen and (min-width: 1024px) {
  .wf-active .tmp-Home .st-Header_inner .st-Heading:before {
    animation: left_to_right_animation 0.65s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
}
@media print, screen and (min-width: 768px) {
  .wf-active .tmp-Home .st-Header_inner .list-menu_item a,
  .wf-active .tmp-Home .st-Heading_logo {
    animation: fadein_animation 0.3s ease-in-out 1.1s 1 forwards;
  }
}

@media print, screen and (min-width: 768px) {
  .tmp-Home .st-Header_inner .list-menu_item a,
  .tmp-Home .st-Heading_logo {
    opacity: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .tmp-Home .list-menu_item:before {
    width: 0;
  }
}
.tmp-Home .st-Header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .tmp-Home .st-Header_inner .st-Heading:before {
    width: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .tmp-Home .sw-ResearchArticle_Status:after {
    font-size: 10px;
    margin-top: -0.4em;
  }
}

/* main 部分*/
.layout-Home {
  width: 100%;
  max-width: 100%;
  /*投票部分*/
  /*div#polls-3-ans .wp-polls-ul li{
    &:nth-child(1) .pollbar:before{
      animation: votegraph 0.4s ease-in-out 2.8s 1 forwards;
    }
    &:nth-child(2) .pollbar:before{
      animation: votegraph 0.4s ease-in-out 3.5s 1 forwards;
    }
    &:nth-child(3) .pollbar:before{
      animation: votegraph 0.4s ease-in-out 4.2s 1 forwards;
    }
    &:nth-child(4) .pollbar:before{
      animation: votegraph 0.4s ease-in-out 4.9s 1 forwards;
    }
  }*/
}
.layout-Home .wp-polls {
  width: 100%;
  max-width: 100%;
  padding: 4rem 4rem 3.2rem;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls {
    padding: 2.4rem 2.4rem 7.2rem;
  }
}
.layout-Home .wp-polls-ul:after, .layout-Home .wp-polls:after, .layout-Home .wp-polls strong:before {
  content: none;
}
.layout-Home .wp-polls strong, .layout-Home .wp-polls span, .layout-Home .wp-polls span.total_votes {
  margin-left: 0;
}
.layout-Home .wp-polls-ul label {
  border: none !important;
  width: 18%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls-ul label {
    width: 63%;
  }
}
.layout-Home .wp-polls-form {
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls-form {
    flex-direction: column;
    position: unset;
  }
}
.layout-Home .answer_percent {
  width: 7%;
  font-size: 1.6rem !important;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .answer_percent {
    margin: 0 !important;
    width: 20%;
    margin-left: 0;
  }
}
.layout-Home .post_link {
  position: absolute;
  bottom: 0;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .post_link {
    right: 33px;
    bottom: 12px;
  }
}
.layout-Home .wp-polls-ul {
  margin: 0 !important;
}
.layout-Home .wp-polls span {
  font-size: 1.6rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls span {
    font-size: 1.3rem;
  }
}
.layout-Home .wp-polls strong {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  margin-right: 8px;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls strong {
    line-height: 3rem;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.layout-Home .wp-polls span.total_votes {
  font-size: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls span.total_votes {
    font-size: 2.8rem;
  }
}
.layout-Home .is-active .wp-polls-ul .active .pollbar:before {
  animation: votegraph 0.4s ease-in-out 0.2s 1 forwards;
}
.layout-Home .wp-polls-ul li {
  display: flex !important;
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 0;
}
.layout-Home .wp-polls-ul li.active {
  animation: loading_animation 0.5s ease-in-out 0.2s 1 forwards;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls-ul li {
    flex-wrap: wrap;
    padding-bottom: 6px;
  }
}
.layout-Home .wp-polls-ul li .pollbar {
  position: relative;
  background: none;
  border: none;
  height: 100%;
  margin: 0;
}
.layout-Home .wp-polls-ul li .pollbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(43, 59, 204);
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s ease-in-out 0.2s;
}
.layout-Home .wp-polls-ul li:nth-child(1) .pollbar:before {
  background: rgb(43, 59, 204);
}
.layout-Home .wp-polls-ul li:nth-child(2) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.8);
}
.layout-Home .wp-polls-ul li:nth-child(3) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.6);
}
.layout-Home .wp-polls-ul li:nth-child(4) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.4);
}
.layout-Home .wp-polls-ul li:nth-child(5) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.3);
}
.layout-Home .wp-polls-ul li:nth-child(6) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.2);
}
.layout-Home .wp-polls-ul li:nth-child(7) .pollbar:before {
  background-color: rgba(43, 59, 204, 0.1);
}
.layout-Home .wp-polls-ul .wp-polls .wp-polls-ul li:nth-child(2) .answer_percent {
  color: rgba(43, 59, 204, 0.9);
}
.layout-Home .wp-polls-ul .wp-polls .wp-polls-ul li:nth-child(3) .answer_percent {
  color: rgba(43, 59, 204, 0.8);
}
.layout-Home .wp-polls-ul .wp-polls .wp-polls-ul li:nth-child(n+4) .answer_percent {
  color: rgba(43, 59, 204, 0.7);
}
.layout-Home .vote_title {
  width: 30%;
  padding-right: 36px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .vote_title {
    width: 100%;
    padding-right: 0;
    position: unset;
  }
}
.layout-Home .vote_title:after {
  content: "";
  background: #f1f1f1;
  width: 1px;
  height: 128%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .vote_title:after {
    display: none;
  }
}
.layout-Home .vote_title strong {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .vote_title strong:before {
    content: "";
    background: #f1f1f1;
    width: calc(100% + 6rem);
    height: 1px;
    position: absolute;
    bottom: -0.95em;
    left: -2.4rem;
  }
}
.layout-Home .answer_percent {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .layout-Home .wp-polls-ans {
    width: 67%;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls-ans {
    margin-top: 3.2rem;
  }
}
.layout-Home .result_num {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .layout-Home .result_num {
    margin-bottom: 0;
    position: absolute;
    bottom: 6px;
  }
}
.layout-Home .post_link a {
  position: relative;
  transition: all ease-in-out 0.2s;
}
.layout-Home .post_link a:after {
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat;
  display: inline-block;
  background-size: contain;
  width: 17px;
  height: 17px;
  vertical-align: sub;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
}
.layout-Home .post_link a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b3bcc;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform ease-in-out 0.2s;
}
@media print, screen and (min-width: 768px) {
  .layout-Home .post_link a:hover {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-Home .post_link a:hover:before {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 768px) {
  .layout-Home .post_link a:hover:after {
    background: url(../img/common/arrow_right_blue.png) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 17px;
    height: 17px;
    vertical-align: sub;
    right: -24px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Home .post_link a {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls:before {
    content: none;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Home .wp-polls-ul li label:before {
    left: 0;
  }
}
.layout-Home .pollbar_wrap {
  background: rgba(177, 177, 165, 0.1);
  max-height: 32px;
}
@media print, screen and (min-width: 768px) {
  .layout-Home .pollbar_wrap {
    width: 54%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Home .pollbar_wrap {
    width: 100%;
    height: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-Home .wp-polls-ul label:hover {
    cursor: default;
  }
}

/* title */
.tp-Section_Title {
  max-width: 1530px;
}

/* link */
.tp-Archive_Link {
  text-align: right;
  margin: 1.85em 0;
}
@media print, screen and (max-width: 767px) {
  .tp-Archive_Link {
    margin: 1.68em 0;
  }
}

/* top-update
   ========================================================================== */
.tp-PostList_Container {
  overflow: hidden;
  /*width: 100vw;
    margin: 0 calc(50% - 50vw);*/
  border-top: 1px solid #1b1b25;
  border-bottom: 1px solid #1b1b25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .tp-PostList_Container {
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.tp-PostList_Container p {
  width: 96px;
  text-align: center;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .tp-PostList_Container p {
    width: 85px;
    font-size: clamp(1.1rem, 1.38rem + 0.625vw, 1.6rem);
    letter-spacing: 0.02em;
    text-indent: 0;
    font-size: 1.4rem;
  }
}
.tp-PostList_Container .bx-wrapper {
  width: calc(100% - 98px);
  border-left: 1px solid;
}
@media print, screen and (max-width: 767px) {
  .tp-PostList_Container .bx-wrapper {
    width: calc(100% - 86px);
    border-left: 1px solid;
  }
}
.tp-PostList_Container .bx-wrapper:before {
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background-image: linear-gradient(-90deg, transparent 0 90%, #fff 100%);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .tp-PostList_Container .bx-wrapper {
    height: 55px;
  }
}

.tp-PostList {
  /*display: flex;
    flex-wrap: nowrap;*/
  width: 92%;
  margin: 0;
  /*opacity: 0;
    transition: opacity .3s ease-in-out;*/
}
@media print, screen and (max-width: 767px) {
  .tp-PostList {
    width: 69.5%;
  }
}

.tp-PostList.slick-initialized {
  opacity: 1;
}

.tp-PostList_Item {
  width: auto !important;
}

.tp-PostList_Item span {
  border: 1px solid #262626;
  border-radius: 3em;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  padding: 0.7em 1.2em;
  margin: -0.2em 1.5em 0 1em;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 767px) {
  .tp-PostList_Item span {
    margin: -0.1em 1.5em 0 1em;
  }
}

.tp-PostList_Item a {
  padding: 0.9em 0 0.7em;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .tp-PostList_Item a {
    padding: 1em 0 0.9em;
    font-size: clamp(1.2rem, 1.18rem + 0.625vw, 1.4rem);
  }
}

/* .tp-PostList_Item a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
  } */
.tp-Intro {
  margin: 5.55em auto 9.5em;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro {
    margin-top: 3.5em;
    margin-bottom: 7.1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .sw-wrap-inner {
    width: 95%;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .tp-Archive_Link {
    text-align: left;
  }
}
.tp-Intro .anim {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.tp-Intro .anim:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .anim:before {
    left: -0.6em;
  }
}
.tp-Intro .anim-01:before {
  background-image: url(../img/home/img-anim-01.png);
}
.tp-Intro .anim-02:before {
  background-image: url(../img/home/img-anim-02.png);
  bottom: -1em;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .anim-02:before {
    width: 83%;
    left: -0.1em;
  }
}

.tp-Intro.is-active .anim-01:before {
  animation: fadein_animation 0.4s ease-in-out 0.5s forwards normal;
}
.tp-Intro.is-active .anim-02:before {
  animation: fadein_animation 0.4s ease-in-out 1s forwards normal;
}

.tp-Intro_txt, .tp-Intro_txt span {
  font-size: clamp(2rem, 5rem + 0.625vw, 5.2rem);
  font-weight: 600;
  line-height: 3.07;
  letter-spacing: 0.08em;
  padding: 0 0.15em;
  margin-bottom: -0.35em;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro_txt, .tp-Intro_txt span {
    font-size: clamp(2.1rem, 1.85rem + 0.625vw, 3.5rem);
    margin-bottom: 0.8em;
    line-height: 2.87;
    font-size: 3rem;
  }
}

.tp-Intro_txt span {
  position: relative;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  .tp-Intro_txt span {
    margin-left: -25px;
    margin-right: -11px;
  }
}

.tp-Intro_txt img {
  vertical-align: middle;
  margin: 0 20px;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro_txt img {
    margin: 0 0 0 0.6em;
  }
}

.tp-Intro .img01 {
  width: 14%;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .img01 {
    width: 3.2em;
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.tp-Intro .img02 {
  width: 5%;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .img02 {
    width: 1em;
  }
}

.tp-Intro .img03 {
  width: 19%;
  margin-left: -20px;
  margin-top: -20px;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .img03 {
    width: 4.3em;
    margin-left: -10px;
  }
}

.tp-Intro .img04 {
  width: 15.5%;
  margin-top: -11px;
}
@media print, screen and (max-width: 767px) {
  .tp-Intro .img04 {
    width: 3.8em;
    margin: 0 0.5em 0 0em;
  }
}

#anim01 {
  position: absolute;
  top: -61px;
  width: 412px;
  height: 198px;
  left: -32px;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  #anim01 {
    width: 198px;
    height: 80px;
    top: -16px;
    left: -16px;
  }
}

#anim02 {
  position: absolute;
  bottom: -106px;
  width: 332px;
  height: 159px;
  left: 10px;
  top: 26px;
}
@media print, screen and (max-width: 767px) {
  #anim02 {
    width: 177px;
    height: 57px;
    bottom: -9px;
    left: 0;
  }
}

#base path {
  fill: #2b3bcc; /* 塗りの色 */
}

#mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 18px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

/* top-research theme
   ========================================================================== */
.tp-ResearchTheme_Section {
  margin: 10.5em auto 4.4em;
}
@media print, screen and (max-width: 767px) {
  .tp-ResearchTheme_Section {
    margin-top: 0;
    margin-bottom: 7em;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-ResearchTheme_Section {
    position: relative;
    z-index: 2;
  }
}
.tp-ResearchTheme_Section .tp-Section_Title {
  margin-bottom: 1.88em;
}
@media print, screen and (max-width: 767px) {
  .tp-ResearchTheme_Section .tp-Section_Title {
    margin-bottom: 1.195em;
  }
}
.tp-ResearchTheme_Section .tp-Section_Title img {
  height: 3.125em;
}
@media print, screen and (max-width: 767px) {
  .tp-ResearchTheme_Section .tp-Section_Title img {
    height: 1.5em;
  }
}

/* top-column
   ========================================================================== */
.tp-Column_Section {
  padding: 5.9em 0 3.65em;
}
@media print, screen and (max-width: 767px) {
  .tp-Column_Section {
    padding: 0 0 3.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Column_Section {
    position: relative;
    z-index: 2;
  }
}

.tp-Column_Section .tp-Section_Title img {
  height: 2.95em;
}
@media print, screen and (max-width: 767px) {
  .tp-Column_Section .tp-Section_Title img {
    height: 1.55em;
  }
}

/* top-session
   ========================================================================== */
.tp-Session_Section {
  padding: 5.9em 0 5.9em;
}
@media print, screen and (max-width: 767px) {
  .tp-Session_Section {
    padding: 0 0 3.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Session_Section {
    position: relative;
    z-index: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Session_Section .sw-Article_Container_List {
    margin-bottom: 4.2em;
  }
}

.tp-Session_Section .tp-Section_Title img {
  height: 2.95em;
}
@media print, screen and (max-width: 767px) {
  .tp-Session_Section .tp-Section_Title img {
    height: 1.52em;
  }
}

/* top-voice
   ========================================================================== */
.tp-Voice_Section {
  background: #f1f1f1;
  padding: 6em 0 7.6em;
}
@media print, screen and (max-width: 767px) {
  .tp-Voice_Section {
    padding: 2.95em 0 4.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Voice_Section {
    position: relative;
    z-index: 2;
  }
}

.tp-Voice_Section .tp-Section_Title img {
  height: 2.88em;
}
@media print, screen and (max-width: 767px) {
  .tp-Voice_Section .tp-Section_Title img {
    height: 1.54em;
  }
}

.tp-Voice_vote {
  margin: 2.2em auto 0;
}
@media print, screen and (max-width: 767px) {
  .tp-Voice_vote {
    margin-top: 1.88em;
  }
}

.tp-Voice_vote_result {
  margin: 0 auto 2.2em;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .tp-Voice_vote_result {
    margin-bottom: 1.88em;
  }
}

.tp-Voice_vote_result:last-child {
  margin: 0 auto;
}

/* top-activity
   ========================================================================== */
.tp-Activity_Section {
  padding-top: 6.35em;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_Section {
    padding-top: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Activity_Section {
    position: relative;
    z-index: 2;
  }
}

.tp-Activity_Section .tp-Section_Title img {
  height: 3.563em;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_Section .tp-Section_Title img {
    height: 2.15em;
  }
}

.tp-Activity_counter {
  display: flex;
  justify-content: space-between;
  margin: 4em 0 6.5em 4.5%;
  /*
  @media print,
  screen and (min-width: 768px) and (max-width: 1599px) {
    max-width: 1150px;
  }
  */
}
@media print, screen and (min-width: 768px) and (max-width: 1599px) {
  .tp-Activity_counter {
    margin: 4em 0 6.5em 6.5%;
    width: 85%;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter {
    flex-direction: column;
    margin-bottom: 2.1em;
    margin-top: 2.8em;
  }
}

.tp-Activity_counter_item {
  width: 33%;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 1599px) {
  .tp-Activity_counter_item {
    width: 30%;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item {
    width: 100%;
    margin-bottom: 2.65em;
  }
}
.tp-Activity_counter_item p {
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item p {
    font-weight: 700;
    font-size: clamp(1.3rem, 3.4vw, 1.6rem);
    text-indent: -1.6em;
  }
}

.tp-Activity_counter_item_data {
  font-style: normal;
  font-size: clamp(4rem, 3.98vw, 5.5rem);
  margin: 0 0 0.78em;
  position: relative;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item_data {
    margin-bottom: 0.7em;
    font-size: clamp(3.4rem, 9vw, 5.1rem);
    text-indent: -0.15em;
  }
}

.tp-Activity_counter_item_data:before {
  content: "";
  width: 62%;
  height: 0.5em;
  position: absolute;
  left: 20%;
  bottom: -0.45em;
  /*animation: line_animation 0.5s ease-in-out forwards;*/
  overflow: hidden;
}

.tp-Activity_counter_item_data:after {
  content: "";
  width: 100%;
  background: #fff;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item_data:after {
    bottom: -0.5em;
  }
}

.is-active .tp-Activity_counter_item.item_01 .tp-Activity_counter_item_data:after {
  animation: line_animation_02 0.5s ease-in-out 0s forwards;
}

.is-active .tp-Activity_counter_item.item_02 .tp-Activity_counter_item_data:after {
  animation: line_animation_02 0.5s ease-in-out 0.5s forwards;
}

.is-active .tp-Activity_counter_item.item_03 .tp-Activity_counter_item_data:after {
  animation: line_animation_02 0.5s ease-in-out 1s forwards;
}

.tp-Activity_counter_item.item_01 .tp-Activity_counter_item_data:before {
  background: url(../img/home/line_counter_item_01@2x.png) no-repeat 50% 100%;
  background-size: contain;
  height: 0.62em;
  bottom: -0.375em;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item.item_01 .tp-Activity_counter_item_data:before {
    height: 0.46em;
    bottom: -0.25em;
    left: calc(18% - 0.25em);
    width: 63%;
  }
}

.tp-Activity_counter_item.item_02 .tp-Activity_counter_item_data:before {
  background: url(../img/home/line_counter_item_02@2x.png) no-repeat 50% 100%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item.item_02 .tp-Activity_counter_item_data:before {
    height: 0.415em;
    left: -0.15em;
    left: calc(20% - 0.35em);
  }
}

.tp-Activity_counter_item.item_03 .tp-Activity_counter_item_data:before {
  background: url(../img/home/line_counter_item_03@2x.png) no-repeat 50% 100%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .tp-Activity_counter_item.item_03 .tp-Activity_counter_item_data:before {
    height: 0.55em;
    bottom: -0.35em;
    left: calc(18% - 0.1em);
  }
}

.tp-Activity_counter_item_num {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3rem, 7.32vw, 10rem);
  min-width: 0.94em;
  display: inline-block;
}
@media print, screen and (max-width: 1023px) {
  .tp-Activity_counter_item_num {
    font-size: clamp(3rem, 16.78vw, 6.3rem);
  }
}

/* about
   ========================================================================== */
.layout-About {
  width: 100%;
  max-width: 100%;
}

.layout-Aboutpage section {
  position: relative;
  z-index: 2;
}

.about-Section_Title {
  font-size: 1.3rem;
}
.about-Section_Title span {
  font-size: 2.4rem;
  display: block;
  margin-top: 0.9rem;
  margin-bottom: 2.6rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .about-Section_Title span {
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .layout-Aboutpage .about-people_ListItem {
    width: 14.3%;
    margin: 1%;
  }
}

@media print, screen and (min-width: 768px) {
  .rp-ResearchArchive_Section .about-people_ListItem {
    width: 14.3%;
    margin: 1%;
  }
}

/* hero(コアページ共通？)
   ========================================================================== */
@media print, screen and (min-width: 768px) {
  .about-main_hero_wrap {
    display: flex;
    margin-top: 8rem;
    margin-bottom: 10.9rem;
  }
  .about-main_hero_title {
    height: 59.5px;
    margin-left: 1rem;
    margin-top: 17.4rem;
  }
  .about-main_hero {
    width: 65.5%;
    margin-right: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 767px) {
  .about-main_hero {
    margin-top: 0.6rem;
  }
}
/* intro(コアページ共通？)
   ========================================================================== */
.about-intro_heading {
  font-size: clamp(2rem, 2.2rem + 0.625vw, 3.8rem);
  /*↓共通*/
  line-height: 2.1;
  letter-spacing: 0.08rem;
  margin-bottom: 6.6rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .about-intro_heading {
    width: 65.8%;
    margin-left: auto;
    font-size: clamp(2rem, 3rem + 0.625vw, 2.6rem);
    line-height: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .about-intro_heading {
    line-height: 1.95;
    margin-bottom: 4.9rem;
    font-size: 1.6rem;
  }
}

.about-intro_heading02 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .about-intro_heading02 {
    width: 65.8%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .about-intro_heading02 {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .about-intro_heading03 {
    width: 65.8%;
    margin-left: auto;
    margin-bottom: 9.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .about-intro_heading03 {
    margin-bottom: 6rem;
  }
}
.about-intro_heading03 span {
  font-size: 3.6rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.about-intro_heading03 span:after {
  content: "";
  height: 1px;
  width: 100%;
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: -6px;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .about-intro_heading03 span {
    font-size: 2.4rem;
  }
}

.about-intro_lead {
  font-size: clamp(1.4rem, 1.5rem + 0.625vw, 2rem);
  line-height: 2;
  margin-bottom: 3.5rem;
  /*↓共通*/
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .about-intro_lead {
    width: 65.8%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .about-intro_lead {
    line-height: 2;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
  }
}

@media print, screen and (max-width: 767px) {
  .about-main_hero_title {
    width: 33%;
  }
}

@media print, screen and (max-width: 767px) {
  .about-main_hero_wrap {
    margin-bottom: 8.8rem;
    margin-top: 6.3rem;
  }
}

@media print, screen and (max-width: 767px) {
  .about-main_hero {
    margin-top: 3rem;
  }
}

/* AboutUs
   ========================================================================== */
.about-AboutUs_section {
  border-top: 1px solid #1b1b25;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about-AboutUs_section {
    display: flex;
    padding: 12.2rem 0 17.3rem;
    margin-top: 11.7rem;
    padding-right: 14.6%;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutUs_section {
    margin-top: 7.8rem;
    padding-top: 8.3rem;
    padding-bottom: 6.2rem;
  }
}

.about-AboutUs_lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .about-AboutUs_lead {
    font-size: 1.8rem;
    padding-right: 11%;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutUs_lead {
    line-height: 1.65;
    margin-bottom: 4.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .about-AboutUs_image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
    position: relative;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutUs_image img {
    width: 89.2%;
    margin: 0 auto;
  }
}
.about-AboutUs_image:after {
  content: "";
  background: url(../img/about/bg_about-us_pc.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 422px;
  height: 422px;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .about-AboutUs_image:after {
    width: 35%;
    height: 58%;
    right: 0.2%;
    top: 38.9%;
    bottom: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutUs_image:after {
    content: "";
    background: url(../img/about/bg_about-us_sp.png) no-repeat;
    background-size: contain;
    display: inline-block;
    /*width: 146px;
    height: 176px;*/
    width: 48%;
    height: 55%;
    position: absolute;
    z-index: -1;
    /*bottom: -70px;*/
    bottom: -5.2rem;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .about-AboutUs_content {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .about-AboutUs_image {
    width: 60%;
  }
}

@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .about-AboutUs_image {
    width: 58.3%;
    margin-left: auto;
    margin-right: 0;
  }
  .about-AboutUs_content {
    width: 40%;
  }
  .about-AboutUs_lead {
    font-size: 1.6rem;
  }
}
/* people
   ========================================================================== */
.about-people_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8.6rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .about-people_list {
    width: 92%;
    width: 99.3%;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .about-people_list {
    margin-top: 4.1rem;
    margin-bottom: 3rem;
    justify-content: space-between;
  }
  .about-people_list:after {
    content: "";
    width: 30%;
  }
}

.about-people_section {
  padding: 11.4rem 0 4.8rem;
  border-top: 1px solid #1b1b25;
}
@media print, screen and (max-width: 767px) {
  .about-people_section {
    padding: 8.3rem 0 2.2rem;
  }
}

@media print, screen and (max-width: 767px) {
  .about-people_ListItem {
    width: 30%;
    margin-bottom: 3rem;
  }
}
.about-people_ListItem a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .about-people_ListItem a:hover p {
    color: #2b3bcc;
  }
}
.about-people_ListItem figure {
  width: 88px;
  height: 88px;
  margin-bottom: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .about-people_ListItem figure {
    width: 69px;
    height: 69px;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
.about-people_ListItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.abput-people_Profession {
  margin-bottom: 0.6rem;
}
@media print, screen and (max-width: 767px) {
  .abput-people_Profession {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
  }
}

.abput-people_name {
  font-size: clamp(1.1rem, 1rem + 0.625vw, 1.8rem);
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .abput-people_name {
    font-size: 1.6rem;
  }
}

/* AboutGoldwin
   ========================================================================== */
.about-AboutGoldwin_section {
  padding-top: 5.6rem;
  padding-bottom: 11.8rem;
  border-top: 1px solid #1b1b25;
}
@media print, screen and (min-width: 768px) {
  .about-AboutGoldwin_section {
    display: flex;
    padding-top: 11.9rem;
    padding-right: 14.6%;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutGoldwin_section {
    padding-bottom: 7.1rem;
    padding-top: 8.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about-AboutGoldwin_section .sw-Navigation_Btn03 {
    width: 90%;
    max-width: 182px;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutGoldwin_section .sw-Navigation_Btn03 {
    min-width: 178px;
  }
}

.about-AboutGoldwin_lead {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .about-AboutGoldwin_lead {
    padding-right: 19%;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutGoldwin_lead {
    line-height: 1.65;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .about-AboutGoldwin_content {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .about-AboutGoldwin_image {
    width: 60%;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .about-AboutGoldwin_image {
    margin-top: 4.8rem;
  }
}

@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .about-AboutGoldwin_image {
    width: 58.3%;
    margin-left: auto;
    margin-right: 0;
  }
  .about-AboutGoldwin_content {
    width: 40%;
  }
  .about-AboutGoldwin_lead {
    font-size: 1.6rem;
  }
}
/* column
   ========================================================================== */
@media print, screen and (min-width: 768px) {
  .layout-ColumnArchive .sw-Article_Container_Item {
    margin-bottom: 4.8rem;
  }
  .layout-ColumnArchive .sw-Article_Container_Item.js-list-item.is-hidden {
    margin-bottom: 0;
  }
}
.layout-ColumnArchive .sw-Serialization_Container_List {
  margin-bottom: 3em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .sw-Section_Title-wrap {
    padding-top: 14.5vw;
    padding-bottom: 5.5vw;
  }
  .layout-ColumnArchive .sw-Heading_common02 .ja {
    font-size: 2rem;
  }
  .layout-ColumnArchive .sw-Heading_common04 {
    font-size: 1.8rem;
  }
  .layout-ColumnArchive .sw-Icon_Serialization_sub,
  .layout-ColumnArchive .sw-Serialization_Item_Text {
    font-size: 1.4rem;
  }
  .layout-ColumnArchive .sw-Serialization_Container_List {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .layout-ColumnArchive .cp-Archive_Section {
    margin-bottom: 9.3rem;
  }
  .layout-ColumnArchive .sw-Serialization_Container_Item-box {
    padding: 1em 1em;
  }
  .layout-ColumnArchive .sw-Serialization_Container_Item {
    margin-bottom: 7%;
  }
  .layout-ColumnArchive .sw-Column_Category {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .layout-ColumnArchive .sw-Article_Title {
    font-size: 1.4rem;
  }
  .layout-ColumnArchive .cp-Column_Section {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  .layout-ColumnArchive .cp-Column_Section {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .sw-Section_Hero {
    width: 87%;
    margin: 4% 3% 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnArchive .sw-Section_Title {
    margin-left: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnArchive .sw-Heading_Group-list {
    /*min-height: 578px;*/
    min-height: 540px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.layout-ColumnArchive .sw-btn_more01 > a,
.layout-ColumnArchive .sw-btn_more01 > span {
  max-width: 320px;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .sw-btn_more01 > a,
  .layout-ColumnArchive .sw-btn_more01 > span {
    max-width: 100%;
  }
}
.layout-ColumnArchive .sw-btn_more01 {
  margin-top: 32px;
  margin-bottom: 2em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .sw-btn_more01 {
    margin-top: 0.7em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .sw-Heading_common02 {
    padding-bottom: 1.1em;
    margin-bottom: 1.25em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchive .common-News_Content {
    padding: 5em 0 5.8em;
  }
}

@media print, screen and (max-width: 767px) {
  li.sw-Serialization_Container_Item.js-list-item.is-hidden {
    margin-bottom: 0;
  }
}

.layout-ColumnArchiveTop {
  width: 100vw;
  max-width: 100vw;
  margin-top: 1rem;
}
.layout-ColumnArchiveTop .sw-Heading_Group-list {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 6.5rem;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Heading_Group-list {
    background-size: cover;
    height: 84.5vh;
  }
}
.layout-ColumnArchiveTop .sw-Heading_Group-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnArchiveTop .sw-Heading_Group-list img {
    min-height: 646px;
    min-width: 100%;
    transform: scale(1.1);
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Heading_Group-list img {
    height: 84.5vh;
    -o-object-position: 49% 50%;
       object-position: 49% 50%;
  }
}
.layout-ColumnArchiveTop .sw-Section_Title-wrap {
  position: absolute;
  top: 39%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Section_Title-wrap {
    top: 25%;
  }
}
.layout-ColumnArchiveTop .sw-Section_Title {
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 6rem + 0.625vw, 6.8rem);
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Section_Title {
    font-size: 3.2rem;
  }
}
.layout-ColumnArchiveTop .txtblack .sw-Section_Title,
.layout-ColumnArchiveTop .txtblack .sw-Section_Title_sub {
  color: #000;
}
.layout-ColumnArchiveTop .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 99.5%;
  background: linear-gradient(rgba(177, 177, 165, 0.3), rgba(177, 177, 165, 0.3));
}
.layout-ColumnArchiveTop .sw-Section_Title_sub {
  color: #fff;
  display: block;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Section_Title_sub {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnArchiveTop .sw-Article_Container_Item {
    margin-bottom: 6rem;
  }
}
.layout-ColumnArchiveTop .sw-Article_Container_Item.is-hidden {
  margin-bottom: 0;
}
.layout-ColumnArchiveTop .sw-Article_Container.js-list-container {
  margin-top: 8rem;
}
.layout-ColumnArchiveTop .sw-btn_more01 > a,
.layout-ColumnArchiveTop .sw-btn_more01 > span {
  max-width: 320px;
}
.layout-ColumnArchiveTop .sw-btn_more01 {
  margin: 0em auto 7.6em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-btn_more01 {
    margin-top: 10px;
    margin-bottom: 5em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Column_Category {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnArchiveTop .sw-Article_Title {
    font-size: 1.4rem;
  }
}

.column-Serialization_Lead {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .column-Serialization_Lead {
    width: 59.7%;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .column-Serialization_Lead p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/* all-article
   ========================================================================== */
.cp-Column_Section {
  position: relative;
  z-index: 2;
  padding: 5.5em 0 5.5em;
}
@media print, screen and (max-width: 767px) {
  .cp-Column_Section {
    padding: 0 0 3.5em;
  }
}
.cp-Column_Section .sw-Article_Container_List {
  margin: 4em auto 0;
}
@media print, screen and (max-width: 767px) {
  .cp-Column_Section .sw-Article_Container_List {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .cp-Column_Section .sw-Article_Container_Item {
    margin-top: 0.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-Column_Section .sw-Article_Title {
    margin-bottom: 0.16em;
  }
}

.cp-Section_Serialization {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .cp-Section_Serialization .sw-Icon_Serialization_sub:before {
    width: 1.2em;
    height: 1.2em;
  }
}
@media print, screen and (max-width: 767px) {
  .cp-Section_Serialization .sw-Heading_common02 {
    margin-bottom: 1.5em;
  }
}

.cp-Column_Section .cp-Section_Title img {
  height: 2.95em;
}
@media print, screen and (max-width: 767px) {
  .cp-Column_Section .cp-Section_Title img {
    height: 1.55em;
  }
}

/* column detail
   ========================================================================== */
.layout-ColumnDetail {
  width: 100%;
  max-width: 100%;
  margin-top: 3.3rem;
  position: relative;
  z-index: 2;
  /*0411追加*/
  /*0411追加*/
}
.layout-ColumnDetail .sw-Article_Container_List {
  margin: 4em auto 8em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container_List {
    margin-top: 0;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container_List li.sw-Article_Container_Item {
    margin-right: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container {
    width: calc(100vw - 6.7%);
    overflow-x: scroll;
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Column_Category {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Title_heading .en {
  color: #1b1b25;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail {
    margin-top: 3.6rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Title_heading:after {
  content: "";
  background: url(../img/column/heading_line.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 25.9px;
  display: block;
  margin: 0.8rem 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Title_heading:after {
    width: 126px;
    height: 17px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-RelatedArticle_Section {
    margin-top: 2.4rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap:after {
  content: "";
  display: block;
  width: 31.4%;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap:after {
    margin-right: 2.9%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_CategoryName {
  font-weight: 600;
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_CategoryName {
    /*margin-left: 100px;*/
    margin-left: 110px;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_CategoryName {
    margin-left: calc(50% - 393px);
    width: 77.8%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item {
  width: 29.5%;
  width: 31.4%;
  margin-left: 30px;
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(3n+1) {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-left: 2.9%;
    margin-left: 0;
    margin-right: 2.9%;
  }
}
@media print, screen and (min-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-left: 3%;
    margin-right: 2.9%;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-left: 0;
    width: 32%;
    margin-bottom: 4.1rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.large {
  width: 54.2%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.large {
    /*width: 61%;*/
    width: 66%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.large img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.medium02 img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.medium {
  width: 40.5%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item.medium {
    width: 48.7%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(3), .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(6), .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(9), .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(12), .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap_Item:last-child {
  margin-right: 0;
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item {
  width: 29.5%;
  margin-left: 30px;
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(3n+1) {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-left: 2.9%;
    width: 31.4%;
    margin-left: 0;
    margin-right: 2.9%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-left: 0;
    width: 32%;
    margin-bottom: 4.1rem;
  }
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.large {
  width: 51.5%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.large {
    /*width: 61%;*/
    width: 66%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.large img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.medium02 img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.medium {
  width: 40.5%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.medium {
    width: 48.7%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item.medium {
    width: 42.6%;
  }
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(3), .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(6), .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(9), .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:nth-child(12), .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap_Item:last-child.medium {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap {
    justify-content: flex-end;
    margin-top: 7.2rem;
    margin-right: 0;
  }
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Gallery_Wrap:after {
  content: "";
  display: block;
  width: 31.4%;
}
.layout-ColumnDetail.column03 .sw-ArticleDetail_Slide_Wrap {
  margin-bottom: 8rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Slide_Wrap {
    margin-bottom: 6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail.column03 figcaption {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail.column03 .sw-ArticleDetail_Share_Container {
    width: 65.7%;
    margin-left: auto;
    margin-right: 11.2rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Image {
  margin-bottom: 8.5rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image {
    margin-bottom: 13.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Title {
    width: 81.8%;
    margin-left: auto;
    margin-right: 5.8%;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Title {
    width: 77.8%;
    margin-right: 10.8%;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Title {
    /*margin-left: 100px;*/
    margin-left: 110px;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Title {
    margin-left: calc(50% - 393px);
    width: 77.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    margin-top: 0;
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Sign {
    width: 14.5%;
    margin-top: 3.6rem;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-ColumnDetail .columndetail-Column_Tags_List,
  .layout-ColumnDetail .about-people_list,
  .layout-ColumnDetail .columndetail-Column_Author_Content {
    width: 75%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Slide_Wrap {
    margin-bottom: 8.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Area .sw-ArticleDetail_Title_heading {
    margin-bottom: 5.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Area {
    margin-bottom: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    margin-bottom: 0;
    padding-bottom: 18.5rem;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section h3 {
    /*margin-left: 100px;*/
    margin-left: 105px;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section h3 {
    margin-left: calc(50% - 393px);
    width: 77.8%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Date {
  padding-left: 0;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-BackNumber_Section {
    margin-bottom: 5.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section {
    width: 79%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section {
    width: 1265px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Hero, .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Image {
    width: 88vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Hero, .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Image {
    width: 79.3939%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Hero, .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Image {
    width: 1003px;
    margin-right: 2px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading, .layout-ColumnDetail .sw-ArticleDetail_Text {
    width: 88vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading, .layout-ColumnDetail .sw-ArticleDetail_Text {
    width: 62%;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading, .layout-ColumnDetail .sw-ArticleDetail_Text {
    margin-left: auto;
    margin-right: 7.2%;
    width: 62%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading, .layout-ColumnDetail .sw-ArticleDetail_Text {
    width: 62.2%;
    margin-left: auto;
    margin-right: 89px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Sign {
    width: 51.2%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block {
  margin-bottom: 7.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block {
    margin-bottom: 6.6rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image {
  width: 60%;
  max-width: 279px;
  padding: 0 20%;
  max-height: 70vh;
  overflow: hidden;
  position: relative;
  margin: 0 -1.2% 0 auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    min-height: 80vh;
    max-height: 154vw;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image:before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 47%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 55%); /* 徐々に透明にする */
  position: absolute; /*  */
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image:before {
    width: 100%;
    height: 20%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 85%);
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image.isOpen {
  max-height: unset;
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image.isOpen::before {
  display: none;
}
.layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-modal_Link {
  position: absolute;
  bottom: 13%;
  right: 0;
  width: 60%;
  max-width: 279px;
  padding: 0 20%;
  max-height: 70vh;
  overflow: hidden;
  margin: 0 -1.2% 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-modal_Link {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-more_Link {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block.modal .sw-more_Link {
    display: block;
    padding: 2.2em 0;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading {
    margin-right: 7.2% !important;
    width: 62% !important;
    margin-left: 31% !important;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    margin-left: 34.9% !important;
    width: 48.9% !important;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap p {
    max-width: 100% !important;
    width: 92.4% !important;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block p.sw-ArticleDetail_Annotation_Title {
  margin-left: 0 !important;
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block .twitter-tweet.twitter-tweet-rendered, .layout-ColumnDetail .sw-ArticleDetail_Block .instagram-media {
    margin-left: 25.5%;
  }
}

.columndetail-ColumnTheme_Content_Wrap {
  width: 88.4%;
  height: calc(100% - 9.2rem);
  margin: 4.6rem auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ColumnTheme_Content_Wrap {
    width: 93.4%;
    height: calc(100% - 3rem);
    margin: 1.5rem auto;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-ColumnTheme_Content_Wrap:hover:after {
    content: "";
    background: url(../img/common/arrow_right02_blue.png) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .columndetail-ColumnTheme_Content_Wrap {
    margin: 2rem auto;
    height: calc(100% - 4rem);
  }
}

@media print, screen and (min-width: 768px) {
  .columndetail-CoulumnTheme_Wrap a:hover p,
  .columndetail-CoulumnTheme_Wrap a:hover span {
    color: #2b3bcc;
  }
}

@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-CoulumnTheme_Wrap a:hover .columndetail-ColumnTheme_Content_Wrap:after {
    right: calc(1.5% - 4px);
  }
}

.sw-ArticleDetail_CategoryName {
  font-size: clamp(1.1rem, 1.8rem + 0.625vw, 2rem);
  margin-bottom: 1.6rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_CategoryName {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.sw-ArticleDetail-Title {
  font-size: clamp(1.8rem, 4rem + 0.625vw, 4.2rem);
  line-height: 1.45;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail-Title {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sw-ArticleDetail-Title {
    font-size: 2.7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail-Title br {
    display: none;
  }
}

.sw-ArticleDetail_Date {
  color: #757575;
  font-size: 1.3rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  padding-left: 1rem;
  margin-bottom: 7.5rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Date {
    padding-left: 0.1rem;
    margin-bottom: 6.4rem;
  }
}

.sw-ArticleDetail_Hero {
  margin-bottom: 13rem;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Hero {
    width: 107.6%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero {
    margin-bottom: 5rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 5.8rem;
  }
}

.sw-ArticleDetail_Title_heading {
  font-size: clamp(1.8rem, 2.8rem + 0.625vw, 3.2rem);
  margin-bottom: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Title_heading {
    font-size: 2.4rem;
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sw-ArticleDetail_Title_heading {
    font-size: 2.6rem;
  }
}

.sw-ArticleDetail_SubTitle_heading {
  font-size: clamp(1.8rem, 2rem + 0.625vw, 2.4rem);
  margin-bottom: 4.4rem;
}

.sw-ArticleDetail_Text p,
.sw-ArticleDetail_Block p,
.sw-ArticleDetail_Block .text_Block {
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.8rem);
  line-height: 1.75;
  margin-bottom: 10.2rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Text p,
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Block .text_Block {
    font-size: 1.6rem;
  }
}

.sw-ArticleDetail_Block .text_Block p {
  margin-bottom: 0;
}
.sw-ArticleDetail_Block .text_Block * + p {
  margin-top: 1.5em;
}

.sw-ArticleDetail_Text {
  margin-bottom: 10.2rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Text {
    margin-bottom: 4.2rem;
  }
}

.sw-ArticleDetail_Text p {
  margin-bottom: 3.2rem;
}

.columndetail-ColumnTheme_Title {
  font-size: clamp(1.2rem, 3rem + 0.625vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ColumnTheme_Title {
    font-size: 2rem;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .columndetail-ColumnTheme_Title {
    font-size: 2.2rem;
  }
}

.columndetail-ColumnTheme_article_num {
  font-weight: 600;
}

figcaption {
  font-size: 1.3rem;
  margin-top: 1.6rem;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  figcaption {
    margin-top: 1.2rem;
  }
}

.sw-ArticleDetail_Image {
  margin-bottom: 13.3rem;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Image {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Image {
    margin-bottom: 5.8rem;
  }
  .sw-ArticleDetail_Image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Image.youtube {
    width: 93.5%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Image.large-image {
    width: 93.5%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Image.medium-image {
    width: 88.5%;
    margin-left: 0;
  }
}

.sw-ArticleDetail_Image.movie {
  padding-top: 56.25%;
  position: relative;
}
.sw-ArticleDetail_Image.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

.sw-ArticleDetail_Gallery_Wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin: 0 calc(50% - 50vw);
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1351px) and (max-width: 1400px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin-right: 0%;
  }
}
@media print, screen and (min-width: 1401px) and (max-width: 1500px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 1401px) and (max-width: 1450px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin-right: 2.5%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1451px) and (max-width: 1600px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin-right: 3%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_Gallery_Wrap {
    margin-right: 4%;
    margin-right: 0;
  }
}
.sw-ArticleDetail_Gallery_Wrap img {
  width: 100%;
  height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.sw-ArticleDetail_Gallery_Wrap_Item {
  width: 48%;
  margin-bottom: 7.45rem;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap_Item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3.7rem;
    max-width: 233px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap_Item figcaption {
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Gallery_Wrap_Item {
    width: 48.2%;
  }
}

.sw-ArticleDetail_Share_Title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2.35rem;
  font-weight: 600;
}

.sw-ArticleDetail_Share_List {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
}
.sw-ArticleDetail_Share_List li {
  width: 16%;
}
.sw-ArticleDetail_Share_List li:nth-child(1) a {
  background: url(../../assets/img/common/SNS/LINE.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Share_List li:nth-child(1) a:hover {
    background: url(../../assets/img/common/SNS/LINE_blue.png) no-repeat;
    background-size: contain;
  }
}
.sw-ArticleDetail_Share_List li:nth-child(2) a, .sw-ArticleDetail_Share_List li.twitter_x a {
  background: url(../../assets/img/common/SNS/X.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Share_List li:nth-child(2) a:hover, .sw-ArticleDetail_Share_List li.twitter_x a:hover {
    background: url(../../assets/img/common/SNS/X_blue.png) no-repeat;
    background-size: contain;
  }
}
.sw-ArticleDetail_Share_List li:nth-child(3) a {
  background: url(../../assets/img/common/SNS/Facebook.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Share_List li:nth-child(3) a:hover {
    background: url(../../assets/img/common/SNS/Facebook_blue.png) no-repeat;
    background-size: contain;
  }
}
.sw-ArticleDetail_Share_List li:nth-child(4) span {
  background: url(../../assets/img/common/Link.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Share_List li:nth-child(4) span:hover {
    background: url(../../assets/img/common/Link_blue.png) no-repeat;
    background-size: contain;
  }
}
.sw-ArticleDetail_Share_List li .copy-value {
  cursor: pointer;
  position: relative;
}
.sw-ArticleDetail_Share_List li .copy-value .tooltop-result {
  display: block;
  width: 193px;
  height: 1em;
  padding: 0.75em 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: #1b1b25 !important;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translate(-50%, 0);
  animation: fade-tooltip 0.5s ease-in-out 2.5s 1 forwards;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_List li .copy-value .tooltop-result {
    width: 160px;
    font-size: 1.2rem;
  }
}
.sw-ArticleDetail_Share_List li .copy-value .tooltop-result:before {
  content: "";
  top: calc(100% - 6px);
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 16px;
  height: 16px;
  background: url(../img/common/icn_fuki_maru.png) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_List li .copy-value .tooltop-result:before {
    width: 12px;
    height: 12px;
    top: calc(100% - 2px);
  }
}
.sw-ArticleDetail_Share_List li .copy-value.tooltip:before {
  content: "";
  top: -44px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 16px;
  height: 16px;
  background: url(../img/common/icn_fuki_maru.png) no-repeat 50% 50%;
  background-size: contain;
  animation: fade-tooltip 0.28s ease-in-out 3s 1 forwards;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_List li .copy-value.tooltip:before {
    width: 12px;
    height: 12px;
    top: -40px;
  }
}
.sw-ArticleDetail_Share_List li .copy-value.tooltip:after {
  content: "URLをコピーしました";
  display: block;
  width: 193px;
  padding: 0.75em 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: #1b1b25;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: -78px;
  transform: translate(-50%, 0);
  animation: fade-tooltip 0.5s ease-in-out 3s 1 forwards;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_List li .copy-value.tooltip:after {
    width: 160px;
    top: -66px;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_List {
    max-width: 235px;
  }
}

.columndetail-ColumnTheme_Text {
  margin-top: 8rem;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ColumnTheme_Text {
    margin-top: 2rem;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .columndetail-ColumnTheme_Text {
    margin-top: 1rem;
    width: 90%;
  }
}

.layout-ColumnDetail .people-PeapleDetail_Profession,
.layout-ResearchDetail .people-PeapleDetail_Profession {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.layout-ColumnDetail .about-people_Profession,
.layout-ResearchDetail .about-people_Profession {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

.layout-ColumnDetail .about-people_name,
.layout-ResearchDetail .about-people_name {
  font-weight: 600;
}

.layout-ColumnDetail .people-PeapleDetail_name,
.layout-ResearchDetail .people-PeapleDetail_name {
  font-size: clamp(1.6rem, 1.6rem + 0.625vw, 1.8rem);
  margin-bottom: 2.2rem;
}

.layout-ColumnDetail .people-PeapleDetail_lead,
.layout-ResearchDetail .people-PeapleDetail_lead {
  margin-bottom: 0;
}

.columndetail-Column_Author_Container,
.columndetail-Column_Advisor_Container,
.columndetail-Column_Reference_Container,
.columndetail-Column_Extra_Container,
.columndetail-Column_Others_Container {
  margin-bottom: 5rem;
}

.columndetail-Column_Reference_Container .people-PeapleDetail_link_List_item a:after {
  content: "";
  background: url(../img/common/icn_arw_upright.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-left: 14px;
  top: -2px;
}

.columndetail-Column_Member_Container {
  margin-bottom: 8.2rem;
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Member_Container {
    margin-bottom: 9.2rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Member_Container {
    width: 71%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }
}
.columndetail-Column_Member_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icon_users.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Member_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}

.columndetail-Column_Others_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/Person.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Others_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}

.columndetail-Column_Tags_List {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.columndetail-Column_Tags_List li a {
  display: block;
  border: 1px solid #2b2bcc;
  color: #2b2bcc;
  font-size: 2rem;
  padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  margin-right: 1.4rem;
  margin-bottom: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Tags_List li a:hover {
    color: #1b1b25;
    border: 1px solid #1b1b25;
  }
}
.columndetail-Column_Tags_List li a:before {
  content: "#";
  margin-left: 1.2rem;
  margin-right: 1rem;
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Tags_List li a:before {
    margin-left: 0.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Tags_List li a {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    padding-right: 1.2rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Tags_List {
    width: 77%;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Tags_List {
    margin-top: 3rem;
  }
}

.columndetail-Column_Tags_Container {
  padding-bottom: 7.2rem;
}
.columndetail-Column_Tags_Container .columndetail-Column_Info_Title {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.columndetail-Column_Tags_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_tag.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Tags_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Tags_Container {
    padding-bottom: 3rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-ColumnDetail .about-people_ListItem,
.layout-ResearchDetail .about-people_ListItem {
  width: 31.5%;
  text-align: left;
  margin-bottom: 3.2rem;
}

.layout-ColumnDetail .about-people_list,
.layout-ResearchDetail .about-people_list {
  justify-content: flex-start;
}

.layout-ColumnDetail .about-people_ListItem figure,
.layout-ResearchDetail .about-people_ListItem figure {
  margin-left: 0;
  margin-bottom: 0.8rem;
}

.layout-ColumnDetail .abput-people_Profession,
.layout-ResearchDetail .abput-people_Profession {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.layout-ColumnDetail .abput-people_name,
.layout-ResearchDetail .abput-people_name {
  font-size: 1.6rem;
}

.sw-ArticleDetail_Share_Sign {
  width: 27%;
  margin-top: 3.6rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_Sign {
    width: 72%;
    margin-top: 4.5rem;
  }
}

.sw-ArticleDetail_Share_Container {
  margin-bottom: 23.5rem;
  margin-top: 10rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Share_Container {
    margin-bottom: 19rem;
    margin-top: 5.5rem;
    width: 81.7%;
    margin: 0 auto 12rem;
  }
}

.columndetail-ColumnTheme_Section {
  padding-top: 7rem;
  position: relative;
}
.columndetail-ColumnTheme_Section:before {
  content: "";
  background: #d9d9d9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  top: -10px;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ColumnTheme_Section {
    padding-top: 4.5rem;
  }
}

.columndetail-CoulumnTheme_Wrap {
  margin-top: 4.5rem;
  margin-bottom: 7.5rem;
  position: relative;
}
.columndetail-CoulumnTheme_Wrap a {
  border: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .columndetail-CoulumnTheme_Wrap a {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-CoulumnTheme_Wrap a {
    padding-bottom: 5rem;
  }
}
.columndetail-CoulumnTheme_Wrap a:after {
  content: "";
  background: url(../img/common/arrow_right02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 1.5%;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .columndetail-CoulumnTheme_Wrap a:after {
    width: 40px;
    height: 40px;
    left: 4.5%;
    bottom: 4.5%;
    top: auto;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .columndetail-CoulumnTheme_Wrap a:after {
    width: 30px;
    height: 30px;
    right: -2%;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-CoulumnTheme_Wrap a:after {
    transform: translateY(-50%);
    right: 3.65%;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-CoulumnTheme_Wrap a:hover:after {
    right: calc(3.65% - 4px);
    transition: all 0.2s;
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-CoulumnTheme_Wrap {
    margin-top: 2.8rem;
    margin-bottom: 7.5rem;
  }
}

.layout-ColumnDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_Image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_Image img {
    height: 220px;
  }
}

.sw-ArticleDetail_Slide_Wrap {
  display: flex;
  margin-bottom: 12.6rem;
  overflow-x: hidden;
}

.sw-ArticleDetail_Slide_Wrap_Item {
  margin: 0 5px;
}
.sw-ArticleDetail_Slide_Wrap_Item img {
  width: 100%;
}

.columndetail-Column_Podcast_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_podcast.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.columndetail-Column_Author_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_pen.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Author_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Author_Container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.columndetail-Column_Advisor_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_comment.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Advisor_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Advisor_Container {
    width: 88%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.columndetail-Column_Reference_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_book-open02.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Reference_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Reference_Container {
    width: 88%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

p.columndetail-ColumnTheme_article_num:before {
  content: "";
  background: url(../img/common/icn_book-open.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

@media print, screen and (min-width: 768px) {
  a:hover p.columndetail-ColumnTheme_article_num:before {
    background-image: url(../img/common/icn_book-open_blue.png);
  }
}

@media print, screen and (min-width: 768px) {
  .columndetail-Column_Extra_Container {
    margin-bottom: 19rem;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Extra_Container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
.columndetail-Column_Extra_Container .columndetail-Column_Info_Title:before {
  content: "";
  background: url(../img/common/icn_light.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Extra_Container .columndetail-Column_Info_Title:before {
    transform: translateY(-2px);
  }
}

.columndetail-Column_Reference_Container {
  margin-bottom: 18rem;
  position: relative;
}

.columndetail-Column_Author_Container,
.columndetail-Column_Member_Container,
.columndetail-Column_Tags_Container,
.columndetail-Column_Podcast_Container {
  position: relative;
}

.columndetail-Column_Reference_Container:before,
.columndetail-Column_Podcast_Container:before {
  content: "";
  background: #d9d9d9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  top: -125px;
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Reference_Container:before,
  .columndetail-Column_Podcast_Container:before {
    width: 88vw;
    left: 0;
    right: 0;
    margin: auto;
    top: -65px;
  }
}

.columndetail-Column_Tags_Container:before {
  content: "";
  background: #d9d9d9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  top: -81px;
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Tags_Container:before {
    top: -67px;
  }
}

.layout-ColumnDetail .sw-Article_Title_heading .en,
.layout-ResearchDetail .sw-Article_Title_heading .en {
  color: #1b1b25;
  font-size: clamp(1.1rem, 3.9rem + 0.625vw, 4.2rem);
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Title_heading .en,
  .layout-ResearchDetail .sw-Article_Title_heading .en {
    font-size: 2.4rem;
  }
}

.layout-ColumnDetail .sw-Navigation_Btn04,
.layout-ResearchDetail .sw-Navigation_Btn04 {
  margin-top: 18rem;
  margin-bottom: 8rem;
}

@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Navigation_Btn04 {
    margin-top: 9rem;
  }
}

.columndetail-Column_Info_Title {
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Info_Title {
    width: 26%;
    margin-left: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .columndetail-ColumnTheme_Image {
    width: 50%;
    text-align: center;
    position: relative;
  }
}
.columndetail-ColumnTheme_Image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ColumnTheme_Image img {
    height: 220px;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Gallery_Title {
    font-size: 2.4rem;
    margin: 0.7rem 10.8% 6rem auto;
    font-weight: 600;
    width: 77.8%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Title {
    font-size: 2rem;
    margin-bottom: 3.4rem;
    margin-top: 2.3rem;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_SubTitle_heading,
  .sw-ArticleDetail_PointWrap,
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail-Field,
  .sw-ArticleDetail_Date,
  .sw-ArticleDetail_pdf_Link,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail_Text {
    width: 81.8%;
    margin-left: auto;
    margin-right: 5.8%;
  }
}
@media print, screen and (min-width: 1500px) {
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_SubTitle_heading,
  .sw-ArticleDetail_PointWrap,
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail-Field,
  .sw-ArticleDetail_Date,
  .sw-ArticleDetail_pdf_Link,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail_Text {
    width: 77.8%;
    margin-right: 10.8%;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_SubTitle_heading,
  .sw-ArticleDetail_PointWrap,
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail-Field,
  .sw-ArticleDetail_Date,
  .sw-ArticleDetail_pdf_Link,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail_Text {
    /*margin-left: 100px;*/
    margin-left: 110px;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_SubTitle_heading,
  .sw-ArticleDetail_PointWrap,
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail-Field,
  .sw-ArticleDetail_Date,
  .sw-ArticleDetail_pdf_Link,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-ArticleDetail_CategoryName,
  .sw-ArticleDetail_Text {
    margin-left: calc(50% - 393px);
    width: 77.8%;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .sw-ArticleDetail_Block .text_Block p {
    width: 90%;
  }
}

.sw-ArticleDetail-Title.en {
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.columndetail-Column_Reference_Content ul {
  margin-top: 0;
}
.columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item {
  font-weight: 600;
}
.columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item a {
  color: #1b1b25;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item a:hover {
    color: #2b3bcc;
  }
}

@media print, screen and (min-width: 768px) {
  .columndetail-ColumnTheme_Content {
    width: 52.5%;
  }
  .sw-ArticleDetail_Section {
    width: 65.7%;
    margin-left: auto;
    margin-right: 11.2rem;
  }
  .sw-ArticleDetail_Section.gallery_3column {
    width: 82.8%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1600px) {
  .sw-ArticleDetail_Section.gallery_3column {
    width: 1261px;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Section.gallery_3column .sw-ArticleDetail_Gallery_Title {
    width: 66.8%;
    margin-left: auto;
    margin-right: 7.2%;
    width: 66%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1361px) {
  .sw-ArticleDetail_Section.gallery_3column .sw-ArticleDetail_Gallery_Title {
    margin-right: 7%;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Section.gallery_3column .sw-ArticleDetail_Gallery_Area {
    width: 94.6%;
    margin-left: auto;
    width: 89.6%;
  }
  .columndetail-Column_Author_Container,
  .columndetail-Column_Tags_Container,
  .columndetail-Column_Podcast_Container,
  .columndetail-Column_Advisor_Container,
  .columndetail-Column_Reference_Container,
  .columndetail-Column_Extra_Container,
  .columndetail-Column_Others_Container {
    width: 70.6%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }
  .columndetail-Column_Author_Content,
  .layout-ColumnDetail .about-people_list,
  .layout-ResearchDetail .about-people_list,
  .columndetail-Column_Podcast_Content,
  .columndetail-Column_Reference_Content,
  .columndetail-Column_Extra_Content {
    width: 77%;
  }
  .columndetail-Column_Reference_Content ul {
    margin-top: 0;
  }
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item {
    font-weight: 600;
  }
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item a {
    color: #1b1b25;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item a:hover {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item a:hover:after {
    background: url(../img/common/icn_link_arrow.png) no-repeat;
    background-size: contain;
  }
  .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item .sw-Navigation_Btn05:before {
    background: #2b3bcc;
  }
  .layout-ColumnDetail .people-PeapleDetail_Wrap,
  .layout-ResearchDetail .people-PeapleDetail_Wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .layout-ColumnDetail .people-PeapleDetail_image,
  .layout-ResearchDetail .people-PeapleDetail_image {
    width: 12%;
    width: 88px;
    height: 88px;
    margin-left: 0;
    margin-right: 3.2rem;
    padding: 0;
  }
  .layout-ColumnDetail .people-PeapleDetail_image img,
  .layout-ResearchDetail .people-PeapleDetail_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .layout-ColumnDetail .people-PeapleDetail_content,
  .layout-ResearchDetail .people-PeapleDetail_content {
    width: 67%;
  }
  .layout-ColumnDetail .about-people_list,
  .layout-ResearchDetail .about-people_list {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1500px) {
  .layout-ColumnDetail .about-people_list,
  .layout-ResearchDetail .about-people_list {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Gallery_Area h4.sw-ArticleDetail_Title_heading {
    margin-bottom: 7.5rem;
  }
  .layout-ColumnDetail .sw-ArticleDetail_Container,
  .layout-ResearchDetail .sw-ArticleDetail_Container {
    margin-top: 8rem;
    margin-bottom: 13rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Blok p {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .sw-ArticleDetail_Text p,
  .sw-ArticleDetail_Blok p {
    margin-bottom: 3.8rem;
    font-size: 1.6rem;
  }
  .sw-ArticleDetail_Hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 320px;
    width: 100%;
  }
  .layout-ColumnDetail .people-PeapleDetail_image,
  .layout-ResearchDetail .people-PeapleDetail_image {
    margin-bottom: 1.7rem;
    width: 30%;
    width: 98px;
    height: 98px;
    margin-left: 0;
    margin-left: 0;
    margin-top: 1.7rem;
    padding: 0;
  }
  .layout-ColumnDetail .people-PeapleDetail_image img,
  .layout-ResearchDetail .people-PeapleDetail_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }
  .layout-ColumnDetail .people-PeapleDetail_Profession,
  .layout-ResearchDetail .people-PeapleDetail_Profession {
    margin-bottom: 0.4rem;
  }
  .layout-ColumnDetail .people-PeapleDetail_name {
    margin-bottom: 1.4rem;
  }
  .people-PeapleDetail_link_List {
    margin: 2.4rem 0;
  }
  .layout-ColumnDetail .about-people_list {
    margin-top: 1.8rem;
  }
  .layout-ColumnDetail .about-people_ListItem {
    width: 33.3%;
  }
  .columndetail-ColumnTheme_Image img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layout-ColumnDetail .sw-ArticleDetail_Container,
  .layout-ResearchDetail .sw-ArticleDetail_Container {
    width: 100vw;
    overflow-x: scroll;
    margin-bottom: 9rem;
  }
  .layout-ColumnDetail .sw-ArticleDetail_Container_Item,
  .layout-ResearchDetail .sw-ArticleDetail_Container_Item {
    min-width: 65%;
    margin-right: 1.4rem;
  }
  .layout-ColumnDetail .sw-ArticleDetail_Container_List,
  .layout-ResearchDetail .sw-ArticleDetail_Container_List {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .columndetail-Column_Author_Content,
  .layout-ColumnDetail .about-people_list,
  .layout-ResearchDetail .about-people_list,
  .columndetail-Column_Podcast_Content,
  .columndetail-Column_Reference_Content,
  .columndetail-Column_Extra_Content,
  .columndetail-Column_Tags_List {
    width: 67%;
  }
  .columndetail-Column_Info_Title {
    width: 33%;
    margin-left: 0;
  }
  .about-people_ListItem {
    margin-right: 0.6rem;
  }
  .layout-ColumnDetail .abput-people_name,
  .layout-ResearchDetail .abput-people_name {
    font-size: 1.4rem;
  }
  .columndetail-Column_Tags_List li a {
    font-size: 1.8rem;
  }
  .layout-ColumnDetail .people-PeapleDetail_image {
    width: 26%;
    padding-top: 26%;
    height: 0;
    position: relative;
  }
  .layout-ColumnDetail .people-PeapleDetail_image img {
    position: absolute;
    top: 0;
  }
}
/* column
      ========================================================================== */
.layout-ColumnArchive {
  width: 100%;
  max-width: 100%;
}

.cp-Archive_Section .sw-Heading_Group {
  padding-top: 4.5em;
}
@media print, screen and (min-width: 768px) {
  .cp-Archive_Section .sw-Section_Title-wrap {
    width: 62%;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .cp-Archive_Section .sw-Section_Title-wrap {
    width: 46%;
    margin-left: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-Archive_Section .sw-Section_Title img {
    height: 4.38em;
  }
}
@media print, screen and (max-width: 767px) {
  .cp-Archive_Section .sw-Section_Title img {
    width: auto;
    height: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-Archive_Section .sw-Section_Hero {
    width: 37.4%;
    margin: 0 0 0 auto;
    padding-right: 2.35%;
    box-sizing: border-box;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .cp-Archive_Section .sw-Heading_Group-list {
    min-height: 300px;
  }
}

.cp-Serialization_Section {
  position: relative;
  z-index: 2;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .cp-Serialization_Section .sw-Heading_Group-list {
    min-height: 400px;
  }
}

.cp-Section_Serialization_list {
  position: relative;
  z-index: 2;
}

/* 調整 */
.sw-ArticleDetail_ArchiveName {
  font-size: clamp(1.1rem, 1.8rem + 0.625vw, 2rem);
  margin-bottom: 1.6rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_ArchiveName {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.sw-ArticleDetail_ArchiveTitle {
  font-size: clamp(1.8rem, 3.2rem + 0.625vw, 4.2rem);
  line-height: 1.45;
  margin-bottom: 2.5rem;
  margin-left: -0.1em !important;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-ArticleDetail_ArchiveTitle {
    font-size: 2.7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_ArchiveTitle {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}

.sw-ArticleDetail_ArchiveDate {
  color: #757575;
  font-size: 1.3rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  margin-bottom: 7.5rem;
  letter-spacing: 0.08em;
}

.sw-ArticlePostion_wrap {
  margin-left: auto;
}
@media print, screen and (min-width: 1600px) {
  .sw-ArticlePostion_wrap {
    width: 874px;
  }
}
@media print, screen and (max-width: 1599px) {
  .sw-ArticlePostion_wrap {
    width: 86.8%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticlePostion_wrap {
    width: 93.8%;
    margin-left: 0;
  }
}

.sw-ArticleDetail_Wrap_Section {
  width: 79%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1600px) {
  .sw-ArticleDetail_Wrap_Section {
    width: 1265px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-ArticleDetail_Wrap_Section {
    width: 65.7%;
    margin-left: auto;
    margin-right: 11.2rem;
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Wrap_Section {
    width: 100%;
  }
}

.sw-ArticlePostion_inner {
  width: 79.5%;
  margin: 0 0 0 auto;
}
@media print, screen and (max-width: 1023px) {
  .sw-ArticlePostion_inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 1600px) {
  .sw-ArticlePostion_inner {
    width: 1003px;
    margin-right: 2px;
  }
}

.sw-ArticleDetail_Gallery_Box {
  margin-bottom: 2rem;
}

.sw-ArticleDetail_Gallery_List_Wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_List_Wrap.vertical {
    flex-direction: column;
  }
  .sw-ArticleDetail_Gallery_List_Wrap.vertical .sw-ArticleDetail_Gallery_List_Item {
    width: 100%;
  }
}

.sw-ArticleDetail_Gallery_List_Item {
  width: 48%;
  margin-right: 3.98%;
  margin-bottom: 7rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_List_Item {
    margin-bottom: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_List_Item figcaption {
    margin-left: 1rem;
  }
}

.sw-ArticleDetail_Gallery_List_Item:nth-child(even) {
  margin-right: 0;
}

.sw-ArticleDetail_Heading_Line {
  font-size: clamp(1.8rem, 2.8rem + 0.625vw, 3.2rem);
  margin: 0 0 2.6em auto;
}
@media print, screen and (min-width: 1600px) {
  .sw-ArticleDetail_Heading_Line {
    width: 874px;
  }
}
@media print, screen and (max-width: 1599px) {
  .sw-ArticleDetail_Heading_Line {
    width: 86.8%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Heading_Line {
    width: 93.8%;
    font-size: 2.4rem;
  }
}

.sw-ArticleDetail_Heading_Line:after {
  content: "";
  background: url(../img/column/heading_line.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 21.9px;
  display: block;
  margin: 0.8rem 0;
}

@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Heading_Line:after {
    width: 126px;
    height: 14px;
  }
}
.sw-ArticleDetail_Heading_B {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 8rem 0 2.78em auto;
}
@media print, screen and (min-width: 1600px) {
  .sw-ArticleDetail_Heading_B {
    width: 874px;
  }
}
@media print, screen and (max-width: 1599px) {
  .sw-ArticleDetail_Heading_B {
    width: 86.8%;
    width: 69.1%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Heading_B {
    width: 93.8%;
    font-size: 2rem;
    margin-bottom: 4rem;
    margin-top: 2.3rem;
    font-weight: 600;
  }
}

/* layout-ColumnDetail
   ========================================================================== */
.layout-ColumnDetail {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail {
    margin-top: 3.4rem;
  }
}
.layout-ColumnDetail .sw-Article_Title_heading .en {
  color: #1b1b25;
}
.layout-ColumnDetail .wrap.sw-wrap-inner {
  position: relative;
  max-width: 1192px;
}
.layout-ColumnDetail .sw-ArticleDetail_Title_heading:after {
  content: "";
  background: url(../img/research/article/heading_line.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 25.9px;
  display: block;
  margin: 0.8rem 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Title_heading:after {
    width: 126px;
    height: 17px;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_CategoryName {
  color: #2b3bcc;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_CategoryName {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1499px) {
  .layout-ColumnDetail .sw-ArticleDetail_CategoryName {
    /*margin-right: 5.2%;*/
    letter-spacing: 0.08em;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Section h3 {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section h3 {
    margin-left: 26%;
    width: 77.9%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Think_Area {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area {
    width: 77.9%;
    margin: 7.5rem 0 7.5rem 25.85%;
    width: 100%;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area {
    margin: 4em 0;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area {
    width: 787px;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-wrap-inner {
    width: 98%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Hero {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw) 8rem !important;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Title_heading {
    margin-bottom: 1.6rem;
    margin-top: 8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Text {
    margin-bottom: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block p,
.layout-ColumnDetail .sw-ArticleDetail_Block .text_Block {
  margin-bottom: 4.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block p,
  .layout-ColumnDetail .sw-ArticleDetail_Block .text_Block {
    margin-bottom: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block p,
  .layout-ColumnDetail .sw-ArticleDetail_Block .text_Block {
    margin-left: 26%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block p,
  .layout-ColumnDetail .sw-ArticleDetail_Block .text_Block {
    margin-left: 0;
    width: 92%;
    max-width: 787px;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block p i,
.layout-ColumnDetail .sw-ArticleDetail_Block .text_Block i {
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.layout-ColumnDetail .sw-ArticleDetail_Block p.sw-ArticleDetail_Annotation_Title,
.layout-ColumnDetail .sw-ArticleDetail_Block .text_Block.sw-ArticleDetail_Annotation_Title {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block p,
  .layout-ColumnDetail .sw-ArticleDetail_Block .text_Block {
    margin-bottom: 4.8rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block .text_Block p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block .text_Block p {
    margin-left: 12.5%;
    margin-left: 0;
    margin-right: 0;
    max-width: 690px;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block .text_Block * + p {
  margin-top: 1.5em;
}
.layout-ColumnDetail .sw-ArticleDetail_Annotation_Area p {
  margin-bottom: 2.3rem;
  margin-left: 0;
  margin-top: 8px;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_SubTitle_heading {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 4rem;
    margin-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container_List {
    flex-wrap: nowrap;
    margin-top: 1.32em !important;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container_List .sw-Article_Container_Item {
    margin-right: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container {
    /*width: calc( 100vw - 6.7%);*/
    width: calc(100vw - 7.2%);
    overflow-x: scroll;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-RelatedArticle_Section {
    margin-top: 4.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Column_Category {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Title {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Navigation_Btn04 {
    margin-top: 4.6rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block {
  margin-bottom: 7.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block {
    margin-bottom: 6.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block {
    width: 62.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block {
    width: 997px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area_Wrap {
    width: 48.7%;
    margin-left: 34.9%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area_Wrap {
    margin-left: 33.2%;
    width: 997px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    width: 62.7%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    width: 62.7%;
    margin-left: auto;
    margin-right: auto;
  }
}
.layout-ColumnDetail .columndetail-Column_Author_Container:before {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .people-PeapleDetail_name {
    margin-bottom: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .about-people_ListItem {
    width: auto;
    margin-right: 0.8rem;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .about-people_list {
    margin-top: 1.1rem;
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .about-people_ListItem figure {
    margin-left: 0;
    padding-bottom: 0.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Tags_List {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image {
    margin-top: 9.5rem;
    margin-bottom: 4.5rem;
    width: auto;
    max-width: 100%;
    margin-right: -11%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image:last-child {
    margin-bottom: 0;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Image img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    margin-top: 12rem;
    margin-bottom: 9.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Member_Container {
    margin-bottom: 4.8rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-Article_Container_List {
    margin-top: 3em;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Section {
  position: relative;
  margin-right: auto;
}
.layout-ColumnDetail .sw-ArticleDetail_SideArea {
  left: -16.3%;
  width: 22%;
  max-width: 189px;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .column03 figcaption {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Sign {
    width: 22%;
    max-width: 188px;
  }
}
.layout-ColumnDetail .layout-ColumnDetail .about-people_list,
.layout-ColumnDetail .layout-ResearchDetail .about-people_list {
  margin-top: 0;
}
@media print, screen and (min-width: 1500px) {
  .layout-ColumnDetail .layout-ColumnDetail .about-people_list,
  .layout-ColumnDetail .layout-ResearchDetail .about-people_list {
    width: 75%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Reference_Content {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-ColumnDetail .columndetail-Column_Tags_List {
    width: 75%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Date {
  padding-left: 0;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Date {
    margin-bottom: 80px;
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_pdf_Link {
    margin-bottom: 5.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_pdf_Link {
    margin-left: 26%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Member_Container {
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .people-PeapleDetail_link_List {
    margin-bottom: 0;
  }
}
.layout-ColumnDetail .about-people_list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Tags_Container:before, .layout-ColumnDetail .columndetail-ColumnTheme_Section:before {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail section.columndetail-Column_Reference_Container {
    margin-bottom: 0;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}
.layout-ColumnDetail .columndetail-Column_Reference_Container:before {
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container:before {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container, .layout-ColumnDetail .columndetail-Column_Tags_Container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container, .layout-ColumnDetail .columndetail-Column_Tags_Container, .layout-ColumnDetail .columndetail-Column_Podcast_Container, .layout-ColumnDetail .columndetail-Column_Advisor_Container, .layout-ColumnDetail .columndetail-Column_Reference_Container, .layout-ColumnDetail .columndetail-Column_Extra_Container, .layout-ColumnDetail .columndetail-Column_Others_Container, .layout-ColumnDetail .columndetail-Column_Member_Container {
    width: 67.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sessionDetail-Podcast_Wrap {
    margin-bottom: 0;
    width: calc(98% - 110px);
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sessionDetail-Podcast_Wrap {
    width: 845px;
    justify-content: flex-start;
  }
}
.layout-ColumnDetail .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item:last-child {
  margin-bottom: 0;
}
.layout-ColumnDetail .columndetail-Column_Reference_Content ul {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container {
    width: 100%;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: calc(56.972% - 35px);
  }
}
@media print, screen and (min-width: 1360px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: calc(56.972% - 30px);
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: 450px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .columndetail-Column_Info_Title {
    margin-left: 15.5% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    width: 95%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    width: 96%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap {
    margin-right: -11%;
    margin-left: 26%;
    margin-left: 25.5%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap p {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Interviewer .sw-ArticleDetail-Block_wrap, .layout-ColumnDetail .sw-ArticleDetail_Interviewee .sw-ArticleDetail-Block_wrap {
    margin-left: 26%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Interviewer .sw-ArticleDetail-Block_wrap p, .layout-ColumnDetail .sw-ArticleDetail_Interviewee .sw-ArticleDetail-Block_wrap p {
    margin-left: 0;
    width: 92%;
    margin-right: 0;
    min-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01 {
    margin-right: -11%;
    max-width: 100%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail-Title, .layout-ColumnDetail .sw-ArticleDetail-Field {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_SubTitle_heading {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block02, .layout-ColumnDetail .sw-ArticleDetail_Annotation_Area, .layout-ColumnDetail .sw-ArticleDetail_Block blockquote {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block blockquote {
    width: 68.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Info_Title {
    width: 25.5%;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Info_Title {
    width: 25.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Author_Content, .layout-ColumnDetail .columndetail-Column_Tags_List, .layout-ColumnDetail .columndetail-Column_Reference_Content, .layout-ColumnDetail .columndetail-Column_Extra_Content, .layout-ColumnDetail .about-people_list {
    width: 73%;
  }
}
.layout-ColumnDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_Image img {
  width: 100%;
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-bottom: 12rem;
    margin-right: 4.6rem;
    width: 107%;
    margin-top: 13.8rem;
    max-width: 200%;
    margin-left: 5%;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 figure {
  width: 31.1%;
  margin-right: 0;
  aspect-ratio: 25/33;
}
.layout-ColumnDetail .sw-ArticleDetail_Block_wrap {
  display: block;
}
.layout-ColumnDetail .sw-ArticleDetail_Block_wrap img {
  width: 100%;
}
.layout-ColumnDetail .sw-ArticleDetail_Annotation_Area img {
  width: 100%;
  margin-top: 1.5rem;
}
.layout-ColumnDetail .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Block_wrap {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.layout-ColumnDetail blockquote {
  line-height: 1.8;
  position: relative;
  margin-bottom: 6rem;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail blockquote {
    /*width: 71%;*/
    width: 63.5%;
    margin-left: auto;
    margin-right: 19%;
    /*margin-right: 10%;*/
    margin-bottom: 11rem;
    width: 68.5%;
    margin-left: 111px;
    padding: 0 35px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail blockquote {
    font-size: 1.6rem;
    margin-bottom: 9.5rem;
    width: 78%;
    margin: 0 auto 9.5rem;
    padding: 0 40px;
  }
}
.layout-ColumnDetail blockquote:before {
  content: "";
  background: url(../img/research/article/icon_blockquote_before.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail blockquote:before {
    width: 27px;
    height: 18px;
  }
}
.layout-ColumnDetail blockquote:after {
  content: "";
  background: url(../img/research/article/icon_blockquote_after.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -4px;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail blockquote:after {
    width: 27px;
    height: 18px;
    right: 5px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail blockquote {
    /*margin-left: 100px;*/
    margin-left: 161px;
    width: 68.5%;
    margin-left: 111px;
    margin-left: 26%;
    padding: 0 4.6% 0 5%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail blockquote {
    margin-left: calc(50% - 393px);
    width: 68%;
    padding: 0 50px;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_pdf_Link a {
  color: #2b3bcc;
  font-weight: 600;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: block;
}
.layout-ColumnDetail .sw-ArticleDetail_pdf_Link a:after {
  content: "";
  background: url(../img/common/arrow_right_blue.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 1rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_pdf_Link a:hover {
    color: #1b1b25;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_pdf_Link a:hover:after {
    background: url(../img/common/arrow_right.png) no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_pdf_Link {
    margin-top: -5rem;
    margin-bottom: 10.4rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Share_Container {
  margin-bottom: 18rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    margin-bottom: 11.5rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container {
    width: 81.3%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Container .columndetail-Column_Info_Title:before {
    vertical-align: text-bottom;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content {
    width: 73.6%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content {
    margin-bottom: 7rem;
  }
}
.layout-ColumnDetail .columndetail-Column_Extra_Title {
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Title {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content_Item img {
    height: 214px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Container {
    margin-bottom: 0;
    padding-bottom: 5.5rem;
    width: 100%;
    margin-left: -18.5%;
    margin-left: 0;
    width: 62.7%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Container .columndetail-Column_Info_Title {
    width: 24.8% !important;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Container .columndetail-Column_Extra_Content {
    width: 75% !important;
  }
}
.layout-ColumnDetail p.columndetail-Column_Extra_Title {
  font-weight: 600;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail p.columndetail-Column_Extra_Title {
    margin-top: 1.4rem;
  }
}
.layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap p {
  font-size: 1.3rem;
}
.layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap p span {
  display: block;
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item {
    width: 31.5%;
    margin-right: 1rem;
    margin-bottom: 2.5rem;
  }
}
.layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure {
  height: 118px;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure {
    height: 214px;
  }
}
.layout-ColumnDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-bottom: 12rem;
    margin-right: 4.6rem;
    width: 107%;
    margin-top: 13.8rem;
    max-width: 200%;
    margin-left: 5%;
    width: 66.95%;
    margin-left: 22%;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-right: 16.1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 figure {
    margin-left: 0;
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail {
    margin-top: 8rem;
    width: 100vw;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Slide_Wrap {
  width: 100vw;
  margin: 6rem calc(50% - 50vw);
  position: relative;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Slide_Wrap {
    margin-bottom: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section {
    /*width: 62.7%;*/
    /*margin-right: 12.2rem;*/
  }
}
.layout-ColumnDetail .columndetail-ColumnTheme_Title {
  font-weight: 600;
}
.layout-ColumnDetail .columndetail-ColumnTheme_article_num {
  color: #2b3bcc;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.layout-ColumnDetail .columndetail-ColumnTheme_article_num:before {
  content: none;
}
.layout-ColumnDetail .columndetail-ColumnTheme_Content_Wrap {
  margin-bottom: 4.4rem;
  height: calc(100% - 9.2rem);
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ColumnTheme_Content_Wrap:after {
    top: 84%;
    right: -0.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail a:hover .columndetail-ColumnTheme_Content_Wrap:after {
    right: calc(-0.5% - 4px);
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .next_link .columndetail-ColumnTheme_Image {
    width: 35.106%;
    margin: 0;
  }
}
.layout-ColumnDetail .next_link .columndetail-ColumnTheme_Image img {
  width: 100%;
  position: relative;
  max-width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .next_link:after {
    left: inherit;
    right: 4.5%;
    bottom: 4.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .next_link .columndetail-ColumnTheme_Content {
    width: 67.1%;
  }
}
@media print, screen and (min-width: 1021px) {
  .layout-ColumnDetail .next_link .columndetail-ColumnTheme_Title {
    padding: 16px calc(3.65% + 45px) 0 0;
    line-height: 1.35;
  }
}
@media print, screen and (max-width: 1020px) and (min-width: 768px) {
  .layout-ColumnDetail .next_link .columndetail-ColumnTheme_Title {
    padding: 16px calc(3.65% + 30px) 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ColumnTheme_Content {
    width: 64.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-RelatedArticle_Section {
    margin-top: 8.5em;
    margin-bottom: 7.5em;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01 {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01 {
    max-width: 100vw;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01.medium_Wrap {
    margin-bottom: 5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block {
    font-size: 1.6rem;
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
    position: static;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
    font-size: 2.7rem;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
  font-size: 2rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
    font-size: 1.6rem;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-right: 10%;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
  content: "";
  background: url(../img/common/arrow_right02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
    bottom: 2%;
    top: auto;
    left: 3%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:hover:after {
    right: calc(3.5% - 4px);
    transition: all 0.2s;
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
  box-sizing: border-box;
  height: calc(100% - 9rem);
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
    padding-left: 23%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
    width: 90%;
    margin-top: 9%;
    margin-left: 5%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 6.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 1.5rem;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap:after {
  content: none;
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status {
  top: inherit;
  right: inherit;
  position: relative;
  width: 6.5em;
  height: 6.5em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status {
    width: 5.5em;
    height: 5.5em;
    position: absolute;
    bottom: -6.5em;
    left: -0.2em;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:before {
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:before {
    margin-top: 1.3em;
    width: 31%;
  }
}
.layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-indent: 0;
    margin-top: -0.4em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
    font-size: 1.1rem;
    margin-top: -0.5em;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_SideArea {
  top: 0;
}
.layout-ColumnDetail .columndetail-ColumnTheme_Section {
  margin-bottom: 8em;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-ColumnTheme_Section {
    margin-bottom: 5.5em;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-ColumnDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_article_num {
  color: inherit;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-ColumnTheme_Section a:hover .columndetail-ColumnTheme_article_num {
    color: #2b3bcc;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-RelatedArticle_Section, .layout-ColumnDetail .columndetail-ResearchTheme_Section {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-wrap-inner {
    width: 87%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container:before {
    width: calc(100vw - 1px);
    top: -29px;
    left: -14%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container,
  .layout-ColumnDetail .columndetail-Column_Member_Container,
  .layout-ColumnDetail .columndetail-Column_Tags_Container {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sessionDetail-Podcast_Wrap {
    margin-bottom: 0;
    padding-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Theme_Name {
    font-size: 2rem;
  }
}
.layout-ColumnDetail .sw-RelatedArticle_Section .sw-wrap-inner {
  position: relative;
}
.layout-ColumnDetail .link02_right {
  text-align: right;
}
.layout-ColumnDetail .link02 {
  /*position: absolute;*/
  /*text-align: right;
  display: block;*/
  color: #2b3bcc;
  font-weight: 600;
  /*right: 0;
  top: 17%;*/
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .link02 {
    /*top: auto;
    right: auto;
    bottom: -30px;
    left: 0;*/
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Advisor_Container {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Reference_Container {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container {
    width: 100%;
    padding-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container:before {
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Tags_Container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Tags_Container:before {
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-CoulumnTheme_Wrap a {
    position: relative;
    padding-bottom: 1.5rem;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
    width: 44%;
    margin-right: -1em;
    width: 71%;
    margin-right: -20%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
    margin-bottom: 4.5rem;
    margin-top: -2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.movie {
    padding-top: 52.25%;
    margin-bottom: 20.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image {
    margin-top: 6.8rem;
    margin-bottom: 4.5rem;
    width: auto;
    max-width: 100%;
    margin-right: -11%;
    margin-right: -13%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.vertical-image {
    margin-top: 9.8rem;
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.medium-image {
    margin-top: 4.3rem;
    margin-bottom: 8.5rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.last-image {
    margin-top: 9.6rem;
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.movie iframe {
    left: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block02 p,
  .layout-ColumnDetail .sw-ArticleDetail_Block03 p {
    width: 100%;
    margin-bottom: 2.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_Full_Image {
    margin-bottom: 13.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Full_Image img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_SubTitle_heading {
    margin-top: 8rem;
    margin-bottom: 4.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Info_Title {
    width: 25.5%;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Info_Title {
    width: 25.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .columndetail-Column_Tags_List {
    width: 74%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail h4.sw-ArticleDetail_Title_heading.galley_Title {
    margin-top: 13rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container:before,
  .layout-ColumnDetail .columndetail-Column_Reference_Container:before,
  .layout-ColumnDetail .columndetail-Column_Podcast_Container:before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    left: auto;
    right: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image img {
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.movie {
    margin-bottom: 10.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Image.last-image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Section {
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_PointWrap {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 12rem;
    margin-left: 34.8%;
    width: 48.9%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 8rem;
    width: 81.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_PointWrap {
    margin-left: calc(50% - 244px) !important;
    width: 787px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail body {
    overflow-x: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-Article_Container {
    width: calc(100vw - 7.5%);
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ColumnDetail .sw-ArticleDetail_Annotation_Area {
    margin-left: 25.8%;
    width: 78.18%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Annotation_Area {
    margin-left: calc(50% - 244px);
    width: 787px;
  }
}
.layout-ColumnDetail .sw-ArticleDetail_Block_wrap.img_flex_wrap {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Block_wrap.img_flex_wrap {
    display: block;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ColumnDetail .sw-ArticleDetail_Think_Area {
    width: 78.8%;
    margin-left: 25.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ColumnDetail .columndetail-Column_Author_Container:before {
    content: "";
    background: #d9d9d9;
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    margin: 0 calc(50% - 50vw);
    bottom: auto;
    top: -90px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ColumnDetail .sw-ArticleDetail_Share_Container:before {
    content: "";
    background: #d9d9d9;
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    margin: 0 calc(50% - 50vw);
    bottom: 87px;
    top: auto;
  }
}

/*ここまで.layout-ColumnDetail */
.people-Section_Title {
  font-size: 1.3rem;
}
.people-Section_Title span {
  font-size: 2.4rem;
  display: block;
  margin-top: 0.9rem;
  margin-bottom: 2.6rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .people-Section_Title span {
    font-size: 3.6rem;
  }
}

/* hero(コアページ共通？)
========================================================================== */
@media print, screen and (min-width: 768px) {
  .people-main_hero_wrap {
    display: flex;
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
  .people-main_hero_title {
    height: 106px;
    margin-left: 1rem;
    margin-top: 15.5rem;
  }
  .people-main_hero {
    width: 42.5%;
    margin-right: 2.4rem;
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .people-main_hero {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .people-main_hero_title {
    margin-top: 13.5rem;
  }
}
/* intro(コアページ共通？)
========================================================================== */
.people-intro_heading {
  font-size: clamp(2rem, 2.2rem + 0.625vw, 3.8rem);
  /*↓共通*/
  line-height: 2.1;
  letter-spacing: 0.1rem;
  margin-bottom: 4.7rem;
}
@media print, screen and (min-width: 768px) {
  .people-intro_heading {
    width: 60%;
    font-size: clamp(2rem, 3rem + 0.625vw, 3.8rem);
    line-height: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .people-intro_heading {
    line-height: 1.95;
    margin-bottom: 4.1rem;
  }
}

.people-intro_lead {
  font-size: clamp(1.4rem, 1.5rem + 0.625vw, 1.8rem);
  line-height: 2;
  margin-bottom: 3.5rem;
  /*↓共通*/
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .people-intro_lead {
    width: 60%;
  }
}
@media print, screen and (max-width: 767px) {
  .people-intro_lead {
    line-height: 1.6;
    margin-bottom: 4.2rem;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .people-main_hero_title {
    width: 41%;
  }
}

@media print, screen and (max-width: 767px) {
  .people-main_hero_wrap {
    margin-bottom: 4.2rem;
    margin-top: 4.3rem;
  }
}

/* people
========================================================================== */
.people-people_list {
  margin-top: 10.9rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .people-people_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 768px) {
  .people-people_list {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .people-people_list:after {
    content: "";
    display: block;
    width: 30%;
  }
}

.people-people_section {
  padding: 0 0 4.8rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .people-people_section {
    padding: 3.85rem 0 2.2rem;
    margin-bottom: 5.2rem;
  }
}

.people-people_ListItem {
  margin-bottom: 5.4rem;
}
.people-people_ListItem a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.people-people_ListItem a:after {
  content: "";
  background: url(../img/common/arrow_circle01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 37%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .people-people_ListItem a:hover .people-people_Profession,
  .people-people_ListItem a:hover .people-people_name {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .people-people_ListItem a:hover:after {
    content: "";
    background: url(../img/common/arrow_circle01_blue.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 37%;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .people-people_ListItem a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}
.people-people_ListItem figure {
  width: 25%;
  margin: 0 1.4rem 0 0;
  padding-top: 25%;
  position: relative;
  will-change: transform;
}
@media print, screen and (max-width: 768px) {
  .people-people_ListItem figure {
    width: 27%;
    padding-top: 27%;
    margin-bottom: 0.5rem;
    margin-left: 0;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .people-people_ListItem figure {
    overflow: hidden;
    border-radius: 50%;
  }
}
.people-people_ListItem figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .people-people_ListItem {
    width: 30.8%;
  }
}
@media print, screen and (max-width: 768px) {
  .people-people_ListItem {
    margin-bottom: 3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .people-people_ListItem:last-child {
    margin-bottom: 0;
  }
}

.people-people_Profession {
  margin-bottom: 0.6rem;
  width: 80%;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
@media print, screen and (max-width: 768px) {
  .people-people_Profession {
    margin-top: -0.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}

.people-people_name {
  font-size: clamp(1.1rem, 1.8rem + 0.625vw, 2.4rem);
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .people-people_name {
    width: 61.5%;
    font-size: 2rem;
    line-height: 1.55;
  }
}

.people-people_list_content {
  width: 71%;
}
@media print, screen and (max-width: 768px) {
  .people-people_list_content {
    width: 68.5%;
  }
}

@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .people-people_Profession {
    font-size: 1.2rem;
  }
  .people-people_name {
    font-size: 2rem;
  }
  .people-people_list {
    margin-bottom: 0;
  }
}
/* people detail
========================================================================== */
.layout-PeopleDetail {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}
.layout-PeopleDetail .sw-Article_Title_heading {
  margin-bottom: 2.5em;
}
.layout-PeopleDetail .sw-Article_Title_heading .en {
  font-size: clamp(1.1rem, 3.9rem + 0.625vw, 4.2rem);
  color: #1b1b25;
}
@media print, screen and (max-width: 767px) {
  .layout-PeopleDetail .sw-Article_Title_heading .en {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-PeopleDetail .sw-Article_Title_heading {
    margin-bottom: 1.9em;
  }
}
.layout-PeopleDetail .sw-Article_Container {
  margin-bottom: 12.6rem;
}
@media print, screen and (max-width: 767px) {
  .layout-PeopleDetail .sw-Article_Container {
    /*width: calc(100vw - 6.7%);
    overflow-x: scroll;*/
    margin-bottom: 9rem;
  }
}
.layout-PeopleDetail .sw-RelatedArticle_Section {
  margin-bottom: 12em;
}
@media print, screen and (max-width: 767px) {
  .layout-PeopleDetail .sw-Article_Container_Item {
    width: 47%;
    margin-right: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-PeopleDetail .sw-Article_Container_List {
    flex-wrap: nowrap;
    margin-top: 0;
    min-width: 1030px;
  }
}

@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_Section {
    margin-top: 3rem;
    margin-bottom: 9.3rem;
  }
}

.people-PeapleDetail_Profession {
  font-size: clamp(1.4rem, 2rem + 0.625vw, 2.4rem);
  margin-bottom: 2.7rem;
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_Profession {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }
}

.people-PeapleDetail_name {
  font-size: clamp(1.6rem, 3rem + 0.625vw, 3.2rem);
  margin-bottom: 3.8rem;
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_name {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}

.people-PeapleDetail_lead {
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 3.8rem;
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_lead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.people-PeapleDetail_link_List_item {
  margin-bottom: 1.6rem;
}
.people-PeapleDetail_link_List_item a {
  color: #2B3BCC;
  position: relative;
  font-weight: 600;
  transition: all 0.2s;
}
.people-PeapleDetail_link_List_item a:after {
  content: "";
  background: url(../img/common/icn_link_arrow.png) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  position: absolute;
  top: 0;
  right: -3rem;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_link_List_item a:after {
    right: -18px;
  }
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_link_List_item a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .people-PeapleDetail_link_List_item a:hover:after {
    content: "";
    right: -3.5rem;
    top: -4px;
    transition: all 0.2s;
  }
}

@media print, screen and (min-width: 768px) {
  .people-PeapleDetail_Wrap {
    display: flex;
    margin-top: 6.7rem;
    margin-bottom: 15.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .people-PeapleDetail_image {
    width: 27%;
    padding-top: 27%;
    margin-right: 2.2%;
    margin-left: 5rem;
    position: relative;
    height: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .people-PeapleDetail_image {
    margin-right: 3.3%;
  }
}
@media print, screen and (min-width: 1361px) {
  .people-PeapleDetail_image {
    margin-right: 3.8%;
  }
}
@media print, screen and (max-width: 767px) {
  .people-PeapleDetail_image {
    margin-bottom: 3.8rem;
    padding-top: 100%;
    position: relative;
  }
}
.people-PeapleDetail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .people-PeapleDetail_content {
    width: 51.3%;
  }
}

/* Research
   ========================================================================== */
/* main 部分*/
.layout-Research {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 1179px) {
  .layout-Research .sw-Heading_Group-list {
    min-height: 532px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1179px) {
  .layout-Research .sw-Research_Article_About {
    padding-top: 4.55rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Research .sw-btn_back01 a {
    max-width: 243px;
  }
}
.layout-Research .sw-btn_back01 a:before {
  transform: translateY(-1px);
}
@media print, screen and (max-width: 767px) {
  .layout-Research {
    margin-top: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Research .sw-Heading_Group-archive .sw-Section_Title-wrap .sw-Section_Title-inner {
    height: 100%;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Research .sw-Heading_Group-archive .sw-Section_Title-wrap figure {
    bottom: -46%;
    height: 165%;
    bottom: -25%;
    height: 117%;
    max-width: 84.2%;
    left: 0;
    right: 0;
  }
}

.tmp-ResearchDetail .wrapper {
  overflow-x: hidden;
}
.tmp-ResearchDetail .st-Header {
  position: absolute;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Hero_Full_Area {
    margin-top: 0;
  }
}
.tmp-ResearchDetail .st-Heading:before {
  border-color: #fff;
}
.tmp-ResearchDetail .st-Heading .st-Heading_logo img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.tmp-ResearchDetail .st-Heading.-active:before {
  border-color: #1b1b1b;
}
.tmp-ResearchDetail .st-Heading.-active .st-Heading_logo img {
  filter: none;
}
.tmp-ResearchDetail .st-Footer .st-Heading_logo img {
  filter: unset;
}
@media print, screen and (min-width: 1024px) {
  .tmp-ResearchDetail .global-nav .list-menu .list-menu_item a {
    color: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .tmp-ResearchDetail .global-nav .list-menu .list-menu_item:before {
    border-color: #fff;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block p,
  .tmp-ResearchDetail .sw-ArticleDetail_PointWrap,
  .tmp-ResearchDetail .sw-ArticleDetail_Block02,
  .tmp-ResearchDetail .sw-ArticleDetail_Block03,
  .tmp-ResearchDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .tmp-ResearchDetail .sw-ArticleDetail_Annotation_Area,
  .tmp-ResearchDetail .sw-ArticleDetail_SubTitle_heading,
  .tmp-ResearchDetail .sw-ArticleDetail_pdf_Link {
    /*margin-left: 100px;*/
    margin-left: 111px;
    margin-left: 26%;
    width: 77.9%;
    width: 95%;
  }
}
@media print, screen and (min-width: 1601px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block p,
  .tmp-ResearchDetail .sw-ArticleDetail_PointWrap,
  .tmp-ResearchDetail .sw-ArticleDetail_Block02,
  .tmp-ResearchDetail .sw-ArticleDetail_Block03,
  .tmp-ResearchDetail .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .tmp-ResearchDetail .sw-ArticleDetail_Annotation_Area,
  .tmp-ResearchDetail .sw-ArticleDetail_SubTitle_heading,
  .tmp-ResearchDetail .sw-ArticleDetail_pdf_Link {
    margin-left: calc(50% - 242px);
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Interviewee p {
    width: 77.9%;
  }
}
.tmp-ResearchDetail .sw-ArticleDetail_Annotation_Area p {
  width: 100%;
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block_wrap p {
    margin-right: 3rem;
  }
}
@media print, screen and (min-width: 1500px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block_wrap p {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .sw-ArticleDetail_Block_wrap .text_Block p {
    margin-left: 12.5%;
    margin-left: 0;
    margin-right: 0;
    max-width: 690px;
  }
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .columndetail-Column_Author_Content,
  .tmp-ResearchDetail .layout-ColumnDetail .about-people_list,
  .tmp-ResearchDetail .layout-ResearchDetail .about-people_list,
  .tmp-ResearchDetail .columndetail-Column_Podcast_Content,
  .tmp-ResearchDetail .columndetail-Column_Reference_Content,
  .tmp-ResearchDetail .columndetail-Column_Extra_Content,
  .tmp-ResearchDetail .columndetail-Column_Others_Content {
    width: 73%;
  }
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .columndetail-Column_Member_Container {
    margin-bottom: 3.2rem;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .sessionDetail-Podcast_image {
    width: 45.332%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1360px) {
  .tmp-ResearchDetail .sessionDetail-Podcast_image {
    width: 300px;
    width: 43.028%;
  }
}
@media print, screen and (min-width: 1601px) {
  .tmp-ResearchDetail .sessionDetail-Podcast_image {
    width: 300px;
    margin-right: 93px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tmp-ResearchDetail .columndetail-Column_Tags_List {
    width: 73%;
    margin-bottom: 0;
  }
}
.tmp-ResearchDetail .columndetail-Column_Tags_List li:last-child a {
  margin-bottom: 0;
}

.sw-Release_Article {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.69);
  color: #fff;
  font-size: 1.4rem;
  padding: 0 30px;
  border-radius: 30px;
  z-index: 3;
}
@media print, screen and (max-width: 767px) {
  .sw-Release_Article {
    font-size: 1.3rem;
    padding: 0 18px;
    bottom: 24px;
  }
}
.sw-Release_Article span {
  color: #fff;
  font-size: 3.4rem;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  margin-right: 1rem;
  vertical-align: sub;
}
@media print, screen and (max-width: 767px) {
  .sw-Release_Article span {
    font-size: 2.4rem;
    margin-right: 0.5rem;
  }
}

.rp-ResearchTheme_Section .sw-Heading_Group-list .l-Heading_flex {
  padding-bottom: 4.8%;
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchTheme_Section .sw-Heading_Group-list .l-Heading_flex {
    padding-bottom: 18.8%;
    padding-bottom: 50.8%;
  }
}

.rp-ResearchTheme_Section {
  /*z-index: 1;*/
  position: relative;
}
.rp-ResearchTheme_Section .sw-Heading_Group {
  padding-top: 4.5em;
}
@media print, screen and (min-width: 768px) {
  .rp-ResearchTheme_Section .sw-Section_Title-wrap {
    width: 62%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1179px) {
  .rp-ResearchTheme_Section .sw-Section_Title img {
    width: 90%;
    height: auto;
  }
}
@media print, screen and (min-width: 1180px) {
  .rp-ResearchTheme_Section .sw-Section_Title img {
    height: 4.38em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchTheme_Section .sw-Section_Title img {
    width: auto;
    height: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .rp-ResearchTheme_Section .sw-Section_Hero {
    width: 38%;
    margin: 0 0 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .rp-ResearchTheme_Section .sw-Heading_Group-list .sw-wrap-inner {
    padding-top: 10.5em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchTheme_Section .sw-Section_Title-wrap {
    padding-top: 27.5vw;
  }
}

.rp-Head_Section .rp-Head_Section_Text-wrapper {
  margin-left: auto;
  width: 65.8%;
  /*max-width: 850px;*/
  padding: 3.7em 0;
  margin-bottom: 5.7em;
}
@media print, screen and (max-width: 1023px) {
  .rp-Head_Section .rp-Head_Section_Text-wrapper {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-Head_Section .rp-Head_Section_Text-wrapper {
    padding-top: 0;
    margin-bottom: 1.35em;
  }
}
.rp-Head_Section .rp-Head_Section_Text-wrapper p {
  font-weight: 600;
  line-height: 2.2;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .rp-Head_Section .rp-Head_Section_Text-wrapper p {
    font-size: clamp(1.4rem, 1.37rem + 0.625vw, 1.8rem);
    /* line-height: 1.635;*/
  }
}

.rp-ResearchArchive_Section {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .rp-ResearchArchive_Section .sw-Card_Container_List {
    margin: 4em auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Card_Container_List {
    margin: -1em auto 0;
  }
}
.rp-ResearchArchive_Section .sw-Research_Article_ListItem_Place {
  margin-top: 6em;
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.3rem);
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.3rem);
  margin: 4.5em 0 0;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Research_Article_ListItem_Place {
    margin: 1.2em auto !important;
    font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.3rem) !important;
  }
}
.rp-ResearchArchive_Section .sw-Card_Container {
  margin-bottom: 6.2em;
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Card_Container {
    margin-bottom: 4.2em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Card_Container_Item-box {
    padding: 1.1em 1.2em 0.5em;
  }
}
.rp-ResearchArchive_Section.Research_icon_none .sw-ResearchArticle_Status {
  display: none;
}

.rp-Research_Member_Section {
  margin-bottom: 12rem;
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Member_Section {
    margin-bottom: 5rem;
  }
}

.rp-Research_Field_Section {
  margin-bottom: 12.4em;
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Field_Section {
    margin-bottom: 5.2em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Field_Section .sw-wrap-inner {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Field_Section .sw-Heading_common02 {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rp-Research_Field_Section .sw-Research_Article_ListItem_Place {
  margin-top: 4.5em;
  margin-left: 0;
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.3rem);
}
.rp-Research_Field_Section .gmap {
  margin-top: 2.8em;
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Field_Section .gmap {
    /*margin-left: -6.5%;
    width: 113%;*/
    margin-top: -1em;
    /*height: 107vw;*/
  }
}
.rp-Research_Field_Section .sw-Field_Place_List {
  margin-top: 2.38em;
}
@media print, screen and (max-width: 767px) {
  .rp-Research_Field_Section .sw-Field_Place_List {
    display: none;
  }
}
.rp-Research_Field_Section .sw-Field_Place_Item {
  margin-bottom: 1.05em;
}

.rp-Documents_Section {
  margin-bottom: 10.5em;
}
@media print, screen and (max-width: 767px) {
  .rp-Documents_Section {
    margin-bottom: 8.5em;
  }
}
.rp-Documents_Section .sw-Heading_common05 {
  font-size: 1.6rem;
  margin-top: 4em;
  margin-bottom: 2.5em;
}
@media print, screen and (max-width: 767px) {
  .rp-Documents_Section .sw-Heading_common05 {
    margin-top: 3.2em;
    margin-bottom: 1.7em;
  }
}
.rp-Documents_Section .sw-Link_Container_Item {
  margin-bottom: 1.55em;
}
@media print, screen and (max-width: 767px) {
  .rp-Documents_Section .sw-Link_Container_Item {
    margin-bottom: 1.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .rp-Documents_Section .sw-Link_Container_Item a:hover {
    color: #2b3bcc;
  }
}
.rp-Documents_Section .sw-icn_link01 a {
  font-size: clamp(1.4rem, 0.9rem + 0.625vw, 1.4rem);
}
@media print, screen and (min-width: 1024px) {
  .rp-Documents_Section .sw-icn_link01 a:hover:after {
    background: url(../img/common/icn_link_arrow.png) no-repeat;
    background-size: contain;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-Documents_Section .sw-Heading_common02 .ja {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Section_Title-wrap .sw-Section_Title .ja {
    font-size: 3.2rem;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Section_Title-wrap .sw-Section_Title-sub .en {
    font-size: 1.4rem;
    margin-top: 0.4em;
    margin-bottom: 3em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Section_Title-wrap .sw-Section_Title .en {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Section_Title-wrap .sw-Section_Title-sub {
    font-size: 1.1rem;
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Section_Title-wrap .sw-Section_Text-sub {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: -0.3em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-ResearchArticle_Status {
    width: 27.2vw;
    height: 27.2vw;
    top: calc(100% - 14vw);
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-ResearchArticle_Status:after {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_common02 .ja {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_Group-archive {
    margin-bottom: 4em;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_common03 {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_common01 .en {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_Group-archive .sw-Section_Title-wrap {
    padding-bottom: 5em;
    height: 57vh;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 767px) {
  .rp-ResearchArchive_Section .sw-Heading_Group-archive .sw-Section_Hero {
    height: 57vh;
  }
}

/* Research detail
   ========================================================================== */
.sw-ArticleDetail_Vote_Area {
  background: #2b3bcc;
  padding: 10rem 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 12.4rem;
  overflow-x: hidden;
  position: relative;
}
.sw-ArticleDetail_Vote_Area figure {
  width: 80%;
  max-width: 632px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Vote_Area figure {
    width: 92%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Vote_Area {
    margin-bottom: 6.4rem;
    padding: 7rem 0 3.2rem;
  }
}
.sw-ArticleDetail_Vote_Area .icn_toptovote.pcElement {
  position: absolute;
  width: 29%;
  right: -20%;
  top: 5%;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Vote_Area {
    margin-bottom: 8rem;
  }
}

.sw-ArticleDetail_SideArea {
  position: absolute;
  top: 0;
  /*left: 6.5%;*/
  left: -10%;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .sw-ArticleDetail_SideArea {
    top: 14%;
    left: -20%;
  }
}
.sw-ArticleDetail_SideArea p {
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sw-ArticleDetail_SideArea_Research_Theme {
  font-size: 1.1rem;
  border-top: 1px solid;
  padding-top: 1.8rem;
}

.sw-ArticleDetail_SideArea_Research_Theme_Category {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid;
}

.sw-ArticleDetail_SideArea_Tags {
  margin-top: 1.8rem;
  font-size: 1.1rem;
}

.sw-ArticleDetail_SideArea_Tags_List li {
  margin-bottom: 1rem;
}
.sw-ArticleDetail_SideArea_Tags_List li a {
  color: #2b3bcc;
}
.sw-ArticleDetail_SideArea_Tags_List li a:before {
  content: "#";
}

/* layout-ResearchDetail
   ========================================================================== */
.layout-ResearchDetail {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail {
    margin-top: 3.4rem;
  }
}
.layout-ResearchDetail .sw-Article_Title_heading .en {
  color: #1b1b25;
}
.layout-ResearchDetail .wrap.sw-wrap-inner {
  position: relative;
  max-width: 1192px;
}
.layout-ResearchDetail .sw-ArticleDetail_Title_heading:after {
  content: "";
  background: url(../img/research/article/heading_line.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 25.9px;
  display: block;
  margin: 0.8rem 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Title_heading:after {
    width: 126px;
    height: 17px;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_CategoryName {
  color: #2b3bcc;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1499px) {
  .layout-ResearchDetail .sw-ArticleDetail_CategoryName {
    /*margin-right: 5.2%;*/
    letter-spacing: 0.08em;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Section h3 {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Section h3 {
    margin-left: 26%;
    width: 77.9%;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Think_Area {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  .layout-ResearchDetail .sw-ArticleDetail_Think_Area {
    width: 77.9%;
    margin: 7.5rem 0 7.5rem 25.85%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Think_Area {
    margin: 4em 0;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-wrap-inner {
    width: 98%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Hero {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Hero {
    width: 79.3939%;
    width: 107.6%;
    width: 100%;
    margin-right: -13%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Title_heading {
    margin-bottom: 1.6rem;
    margin-top: 8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Text {
    margin-bottom: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block p,
.layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
  margin-bottom: 4.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block p,
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
    margin-bottom: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block p,
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
    margin-left: 26%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block p,
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
    width: 92%;
    max-width: 787px;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block p i,
.layout-ResearchDetail .sw-ArticleDetail_Block .text_Block i {
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.layout-ResearchDetail .sw-ArticleDetail_Block p.sw-ArticleDetail_Annotation_Title,
.layout-ResearchDetail .sw-ArticleDetail_Block .text_Block.sw-ArticleDetail_Annotation_Title {
  margin-bottom: 0;
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
    margin-left: 0;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block .text_Block p {
  margin-bottom: 0;
}
.layout-ResearchDetail .sw-ArticleDetail_Block .text_Block * + p {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block p {
    margin-left: 12.5%;
    margin-left: 0;
    max-width: 690px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block p,
  .layout-ResearchDetail .sw-ArticleDetail_Block .text_Block {
    margin-bottom: 4.8rem;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Annotation_Area p {
  margin-bottom: 2.3rem;
  margin-left: 0;
  margin-top: 8px;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_SubTitle_heading {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 4rem;
    margin-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Container_List {
    flex-wrap: nowrap;
    margin-top: 1.32em !important;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Container_List .sw-Article_Container_Item {
    margin-right: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Container {
    /*width: calc( 100vw - 6.7%);*/
    width: calc(100vw - 7.2%);
    overflow-x: scroll;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-RelatedArticle_Section {
    margin-top: 4.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Column_Category {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Title {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Navigation_Btn04 {
    margin-top: 4.6rem;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block {
  margin-bottom: 7.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block {
    margin-bottom: 6.6rem;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image {
  width: 60%;
  max-width: 279px;
  padding: 0 20%;
  max-height: 70vh;
  overflow: hidden;
  position: relative;
  margin: 0 -1.2% 0 auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    min-height: 80vh;
    max-height: 154vw;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image:before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 47%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 55%); /* 徐々に透明にする */
  position: absolute; /*  */
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image:before {
    width: 100%;
    height: 20%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 85%);
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image.isOpen {
  max-height: unset;
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-ArticleDetail_Image.isOpen::before {
  display: none;
}
.layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-modal_Link {
  position: absolute;
  bottom: 13%;
  right: 0;
  width: 60%;
  max-width: 279px;
  padding: 0 20%;
  max-height: 70vh;
  overflow: hidden;
  margin: 0 -1.2% 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-modal_Link {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-more_Link {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block.modal .sw-more_Link {
    display: block;
    padding: 2.2em 0;
  }
}
.layout-ResearchDetail .columndetail-Column_Author_Container:before {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .people-PeapleDetail_name {
    margin-bottom: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .about-people_ListItem {
    width: auto;
    margin-right: 0.8rem;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .about-people_list {
    margin-top: 1.1rem;
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .about-people_ListItem figure {
    margin-left: 0;
    padding-bottom: 0.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Tags_List {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image {
    margin-top: 9.5rem;
    margin-bottom: 4.5rem;
    width: auto;
    max-width: 100%;
    margin-right: -11%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image:last-child {
    margin-bottom: 0;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Image img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Share_Container {
    margin-top: 12rem;
    margin-bottom: 9.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Member_Container {
    margin-bottom: 4.8rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-Article_Container_List {
    margin-top: 3em;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Section {
  position: relative;
  margin-right: auto;
}
.layout-ResearchDetail .sw-ArticleDetail_SideArea {
  left: -16.3%;
  width: 22%;
  max-width: 189px;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .column03 figcaption {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Share_Sign {
    width: 22%;
    max-width: 188px;
  }
}
.layout-ResearchDetail .layout-ColumnDetail .about-people_list,
.layout-ResearchDetail .layout-ResearchDetail .about-people_list {
  margin-top: 0;
}
@media print, screen and (min-width: 1500px) {
  .layout-ResearchDetail .layout-ColumnDetail .about-people_list,
  .layout-ResearchDetail .layout-ResearchDetail .about-people_list {
    width: 75%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Reference_Content {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-ResearchDetail .columndetail-Column_Tags_List {
    width: 75%;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Date {
  padding-left: 0;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Date {
    margin-bottom: 80px;
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_pdf_Link {
    margin-bottom: 5.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Member_Container {
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .people-PeapleDetail_link_List {
    margin-bottom: 0;
  }
}
.layout-ResearchDetail .about-people_list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Tags_Container:before, .layout-ResearchDetail .columndetail-ColumnTheme_Section:before {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail section.columndetail-Column_Reference_Container {
    margin-bottom: 0;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}
.layout-ResearchDetail .columndetail-Column_Reference_Container:before {
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container:before {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container, .layout-ResearchDetail .columndetail-Column_Tags_Container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sessionDetail-Podcast_Wrap {
    margin-bottom: 0;
    width: calc(98% - 110px);
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sessionDetail-Podcast_Wrap {
    width: 845px;
    justify-content: flex-start;
  }
}
.layout-ResearchDetail .columndetail-Column_Reference_Content .people-PeapleDetail_link_List_item:last-child {
  margin-bottom: 0;
}
.layout-ResearchDetail .columndetail-Column_Reference_Content ul {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container {
    width: 100%;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: calc(56.972% - 35px);
  }
}
@media print, screen and (min-width: 1360px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: calc(56.972% - 30px);
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .sessionDetail-Podcast_content {
    width: 450px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .columndetail-Column_Info_Title {
    margin-left: 15.5% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    width: 95%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    width: 96%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block_wrap {
    margin-right: -11%;
    margin-left: 26%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block_wrap p {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Interviewer .sw-ArticleDetail-Block_wrap, .layout-ResearchDetail .sw-ArticleDetail_Interviewee .sw-ArticleDetail-Block_wrap {
    margin-left: 26%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Interviewer .sw-ArticleDetail-Block_wrap p, .layout-ResearchDetail .sw-ArticleDetail_Interviewee .sw-ArticleDetail-Block_wrap p {
    margin-left: 0;
    width: 92%;
    margin-right: 0;
    min-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01 {
    margin-right: -11%;
    max-width: 100%;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01 img {
  width: 100%;
  height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01 img {
    height: 40vw;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01 img {
    height: 370px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail-Title, .layout-ResearchDetail .sw-ArticleDetail-Field {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_SubTitle_heading {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block02, .layout-ResearchDetail .sw-ArticleDetail_Annotation_Area, .layout-ResearchDetail .sw-ArticleDetail_Block blockquote {
    margin-left: 26%;
    width: 77.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block blockquote {
    width: 68.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Info_Title {
    width: 25.5%;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Info_Title {
    width: 25.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Author_Content, .layout-ResearchDetail .columndetail-Column_Tags_List, .layout-ResearchDetail .columndetail-Column_Reference_Content, .layout-ResearchDetail .columndetail-Column_Extra_Content, .layout-ResearchDetail .about-people_list, .layout-ResearchDetail .columndetail-Column_Others_Content {
    width: 73%;
  }
}
.layout-ResearchDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_Image img {
  width: 100%;
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-bottom: 12rem;
    margin-right: 4.6rem;
    width: 107%;
    margin-top: 13.8rem;
    max-width: 200%;
    margin-left: 5%;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 figure {
  width: 31.1%;
  margin-right: 0;
  aspect-ratio: 25/33;
}
.layout-ResearchDetail .sw-ArticleDetail_Block_wrap {
  display: block;
}
.layout-ResearchDetail .sw-ArticleDetail_Block_wrap img {
  width: 100%;
}
.layout-ResearchDetail .sw-ArticleDetail_Annotation_Area img {
  width: 100%;
  margin-top: 1.5rem;
}
.layout-ResearchDetail .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Block_wrap {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.layout-ResearchDetail blockquote {
  line-height: 1.8;
  position: relative;
  margin-bottom: 6rem;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail blockquote {
    /*width: 71%;*/
    width: 63.5%;
    margin-left: auto;
    margin-right: 19%;
    /*margin-right: 10%;*/
    margin-bottom: 11rem;
    width: 68.5%;
    margin-left: 111px;
    padding: 0 35px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail blockquote {
    font-size: 1.6rem;
    margin-bottom: 9.5rem;
    width: 78%;
    margin: 0 auto 9.5rem;
    padding: 0 40px;
  }
}
.layout-ResearchDetail blockquote:before {
  content: "";
  background: url(../img/research/article/icon_blockquote_before.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail blockquote:before {
    width: 27px;
    height: 18px;
  }
}
.layout-ResearchDetail blockquote:after {
  content: "";
  background: url(../img/research/article/icon_blockquote_after.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -4px;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail blockquote:after {
    width: 27px;
    height: 18px;
    right: 5px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ResearchDetail blockquote {
    /*margin-left: 100px;*/
    margin-left: 161px;
    width: 68.5%;
    margin-left: 111px;
    margin-left: 26%;
    padding: 0 4.6% 0 5%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail blockquote {
    margin-left: calc(50% - 393px);
    width: 68%;
    padding: 0 50px;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_pdf_Link a {
  color: #2b3bcc;
  font-weight: 600;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: block;
}
.layout-ResearchDetail .sw-ArticleDetail_pdf_Link a:after {
  content: "";
  background: url(../img/common/arrow_right_blue.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 1rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_pdf_Link a:hover {
    color: #1b1b25;
  }
}
@media print, screen and (min-width: 1024px) {
  .layout-ResearchDetail .sw-ArticleDetail_pdf_Link a:hover:after {
    background: url(../img/common/arrow_right.png) no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_pdf_Link {
    margin-top: -5rem;
    margin-bottom: 10.4rem;
    margin-left: 26%;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Share_Container {
  margin-bottom: 18rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Share_Container {
    margin-bottom: 11.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Share_Container {
    width: 80.3%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Container .columndetail-Column_Info_Title:before {
    vertical-align: text-bottom;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content {
    width: 73.6%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content {
    margin-bottom: 7rem;
  }
}
.layout-ResearchDetail .columndetail-Column_Extra_Title {
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Title {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content_Item img {
    height: 214px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Container {
    margin-bottom: 0;
    padding-bottom: 5.5rem;
    width: 100%;
    margin-left: -18.5%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Container .columndetail-Column_Info_Title {
    width: 24.8% !important;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Container .columndetail-Column_Extra_Content {
    width: 75% !important;
  }
}
.layout-ResearchDetail p.columndetail-Column_Extra_Title {
  font-weight: 600;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail p.columndetail-Column_Extra_Title {
    margin-top: 1.4rem;
  }
}
.layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap p {
  font-size: 1.3rem;
}
.layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap p span {
  display: block;
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item {
    width: 31.5%;
    margin-right: 1rem;
    margin-bottom: 2.5rem;
  }
}
.layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure {
  height: 118px;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure {
    height: 214px;
  }
}
.layout-ResearchDetail .columndetail-Column_Extra_Content_Wrap .columndetail-Column_Extra_Content_Item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-bottom: 12rem;
    margin-right: 4.6rem;
    width: 107%;
    margin-top: 13.8rem;
    max-width: 200%;
    margin-left: 5%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-right: 16.1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 figure {
    margin-left: 0;
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Gallery_Wrap01.column03 {
    justify-content: space-between;
  }
}

/*ここまで.layout-ResearchDetail */
.sw-ArticleDetail_PointWrap {
  background: #fafafa;
  margin-bottom: 14rem;
  padding: 2rem 0;
}
@media print, screen and (min-width: 1500px) {
  .sw-ArticleDetail_PointWrap {
    width: 77.8%;
    margin-right: 10.8%;
  }
}
@media print, screen and (min-width: 1620px) {
  .sw-ArticleDetail_PointWrap {
    width: 77.7%;
    margin-right: 11.2%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap {
    padding: 2.5rem 1.3rem;
  }
}
.sw-ArticleDetail_PointWrap p {
  width: 87.5%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap p {
    line-height: 1.64;
  }
}
@media print, screen and (min-width: 767px) {
  .sw-ArticleDetail_PointWrap p {
    font-size: 1.8rem;
  }
}

.sw-ArticleDetail_PointWrap p.sw-ArticleDetail_Point_Title {
  font-size: 2rem;
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap p.sw-ArticleDetail_Point_Title {
    font-size: 1.8rem;
  }
}
.sw-ArticleDetail_PointWrap p.sw-ArticleDetail_Point_Title span {
  font-size: 2rem;
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: inline-block;
}
.sw-ArticleDetail_PointWrap p.sw-ArticleDetail_Point_Title span:after {
  content: "";
  background: #1b1b25;
  height: 1px;
  display: block;
}

.sw-ArticleDetail_Block p a {
  color: #2b3bcc;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.8rem);
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block p a {
    font-size: 1.6rem;
    display: inline;
    word-wrap: break-word;
  }
}
.sw-ArticleDetail_Block p u, .sw-ArticleDetail_Block p mark {
  background: linear-gradient(transparent 50%, #d5d8f5 50%);
  text-decoration: none;
  padding-bottom: 0.3rem;
}

.sw-ArticleDetail-Field {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.sw-ArticleDetail-Field:before {
  content: "Field";
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-right: 1rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail-Field {
    margin-bottom: 0.4rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1499px) {
  .sw-ArticleDetail-Field {
    /*margin-right: 5.2%;*/
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1499px) {
  .sw-ArticleDetail_Date {
    /*margin-right: 5.2%;*/
  }
}

.sw-ArticleDetail_Think_Area {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 3.3rem 0;
  margin: 0 auto;
}
.sw-ArticleDetail_Think_Area p {
  width: 87%;
  margin: 0 auto 1.2rem;
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Think_Area p {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Think_Area .sw-ArticleDetail_Think_Title {
    font-size: 2rem;
    font-weight: 600;
  }
}
.sw-ArticleDetail_Think_Area .sw-ArticleDetail_Think_Title:before {
  content: "";
  background: url(../img/common/icn_comment.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub;
  margin-right: 1rem;
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .sw-ArticleDetail_Think_Area {
    /*margin-left: 100px;*/
    margin-left: 110px;
    margin-left: 26%;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_Think_Area {
    margin-left: calc(50% - 244px);
    width: 787px;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .sw-ArticleDetail_PointWrap,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section h3,
  .sw-ArticleDetail_Section h2,
  .sessionDetail-people,
  .sessionDetail-time,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-Application_btn {
    /*margin-left: 100px;*/
    margin-left: 110px;
    width: 77.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_PointWrap,
  .sw-ArticleDetail_Section .sw-ArticleDetail_Title_heading,
  .sw-ArticleDetail_Block p,
  .sw-ArticleDetail_Section h3,
  .sw-ArticleDetail_Section h2,
  .sessionDetail-people,
  .sessionDetail-time,
  .sessionDetail-people,
  .sessionDetail-time,
  .sw-Application_btn {
    margin-left: calc(50% - 393px);
    width: 77.8%;
  }
}

/* Research full
   ========================================================================== */
.sw-ArticleDetail_Hero_Full_Area {
  background: url(../img/research/article/hero-research-article01.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 6.5vw;
  padding: 15% 0 2.8%;
  margin-top: -13%;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1360px) {
  .sw-ArticleDetail_Hero_Full_Area {
    margin-top: -16%;
    background-position: 50% 8vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area {
    margin-top: -82px;
    background-position: 50% 50%;
    height: 80vh;
    max-height: 125vw;
    min-height: 105vw;
    background-size: cover;
    margin-top: -22%;
    position: relative;
    z-index: -1;
  }
}
.sw-ArticleDetail_Hero_Full_Area p,
.sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Title {
  color: #fff;
  text-align: center;
}
.sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Title {
  margin-bottom: 11.5%;
  font-size: clamp(1.8rem, 5rem + 0.625vw, 6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Title {
    font-size: 2rem;
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 480px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Title {
    width: 80%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Title {
    min-height: 7em;
    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_CategoryName {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: calc(3em + 11.5%);
  font-size: clamp(1.1rem, 1.8rem + 0.625vw, 2.4rem);
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 768px) and (min-width: 1023px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_CategoryName {
    margin-top: calc(4em + 11.5%);
  }
}
@media print, screen and (min-width: 1361px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_CategoryName {
    margin-top: 11.5%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_CategoryName {
    font-size: 1rem;
    margin-top: 31%;
    margin-bottom: 2.6rem;
  }
}
@media print, screen and (max-width: 374px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_CategoryName {
    margin-top: 25%;
  }
}
.sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_Date,
.sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Field {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.6rem;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_Date,
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Field {
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail_Date {
    bottom: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area .sw-ArticleDetail-Field {
    bottom: 62px;
  }
}

.sw-ArticleDetail_Hero_Full_Area.ilust {
  background: url(../img/research/article/hero-research-article01.png) no-repeat;
  background-size: cover;
  padding: 15% 0 4%;
  margin-top: 0;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Hero_Full_Area.ilust {
    height: 80vh;
    background-size: cover;
  }
}

.layout-ResearchDetail {
  margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail {
    margin-top: 8rem;
    width: 100vw;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Slide_Wrap {
  width: 100vw;
  margin: 6rem calc(50% - 50vw);
  position: relative;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Slide_Wrap {
    margin-bottom: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Section {
    /*width: 62.7%;*/
    /*margin-right: 12.2rem;*/
  }
}
.layout-ResearchDetail .columndetail-ColumnTheme_Title {
  font-weight: 600;
}
.layout-ResearchDetail .columndetail-ColumnTheme_article_num {
  color: #2b3bcc;
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.layout-ResearchDetail .columndetail-ColumnTheme_article_num:before {
  content: none;
}
.layout-ResearchDetail .columndetail-ColumnTheme_Content_Wrap {
  margin-bottom: 4.4rem;
  height: calc(100% - 9.2rem);
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ColumnTheme_Content_Wrap:after {
    top: 84%;
    right: -0.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail a:hover .columndetail-ColumnTheme_Content_Wrap:after {
    right: calc(-0.5% - 4px);
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .next_link .columndetail-ColumnTheme_Image {
    width: 35.106%;
    margin: 0;
  }
}
.layout-ResearchDetail .next_link .columndetail-ColumnTheme_Image img {
  width: 100%;
  position: relative;
  max-width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .next_link:after {
    left: inherit;
    right: 4.5%;
    bottom: 4.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .next_link .columndetail-ColumnTheme_Content {
    width: 67.1%;
  }
}
@media print, screen and (min-width: 1021px) {
  .layout-ResearchDetail .next_link .columndetail-ColumnTheme_Title {
    padding: 16px calc(3.65% + 45px) 0 0;
    line-height: 1.35;
  }
}
@media print, screen and (max-width: 1020px) and (min-width: 768px) {
  .layout-ResearchDetail .next_link .columndetail-ColumnTheme_Title {
    padding: 16px calc(3.65% + 30px) 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ColumnTheme_Content {
    width: 64.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-RelatedArticle_Section {
    margin-top: 8.5em;
    margin-bottom: 7.5em;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01 {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01 {
    max-width: 100vw;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block .sw-ArticleDetail_Gallery_Wrap01.medium_Wrap {
    margin-bottom: 5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block {
    font-size: 1.6rem;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
    position: static;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
    font-size: 2.7rem;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
  font-size: 2rem;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
    font-size: 1.6rem;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-right: 10%;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
  content: "";
  background: url(../img/common/arrow_right02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
    bottom: 2%;
    top: auto;
    left: 3%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:hover:after {
    right: calc(3.5% - 4px);
    transition: all 0.2s;
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
  box-sizing: border-box;
  height: calc(100% - 9rem);
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
    padding-left: 23%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
    width: 90%;
    margin-top: 9%;
    margin-left: 5%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 6.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 1.5rem;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap:after {
  content: none;
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status {
  top: inherit;
  right: inherit;
  position: relative;
  width: 6.5em;
  height: 6.5em;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status {
    width: 5.5em;
    height: 5.5em;
    position: absolute;
    bottom: -6.5em;
    left: -0.2em;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:before {
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:before {
    margin-top: 1.3em;
    width: 31%;
  }
}
.layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-indent: 0;
    margin-top: -0.4em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ResearchTheme_Section .sw-ResearchArticle_Status:after {
    font-size: 1.1rem;
    margin-top: -0.5em;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_SideArea {
  top: 0;
}
.layout-ResearchDetail .columndetail-ColumnTheme_Section {
  margin-bottom: 8em;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-ColumnTheme_Section {
    margin-bottom: 5.5em;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-ResearchDetail .columndetail-ColumnTheme_Section .columndetail-ColumnTheme_article_num {
  color: inherit;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-ColumnTheme_Section a:hover .columndetail-ColumnTheme_article_num {
    color: #2b3bcc;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-RelatedArticle_Section, .layout-ResearchDetail .columndetail-ResearchTheme_Section {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-wrap-inner {
    width: 87%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Author_Container:before {
    width: calc(100vw - 1px);
    top: -29px;
    left: -14%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Author_Container,
  .layout-ResearchDetail .columndetail-Column_Member_Container,
  .layout-ResearchDetail .columndetail-Column_Tags_Container {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sessionDetail-Podcast_Wrap {
    margin-bottom: 0;
    padding-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Theme_Name {
    font-size: 2rem;
  }
}
.layout-ResearchDetail .sw-RelatedArticle_Section .sw-wrap-inner {
  position: relative;
}
.layout-ResearchDetail .link02_right {
  text-align: right;
}
.layout-ResearchDetail .link02 {
  /*position: absolute;*/
  /*text-align: right;
  display: block;*/
  color: #2b3bcc;
  font-weight: 600;
  /*right: 0;
  top: 17%;*/
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .link02 {
    /*top: auto;
    right: auto;
    bottom: -30px;
    left: 0;*/
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Advisor_Container {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Reference_Container {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container {
    width: 100%;
    padding-top: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container:before {
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Podcast_Container .columndetail-Column_Podcast_Content {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Tags_Container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Tags_Container:before {
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-CoulumnTheme_Wrap a {
    position: relative;
    padding-bottom: 1.5rem;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
    width: 44%;
    margin-right: -1em;
    width: 71%;
    margin-right: -20%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
    margin-bottom: 4.5rem;
    margin-top: -2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.movie {
    padding-top: 52.25%;
    margin-bottom: 20.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image {
    margin-top: 6.8rem;
    margin-bottom: 4.5rem;
    width: auto;
    max-width: 100%;
    margin-right: -11%;
    margin-right: -13%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.vertical-image {
    margin-top: 9.8rem;
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.medium-image {
    margin-top: 4.3rem;
    margin-bottom: 8.5rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.last-image {
    margin-top: 9.6rem;
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.movie iframe {
    left: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block02 p,
  .layout-ResearchDetail .sw-ArticleDetail_Block03 p {
    width: 100%;
    margin-bottom: 2.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_Full_Image {
    margin-bottom: 13.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Full_Image img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_SubTitle_heading {
    margin-top: 8rem;
    margin-bottom: 4.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .columndetail-Column_Info_Title {
    width: 25.5%;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Info_Title {
    width: 25.8%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .columndetail-Column_Tags_List {
    width: 74%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Author_Container {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail h4.sw-ArticleDetail_Title_heading.galley_Title {
    margin-top: 13rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .columndetail-Column_Author_Container:before,
  .layout-ResearchDetail .columndetail-Column_Reference_Container:before,
  .layout-ResearchDetail .columndetail-Column_Podcast_Container:before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    left: auto;
    right: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image img {
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.movie {
    margin-bottom: 10.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Image.last-image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Section {
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-ResearchDetail .sw-ArticleDetail_PointWrap {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .layout-ResearchDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 12rem;
    margin-left: 26%;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail body {
    overflow-x: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-Article_Container {
    width: calc(100vw - 7.5%);
  }
}

.sw-ArticleDetail_Block02,
.sw-ArticleDetail_Block03 {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 4.8rem 0 1.2rem;
  text-align: center;
  margin-bottom: 6rem;
}
.sw-ArticleDetail_Block02 .sw-ArticleDetail_Block_ttl, .sw-ArticleDetail_Block02 h4,
.sw-ArticleDetail_Block03 .sw-ArticleDetail_Block_ttl,
.sw-ArticleDetail_Block03 h4 {
  text-align: center;
  font-size: 2rem;
  display: inline;
  border-bottom: 1px solid;
}
.sw-ArticleDetail_Block02 .sw-ArticleDetail_Block_ttl_item, .sw-ArticleDetail_Block02 h5,
.sw-ArticleDetail_Block03 .sw-ArticleDetail_Block_ttl_item,
.sw-ArticleDetail_Block03 h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  margin-top: 3.2rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block02 .sw-ArticleDetail_Block_ttl_item, .sw-ArticleDetail_Block02 h5,
  .sw-ArticleDetail_Block03 .sw-ArticleDetail_Block_ttl_item,
  .sw-ArticleDetail_Block03 h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.sw-ArticleDetail_Block02 p,
.sw-ArticleDetail_Block03 p {
  text-align: left;
  margin-bottom: 3rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block02,
  .sw-ArticleDetail_Block03 {
    width: 81.8%;
    margin-left: auto;
    margin-right: 5.8%;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block03 {
    margin-top: 7rem;
    padding: 3.8rem 0 3.8rem;
    margin-bottom: 12.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Podcast_Wrap {
    margin-top: -2.5rem;
  }
}

.sw-ArticleDetail_Full_Image {
  width: 100vw;
  margin-bottom: 6rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
  position: relative;
}
@media print, screen and (max-width: 1600px) {
  .sw-ArticleDetail_Full_Image {
    left: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .sw-ArticleDetail_Full_Image {
    left: 0;
  }
}
.sw-ArticleDetail_Full_Image img {
  width: 100%;
}

.sw-ArticleDetail_Interviewer {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Interviewer {
    margin-bottom: 4rem;
  }
}
.sw-ArticleDetail_Interviewer:before {
  content: "";
  background: #1a1a1a;
  width: 56px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15%;
}
@media print, screen and (max-width: 1200px) {
  .sw-ArticleDetail_Interviewer:before {
    left: 10%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Interviewer:before {
    display: block;
    top: -10px;
    left: 0;
  }
}
.sw-ArticleDetail_Interviewer p {
  margin-bottom: 3rem;
}

.sw-ArticleDetail_Interviewee {
  position: relative;
  /*&:before {
    content: "名前";
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 40px;
    text-align: center;
    font-size: 2rem;
    text-align: center;
    @media print,
    screen and (max-width: 767px) {
      display: block;
      top: -24px;
      left: 0;
    }
  }*/
}
.sw-ArticleDetail_Interviewee .name {
  font-weight: 600;
  font-size: 2rem;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Interviewee .name {
    display: inline-block;
    text-align: right;
    width: auto;
    min-width: 79px;
    max-width: 100%;
    margin-left: -2rem;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    right: 79%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Interviewee .name {
    display: block;
    margin: 0 0 0.2em;
    /*top: -24px;
    left: 0;*/
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Interviewee {
    margin-bottom: 4rem;
  }
}
.sw-ArticleDetail_Interviewee p {
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-ResearchDetail .sw-ArticleDetail_Annotation_Area,
  .tmp-ResearchDetail .sw-ArticleDetail_Annotation_Area {
    margin-left: 25.8%;
    width: 78.18%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-ResearchDetail .sw-ArticleDetail_Annotation_Area,
  .tmp-ResearchDetail .sw-ArticleDetail_Annotation_Area {
    margin-left: calc(50% - 244px);
    width: 787px;
  }
}

.sw-ArticleDetail_Annotation_Area {
  background: #fafafa;
  padding: 1.6rem 0;
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .sw-ArticleDetail_Annotation_Area {
    margin-left: 25.8%;
    width: 78.18%;
  }
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_Annotation_Area {
    margin-left: calc(50% - 244px);
    width: 787px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Annotation_Area {
    padding-bottom: 0;
  }
}
.sw-ArticleDetail_Annotation_Area ul {
  width: 88.8%;
  margin-left: auto;
  margin-right: 5.8%;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Annotation_Area ul {
    width: 85.8%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sw-ArticleDetail_Annotation_Area ul li {
  display: flex;
  flex-wrap: wrap;
}
.sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Annotation_Title {
  width: 100%;
}
.sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Annotation_Image {
  width: 18%;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Annotation_Image {
    width: 38%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.sw-ArticleDetail_Annotation_Area p {
  color: #555;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Annotation_Area {
    /*width: 81.8%;*/
    width: 72.8%;
    margin-left: auto;
    /*margin-right: 5.8%;*/
    margin-right: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail-Block_wrap {
    margin-right: 0;
  }
}

.sw-ArticleDetail_Gallery_Wrap01 {
  display: flex;
  margin: 6rem 0 11rem auto;
  max-width: 80.8%;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 {
    max-width: 100vw;
    width: 100vw;
    margin: 5rem calc(50% - 50vw);
  }
  .sw-ArticleDetail_Gallery_Wrap01.vertical {
    flex-direction: column;
  }
  .sw-ArticleDetail_Gallery_Wrap01.vertical figure {
    width: 100%;
  }
  .sw-ArticleDetail_Gallery_Wrap01.vertical figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 232/185;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 figcaption {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: justify;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Gallery_Wrap01 {
    margin-right: 5%;
  }
}
.sw-ArticleDetail_Gallery_Wrap01 figure {
  width: 46%;
  margin: 0 0 6rem 0;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 figure {
    width: 48%;
    margin: 0 0 2rem 0;
    aspect-ratio: unset;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 figure:not(:last-child) {
    margin-right: 0;
    margin-left: 0;
  }
}
.sw-ArticleDetail_Gallery_Wrap01 figure.small {
  width: 35.1%;
  margin-bottom: 9rem;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 figure.small {
    height: auto;
    margin-bottom: 6rem;
  }
}
.sw-ArticleDetail_Gallery_Wrap01 figure.big {
  width: 61%;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01 figure.big {
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Gallery_Wrap01.column03 {
    margin-bottom: 8.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Title_heading.galley_Title {
    margin-top: 11rem;
  }
}

.sw-ArticleDetail_Podcast {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Podcast {
    max-width: 100%;
    margin-right: 5%;
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}
.sw-ArticleDetail_Podcast iframe {
  width: 100%;
  height: 352px;
  border: none;
  border-radius: 12px;
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block_wrap p {
    margin-left: 12.5%;
    max-width: 690px;
  }
}
.sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
  /*width: 37%;*/
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block_wrap .sw-ArticleDetail_Image {
    width: 69%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block_wrap {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block_wrap.flex {
    display: flex;
  }
}

.sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Block_wrap p {
  margin-left: 0;
  width: 80%;
  margin-right: 0;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Block_wrap p {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Annotation_Area .sw-ArticleDetail_Block_wrap {
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 767px) {
  .sw-RelatedArticle_Section .sw-btn_back01 {
    margin: 1.6em auto 3.6em;
  }
}

/* バナー調整
   ========================================================================== */
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #2b3bcc;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num {
    font-size: 2.7rem;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_article_num:before {
  content: none;
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap {
    position: static;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status {
  top: inherit;
  right: inherit;
  position: relative;
  width: 6.5em;
  height: 6.5em;
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status:before {
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status:before {
    margin-top: 1.3em;
    width: 31%;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status:after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status:after {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-indent: 0;
    margin-top: -0.4em;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status:after {
    font-size: 1.1rem;
    margin-top: -0.5em;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap .sw-ResearchArticle_Status {
    width: 5.5em;
    height: 5.5em;
    position: absolute;
    bottom: -6.5em;
    left: -0.2em;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap a {
  padding-right: 10%;
  position: relative;
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_wrap a:after {
  content: "";
  background: url(../img/common/arrow_right02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 3.5%;
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
  font-size: 2rem;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Title {
    font-size: 1.6rem;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
  padding-left: 23%;
  box-sizing: border-box;
  height: calc(100% - 9rem);
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content_Wrap {
    padding-left: 0;
    width: 90%;
    margin-top: 9%;
    margin-left: 5%;
    margin-bottom: 0;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_box {
  max-width: calc(100% - 6.5em);
  padding-right: 2.5rem;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_box {
    max-width: 100%;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Image {
  width: 34.5%;
  margin-left: 0;
  margin-right: 0;
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Image img {
    width: 60%;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Image img {
    margin: 30px auto;
    height: calc(100% - 60px);
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Image {
    width: 100%;
    height: 80vw;
    text-align: right;
    margin-right: 0;
    margin-top: -7%;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 1.5rem;
  }
}
.columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Content {
  width: 65.5%;
}
.columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-right: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-ColumnTheme_Text {
    margin-top: 6.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a {
    padding-bottom: 0;
  }
}
.columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
  content: "";
  background: url(../img/common/arrow_right02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 3.5%;
  bottom: 2%;
}
@media print, screen and (max-width: 767px) {
  .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:after {
    top: auto;
    left: 3%;
  }
}
@media print, screen and (min-width: 768px) {
  .columndetail-ResearchTheme_Section .columndetail-CoulumnTheme_Wrap a:hover:after {
    right: calc(3.5% - 4px);
    transition: all 0.2s;
    background-image: url(../img/common/arrow_right02_blue.png);
  }
}

.sw-ArticleDetail_Hero_Full_Area.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(177, 177, 165, 0.3), rgba(177, 177, 165, 0.3));
}

.sw-ArticleDetail_Hero_Full_Area.txtblack .sw-ArticleDetail_CategoryName, .sw-ArticleDetail_Hero_Full_Area.txtblack .sw-ArticleDetail-Title, .sw-ArticleDetail_Hero_Full_Area.txtblack .sw-ArticleDetail-Field, .sw-ArticleDetail_Hero_Full_Area.txtblack .sw-ArticleDetail_Date {
  color: #1a1a1a !important;
}

.tmp-ResearchDetail.txtblack .global-nav .list-menu .list-menu_item a {
  color: #1a1a1a;
}
.tmp-ResearchDetail.txtblack .global-nav .list-menu .list-menu_item:before, .tmp-ResearchDetail.txtblack .st-Heading:before {
  border-color: #1a1a1a !important;
}
.tmp-ResearchDetail.txtblack .st-Heading .st-Heading_logo img {
  filter: none;
}

/* 投票
   ========================================================================== */
.wp-polls {
  background: #fff;
  width: 75.4%;
  margin: 0 auto;
  max-width: 630px;
  padding: 3rem 2.5rem;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .wp-polls {
    width: 91.5%;
    padding: 1.5rem 1.5rem 2rem;
  }
}

.wp-polls-loading {
  text-align: center;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  position: relative;
}

.wp-polls-ul {
  margin: 60px 0 30px !important;
  position: relative;
  counter-reset: listnum;
}
.wp-polls-ul label {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .wp-polls-ul:after {
    content: "";
    background: url(../img/research/article/icn_taptovote.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 185px;
    height: 148.5px;
    top: -134px;
    right: -167px;
  }
}
.wp-polls-ul li label:before {
  counter-increment: listnum;
  content: counter(listnum, upper-alpha);
  color: #2b3bcc;
  border: 1px solid #2b3bcc;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  letter-spacing: 0em;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul li label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul {
    margin: 48px 0 30px !important;
  }
}

.wp-polls input[type=radio]:checked + label:before {
  background: #2B3BCC !important;
  color: #fff !important;
}

.wp-polls strong {
  display: block;
  font-size: 2.4rem;
  margin-left: 94px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .wp-polls strong {
    font-size: 1.8rem;
    margin-left: 64px;
    line-height: 2rem;
    margin-top: 4px;
  }
}
.wp-polls strong:before {
  content: "";
  background: #2b3bcc;
  width: calc(100% + 6rem + 94px);
  height: 1px;
  position: absolute;
  left: calc(-3rem - 94px);
  bottom: -2.95rem;
}
@media print, screen and (max-width: 767px) {
  .wp-polls strong:before {
    bottom: -1.5rem;
  }
}

.wp-polls span {
  font-size: 1.3rem;
  margin-left: 94px;
}
@media print, screen and (max-width: 767px) {
  .wp-polls span {
    font-size: 1.4rem;
    margin-left: 64px;
  }
}
.wp-polls span.total_votes {
  margin-left: 1.2rem;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .wp-polls span.total_votes {
    font-size: 2rem;
  }
}

.wp-polls-ul label {
  font-size: 1.8rem;
  border: 1px solid #d9d9d9 !important;
  padding: 20px 0 18px 62px !important;
  margin-bottom: 1.6rem !important;
  width: 90%;
  display: block !important;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul label {
    font-size: 1.6rem;
    width: 85%;
    padding: 16px 0 14px 46px !important;
    margin-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-polls-ul label:hover {
    cursor: pointer;
  }
}

.wp-polls {
  position: relative;
  /*&:before{
    content: '';
    background: #2b3bcc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 25%;
    @media print,
    screen and (max-width: 767px) {
      top: 103px;
    }
  }*/
}
@media print, screen and (max-width: 767px) {
  .wp-polls:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/research/article/icn_taptovote_sp.png) no-repeat;
    background-size: contain;
    max-width: 106px;
    width: 28.27vw;
    max-height: 93.5px;
    height: 24.8vw;
    top: -53px;
    right: -1.5%;
  }
}
.wp-polls:after {
  content: "";
  background: url(../img/research/article/vote_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 76px;
  height: 75px;
  top: 30px;
  left: 20px;
}
@media print, screen and (max-width: 767px) {
  .wp-polls:after {
    top: 8px;
    left: 10px;
    width: 63px;
    height: 63px;
  }
}
.wp-polls input[type=radio] {
  display: none;
}
.wp-polls input[type=radio]:checked + label {
  border: 1px solid #2B3BCC !important;
}

.wp-polls-ul li {
  opacity: 0;
}
.wp-polls-ul li.active {
  animation: loading_animation 0.5s ease-in-out 0.2s 1 forwards;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul {
    margin: 3.5rem 0 1.8rem !important;
  }
}

.wp-polls-ul.answer strong {
  font-size: 1.8rem;
  font-style: normal;
  position: absolute;
  width: calc(100% - 86px);
}
.wp-polls-ul.answer li {
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 1.6rem !important;
  width: 100%;
  display: block !important;
  position: relative;
  opacity: 0;
  animation: loading_animation 0.5s ease-in-out 0.2s 1 forwards;
  padding: 0.78em 0;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul.answer li {
    margin-bottom: 1rem !important;
    padding: 0.43em 0;
  }
}
.wp-polls-ul.answer li .pollbar:before {
  animation: votegraph 0.4s ease-in-out 0.2s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(1) {
  animation: loading_animation 0.5s ease-in-out 0.5s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(1) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 0.5s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(2) {
  animation: loading_animation 0.5s ease-in-out 0.8s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(2) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 0.8s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(3) {
  animation: loading_animation 0.5s ease-in-out 1.1s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(3) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 1.1s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(4) {
  animation: loading_animation 0.5s ease-in-out 1.4s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(4) v .pollbar:before {
  animation: votegraph 0.4s ease-in-out 1.4s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(5) {
  animation: loading_animation 0.5s ease-in-out 1.7s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(5) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 1.7s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(6) {
  animation: loading_animation 0.5s ease-in-out 2s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(6) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 2s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(7) {
  animation: loading_animation 0.5s ease-in-out 2.3s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(7) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 2.3s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(8) {
  animation: loading_animation 0.5s ease-in-out 2.6s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(8) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 2.6s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(9) {
  animation: loading_animation 0.5s ease-in-out 2.9s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(9) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 2.9s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(10) {
  animation: loading_animation 0.5s ease-in-out 3.2s 1 forwards;
}
.wp-polls-ul.answer li:nth-child(10) .pollbar:before {
  animation: votegraph 0.4s ease-in-out 3.2s 1 forwards;
}
.wp-polls-ul.answer li.voted {
  border: 1px solid #2b3bcc !important;
}
.wp-polls-ul.answer li.voted:before {
  background: #2b3bcc;
  color: #fff;
}
.wp-polls-ul.answer li:before {
  counter-increment: listnum;
  content: counter(listnum, upper-alpha);
  color: #2b3bcc;
  border: 1px solid #2b3bcc;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 2.2;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 11px;
  margin: auto;
  background: #fff;
  z-index: 2;
  text-indent: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul.answer li:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
  }
}
.wp-polls-ul.answer li p {
  display: flex;
  padding-left: 62px;
  /* position: absolute; */
  /* width: 88%; */
  /* top: -6%; */
  /*bottom: 0;*/
  /* margin: auto; */
  /* left: 66px; */
  align-items: center;
  z-index: 2;
  position: relative;
  width: calc(100% - 62px);
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .wp-polls-ul.answer li p {
    padding-left: 44px;
    width: calc(100% - 44px);
  }
}
.wp-polls-ul.answer li .pollbar {
  margin: 0 !important;
  font-size: 28px;
  line-height: 30px;
  height: 100% !important;
  background: none !important;
  border: none !important;
  z-index: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.wp-polls-ul.answer li .pollbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #dfe2f7;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s ease-in-out 0.2s;
}
.wp-polls-ul.answer i {
  font-style: normal !important;
  line-height: 60px;
  display: flex;
  width: 100%;
}

.answer_percent {
  color: #2b3bcc;
  font-size: 2rem !important;
  margin-left: 1em !important;
  margin-right: 10px;
  font-weight: 500;
}

.btn_vote .Buttons {
  border: 2px solid #1b1b25 !important;
  background: #1b1b25 !important;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 0;
  margin: -6px auto 23px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .btn_vote .Buttons:hover {
    cursor: pointer;
    background: #fff !important;
    color: #1b1b25;
  }
}
@media print, screen and (max-width: 767px) {
  .btn_vote .Buttons {
    margin: 24px auto 16px;
    padding: 18px 0;
  }
}

span.result_txt {
  margin-left: 0;
}

/*
.wp-polls-ul.answer li p {
  display: flex;
  margin-left: 46px;
  position: absolute;
  width: 88%;
  top: -6%;
  bottom: 0;
  margin: auto;
  left: 66px;
  align-items: center;
  z-index: 2;
  @media print,
  screen and (max-width: 767px) {
    left: 47px;
    width: 86%;
  }
}*/
.layout-ResearchDetail .sw-ArticleDetail_Block_wrap.img_flex_wrap {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .layout-ResearchDetail .sw-ArticleDetail_Block_wrap.img_flex_wrap {
    display: block;
  }
}

.tmp-ResearchDetail.txtblack footer .global-nav .list-menu .list-menu_item a {
  color: #fff;
}

.tmp-ResearchDetail.txtblack footer .global-nav .list-menu .list-menu_item:before, .tmp-ResearchDetail.txtblack .st-Heading:before {
  border-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block > iframe {
    margin-left: 11%;
    max-width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block > iframe.facebook {
    margin-left: 25.85%;
    width: 78.1%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block > iframe.facebook {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-ArticleDetail_Block > iframe.instagram-media {
    margin-left: 25.85% !important;
  }
}

.sw-ArticleDetail_Block iframe.vimeo, .sw-ArticleDetail_Block iframe.youtube {
  width: 100%;
  height: 522px;
}
@media print, screen and (min-width: 1601px) {
  .sw-ArticleDetail_Block iframe.vimeo, .sw-ArticleDetail_Block iframe.youtube {
    height: 570px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block iframe.vimeo, .sw-ArticleDetail_Block iframe.youtube {
    height: 200px;
  }
}
.sw-ArticleDetail_Block .twitter-tweet.twitter-tweet-rendered, .sw-ArticleDetail_Block .instagram-media {
  margin-left: 25.9%;
  max-width: 100% !important;
  width: 77.9% !important;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_Block .twitter-tweet.twitter-tweet-rendered, .sw-ArticleDetail_Block .instagram-media {
    margin-left: 0;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media print, screen and (max-width: 345px) {
  .sw-ArticleDetail_Block .twitter-tweet.twitter-tweet-rendered iframe {
    width: 100% !important;
  }
}

/* session
   ========================================================================== */
.layout-SessionArchive {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sp-Archive_Section .sw-Section_Title-wrap {
    width: 53%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sp-Archive_Section .sw-Section_Hero {
    width: 44%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sw-Heading_Group-list {
    min-height: 603px;
  }
}
.layout-SessionArchive .sw-Column_Category {
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .common-News_Section {
    margin-top: 12rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .common-News_Section {
    margin-top: 4.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sp-Heading_text {
    margin-bottom: 80px;
  }
}

.sp-Heading_text {
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sp-Heading_text {
    margin-bottom: 15vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-Heading_text {
    width: 59.77%;
    font-size: 1.8rem;
  }
}

.sp-Archive_Section {
  z-index: 0;
  position: relative;
}
.sp-Archive_Section .sw-Heading_Group {
  padding-top: 4.5em;
}
@media print, screen and (min-width: 768px) {
  .sp-Archive_Section .l-Heading_flex {
    min-height: 375px;
    box-sizing: border-box;
    margin: 8.5% auto 0.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-Archive_Section .sw-Section_Title-wrap {
    width: 62%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1179px) {
  .sp-Archive_Section .sw-Section_Title img {
    width: 61.5%;
    height: auto;
  }
}
@media print, screen and (min-width: 1180px) {
  .sp-Archive_Section .sw-Section_Title img {
    height: 4.38em;
  }
}
@media print, screen and (max-width: 767px) {
  .sp-Archive_Section .sw-Section_Title img {
    width: auto;
    height: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-Archive_Section .sw-Section_Hero {
    width: 38%;
    margin: 0 0 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .sp-Archive_Section .sw-Section_Hero {
    margin-bottom: 12vw;
  }
}

/* session Archive
   ========================================================================== */
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sw-Article_Container_Item {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sw-Article_Container_Item:nth-child(n+4) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionArchive .sw-Article_Container_List {
    margin-top: 6.4rem;
    margin-bottom: 8rem;
  }
}
.layout-SessionArchive .tp-Column_Section {
  padding: 0 0 4em;
  padding-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Section_Title-wrap {
    padding-top: 5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sp-Archive_Section .sw-Section_Hero {
    margin-bottom: 22vw;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Heading_common02 .en {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Heading_common02 {
    margin-top: 4.8rem;
    padding-bottom: 1em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Article_Title {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Column_Category {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionArchive .sw-Article_Title {
    margin-bottom: 3.2rem;
  }
}

/* session detail
   ========================================================================== */
.layout-SessionDetail {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail {
    margin-top: 6.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail {
    margin-top: 3.6rem;
  }
}
.layout-SessionDetail .sw-wrap-inner {
  position: relative;
}
.layout-SessionDetail .sw-Article_Title_heading .en {
  color: #1b1b25;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Article_Title_heading .en {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Hero {
    width: 100%;
    margin: 0 auto 4.5rem;
  }
  .layout-SessionDetail .sw-ArticleDetail_Hero img {
    height: auto;
  }
}
.layout-SessionDetail .columndetail-Column_Podcast_Container.sw-wrap-inner:before {
  content: "";
  background: #d9d9d9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  top: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .columndetail-Column_Podcast_Container.sw-wrap-inner:before {
    top: 8px;
  }
}
.layout-SessionDetail .sw-Navigation_Btn04 {
  margin-top: 10rem;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Navigation_Btn04 {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-ArticleDetail_Hero {
    margin-top: 11.5rem;
    margin-bottom: 7rem;
    margin-left: -14.5%;
    width: 127.6%;
    max-width: 1089px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-ArticleDetail_Hero.podcast {
    margin-left: 10%;
    width: 103%;
  }
}
.layout-SessionDetail .sw-ArticleDetail_Hero.movie {
  padding-top: 72.25%;
  position: relative;
}
.layout-SessionDetail .sw-ArticleDetail_Hero.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Hero.movie {
    padding-top: 55.25%;
  }
}
@media print, screen and (min-width: 1500px) {
  .layout-SessionDetail .sw-ArticleDetail_PointWrap {
    width: 77.8%;
    margin-right: 11%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .columndetail-Column_Info_Title {
    margin-left: 5.5rem;
    width: 26%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .columndetail-Column_Podcast_Container {
    width: 78%;
    padding-top: 8rem;
  }
}
.layout-SessionDetail .columndetail-Column_Podcast_Container:after {
  content: "";
  background: #d9d9d9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .columndetail-Column_Podcast_Content {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .columndetail-Column_Podcast_Content a:hover p, .layout-SessionDetail .columndetail-Column_Podcast_Content a:hover h2 {
    color: #2b3bcc;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .columndetail-Column_Podcast_Content a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}
.layout-SessionDetail .sessionDetail-Podcast_image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sessionDetail-Podcast_image {
    width: 44%;
    margin-right: 3rem;
  }
}
@media print, screen and (min-width: 1480px) {
  .layout-SessionDetail .sessionDetail-Podcast_image {
    margin-right: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sessionDetail-Podcast_Wrap {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-Article_Container {
    margin-bottom: 16.5rem;
    margin-top: 3em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail-Title {
    margin-top: 3.8rem;
    margin-bottom: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-RelatedArticle_Section {
    margin-top: 0;
    padding-top: 4.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Article_Container {
    width: calc(100vw - 6.7%);
    overflow-x: scroll;
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Article_Container_List {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Article_Container_List .sw-Article_Container_Item {
    margin-right: 1.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Column_Category {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Article_Title {
    font-size: 1.4rem;
  }
}
.layout-SessionDetail .sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja {
  font-weight: 600;
}
.layout-SessionDetail .sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja span {
  font-size: 2rem;
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  display: inline-block;
}
.layout-SessionDetail .sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja span:after {
  content: "";
  background: #1b1b25;
  height: 1px;
  display: block;
}
.layout-SessionDetail.future .sessionDetail-Category {
  letter-spacing: 0.15rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 4.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sessionDetail-time {
    margin-bottom: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_PointWrap {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Block p {
    line-height: 1.6;
    margin-bottom: 1.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail section.columndetail-Column_Podcast_Container.sw-wrap-inner {
    width: 100%;
    padding-top: 7.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-ArticleDetail_Block p {
    margin-bottom: 8.5rem;
  }
}
.layout-SessionDetail .sw-ArticleDetail_Share_Container {
  margin-top: 0;
  margin-bottom: 25.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Share_Container {
    margin-bottom: 14.5rem;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-RelatedArticle_Section {
    margin-top: 4.6em;
    margin-bottom: 7.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-Application_btn {
    margin-bottom: 6.5rem;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Application_btn {
    margin-bottom: 6.4rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-SessionDetail .sw-ArticleDetail_Share_Container {
    margin-top: 15rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Share_Container {
    margin-top: 10rem !important;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-ArticleDetail_Hero img {
    height: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-SessionDetail .sw-Application_btn {
    margin-top: 6.4rem;
    margin-bottom: 10rem;
  }
}

.sessionDetail-side {
  /*font-family: "Euclid Circular B", dnp-shuei-gothic-gin-std, sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.sessionDetail-side .sessionDetail-Category {
  font-size: clamp(1.8rem, 3rem + 0.625vw, 3.4rem);
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.sessionDetail-side .sessionDetail-Category span {
  font-size: clamp(1.8rem, 3rem + 0.625vw, 3.2rem);
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-side .sessionDetail-Category span {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-side .sessionDetail-Category {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sessionDetail-side .sessionDetail-Category {
    font-size: 2rem;
  }
}
.sessionDetail-side .sessionDetail-Date {
  font-size: clamp(1.8rem, 2rem + 0.625vw, 2.4rem);
  letter-spacing: 0.15rem;
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-side .sessionDetail-Date {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sessionDetail-side .sessionDetail-Date {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sessionDetail-side {
    position: absolute;
  }
}

.sessionDetail-people {
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", dnp-shuei-gothic-gin-std, Arial, Helvetica, sans-serif;
}

.sessionDetail-people,
.sessionDetail-time {
  font-size: clamp(1.8rem, 2rem + 0.625vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-people,
  .sessionDetail-time {
    font-size: 1.6rem;
  }
}

.sessionDetail-people span,
.sessionDetail-time span {
  font-size: clamp(1.8rem, 2rem + 0.625vw, 2.4rem);
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-people span,
  .sessionDetail-time span {
    font-size: 1.6rem;
  }
}

.sessionDetail-time {
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 767px) {
  .sessionDetail-time {
    margin-bottom: 3rem;
  }
}

@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap {
    margin-bottom: 5rem;
  }
}
.sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja:after {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja {
    font-size: 1.8rem;
  }
}
.sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja.podcast {
  letter-spacing: 0.1rem;
}
.sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja.podcast:after {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .sw-ArticleDetail_PointWrap .sw-ArticleDetail_Point_Title.ja.podcast {
    font-size: 1.8rem;
  }
}

.columndetail-Column_Podcast_Container .columndetail-Column_Info_Title.podcast:before {
  content: "";
  background: url(../img/common/icn_podcast.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Podcast_Container .columndetail-Column_Info_Title.podcast:before {
    transform: translateY(-2px);
  }
}
.columndetail-Column_Podcast_Container .columndetail-Column_Info_Title.talk:before {
  content: "";
  background: url(../img/common/icn_talksession.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .columndetail-Column_Podcast_Container .columndetail-Column_Info_Title.talk:before {
    transform: translateY(-2px);
  }
}

@media print, screen and (min-width: 768px) {
  .sessionDetail-Podcast_Wrap {
    display: flex;
    margin-bottom: 15.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sessionDetail-Podcast_image {
    width: 40%;
    margin-left: 0;
    margin-right: 3.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sessionDetail-Podcast_content {
    width: 55%;
  }
}

.sessionDetail-Podcast_Episode {
  font-size: clamp(1.2rem, 1.8rem + 0.625vw, 1.8rem);
  /*font-family: "Euclid Circular B", sans-serif;*/
  font-family: GoldwinGroteskPre, "GoldwinGroteskPre", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.sessionDetail-Podcast_name {
  font-size: clamp(1.2rem, 1.8rem + 0.625vw, 1.8rem);
  margin-bottom: 1.2rem;
}

@media print, screen and (max-width: 767px) {
  .columndetail-Column_Podcast_Content {
    margin-top: 3rem;
    padding-bottom: 3.7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .columndetail-Column_Podcast_Content .sessionDetail-Podcast_image {
    margin-bottom: 2rem;
  }
}

/* tags
   ========================================================================== */
.layout-TagArchive {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout-TagArchive .sw-Heading_common02 .en {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-TagArchive .common-News_Section {
    margin-top: 17.9em;
  }
}

.layout-TagArchive .sw-Section_Title {
  font-size: 6rem;
  text-align: center;
}
.layout-TagArchive .sw-Section_Title:before {
  content: "#";
  margin-right: 1rem;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .sw-Section_Title {
    font-size: 2.4rem;
  }
}
.layout-TagArchive .sw-Heading_Group-list {
  min-height: auto;
  padding: 10rem 0 12rem;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .sw-Heading_Group-list {
    padding: 7.5rem 0 8.5rem;
  }
}
.layout-TagArchive .sw-Article_Container_Item {
  margin-bottom: 4.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .sw-Article_Container_Item {
    margin-bottom: 0;
  }
}
.layout-TagArchive .sw-Heading_common02 {
  padding-bottom: 1.7em;
  margin-bottom: 4em;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .sw-Heading_common02 {
    margin-bottom: 0;
    padding-bottom: 1.1em;
  }
}
.layout-TagArchive .tp-Section_Investigate {
  position: relative;
  z-index: 2;
  margin-bottom: 13.5rem;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .tp-Section_Investigate {
    margin-bottom: 8rem;
  }
}
.layout-TagArchive .tp-Column_Section {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .tp-Column_Section {
    padding: 0;
    margin-bottom: 8rem;
  }
}
.layout-TagArchive .sw-Heading_common02 .en {
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .layout-TagArchive .sw-Heading_common02 .en {
    font-size: 2rem;
    margin-left: 0.4rem;
    letter-spacing: 0.2rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
  }
  .layout-TagArchive .sw-Card_Container_List {
    margin-top: 1.4em;
  }
  .layout-TagArchive .sw-Heading_common03 {
    font-size: 2rem;
  }
  .layout-TagArchive .sw-Research_Article_ListItem_Place {
    font-size: 1.1rem;
    margin-top: 1.4em;
    margin-left: 0;
  }
  .layout-TagArchive .sw-Card_Container_Item {
    margin-bottom: 5.178%;
  }
  .layout-TagArchive .sw-Card_Container_Item-box {
    padding: 1.4em;
  }
  .layout-TagArchive .sw-Article_Container_List {
    margin: 1.5em auto 0;
  }
  .layout-TagArchive .sw-Column_Category {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .layout-TagArchive .sw-Article_Title {
    font-size: 1.4rem;
  }
  .layout-TagArchive .sw-Article_Container_Item_Image {
    margin-bottom: 0.8em;
  }
}

.rp-Section_Investigate .sw-Research_Article_ListItem_Place {
  font-size: clamp(1.1rem, 1.1rem + 0.625vw, 1.3rem);
  margin: 4.5em 0 0;
  font-weight: 600;
  letter-spacing: 0.07em;
}

/* 404 not found
   ========================================================================== */
.layout-404 {
  width: 100%;
  max-width: 100%;
}
.layout-404 .sw-Column_Category,
.layout-404 .sw-Session_Category,
.layout-404 .sw-Column_Category_Theme_Name {
  font-weight: 400;
}
@media print, screen and (max-width: 767px) {
  .layout-404 .sw-Column_Category,
  .layout-404 .sw-Session_Category,
  .layout-404 .sw-Column_Category_Theme_Name {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-404 .sw-Column_Category_Theme_Name {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-404 .sw-Article_Title {
    font-size: 1.4rem;
  }
}

.np-Heading_404 {
  text-align: center;
  margin-bottom: 8em;
  position: relative;
  /*z-index: 1;*/
}
@media print, screen and (max-width: 767px) {
  .np-Heading_404 .sw-wrap-inner {
    width: 90%;
  }
}

.np-Heading_404 .sw-Section_Hero {
  width: 50%;
  max-width: 460px;
  margin: 4.4em auto -1.2em;
}
@media print, screen and (max-width: 767px) {
  .np-Heading_404 .sw-Section_Hero {
    width: 100%;
    margin: 2.45em auto -0.5em;
  }
}

.np-Heading_404 .sw-Section_Title .en {
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.np-Heading_404 .sw-Section_Title {
  margin-bottom: 1.2em;
}

@media print, screen and (max-width: 767px) {
  .np-Heading_404 .sw-Section_Title-wrap {
    padding-top: 8.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  .np-Heading_404 .sw-Section_Title-wrap p {
    font-size: clamp(1.4rem, 3.74vw, 1.6rem);
  }
}

/* hero & loading
   ========================================================================== */
/* main visual */
.hero-Image {
  opacity: 0;
}
@media print, screen and (min-width: 1024px) and (max-height: 640px) {
  .hero-Image {
    min-height: 690px;
  }
}
@media print, screen and (min-width: 1601px) and (max-height: 960px) {
  .hero-Image {
    min-height: 760px;
  }
}

.hero-Image-inner {
  opacity: 0;
}

.wf-active .hero-Image {
  animation: fadein_animation_Y 0.45s ease-in-out 0.2s 1 forwards;
}
.wf-active .hero-Image-inner {
  animation: fadein_animation_R 0.3s linear 1.1s 1 forwards;
}

.tp_main-view,
#loading_screen .sw-loader_image_inner {
  position: relative;
  /*
  @media print,
  screen and (min-width: 1920px) {
    height: calc(100vh - 300px);
    padding-top: 250px;
  }*/
}
@media print, screen and (max-width: 767px) {
  .tp_main-view,
  #loading_screen .sw-loader_image_inner {
    padding-top: 15vw;
  }
}
@media print, screen and (min-width: 768px) {
  .tp_main-view,
  #loading_screen .sw-loader_image_inner {
    width: 100%;
    height: calc(100vh - 13rem - 55px);
    padding-top: 13rem;
    padding-bottom: 55px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 1080px;
    z-index: 2;
    min-height: 700px;
  }
}
@media print, screen and (min-width: 1024px) {
  .tp_main-view,
  #loading_screen .sw-loader_image_inner {
    height: calc(100vh - 14rem - 55px);
    padding-top: 14rem;
  }
}
@media print, screen and (min-width: 1024px) and (max-height: 640px) {
  .tp_main-view,
  #loading_screen .sw-loader_image_inner {
    min-height: 690px;
  }
}
@media print, screen and (min-width: 1601px) and (max-height: 960px) {
  .tp_main-view,
  #loading_screen .sw-loader_image_inner {
    min-height: 760px;
  }
}

.hero-Image, .sw-loader_image {
  width: 92.5%;
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto 1.52em;
  padding: 4.8em 0 4.6em;
  background: url(../img/home/hero00.png) no-repeat 50% 46%;
  background-size: 100% auto;
  /*
  @media print,
  screen and (min-width: 1601px) {
      min-height: 720px;
  }*/
}
@media print, screen and (min-width: 768px) {
  .hero-Image, .sw-loader_image {
    margin: 0 auto 2%;
    padding: 0;
    height: 98%;
    max-height: 100vh;
  }
}
@media print, screen and (min-width: 1601px) {
  .hero-Image, .sw-loader_image {
    margin: 0 auto 25px;
    height: calc(100% - 25px);
    max-width: 1480px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero-Image, .sw-loader_image {
    width: 95%;
    min-height: 157vw;
    max-height: 150vh;
    padding: 18vw 0 19vw;
    background-image: url(../img/home/hero00_sp.png);
    background-position: 50% 0;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.hero-Image-wrap,
.sw-loader_image {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-Image-wrap,
  .sw-loader_image {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 7.5% 12.4%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 767px) {
  .hero-Image-wrap,
  .sw-loader_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 83.2%;
    height: 83.2%;
    margin: auto;
    position: absolute;
    top: 8.6%;
    left: 8.6%;
  }
}

@media print, screen and (min-width: 768px) {
  .hero-Image-wrap:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.4s;
  }
}

.hero-Image-inner, .sw-loader_image_inner {
  width: auto;
  max-width: 946px;
  max-height: 100%;
  /* max-width: 1110px; */
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .hero-Image-inner, .sw-loader_image_inner {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .hero-Image-inner, .sw-loader_image_inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-Image-inner, .sw-loader_image_inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    aspect-ratio: 18/10;
  }
}
@media print, screen and (min-width: 1601px) {
  .hero-Image-inner, .sw-loader_image_inner {
    max-width: 1128px;
  }
}
.hero-Image-inner picture, .sw-loader_image_inner picture {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .hero-Image-inner img, .sw-loader_image_inner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .hero-Image-inner img, .sw-loader_image_inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-Image-inner figcaption, .sw-loader_image_inner figcaption {
  text-align: left;
  position: absolute;
  bottom: 1.6em;
  left: 2.4rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.hero-Image-inner figcaption i, .sw-loader_image_inner figcaption i {
  font-style: normal;
}

@media print, screen and (min-width: 768px) {
  .hero-Image-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.sw-loader_image_inner {
  overflow: visible;
}

/* loading_screen
   ========================================================================== */
.sw-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 555;
}
@media print, screen and (min-width: 1024px) {
  .sw-loader {
    height: calc(100vh - 200px);
    top: 200px;
    max-height: 650px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-loader {
    width: 95%;
    left: 2.5%;
    min-height: 157vw;
    max-height: 100vh;
    box-sizing: border-box;
    padding: 18vw 0 19vw;
    background: url(../img/home/hero00_sp.png) no-repeat 50% 50%;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-loader_image {
    width: 96%;
    height: 96%;
    padding: 2% 0;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-loader_image {
    background: none;
    height: auto;
  }
}

.sw-loader_image_inner {
  opacity: 0;
  animation: loading_animation 0.5s ease-in-out 1s 1 forwards;
}

#loading_screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  height: 100%;
  /*max-height:100vw;*/
  animation: loading_animation 0.5s ease-in-out 0s 1 normal;
}
@media print, screen and (min-width: 768px) {
  #loading_screen .sw-loader {
    height: 100vh;
    top: 0;
    max-height: 100vh;
  }
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader {
    min-height: auto;
    max-height: 100vh;
  }
}
#loading_screen .sw-loader_image {
  /*
  position: relative;
  @media print,
  screen and (min-width: 768px) {
    width: 88.8%;
  }*/
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image {
    height: 100%;
    min-height: 100vh;
    background: url(../img/home/hero00_sp.png) no-repeat 50% 50%;
    background-size: contain;
    width: 96%;
    padding: 0 6.4%;
    box-sizing: border-box;
  }
}
#loading_screen .sw-loader_image_inner { /*
@media print,
screen and (min-width: 768px) {
  width: 78.3%;
  margin: -1.2% auto 0 13.7%;
}*/ }
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner {
    max-height: 100%;
    padding: 0;
    width: 100%;
    height: calc(100% - 73px);
  }
}
#loading_screen .sw-loader_image_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14.5%;
  z-index: 1;
  width: 74.235%;
  height: 100%;
  background: url(../img/common/bg_logo.png) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  animation: loading_animation 0.5s ease-in-out 0s forwards;
}
@media print, screen and (min-width: 1601px) {
  #loading_screen .sw-loader_image_inner:before {
    background-size: 702px auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (max-height: 815px) {
  #loading_screen .sw-loader_image_inner:before {
    background-size: 80% auto;
  }
}
#loading_screen .sw-loader_image_inner .illust-list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#loading_screen .sw-loader_image_inner .illust {
  mix-blend-mode: multiply;
}
#loading_screen .sw-loader_image_inner .illust.is-actives {
  animation-name: fadein_animation_loop;
  animation-duration: 2s;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
#loading_screen .sw-loader_image_inner .illust.is-actives.loop_01 {
  animation-duration: 7s;
  animation-delay: 7s;
}
#loading_screen .sw-loader_image_inner .illust01 {
  opacity: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
#loading_screen .sw-loader_image_inner .illust01:before, #loading_screen .sw-loader_image_inner .illust01:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 270px;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01:before, #loading_screen .sw-loader_image_inner .illust01:after {
    width: 40vw;
    height: 40vw;
  }
}
#loading_screen .sw-loader_image_inner .illust01:after {
  background: url(../img/home/scr_illust_01.png) no-repeat 64% 50%;
  background-size: contain;
  top: -21px;
  right: 518px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01:after {
    top: 15vw;
    right: 5.8px;
  }
}
#loading_screen .sw-loader_image_inner .illust01:before {
  background-size: contain;
  background: url(../img/home/scr_illust_03.png) no-repeat 64% 50%;
  background-size: contain;
  bottom: -24px;
  left: 522px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01:before {
    bottom: 14vw;
    left: 9.8px;
  }
}
#loading_screen .sw-loader_image_inner .illust01.loop_02:before {
  bottom: 107px;
  left: -94px;
}
#loading_screen .sw-loader_image_inner .illust01.loop_02:after {
  top: 104px;
  right: -31px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01.loop_02:before {
    bottom: 24vw;
    left: 13.6px;
  }
  #loading_screen .sw-loader_image_inner .illust01.loop_02:after {
    top: 30vw;
    right: 7.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust01.loop_03:before {
  bottom: -63px;
  left: 546px;
}
#loading_screen .sw-loader_image_inner .illust01.loop_03:after {
  top: -49px;
  right: 520px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01.loop_03:before {
    bottom: 11vw;
    left: 28.3px;
  }
  #loading_screen .sw-loader_image_inner .illust01.loop_03:after {
    top: 13vw;
    right: 26.3px;
  }
}
#loading_screen .sw-loader_image_inner .illust01.loop_04:before {
  bottom: 234px;
  left: -32px;
}
#loading_screen .sw-loader_image_inner .illust01.loop_04:after {
  top: 256px;
  right: -186px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01.loop_04:before {
    bottom: 56vw;
    left: 22.2px;
  }
  #loading_screen .sw-loader_image_inner .illust01.loop_04:after {
    top: 57vw;
    right: 9.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust01.loop_05:before {
  bottom: -113px;
  left: 641px;
}
#loading_screen .sw-loader_image_inner .illust01.loop_05:after {
  top: -71px;
  right: 583px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01.loop_05:before {
    bottom: 19vw;
    left: 32.5px;
  }
  #loading_screen .sw-loader_image_inner .illust01.loop_05:after {
    top: 18vw;
    right: 30.5px;
  }
}
#loading_screen .sw-loader_image_inner .illust01.loop_06:before {
  bottom: 349px;
  left: -81px;
}
#loading_screen .sw-loader_image_inner .illust01.loop_06:after {
  top: 400px;
  right: -87px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust01.loop_06:before {
    bottom: 61vw;
    left: 8.8px;
  }
  #loading_screen .sw-loader_image_inner .illust01.loop_06:after {
    top: 85vw;
    right: 29.8px;
  }
}
#loading_screen .sw-loader_image_inner .illust02 {
  opacity: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
#loading_screen .sw-loader_image_inner .illust02:before, #loading_screen .sw-loader_image_inner .illust02:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 270px;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02:before, #loading_screen .sw-loader_image_inner .illust02:after {
    width: 40vw;
    height: 40vw;
  }
}
#loading_screen .sw-loader_image_inner .illust02:after {
  background: url(../img/home/scr_illust_02.png) no-repeat 64% 50%;
  background-size: contain;
  top: 103px;
  right: -56px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02:after {
    top: 26vw;
    right: 13.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust02:before {
  background-size: contain;
  background: url(../img/home/scr_illust_04.png) no-repeat 64% 50%;
  background-size: contain;
  bottom: 103px;
  left: -36px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02:before {
    bottom: 30vw;
    left: 12.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust02.loop_02:before {
  bottom: 107px;
  left: -76px;
}
#loading_screen .sw-loader_image_inner .illust02.loop_02:after {
  top: 120px;
  right: -32px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02.loop_02:before {
    bottom: 29vw;
    left: 13.6px;
  }
  #loading_screen .sw-loader_image_inner .illust02.loop_02:after {
    top: 27vw;
    right: 10.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust02.loop_03:before {
  bottom: -67px;
  left: 512px;
}
#loading_screen .sw-loader_image_inner .illust02.loop_03:after {
  top: -74px;
  right: 587px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02.loop_03:before {
    bottom: 10vw;
    left: 29.3px;
  }
  #loading_screen .sw-loader_image_inner .illust02.loop_03:after {
    top: 15vw;
    right: 29.3px;
  }
}
#loading_screen .sw-loader_image_inner .illust02.loop_04:before {
  bottom: 206px;
  left: -35px;
}
#loading_screen .sw-loader_image_inner .illust02.loop_04:after {
  top: 255px;
  right: -40px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02.loop_04:before {
    bottom: 53vw;
    left: 17.2px;
  }
  #loading_screen .sw-loader_image_inner .illust02.loop_04:after {
    top: 53vw;
    right: 13.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust02.loop_05:before {
  bottom: -140px;
  left: 638px;
}
#loading_screen .sw-loader_image_inner .illust02.loop_05:after {
  top: -81px;
  right: 554px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02.loop_05:before {
    bottom: 21vw;
    left: 35.5px;
  }
  #loading_screen .sw-loader_image_inner .illust02.loop_05:after {
    top: 19vw;
    right: 30.5px;
  }
}
#loading_screen .sw-loader_image_inner .illust02.loop_06:before {
  bottom: 388px;
  left: -137px;
}
#loading_screen .sw-loader_image_inner .illust02.loop_06:after {
  top: 354px;
  right: -106px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust02.loop_06:before {
    bottom: 78vw;
    left: 12.8px;
  }
  #loading_screen .sw-loader_image_inner .illust02.loop_06:after {
    top: 75vw;
    right: 16.8px;
  }
}
#loading_screen .sw-loader_image_inner .illust03 {
  opacity: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
#loading_screen .sw-loader_image_inner .illust03:before, #loading_screen .sw-loader_image_inner .illust03:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 270px;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03:before, #loading_screen .sw-loader_image_inner .illust03:after {
    width: 40vw;
    height: 40vw;
  }
}
#loading_screen .sw-loader_image_inner .illust03:after {
  background: url(../img/home/scr_illust_03.png) no-repeat 64% 50%;
  background-size: contain;
  top: -55px;
  right: 522px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03:after {
    top: 35vw;
    right: 7.4px;
  }
}
#loading_screen .sw-loader_image_inner .illust03:before {
  background-size: contain;
  background: url(../img/home/scr_illust_02.png) no-repeat 64% 50%;
  background-size: contain;
  bottom: -68px;
  left: 584px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03:before {
    bottom: 34vw;
    left: 14.4px;
  }
}
#loading_screen .sw-loader_image_inner .illust03.loop_02:before {
  bottom: 101px;
  left: -83px;
}
#loading_screen .sw-loader_image_inner .illust03.loop_02:after {
  top: 108px;
  right: -85px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03.loop_02:before {
    bottom: 22vw;
    left: 6.6px;
  }
  #loading_screen .sw-loader_image_inner .illust03.loop_02:after {
    top: 21vw;
    right: 13.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust03.loop_03:before {
  bottom: -84px;
  left: 582px;
}
#loading_screen .sw-loader_image_inner .illust03.loop_03:after {
  top: -77px;
  right: 541px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03.loop_03:before {
    bottom: 13vw;
    left: 34.3px;
  }
  #loading_screen .sw-loader_image_inner .illust03.loop_03:after {
    top: 11vw;
    right: 28.3px;
  }
}
#loading_screen .sw-loader_image_inner .illust03.loop_04:before {
  bottom: 245px;
  left: -164px;
}
#loading_screen .sw-loader_image_inner .illust03.loop_04:after {
  top: 235px;
  right: -64px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03.loop_04:before {
    bottom: 54vw;
    left: 7.2px;
  }
  #loading_screen .sw-loader_image_inner .illust03.loop_04:after {
    top: 54vw;
    right: 11.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust03.loop_05:before {
  bottom: -117px;
  left: 695px;
}
#loading_screen .sw-loader_image_inner .illust03.loop_05:after {
  top: -90px;
  right: 651px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03.loop_05:before {
    bottom: 17vw;
    left: 41.5px;
  }
  #loading_screen .sw-loader_image_inner .illust03.loop_05:after {
    top: 22vw;
    right: 29.5px;
  }
}
#loading_screen .sw-loader_image_inner .illust03.loop_06:before {
  bottom: 386px;
  left: -273px;
}
#loading_screen .sw-loader_image_inner .illust03.loop_06:after {
  top: 409px;
  right: -180px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust03.loop_06:before {
    bottom: 66vw;
    left: 27.8px;
  }
  #loading_screen .sw-loader_image_inner .illust03.loop_06:after {
    top: 61vw;
    right: 12.8px;
  }
}
#loading_screen .sw-loader_image_inner .illust04 {
  opacity: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
#loading_screen .sw-loader_image_inner .illust04:before, #loading_screen .sw-loader_image_inner .illust04:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 270px;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04:before, #loading_screen .sw-loader_image_inner .illust04:after {
    width: 40vw;
    height: 40vw;
  }
}
#loading_screen .sw-loader_image_inner .illust04:after {
  background: url(../img/home/scr_illust_04.png) no-repeat 64% 50%;
  background-size: contain;
  top: 242px;
  right: -150px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04:after {
    top: 57vw;
    right: 20.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust04:before {
  background-size: contain;
  background: url(../img/home/scr_illust_03.png) no-repeat 64% 50%;
  background-size: contain;
  bottom: 216px;
  left: -169px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04:before {
    bottom: 44vw;
    left: 12.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust04.loop_02:before {
  bottom: 105px;
  left: -86px;
}
#loading_screen .sw-loader_image_inner .illust04.loop_02:after {
  top: 110px;
  right: -76px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04.loop_02:before {
    bottom: 25vw;
    left: 6.6px;
  }
  #loading_screen .sw-loader_image_inner .illust04.loop_02:after {
    top: 22vw;
    right: 10.6px;
  }
}
#loading_screen .sw-loader_image_inner .illust04.loop_03:before {
  bottom: -73px;
  left: 589px;
}
#loading_screen .sw-loader_image_inner .illust04.loop_03:after {
  top: -57px;
  right: 551px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04.loop_03:before {
    bottom: 10vw;
    left: 35.3px;
  }
  #loading_screen .sw-loader_image_inner .illust04.loop_03:after {
    top: 14vw;
    right: 33.3px;
  }
}
#loading_screen .sw-loader_image_inner .illust04.loop_04:before {
  bottom: 236px;
  left: -180px;
}
#loading_screen .sw-loader_image_inner .illust04.loop_04:after {
  top: 246px;
  right: -48px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04.loop_04:before {
    bottom: 41vw;
    left: 23.2px;
  }
  #loading_screen .sw-loader_image_inner .illust04.loop_04:after {
    top: 42vw;
    right: 19.2px;
  }
}
#loading_screen .sw-loader_image_inner .illust04.loop_05:before {
  bottom: -108px;
  left: 684px;
}
#loading_screen .sw-loader_image_inner .illust04.loop_05:after {
  top: -140px;
  right: 704px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04.loop_05:before {
    bottom: 19vw;
    left: 42.5px;
  }
  #loading_screen .sw-loader_image_inner .illust04.loop_05:after {
    top: 16vw;
    right: 41.5px;
  }
}
#loading_screen .sw-loader_image_inner .illust04.loop_06:before {
  bottom: 348px;
  left: -283px;
}
#loading_screen .sw-loader_image_inner .illust04.loop_06:after {
  top: 359px;
  right: -267px;
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner .illust04.loop_06:before {
    bottom: 64vw;
    left: 9.8px;
  }
  #loading_screen .sw-loader_image_inner .illust04.loop_06:after {
    top: 80vw;
    right: 21.8px;
  }
}
#loading_screen .sw-loader_image_inner figure {
  opacity: 0;
  animation: loading_animation 0.5s ease-in-out 0.5s forwards;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #loading_screen .sw-loader_image_inner figure {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 767px) {
  #loading_screen .sw-loader_image_inner figure {
    height: 100%;
  }
}

/* policy
   ========================================================================== */
.layout-Policy {
  margin-top: 3rem;
  margin-bottom: 12rem;
}
@media print, screen and (max-width: 767px) {
  .layout-Policy {
    margin-bottom: 8rem;
    margin-top: 5.4rem;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy {
    width: 95.2%;
  }
}
.layout-Policy .sw-ArticleDetail_Wrap_Section {
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .sw-ArticleDetail_Wrap_Section {
    margin-bottom: 3.5rem;
  }
}
.layout-Policy .sw-ArticleDetail_Alltxt {
  text-align: right;
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.layout-Policy .sw-ArticleDetail_Text p b {
  display: block;
  margin-bottom: 0.6rem;
}
.layout-Policy .sw-ArticleDetail_Webteru {
  margin: 64px auto;
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .sw-ArticleDetail_Webteru {
    margin: 40px auto;
  }
}
.layout-Policy .test_contents {
  background: #f5f5f5;
  text-align: center;
  padding: 400px 0 400px;
  position: relative;
  z-index: 333;
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .test_contents {
    padding: 300px 0 300px;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .sw-ArticlePostion_wrap {
    width: 100%;
  }
}
.layout-Policy .sw-ArticleDetail_Text p {
  margin-bottom: 2.6rem;
  line-height: 2.6rem;
  font-size: clamp(1.1rem, 1.2rem + 0.625vw, 1.6rem);
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .sw-ArticleDetail_Text p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout-Policy .sw-ArticleDetail_ArchiveTitle {
    font-size: clamp(1.8rem, 3.2rem + 0.625vw, 3.2rem);
    margin-left: -0.3em;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-Policy .sw-ArticleDetail_ArchiveTitle {
    font-size: clamp(1.8rem, 3.2rem + 0.625vw, 3.2rem);
    margin-left: -0.1em;
  }
}
@media print, screen and (max-width: 767px) {
  .layout-Policy .sw-ArticleDetail_ArchiveTitle {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy .sw-ArticleDetail_Section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy .sw-ArticleDetail_Wrap_Section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy .sw-ArticleDetail_Text {
    margin-bottom: 10.2rem;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1600px) {
  .layout-Policy .sw-ArticleDetail_Text {
    width: 78.1%;
  }
}
@media print, screen and (min-width: 1601px) {
  .layout-Policy .sw-ArticleDetail_Text {
    width: 78.2%;
    margin-left: 109px;
  }
}
@media print, screen and (min-width: 1610px) {
  .layout-Policy .sw-ArticleDetail_Text {
    width: 78%;
    margin-left: 109px;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy .sw-ArticlePostion_wrap {
    width: 100%;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .layout-Policy .sw-ArticleDetail_ArchiveTitle {
    margin-left: 0;
  }
}

/*
#loading_screen,.sw-loader{
     display:none !important;
     z-index:-1 !important;
     opacity:0 !important;
     visibility:hidden !important;
}
*/
/** 
 * .sw- (SiteWide)...サイト共通の汎用的なModule（リストやボタンなどの場所を選ばないもの）
 * .st- (Structure)...サイト共通の構造的なModule（ヘッダーやフッターのような場所が固定されるもの）
 * .l- (Layout)...コンテンツ内の余白やレイアウト専用のModule
 * .tp- (HomePage)...ホームページ（サイトトップページ）
 * .rp- (ResearchTheme)...リサーチテーマ
 * .np- (404 NOT FOUND)...404エラーページ
 *//*# sourceMappingURL=site.css.map */