@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/**
 * 基本カラー定義
 */
/**
 * body設定
 */
/**
 * リンク設定
 */
/**
 * 基本フォント設定
 */
/**
 * サイズ系定義
 */
/**
 * ブレークポイント
 */
/**
 * アニメーション用
 */
/**
 * mixins and functions
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
/**
 * ブレークポイント
 */
/**
 * Retina
 */
/**
 * クリアフィックス
 */
/**
 * placeholder
 */
/**
 * 汎用パーツ:marker
 */
/**
 * 汎用パーツ:button
 */
/**
 * 汎用パーツ:点線上
 * TODO:サイズ可変にする
 */
/**
 * 汎用パーツ:点線下
 * TODO:サイズ可変にする
 */
/**
 * ベース設定
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
*, *:after, :after, *:before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "GothamBook", "GothamLight", "GothamBold", "GothamMedium";
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

h2, h3 {
  font-family: "GothamBold";
  letter-spacing: 0;
}

:target {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 1078px) {
  :target {
    scroll-margin-top: 80px;
  }
}
.hl_mt30 {
  margin-top: 30px !important;
}

.hl_mt40 {
  margin-top: 40px !important;
}

.hl_fz14 {
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  .hl_m0_sp {
    margin: 0 !important;
  }
}
/* =============================================
本体のCSS上書き
============================================= */
@media print, screen and (min-width: 768px) {
  .main-breadcrumb__inner {
    padding: 1.3em 0 !important;
  }
}
@media print, screen and (max-width: 1078px) {
  .Header {
    position: relative !important;
  }
  .Main__inner {
    margin-top: 0 !important;
  }
  .Main__guide {
    min-height: 0 !important;
  }
  .pbMainArea {
    overflow: visible !important;
  }
}
@media screen and (max-width: 1078px) {
  .header-search-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

.Header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width: 1080px) {
  .Header {
    padding: 0 40px;
    border-bottom: 3px solid #434343;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header {
    padding: 0 0 0 15px;
    border-bottom: 2px solid #434343;
    transition: top 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
.Header__inner-wrap {
  background: none;
}
@media only screen and (max-width: 1079.98px) {
  .Header__inner-wrap {
    padding-left: 15px;
    display: block;
    margin-left: -20px;
    background: #fff;
  }
}
.Header__inner {
  width: 100%;
}
@media print, screen and (min-width: 1080px) {
  .Header__inner {
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header__inner {
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.Header__head {
  display: flex;
  align-items: center;
}
.Header__body {
  display: flex;
  flex-flow: row nowrap;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1080px) {
  .Header__body {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header__body {
    margin-left: 15px;
  }
}
.Header .header-logo {
  font-size: 0;
  margin: 0;
  flex: 0 1 auto;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media print, screen and (min-width: 1080px) and (max-width: 1580px) {
  .Header .header-logo {
    width: 204px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-logo {
    width: 152px;
  }
}
.Header .header-logo a {
  display: block;
}
.Header .is-flex {
  display: flex;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav {
    display: flex !important;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 1px;
    display: none;
    background-color: #f6f6f6;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-440px);
    transition: 0.3s;
  }
}
.Header .header-gnav.is-active {
  display: block;
  transform: translateY(0);
  z-index: 1000;
}
.Header .header-gnav__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav__list {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
  }
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav__list > li {
    display: flex;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__list > li {
    border-bottom: 1px solid #ddd;
  }
}
.Header .header-gnav__list > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav__list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__list > li > a {
    padding: 12px 45px 12px 15px;
    display: block;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__list > li__type {
    position: relative;
  }
}
.Header .header-gnav__list > li + li {
  margin-left: 20px;
}
.Header .header-gnav__list__label {
  position: relative;
}
@media print, screen and (min-width: 1080px) and (max-width: 1580px) {
  .Header .header-gnav__list__label {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav__list__label {
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__list__label {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1080px) {
  .Header .header-gnav__list__label:after {
    width: 100%;
    height: 3px;
    content: "";
    background-color: #083;
    position: absolute;
    bottom: -0.3em;
    left: 0;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
.Header .header-gnav__list__label:hover:after {
  opacity: 1;
}
.Header .header-gnav .is-current a {
  color: #008833;
}
.Header .header-gnav .is-current .header-gnav__list__label:after {
  opacity: 1;
}
@media only screen and (min-width: 1080px) {
  .Header .header-gnav__button {
    display: none;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__button {
    margin: 1em 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__button__type {
    min-width: 100px;
    padding: 0.8em 1em;
    border-radius: 30px;
    line-height: 1.4;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-gnav__button__label {
    font-weight: 700;
  }
}
.Header .header-utility {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-utility {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-utility {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.Header .header-global {
  padding-right: 20px;
  z-index: 10;
  position: relative;
}
.Header .header-global__type {
  display: block;
}
.Header .header-global__type:hover .header-global__label {
  text-decoration: underline;
}
.Header .header-global__label {
  display: inline-block;
  position: relative;
}
.Header .header-global__label::after {
  position: absolute;
  top: 12px;
  content: "";
  -webkit-backface-visibility: hidden;
  display: inline-block;
  border-top: 2px solid #083;
  border-right: 2px solid #083;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg) translateY(-50%);
}
.Header .header-global__panel {
  display: none;
  z-index: 1;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}
.Header .header-global__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Header .header-search {
  margin-left: 15px;
}
.Header .header-search__label {
  display: none;
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__label {
    width: 30px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__label:before {
    width: 20px;
    height: 20px;
    content: "";
    margin: -10px 0 0 -10px;
    background: url(data:image/png;base64,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) no-repeat 50%/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__label:after {
    width: 20px;
    height: 1px;
    content: "";
    opacity: 0;
    margin: 0 0 0 -10px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__label > span:before {
    width: 20px;
    height: 1px;
    content: "";
    opacity: 0;
    margin: 0 0 0 -10px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: 1000;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__label > span:after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    margin: -13px 0 0 -13px;
    background-color: #083;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
.Header .header-search__label.is-active:before {
  opacity: 0;
}
.Header .header-search__label.is-active:after {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: rotate(-45deg);
}
.Header .header-search__label.is-active:after {
  top: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  transform: rotate(-45deg);
}
.Header .header-search__label.is-active > span:before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  top: 50%;
  transform: rotate(45deg);
}
.Header .header-search__label.is-active > span:after {
  opacity: 1;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-search__panel {
    display: block !important;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__panel {
    width: 100%;
    padding: 20px 15px;
    display: none;
    background-color: #083;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    transition: 0.3s;
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__panel.is-active {
    display: block;
    transform: translateY(0);
    z-index: 1000;
  }
}
.Header .header-search__form {
  display: block;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-search__form {
    height: 35px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__form {
    height: 45px;
  }
}
.Header .header-search__keyword {
  height: 100%;
  overflow: hidden;
  padding: 0 40px 0 15px;
  border: none;
  border-radius: 30px;
  color: #333;
  background: #f6f6f6;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media print, screen and (min-width: 1080px) and (max-width: 1380px) {
  .Header .header-search__keyword {
    width: 160px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__keyword {
    width: 100%;
    padding: 0 50px 0 15px;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.Header .header-search__submit {
  height: 20px;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  text-indent: -9999em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABPCAYAAACqNJiGAAAABHNCSVQICAgIfAhkiAAABzNJREFUeF7tnM1uG1UYhuOEPemaBe4NgJ1cAOYCqjZigSoBSSS6QyK9ApwraAprwNkhhESyQ2JR9wISm32kuqpYN96B1MS87/Cd0fj4jGfmzHdmnGRGspx4Zs7Pc76/89taq+DqdDrtjY2Nh7PZbJPZtVqtnmTL/zvy9xjfl/wbzw3lucurq6vT8Xg8qaCYhbNoFX4j5wsA1llfX98VUAZQzrcXHhsT6PX19TFAEvJKXKrwKGEA9h1q9gjQIinTvgCR0nkCkId1S6QKPEDbBLRnALanDWtZegA5AMSngBipe9VXKXgC7VsU+iCHpJ2ispFdQ4WN6k2M9FBqcY+fNTQE1ZyS20O6n2QAJLgjpPm8aoje8La2tihllLY09ZxSvfiB0R/6VowNBGfToymQz/sumKLOT8/PzwdVSaAXPIAjtIOUSrzmvbOzM4JTv7a3tx8B1BHy+DAl/z4AHqpn7EiwEDyRgp9FAuaSQ4Ve4wcWvJKWp+QD4BHydEkipX3fV9rzgs8NT2K135GwHXZMKQmwOUehC2tXSmwu7S21wIY4BsCdkB45FzyJ2V447NsUBezVHXuxfLCLQxsg7SAa9dNQ5cuEJ7HbyAaHgv2FghFcLWFCihQOUc6Pk/cEYDeEBC6FJzbuhUNVjyFxB6sCzsCS8tIO7lpwqcKUQNWGXgoPno02jiFC8jqGJ93La1TreA7lptOyAZ6g3Dua5UmFB2/GcIAB8I0CZwrrAggVPkQ00NcC6IQnYQBDkvhaNRuXBUA8scsG7muFUwvwJNNXloOgV21r24wsAGXviw2cIJ04jBEHcl+jLgvwIHV9gOPIiLlWIhzxBekKY7TUdw6eS+q0MvKtvMZ7tkBoSd8cPNvIssuFWK6jIeIaEHzTcKkv0iodNcTwpPv1ynISasbVt+Ja77mcIOw4bR9totcVw3NJHbxS2yvVFX0JACfWaEwp6YvhIeG3lofdCTWsVBdbW/po+yAg93zLE8ETjzRKeliACzIH4VtQrfegYeyixaELVJf9Xq9JpQieozdRSpy1KhoiHYd5eg7pcw7sZuUfwUOClLrkON2tU1kDwuE4xtCybhYo1/2Wy8tClO/d9PAkDYaELW+T9329bgstwZHYZ4nETtES9kiKT8Os7DuoM/u88awcHAcnjjiUVegivLnu2G3oUWQR0Koz4c0NPfm2QlaBV+m+Jrw5EZYR1+EqVVa7LLB7Pcx5cIQ8uiAwL6G2vaL5UPIaeCXgceyubaj7ep6irVbn845OgVe40kKMN0tWBJ42c0atzopr5a1R7waetIaP0NDmjZNznXdRbTk/A4dReAFm4zAab1vMEmqGKnYPw6urUqz49T6tGSQ33TPPyfCFgQHfaLteWSqWu9rAQDMktbbmG2GYkeS5cAXteGcGQ33DFMp6Mww/m5Ubhrf7emVnlYpZoGqftmcJS08Asfj2rNJtVF3H/MW0zCzhsknvCbos96uVi7C5Ad7cCBJyKzVL2Cy30FhuIao7wHe8HBW2b4KFPpwUVl3LG1a+FlNPWXNYSupib2uyS1kMqLoUtWpwzC9lzWHpxZqZixtD72UIDdO1h0RrhtC5rBaTIxNUKshS1NCwkumHXiKce0E3ChVkL0MomEv2kKj1ngptJeDmYIQv+6EqrJku7BxX83NzX5yslrqaBLM2sXDb58NkpW4CQAMuruT/AEt7V7txM7dPYde1ay9DrdvT0yRUbNzcdn00Nh9/g5DrI+2QK3OaUYasuPjPtSVTfT+Xr+oaGwdYnaSqMj38xuvr0Wj0k2/6rvcy4fGlurZk5q2oHY5Q2hwAr/H7E02AueAJQB77ceLakon7tRyQIGrqPCACavo3yvuBZa9VAeaGJwB5WMLAdiKiGpdytsBxXokp8xxGgXYhSVzh5Vo7HW1pBbwvcP+HUAALwTOFSNkRGd1mfxgF7mOoJwhEgcZJq7YLvh2OoKzfhALoBY+FzjgggRCjk3dQ8KGcB+U1uCCOgOdQ9ZDespOCeBTJnmv7QyiA3vCMGkM10g5IsAVjCABDkU7zPTXL+Gn0ATry6PgmKPMd/b3kynVABAEije+RdlxnlIc28HM4kd98TEgpeCbDJdvTfcpU5J1C2/W73e5XYDdIAkRm7+BcHvsAVIGXgMij3vpUL3ycJ+8UIZPybHRSEExB32ffmCZAVXjJykrstYffeB7U3IkTRQFyehDv8Ai4ge9unWSeWgCDwbNAMkakNJqwwtixTQNWABmnMpT3eS7KiY+EZTWQBsBK4GVVpK77ZQHeaXhstDIA7zy8MgAbeGIzfCSwgZcwuEUBNvAsb1UEYAPP4eoJEKHVj7j1XuL2O4RTDzCH84f5rYGXEiehL7yDGPRXC+A/ALhjADbwlgSZWQAbeBkROlT4M6jwL5YERsfJNfBydG8sCfxzOp0+uLi4+LeBlwMeHxGAjwHuS4Ljbw28nPBcj/0H274Em5TmlCEAAAAASUVORK5CYII=) no-repeat 50%/contain;
  appearance: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 8px;
  right: 2px;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media print, screen and (min-width: 1080px) {
  .Header .header-search__submit {
    width: 45px;
    background-color: #f6f6f6;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-search__submit {
    width: 50px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1080px) {
  .Header .header-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-menu__label {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999em;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-menu__label:before {
    width: 20px;
    height: 1px;
    content: "";
    margin: 0 0 0 -10px;
    background-color: #333;
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 1;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .header-menu__label:after {
    width: 20px;
    height: 1px;
    content: "";
    margin: 0 0 0 -10px;
    background-color: #333;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 1;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
.Header .header-menu__label > span:before {
  width: 20px;
  height: 1px;
  content: "";
  margin: 0 0 0 -10px;
  background-color: #333;
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.Header .header-menu__label > span:after {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: -13px 0 0 -13px;
  content: "";
  opacity: 0;
  background-color: #083;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.Header .header-menu__label.is-active:before {
  opacity: 0;
}
.Header .header-menu__label.is-active:after {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: rotate(-45deg);
}
.Header .header-menu__label.is-active:after {
  top: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  background-color: #fff;
  transform: rotate(-45deg);
}
.Header .header-menu__label.is-active > span:before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  opacity: 1;
  top: 50%;
  background-color: #fff;
  transform: rotate(45deg);
}
.Header .header-menu__label.is-active > span:after {
  opacity: 1;
}
@media screen and (max-width: 1078px) {
  .Header .header-menu-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
  }
}
@media print, screen and (min-width: 1080px) {
  .Header .is-pc {
    display: block;
  }
}
@media only screen and (max-width: 1079.98px) {
  .Header .is-pc {
    display: none;
  }
}
.Header .is-sp {
  display: none;
}
@media only screen and (max-width: 1079.98px) {
  .Header .is-sp {
    display: block;
  }
}

/* ======================================================
 * Print
====================================================== */
.main {
  position: relative;
}
.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal.on {
  display: block;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

/* =============================================
共通パーツ
============================================= */
.ly_stickWrap {
  position: relative;
}

.ly_topContainer {
  position: relative;
}

.el_container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  width: 87.5%;
}
.el_container__wide {
  max-width: 1200px;
}
@media screen and (max-width: 1078px) {
  .el_container__wide {
    max-width: 720px;
  }
}
@media screen and (max-width: 1078px) {
  .el_container__sp94 {
    width: 94%;
  }
}

.el_txtWrap {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.el_txtWrap p + p {
  margin-top: 2rem;
}

.el_secTtl {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 1.35;
  padding-bottom: 25px;
}
.el_secTtl::before {
  content: "";
  position: absolute;
  background: url(../images/common/ttl-deco.png) no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 72px;
  height: 3px;
}
.el_secTtl__mbL {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .el_secTtl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .el_secTtl__mbL {
    margin-bottom: 30px;
  }
}
.el_globalMenuOpen {
  position: fixed;
  top: 87px;
  right: 4px;
  background: #008833;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-family: "GothamMedium";
  font-size: 12px;
  width: 56px;
  height: 56px;
  line-height: 1;
  padding-bottom: 6px;
  z-index: 9999;
  transition: 0.4s ease;
  cursor: pointer;
}
.el_globalMenuOpen::before, .el_globalMenuOpen::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  transition: 0.4s ease;
}
.el_globalMenuOpen::after {
  width: 4px;
  height: 20px;
  top: 10px;
}
.el_globalMenuOpen:hover {
  background: #fff;
  color: #008833;
}
.el_globalMenuOpen:hover::before, .el_globalMenuOpen:hover::after {
  background: #008833;
  transform: translateX(-50%) rotate(90deg);
}
.el_globalMenuOpen.is-active::after {
  opacity: 0;
}
.el_globalMenuOpen.is-active:hover {
  background: #008833;
  color: #fff;
}
.el_globalMenuOpen.is-active:hover::before {
  background: #fff;
  transform: translateX(-50%);
}

.bl_globalMenu {
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  background: #008833;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  z-index: 79;
  transition: 0.4s ease;
  transform: translateY(-100%);
}
.bl_globalMenu.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  overflow-y: scroll;
}
.bl_globalMenu.is-active::-webkit-scrollbar {
  display: none;
}
.bl_globalMenu_inner {
  padding: 112px 0;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.bl_globalMenu_list {
  border-top: 1px solid #80C399;
  margin-top: 54px !important;
  padding-top: 54px !important;
}
.bl_globalMenu_list > li + li {
  margin-top: 22px;
}
.bl_globalMenu_link {
  width: max-content;
  font-size: 18px;
  overflow-wrap: break-word;
}
.bl_globalMenu_link:hover {
  text-decoration: none !important;
}
.bl_globalMenu_link__top {
  font-family: "GothamMedium";
  display: block;
  width: max-content;
  line-height: 1;
}
.bl_globalMenu_link__soon {
  text-decoration: none;
}
.bl_globalMenu_linkTtl {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.bl_globalMenu a:link, .bl_globalMenu a:visited {
  color: #fff;
  text-decoration: underline;
}

.el_globalMenuOpenSp {
  display: none;
}

@media screen and (max-width: 1078px) {
  .el_globalMenuOpen {
    display: none;
  }
  .el_globalMenuOpenSp {
    position: sticky;
    display: flex;
    justify-content: center;
    background: #008833;
    color: #fff;
    font-family: "GothamBold";
    align-items: center;
    text-align: center;
    font-size: 16px;
    width: 100%;
    top: 0;
    height: 44px;
    padding: 10px;
    line-height: 1;
    z-index: 80;
    transition: 0.4s ease;
  }
  .el_globalMenuOpenSp span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .el_globalMenuOpenSp span::before {
    content: "";
    position: absolute;
    transition: 0.7s ease;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 0;
    top: 40%;
    transform: translateY(-50%) rotate(135deg);
  }
  .el_globalMenuOpenSp.is-active span::before {
    top: 60%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .bl_globalMenu {
    overflow-y: scroll;
    height: 100%;
    top: 44px;
  }
  .bl_globalMenu_inner {
    padding: 84px 0 48px;
    max-width: 75.38vw;
    height: 800px;
  }
  .bl_globalMenu_list {
    margin-top: 36px !important;
    padding-top: 36px !important;
  }
  .bl_globalMenu_list > li + li {
    margin-top: 20px;
  }
}
/* =============================================
メインビジュアル
============================================= */
.bl_hero {
  position: relative;
  height: 50.78vw;
  transition: 0.1s ease;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.bl_hero_top {
  display: grid;
  grid-template-columns: 1fr 59.84vw;
  gap: 4px;
}
.bl_hero_btm {
  margin-top: 4px;
  display: grid;
  grid-template-columns: 1fr 39.84vw;
  gap: 4px;
}
.bl_hero_img {
  position: relative;
}
.bl_hero_img::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bl_hero_img img {
  position: absolute;
  object-fit: cover;
  object-position: left;
  inset: 0;
  width: 0;
  height: 100%;
  z-index: 1;
}
.bl_hero_img__01::before {
  background: linear-gradient(90deg, rgb(220, 56, 35) 0%, rgb(240, 141, 29) 100%);
}
.bl_hero_img__02::before {
  background: linear-gradient(90deg, rgb(0, 127, 65) 0%, rgb(108, 186, 90) 100%);
}
.bl_hero_img__03::before {
  background: linear-gradient(90deg, rgb(167, 33, 38) 0%, rgb(231, 56, 32) 100%);
}
.bl_hero_img__load img {
  animation: fadeIn 0.8s ease forwards 1s;
}
.bl_hero_ttl {
  padding: 4.53vw 5.63vw 4.2vw;
}
.bl_hero_ttl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bl_hero {
    padding: 0;
    height: 163.59vw;
    grid-template-rows: 61.03vw 1fr 61.03vw;
  }
  .bl_hero_top {
    grid-template-columns: 1fr;
  }
  .bl_hero_btm {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
  .bl_hero_ttl {
    padding: 0;
    margin: 0 auto;
    display: grid;
    place-content: center;
    width: 80vw;
  }
}
@keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* =============================================
メインコンテンツ
============================================= */
.bl_introduction {
  position: relative;
  background: url(../images/top/about-bg.jpg) no-repeat center/cover;
  padding-top: 90px;
  height: max(49.33vw, 740px);
}

@media screen and (max-width: 768px) {
  .bl_introduction {
    height: auto;
    background: url(../images/top/about-bg-sp.jpg) no-repeat center bottom/cover;
    padding-bottom: 70vw;
  }
}
.bl_interviews {
  position: relative;
}
.bl_interviews_top {
  padding: 95px 0;
}

@media screen and (max-width: 768px) {
  .bl_interviews_top {
    padding: 46px 0;
  }
}
.bl_topPostList > li {
  border-top: 1px solid #919191;
}
.bl_topPostList_item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #333;
}
.bl_topPostList_item:hover {
  color: #333;
}
.bl_topPostList_item:hover .bl_topPostList_ttl {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.bl_topPostList_item:hover .bl_topPostList_btn {
  background: #fff;
  color: #008833;
}
.bl_topPostList_item:hover .bl_topPostList_btn::before {
  border-top: 3px solid #008833;
  border-right: 3px solid #008833;
}
.bl_topPostList_item:hover .bl_topPostList_num {
  color: #333;
}
.bl_topPostList_item:hover .bl_topPostList_time {
  color: #333;
}
.bl_topPostList_item:hover .bl_topPostList_img img {
  transform: scale(1.1);
}
.bl_topPostList_num {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.bl_topPostList_num__soon {
  margin-bottom: 15px;
}
.bl_topPostList_ttl {
  position: relative;
  font-size: 2.8rem;
  font-family: "GothamBold";
  line-height: 1.35;
  color: #008833;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.bl_topPostList_time {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding-left: 21px;
  margin-bottom: 20px;
}
.bl_topPostList_time::before {
  content: "";
  position: absolute;
  background: url(../images/common/time-icon.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_topPostList_img {
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .bl_topPostList_img {
    height: 100%;
  }
}
.bl_topPostList_img img {
  transition: 0.5s ease;
  transform: scale(1.005);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_topPostList_desc {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
.bl_topPostList_btn {
  position: relative;
  display: block;
  border: 2px solid #008833;
  border-radius: 100px;
  background: #008833;
  color: #fff;
  line-height: 1;
  width: 140px;
  padding: 11px 16px;
  font-family: "GothamBold";
  transition: 0.7s ease;
  position: relative;
}
.bl_topPostList_btn::before {
  content: "";
  position: absolute;
  transition: 0.7s ease;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bl_topPostList_soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 74px 0;
}
.bl_topPostList_soonTxt {
  line-height: 1;
  font-family: "GothamBold";
  color: #919191;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .bl_topPostList_item {
    display: block;
    padding-bottom: 6.15vw;
  }
  .bl_topPostList_num {
    margin-bottom: 10px;
  }
  .bl_topPostList_ttl {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .bl_topPostList_time {
    margin-bottom: 15px;
  }
  .bl_topPostList_img {
    height: min(62.54vw, 240px);
  }
  .bl_topPostList_desc {
    width: 87.69vw;
    padding: 6.92vw 6.15vw 6.15vw;
    margin: -50px auto 0;
    border-radius: 4px 4px 0 0;
  }
  .bl_topPostList_soon {
    padding: 18.46vw 0;
  }
  .bl_topPostList_soon_soonTxt {
    font-size: 1.6rem;
  }
}
.bl_recommend {
  position: relative;
  background: #EEE9D6;
  padding: 95px 0;
}
.bl_recommend_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1078px) {
  .bl_recommend_list {
    gap: 32px;
  }
}
.bl_recommend_item {
  display: block;
  transition: 0.3s ease;
  background: #fff;
  max-height: 444px;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.bl_recommend_item:hover .bl_recommend_ttl {
  color: #C90000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.bl_recommend_item:hover .bl_recommend_img img {
  transform: scale(1.04);
}
.bl_recommend_img {
  overflow: hidden;
}
.bl_recommend_img img {
  transition: 0.6s ease;
}
.bl_recommend_ttl {
  padding: 15px 16px;
  font-family: "GothamMedium";
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .bl_recommend {
    padding: 12.31vw 0;
  }
  .bl_recommend_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bl_recommend_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .bl_recommend_ttl {
    padding: 4.1vw;
  }
}
.bl_topOtherLink {
  position: relative;
  padding: 70px 0;
}
.bl_topOtherLink_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1078px) {
  .bl_topOtherLink_list {
    gap: 32px;
  }
}
.bl_topOtherLink_item {
  display: flex;
  align-items: center;
  min-height: 78px;
  background: #fff;
  font-family: "GothamMedium";
  border-radius: 4px;
  border: 1px solid #919191;
  padding: 14px 36px 14px 24px;
  line-height: 1.35;
  height: 100%;
  position: relative;
}
.bl_topOtherLink_item::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #008833;
  border-right: 3px solid #008833;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bl_topOtherLink_item:hover {
  color: #C90000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

@media screen and (max-width: 768px) {
  .bl_topOtherLink {
    padding: 17.95vw 0;
  }
  .bl_topOtherLink_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* =============================================
MV サマリーエリア
============================================= */
.bl_artHead {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.bl_artHead_mv {
  height: 360px;
  width: 100%;
  max-width: 100%;
  transition: 0.2s ease;
}
.bl_artHead_mv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_artHead_mv video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_artHead_inner {
  position: relative;
  max-width: 864px;
  width: 100%;
  background: #fff;
  padding: 22px 25px 0;
  border-radius: 4px 4px 0 0;
  margin: -142px auto 0;
  z-index: 2;
}
.bl_artHead_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #919191;
}
.bl_artHead_num {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.bl_artHead_time {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding-left: 21px;
}
.bl_artHead_time::before {
  content: "";
  position: absolute;
  background: url(../images/common/time-icon.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_artHead_btm {
  padding: 64px 47px 0;
}
.bl_artHead_ttl {
  font-size: 4rem;
  color: #6E7776;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
.bl_artHead_movie {
  max-width: 720px;
  width: 100%;
  height: 100%;
  min-height: 405px;
  margin-top: 64px;
}
.bl_artHead_movie iframe, .bl_artHead_movie img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1078px) {
  .bl_artHead_mv {
    height: 240px;
  }
}
@media screen and (max-width: 1078px) and (min-height: 820px) {
  .bl_artHead_mv {
    height: 220px;
  }
}
@media screen and (max-width: 1078px) {
  .bl_artHead_inner {
    width: 92%;
    padding: 20px 24px 0;
    margin: -65px auto 0;
  }
  .bl_artHead_top {
    padding-bottom: 20px;
  }
  .bl_artHead_btm {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 1078px) and (min-height: 820px) {
  .bl_artHead_btm {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1078px) {
  .bl_artHead_ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .bl_artHead_movie {
    max-width: 100%;
    margin-top: 40px;
    min-height: 45vw;
  }
}
.scrolling .bl_artHead_movieInner {
  position: fixed;
  height: 160px;
  bottom: 16px;
  left: 0;
  transform: translateX(0);
  background: #333;
  border-radius: 0 0 6px 0;
  display: flex;
  align-items: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 768px) {
  .scrolling .bl_artHead_movieInner {
    top: 55px;
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .scrolling .bl_artHead_movieInner {
    height: 180px;
  }
}

.scrolling.is-hide .bl_artHead_movieInner {
  transform: translateX(-100%);
  left: 0;
}

.scrolling .bl_artHead_moviePlay {
  width: clamp(260px, (100vw - 720px) / 2 - 55px, 320px);
  height: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .scrolling .bl_artHead_moviePlay {
    width: 270px;
    height: 152px;
  }
}
.youtubeShowBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 32px;
  height: 160px;
  border: none;
  color: #fff;
  opacity: 1;
}
.youtubeShowBtn_txt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  white-space: pre;
  writing-mode: vertical-rl;
  place-content: center;
  width: 100%;
  line-height: 1;
  font-family: "GothamBold";
  font-size: 1.4rem;
  background: #333;
  border-radius: 0 6px 6px 0;
  transition: 0.3s ease;
}
.youtubeShowBtn_txt:hover {
  background: #008833;
}
.youtubeShowBtn_txt__close {
  display: none;
  height: 100%;
}
.youtubeShowBtn_txt__open {
  height: 32px;
  opacity: 0;
}
.youtubeShowBtn_txt__open::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/en/company/cr/assets/images/common/player_close.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .youtubeShowBtn {
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .youtubeShowBtn {
    height: 180px;
  }
}

.scrolling .youtubeShowBtn {
  opacity: 1;
  visibility: visible;
  left: clamp(260px, (100vw - 720px) / 2 - 55px, 320px);
  transform: none;
}
@media screen and (max-width: 768px) {
  .scrolling .youtubeShowBtn {
    left: 270px;
  }
}
.scrolling .youtubeShowBtn_txt__open {
  opacity: 1;
  visibility: visible;
}

.scrolling.is-hide .youtubeShowBtn {
  right: 0;
  left: initial;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .scrolling.is-hide .youtubeShowBtn {
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .scrolling.is-hide .youtubeShowBtn {
    height: 180px;
  }
}
.scrolling.is-hide .youtubeShowBtn_txt__close {
  display: grid;
  transform: translateX(100%);
}
.scrolling.is-hide .youtubeShowBtn_txt__open {
  opacity: 0;
  visibility: none;
}
.scrolling.is-hide .youtubeShowBtn_txt__open::before {
  content: none;
}

@keyframes moveIn {
  0% {
    opacity: 0;
  }
  90% {
    transform: translateX(-125%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* =============================================
本文エリア
============================================= */
.bl_artContent {
  position: relative;
  padding-bottom: 95px;
  margin-top: 105px;
}
.bl_artContent_index {
  padding: 95px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
.bl_artContent_indexList {
  max-width: 720px;
  width: 87.5%;
  margin: 0 auto;
}
.bl_artContent_indexList li {
  padding-left: 28px;
  position: relative;
}
.bl_artContent_indexList li::before {
  content: "";
  position: absolute;
  background: url(/en/company/cr/assets/images/article/article_anchor-icon.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  top: 0.5rem;
  left: 0;
}
.bl_artContent_indexList a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.bl_artContent_indexList a:hover {
  color: #333 !important;
  text-decoration: none;
}
.bl_artContent_indexList > li + li {
  margin-top: 10px;
}
.bl_artContent_wrap {
  max-width: 720px;
  width: 87.5%;
  margin: 0 auto;
  padding: 95px 0 0;
}
.bl_artContent_wrap p + p {
  margin-top: 3.2rem;
}
.bl_artContent_ttl {
  color: #008833;
  font-size: 3.2rem;
  font-family: "GothamBold";
  line-height: 1.35;
  margin-bottom: 35px;
}
.bl_artContent_img {
  border-radius: 4px;
  overflow: hidden;
}
.bl_artContent_other {
  max-width: 720px;
  width: 87.5%;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .bl_artContent {
    padding-bottom: 56px;
    margin-top: 64px;
  }
  .bl_artContent_index {
    padding: 56px 0;
  }
  .bl_artContent_indexInner {
    padding-right: 6.15vw;
    padding-left: 14.36vw;
  }
  .bl_artContent_indexList {
    width: 100%;
    margin: 0;
  }
  .bl_artContent_indexList > li + li {
    margin-top: 10px;
  }
  .bl_artContent_wrap {
    width: 100%;
    margin: 0;
    padding: 56px 6.15vw 0 14.36vw;
  }
  .bl_artContent_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .bl_artContent_other {
    width: 100%;
    margin: 56px 0 0;
    padding: 0 6.15vw 0 14.36vw;
  }
}
.el_wrapShort + .el_wrapShort {
  margin-top: 70px;
}

.el_artProfileBox {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.el_artProfileBox_img {
  width: 160px;
  height: 160px;
  margin-right: 48px;
}
.el_artProfileBox_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.el_artProfileBox_ttl {
  position: relative;
  font-family: "GothamBold";
  line-height: 1;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.el_artProfileBox_note {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .el_artProfileBox {
    padding: 24px;
    display: block;
    text-align: center;
  }
  .el_artProfileBox_img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .el_artProfileBox_ttl {
    margin-top: 0;
  }
  .el_artProfileBox_note {
    margin-top: 15px;
  }
}
/* =============================================
関連記事エリア
============================================= */
.bl_relateArea {
  background: #EEE9D6;
  padding: 95px 0;
}
.bl_relateArea_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 1078px) {
  .bl_relateArea_list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.bl_relateArea_list > li {
  border-radius: 4px;
  overflow: hidden;
}
.bl_relateArea_list a {
  display: block;
  height: 100%;
  background: #fff;
  display: flex;
}
.bl_relateArea_list a:hover .bl_relateArea_ttl {
  color: #C90000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.bl_relateArea_list a:hover .bl_relateArea_img img {
  transform: scale(1.05);
}
.bl_relateArea_img {
  overflow: hidden;
  max-width: 288px;
  width: 100%;
}
.bl_relateArea_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s linear;
}
.bl_relateArea_desc {
  flex: 1;
  padding: 38px 28px;
}
.bl_relateArea_num {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.bl_relateArea_ttl {
  font-size: 1.8rem;
  font-family: "GothamMedium";
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .bl_relateArea {
    padding: 56px 0;
  }
  .bl_relateArea_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bl_relateArea_list a {
    height: 134px;
    display: block;
  }
  .bl_relateArea_img {
    display: none;
  }
  .bl_relateArea_desc {
    padding: 24px 56px 24px 24px;
    transition: 0.3s ease;
    position: relative;
  }
  .bl_relateArea_desc::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-top: 3px solid #008833;
    border-right: 3px solid #008833;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .bl_relateArea_num {
    margin-bottom: 8px;
  }
  .bl_relateArea_ttl {
    font-size: 1.6rem;
  }
}
.topicpath {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topicpath {
    height: 64px;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media screen and (max-width: 1078px) {
  .topicpath {
    display: none;
  }
}
.topicpath__inner {
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .topicpath__inner {
    padding: 0 14px;
  }
}
.topicpath__list {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topicpath__item {
  position: relative;
  margin: 0 14px 0 0;
  padding-left: 26px;
  color: #666;
  font-size: 1.4rem;
}
.topicpath__item:not(:first-child):before {
  position: absolute;
  content: "";
  top: 0.25em;
  left: -2px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.topicpath__item:last-child {
  font-family: "GothamBold";
}
.topicpath__link {
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .topicpath__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topicpath__link {
    font-size: 1.1rem;
  }
}
.topicpath__nolink {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .topicpath__nolink {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .topicpath__nolink {
    font-size: 1.1rem;
  }
}
.topicpath--article {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .topicpath--article {
    margin-top: 0;
  }
}

.related-post {
  max-width: 1080px;
  margin: 0 auto;
}
.related-post__title {
  font-family: "GothamMedium";
  color: #008833;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .related-post__title {
    color: #008833;
    line-height: 1.1428571429;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .related-post__title {
    line-height: 1.4545454545;
    font-size: 2.2rem;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 769px) {
  .related-post__list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .related-post__list {
    border-top: 1px solid #DDDDDD;
  }
}
.related-post__item {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .related-post__item {
    width: 30.5555555556%;
  }
}
@media screen and (max-width: 768px) {
  .related-post__item {
    padding: 18px 10px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
.related-post__item:hover {
  opacity: 0.8;
}
.related-post__img {
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) {
  .related-post__img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .related-post__img {
    width: 130px;
  }
}
.related-post__date {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .related-post__date {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .related-post__name {
    line-height: 1.6363636364;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .related-post__name {
    line-height: 1.6923076923;
    font-size: 1.3rem;
  }
}
.related-post__wrapper {
  position: relative;
  background: #fff;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .related-post__wrapper {
    padding: 70px 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .related-post__wrapper {
    padding: 30px 0;
  }
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1079px) {
  .tab {
    display: none;
  }
}