@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ======================================================
  以下、自己追記分
======================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-type: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 100%;
  outline: none;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

select::-ms-expand {
  display: none;
}

/*
 * .hoge-block {
 *   font-size: rem(14);
 * }
 * => コンパイル後は 0.875rem (14px相当)に
*/
html {
  height: 100%;
}

body {
  min-height: 100vh;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/*
header部分レイアウト
*/
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .header__inner {
    padding-left: 5vw;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    padding: 10px 0;
    height: 100%;
  }
  .header-logo img {
    width: auto;
    height: 100%;
  }
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0.4em;
}

.header-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-info__tel-num {
  color: #005a49;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.header-info__tel-num::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  width: 0.75em;
  height: 0.75em;
}

.header-info__tel-reception {
  font-size: 0.8125em;
  font-weight: 500;
}

.header-contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1.3em;
  border: 1px solid transparent;
  background-color: #005a49;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
.header-contact-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.05em;
}

.header-nav {
  margin-top: 1.5em;
  margin-bottom: 1.75em;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__item + .header-nav__item {
  margin-left: 2.6667em;
}

.header-nav__link--has-child::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.humburger {
  width: 4em;
  height: 4em;
  background-color: #005a49;
}

.humburger__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.humburger__line {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 58%;
  height: 0.2667em;
  background-color: #fff;
}
.humburger__line::after,
.humburger__line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  background-color: #fff;
}
.humburger__line::after {
  -webkit-transform: translateY(0.9em);
  transform: translateY(0.9em);
}
.humburger__line::before {
  -webkit-transform: translateY(-0.9em);
  transform: translateY(-0.9em);
}

/*
main部分レイアウト

メインコンテンツエリアの共通スタイルなどを記述。
主に共通の上下左右の余白などの定義。

メインコンテンツエリア内のコンテンツ幅などの定義。
*/
/*
footer部分レイアウト
*/
.contact-cta {
  position: relative;
  overflow: hidden;
  padding: 5em;
  background-image: url(https://picsum.photos/1300/480);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact-cta {
    padding: 1.8em 1.25em;
  }
}

.contact-cta-panel {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.contact-cta-panel__inner {
  padding: 2.8125em;
}
@media (max-width: 768px) {
  .contact-cta-panel__inner {
    padding: 2em 1.3em;
  }
}

.contact-cta-panel__title {
  text-align: center;
}

.contact-cta-panel__title-jp {
  display: block;
  font-size: 1.875em;
  font-family: serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .contact-cta-panel__title-jp {
    font-size: 1.667em;
  }
}

.contact-cta-panel__title-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

.contact-cta-panel__txt {
  margin-top: 1em;
  font-size: 1.125em;
  line-height: 1.667;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-cta-panel__txt {
    font-size: 0.8667em;
  }
}

.contact-cta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8125em;
}
@media (max-width: 1023px) {
  .contact-cta-info {
    display: block;
    margin-top: 1.5em;
  }
}

.contact-cta-info__tel {
  text-align: center;
}

.contact-cta-info__tel-num {
  display: block;
  color: #005a49;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.125em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.contact-cta-info__tel-num::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  width: 0.75em;
  height: 0.75em;
}
@media (max-width: 768px) {
  .contact-cta-info__tel-num {
    font-size: 2.3333em;
  }
}

.contact-cta-info__tel-reception {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-cta-info__tel-reception {
    font-size: 1em;
  }
}

.contact-cta-info__contact {
  margin-left: auto;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1023px) {
  .contact-cta-info__contact {
    margin: 1.6667em auto 0;
    max-width: none;
  }
}

.contact-cta-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1em 2.25em;
  padding-right: 3em;
  width: 100%;
  border: 1px solid transparent;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
}
.contact-cta-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  width: 2.2em;
  height: 1.4em;
}
.contact-cta-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .contact-cta-btn {
    font-size: 1em;
  }
}

.footer {
  position: relative;
  background-color: #005a49;
  color: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 1rem 3.75em;
  max-width: calc(1000px + 2rem);
}
@media (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 2em 1.3em 1.6em;
  }
}

@media (max-width: 768px) {
  .footer-logo img {
    max-width: 70%;
    width: 100%;
  }
}

.footer-address {
  margin-top: 1em;
  letter-spacing: 0;
  line-height: 1.625;
}

.footer-major-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.125em;
  background-color: #fff;
  color: #005a49;
  letter-spacing: 0;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .footer-major-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
  }
}

.footer-major-area__title {
  padding: 0.7em 1em;
  font-weight: 500;
}

.footer-major-area__content {
  padding: 0.7em;
  border-left: 2px solid #005a49;
}

.footer-side {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .footer-side {
    margin-top: 1.85em;
    margin-left: 0;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav__list {
  position: relative;
}

.footer-nav__item + .footer-nav__item {
  margin-top: 0.625em;
}

.footer-nav__child-list {
  padding-top: 0.75em;
  padding-left: 1em;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: -0.04em;
}

.footer-nav__child-item::before {
  content: "ー";
}

.footer-nav__child-item + .footer-nav__child-item {
  margin-top: 0.5em;
}

.footer-sns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer-sns {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-sns__link + .footer-sns__link {
  margin-left: 0.8125em;
}

@media (max-width: 768px) {
  .footer-sns__link + .footer-sns__link {
    margin-left: 1.2em;
  }
  .footer-sns__link img {
    width: 2.6667em;
  }
}

.footer-copyright {
  padding: 0.75em 1em;
  background-color: #fff;
  color: #090103;
  font-size: 0.8125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-copyright {
    font-size: 0.6667em;
  }
}

.to-top {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #1b1b1b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.to-top::after {
  content: "";
  display: inline-block;
  margin-top: 0.3em;
  width: 1rem;
  height: 1rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .to-top {
    right: 5vw;
    width: 3em;
    height: 3em;
  }
  .to-top::after {
    width: 0.9em;
    height: 0.9em;
    border-right: 0.3em solid #fff;
    border-bottom: 0.3em solid #fff;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top.is-fixed {
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.sidebar {
  line-height: 1;
}
@media (max-width: 768px) {
  .sidebar {
    margin-top: 5em;
  }
}
.sidebar-arch {
  margin-top: 3.125em;
}
.sidebar__ttl {
  font-size: 20px;
  color: #005a49;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #005a49;
}
@media (max-width: 768px) {
  .sidebar__ttl {
    font-size: 1.333em;
  }
}
.sidebar__item {
  margin-top: 1.25em;
}
.sidebar__item span {
  margin-right: 0.625em;
}
.sidebar__item a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-color: transparent #333 #333 transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 0.1em;
  margin-right: 0.75em;
}
.sidebar-btn {
  cursor: pointer;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 0.9375em 0 0.9375em 0.9375em;
  margin-top: 1.25em;
  width: 100%;
}
@media (max-width: 768px) {
  .sidebar-btn {
    font-size: 1em;
  }
}
.sidebar__box {
  position: relative;
}
.sidebar__box span {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-color: transparent #333 #333 transparent;
  -webkit-transform: rotate(45deg) translate(20%, 20%);
  transform: rotate(45deg) translate(20%, 20%);
  position: absolute;
  top: 50%;
  right: 10%;
}

.c-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: calc(1200px + 2rem);
}
.c-inner.c-inner--s {
  max-width: calc(980px + 2rem);
}

.c-primary-heading {
  color: #005a49;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .c-primary-heading {
    font-size: 1.5rem;
  }
}

.c-primary-heading__txt {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbeade), color-stop(0.85em, #fbeade), color-stop(0.85em, transparent), to(transparent));
  background-image: linear-gradient(to top, #fbeade, #fbeade 0.85em, transparent 0.85em, transparent 100%);
}

.c-primary-heading__subtxt {
  display: block;
  margin-top: 0.5em;
  font-size: 0.375em;
}
.c-primary-heading__subtxt img {
  display: inline-block;
}

.c-gradation-line-heading {
  padding-bottom: 0.8em;
  background-image: -webkit-gradient(linear, left top, right top, from(#005a49), color-stop(2em, #005a49), color-stop(2em, #e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(to right, #005a49, #005a49 2em, #e0e0e0 2em, #e0e0e0 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 2px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-gradation-line-heading {
    font-size: 1.125rem;
  }
}

.c-bg-band-heading {
  padding: 0.5em 1.2em;
  background-color: #004831;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-bg-band-heading {
    font-size: 1.125rem;
  }
}

.c-left-border-heading {
  padding-left: 0.8em;
  border-left: 0.25em solid currentColor;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

/*
ボタン
<button>または<a>に用いるボタンUIのコンポーネント
‘.btn‘を基本に‘.btn--primary‘などのようにマルチクラスを使用する。

‘.btn‘には固定幅などは持たせずに幅指定は‘.btn--long‘などに持たせる。
*/
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  margin: 0;
  padding: 0.3em 1em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

.c-btn-container {
  margin-top: 3.4375rem;
}

.c-btn {
  display: inline-block;
  position: relative;
  padding: 1em 0.5em;
  border: 2px solid #333;
  border-radius: 4.375em;
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0.1em;
}
.c-btn:hover,
.c-btn:focus {
  border-color: transparent;
  background-color: #333;
  color: #fff;
}
.c-btn.c-btn--arrow {
  padding-right: 3.5em;
  padding-left: 3.5em;
  position: relative;
}
.c-btn.c-btn--arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/common/icon/icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1.6875em;
  height: 0.8125em;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.c-btn.c-btn--arrow:hover::after,
.c-btn.c-btn--arrow:focus::after {
  background-image: url(../img/common/icon/icon_arrow-orange.svg);
}
.c-btn[data-icon="arrow-orange"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn[data-icon="arrow-orange"]::after {
  content: "";
  display: block;
  background-image: url(../img/common/icon/icon_arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1.125em;
  height: 0.6em;
}
.c-btn[data-icon="arrow-orange"]:hover::after,
.c-btn[data-icon="arrow-orange"]:focus::after {
  background-image: url(../img/common/icon/icon_arrow-white.svg);
}
.c-btn.c-btn--pdf {
  padding-right: 4em;
  padding-left: 2.5em;
  position: relative;
}
.c-btn.c-btn--pdf::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/common/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 2em;
  height: 2.1875em;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.c-primary-btn {
  padding: 0.6em 1.7em;
  border: 1px solid transparent;
  border-radius: 1.4285em;
  background-color: #dcdcdc;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
}

.c-square-btn {
  padding: 1.375em 1em;
  max-width: 370px;
  width: 100%;
  background-color: #005a49;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-square-btn:hover,
.c-square-btn:focus {
  border-color: currentColor;
  background-color: #fff;
  color: #005a49;
}
.c-square-btn.c-square-btn--black {
  background-color: #333;
  color: #fff;
}
.c-square-btn.c-square-btn--black:hover,
.c-square-btn.c-square-btn--black:focus {
  border-color: currentColor;
  background-color: #fff;
  color: #333;
}
@media (max-width: 768px) {
  .c-square-btn {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.c-offsquare-btn {
  padding: 1.375em 1em;
  width: 100%;
  background-color: #ccc;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

.c-outline-btn {
  border-color: currentColor;
  background-color: #fff;
  color: #333;
}
.c-outline-btn:hover,
.c-outline-btn:focus {
  border-color: transparent;
  background-color: #333;
  color: #fff;
}
.c-outline-btn.c-btn--arrow::after {
  background-image: url(../img/common/icon/icon_arrow.svg);
}
.c-outline-btn.c-btn--arrow:hover::after,
.c-outline-btn.c-btn--arrow:focus::after {
  background-image: url(../img/common/icon/icon_arrow-white.svg);
}

.c-btn-container {
  margin-top: 5.625em;
  text-align: center;
}
@media (max-width: 480px) {
  .c-btn-container {
    margin-top: 3.5em;
  }
}

.c-btn-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -4%;
  margin-left: -4%;
  padding-top: 3.5em;
}
@media (max-width: 480px) {
  .c-btn-row-container {
    padding-top: 2em;
  }
}

.c-btn-row-container__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 370px;
  flex: 1 1 370px;
  margin-top: 4%;
  margin-left: 4%;
  max-width: 370px;
}

.c-common-txt {
  font-size: 0.9375em;
  letter-spacing: 0.02em;
  line-height: 2;
}
.c-common-txt.c-common-txt--ls-narrow {
  letter-spacing: 0.012em;
}
.c-common-txt + .c-common-txt {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .c-common-txt {
    line-height: 1.8;
  }
}

.c-note-txt {
  color: #ff5500;
}

.c-underline-link {
  color: #005a49;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-underline-link:hover,
.c-underline-link:focus {
  opacity: 0.7;
}
.c-underline-link.-blank::after {
  content: "";
  display: inline-block;
  margin: 0 0.2em 0.2em;
  width: 0.8667em;
  height: 0.8em;
  background-image: url(../img/common/icon/icon_blank-window.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-bullet-list {
  line-height: 1.875;
}
.c-bullet-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-bullet-list > li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 0.625em;
}

.c-num-list {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.875;
}
.c-num-list > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 1em 2em rgba(221, 221, 221, 0.22);
  box-shadow: 0 1em 2em rgba(221, 221, 221, 0.22);
  font-size: 1rem;
}

.c-card__aside {
  min-height: 0%;
}

.c-card__figure {
  position: relative;
}

.c-card__month {
  position: absolute;
  top: -1em;
  left: 1.5em;
  height: 3.5em;
}
@media (max-width: 768px) {
  .c-card__month {
    top: -0.5em;
    height: 2em;
  }
}

.c-card__name-badge {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding-right: 1em;
  padding-left: 1em;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 0.01em;
}
@media (max-width: 480px) {
  .c-card__name-badge {
    font-size: 1em;
  }
}

.c-card__main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2em 1.25em;
}
@media (max-width: 768px) {
  .c-card__main {
    padding: 1.5em 1em;
  }
}

.c-card__date {
  margin-bottom: 0.3em;
  color: #005a49;
  font-size: 0.9375em;
  letter-spacing: 0.02em;
}

.c-card__title {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.375;
}

.c-card__body {
  margin-top: 0.8em;
}

.c-card__txt {
  font-size: 0.9375em;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.c-card__foot {
  position: absolute;
  bottom: 0;
  right: 1.25em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.c-card__btn:hover,
.c-card__btn:focus {
  background-color: #000;
  color: #fff;
}

.c-media__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2.5rem;
  margin-left: -3.75rem;
}
.c-media__inner > * {
  padding-top: 2.5rem;
  padding-left: 3.75rem;
}

.c-media__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.c-media__pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

.c-tag {
  display: inline-block;
  padding: 0.25em 1.1em 0.15em 0.9em;
  border: 1px solid currentColor;
  border-radius: 5px;
  color: #444d64;
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 1;
}
.c-tag::before {
  content: "#";
}

.c-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-date-txt {
  color: #404040;
  font-size: 0.875em;
}

.c-vertical-table {
  table-layout: fixed;
  width: 100%;
}
.c-vertical-table th + *,
.c-vertical-table td + * {
  border-left: 1px solid #cbcbcb;
}
.c-vertical-table th {
  padding: 0.8125em;
  background-color: #344765;
  color: #fff;
  text-align: center;
}
.c-vertical-table td {
  padding: 0.8125em 3em;
  border-bottom: 1px solid #cbcbcb;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-vertical-table td {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.c-horizontal-table {
  width: 100%;
}
.c-horizontal-table tr + tr {
  border-top: 1px solid #cbcbcb;
}
.c-horizontal-table th,
.c-horizontal-table td {
  vertical-align: middle;
  padding: 1em 1.2em;
}
.c-horizontal-table th {
  padding: 0.8125em 2.4375em;
  background-color: #344765;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.c-horizontal-table td {
  padding: 0.8125em 1.4375em;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-horizontal-table th,
  .c-horizontal-table td {
    display: block;
  }
}

@media (max-width: 600px) {
  .c-scroll-content {
    overflow-x: scroll;
  }
  .c-scroll-content > * {
    width: 600px;
  }
}

.hamburger {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: #444d64;
  cursor: pointer;
}
@media not all and (max-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger__line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__line::after,
.hamburger__line::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: inherit;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__line::after {
  top: 7px;
}
.hamburger__line::before {
  top: -7px;
}
.hamburger.is-active .hamburger__line {
  background-color: transparent;
}
.hamburger.is-active .hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding-top: 44px;
  padding-bottom: 3.125rem;
  width: 100%;
  background-color: #444d64;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media not all and (max-width: 768px) {
  .drawer-menu {
    display: none;
  }
}
.drawer-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-menu__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
}

.drawer-menu__item + .drawer-menu__item {
  border-top: 1px solid #808080;
}

.drawer-menu__link {
  display: block;
  padding: 1.2em 1.5em;
}

.drawer-menu__to-home {
  margin-top: 0.5em;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.go-to-home-btn {
  display: inline-block;
  position: relative;
  padding: 0.8125em;
  max-width: 350px;
  width: 100%;
  border-radius: 5px;
  background-color: #17293f;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1rem;
  text-align: center;
}
.go-to-home-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  background-image: url(../img/icon-arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1875em;
  height: 0.5em;
}

.page-header {
  position: relative;
}

.page-header-mv {
  position: relative;
  overflow: hidden;
}

.page-header-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  min-height: 310px;
}
@media (max-width: 768px) {
  .page-header-mv__content {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: 45vw;
  }
}

.page-header-mv__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-shadow: 0 0 5px #fff;
}
@media (max-width: 768px) {
  .page-header-mv__title {
    font-size: 5.3vw;
  }
}
.color-white .page-header-mv__title {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.page-header-mv__lead {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.875;
  text-shadow: 0 0 4px #fff;
}
.color-white .page-header-mv__lead {
  color: #fff;
  text-shadow: 0 0 4px #000;
}

.page-header-mv__pic {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-header-mv__pic img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header-lead {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.9;
}

.page-header-nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page-header-nav {
    top: auto;
    bottom: 0;
  }
}

.site-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  width: 217px;
  height: 80px;
  border-radius: 0px 0px 0px 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f7bd0), to(#283e68));
  background: linear-gradient(#4f7bd0 0%, #283e68 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
.site-top-btn::after {
  content: "";
  display: inline-block;
  margin-left: 27px;
  width: 1.35em;
  height: 0.75em;
  background-image: url(../img/icon-arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .site-top-btn {
    padding-right: 5px;
    width: 100px;
    height: 50px;
    border-radius: 14px 0 0 0;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .site-top-btn::after {
    margin-left: 5px;
  }
}

.home-header-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .home-header-mv__inner {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-header-mv__inner {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

.home-header-mv__heading-box {
  margin-top: -0.9375rem;
}
@media (max-width: 1023px) {
  .home-header-mv__heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.home-header-mv__title {
  max-width: 450px;
}
@media (max-width: 1023px) {
  .home-header-mv__title {
    text-align: center;
  }
}

.home-header-mv__title-txt {
  font-size: 2em;
}
@media (max-width: 480px) {
  .home-header-mv__title-txt {
    max-width: 258px;
  }
}

.home-header-mv__title-subtxt {
  display: block;
  padding-left: 1.2em;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #fff;
}
@media (max-width: 1023px) {
  .home-header-mv__title-subtxt {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .home-header-mv__title-subtxt {
    font-size: 0.625rem;
  }
}

@media (max-width: 1023px) {
  .home-header-mv__lead-box {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .home-header-mv__lead-box {
    font-size: 0.8125rem;
  }
}

.home-header-mv__lead-txt {
  max-width: 100%;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 2.25;
  text-shadow: 0 0 4px #fff;
}
@media (max-width: 480px) {
  .home-header-mv__lead-txt {
    letter-spacing: 0;
    line-height: 1.7;
  }
}

.home-header-mv__lead-btn {
  margin-top: 1em;
  width: 100%;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
.home-header-mv__lead-btn .c-btn {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  max-width: 270px;
}
.home-header-mv__lead-btn .c-btn::after {
  content: none;
}
.home-header-mv__lead-btn .c-btn > span {
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
  .home-header-mv__lead-btn {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home-header-mv__lead-btn {
    font-size: 0.875rem;
  }
  .home-header-mv__lead-btn .c-btn {
    max-width: 240px;
  }
}

.home-header-nav {
  background-color: #444d64;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .home-header-nav {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .home-header-nav {
    font-size: 0.875rem;
  }
}

.home-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*overflow-x: scroll;*/
}

.home-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.home-header-nav__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-header-nav__item + .home-header-nav__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 2.5em);
  background-color: currentColor;
}

.home-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375em 1.75em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-header-nav__link:hover,
.home-header-nav__link:focus {
  opacity: 0.7;
}

.home-page-conteiner {
  padding-top: 3.75rem;
  padding-bottom: 5.9375rem;
}
@media (max-width: 768px) {
  .home-page-conteiner {
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
  }
}

.home-panel-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -23px;
  margin-left: -23px;
}
@media (max-width: 768px) {
  .home-panel-grid {
    margin-top: -10px;
    margin-left: -10px;
  }
}

.home-panel-grid__cell {
  padding-top: 23px;
  padding-left: 23px;
}
.home-panel-grid__cell[data-grid-size="1"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.home-panel-grid__cell[data-grid-size="2"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home-panel-grid__cell {
    padding-top: 10px;
    padding-left: 10px;
  }
  .home-panel-grid__cell[data-grid-size] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    min-width: 0;
  }
  .home-panel-grid__cell[data-grid-size="1"] {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .home-panel-grid__cell[data-grid-size="2"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.panel-card {
  color: #fff;
}

.panel-card__inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.panel-card__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  pointer-events: none;
}
.panel-card__inner.-no-txt::after {
  content: none;
}

.panel-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  width: 10em;
  border-radius: 0 0 10px 0;
  letter-spacing: 0.16em;
  text-align: center;
}
@media (max-width: 768px) {
  .panel-card__tag {
    width: 7.5em;
    font-size: 0.75rem;
  }
}

.panel-card__content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 1.5625em;
}
@media (max-width: 768px) {
  .panel-card__content {
    padding: 0.625em 0.75em;
  }
}

.panel-card__meta {
  font-size: 0.9375em;
}
@media (max-width: 768px) {
  .panel-card__meta {
    font-size: 0.625rem;
  }
}

.panel-card__label {
  margin-bottom: 0.7em;
  letter-spacing: 0.03em;
}

.panel-card__label-txt {
  display: inline-block;
  padding-right: 1.2em;
  padding-left: 1.2em;
  color: #1c2b19;
  border-radius: 0.7em;
  background-color: #fff;
}

.panel-card__subtxt {
  letter-spacing: 0.26em;
}

.panel-card__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .panel-card__title {
    font-size: 1rem;
  }
}

.panel-card__summary {
  letter-spacing: 0.14em;
}
.panel-card__summary:not(:empty) {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .panel-card__summary {
    font-size: 0.625rem;
  }
}

.article-archive-page {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .article-archive-page {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .article-archive-page {
    padding-top: 1.25rem;
  }
}

.article-archive-nav {
  background-color: #f7f7f7;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .article-archive-nav {
    background-color: transparent;
  }
}

.article-archive-nav__inner {
  padding-right: 1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .article-archive-nav__inner {
    padding: 0;
  }
}

.article-archive-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .article-archive-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
    margin-left: -6px;
  }
}

.article-archive-nav__item {
  position: relative;
}
.article-archive-nav__item + .article-archive-nav__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 2.2em);
  background-color: #333;
}
@media (max-width: 768px) {
  .article-archive-nav__item {
    padding-top: 6px;
    padding-left: 6px;
    width: calc(99.999% / 3);
  }
  .article-archive-nav__item + .article-archive-nav__item::before {
    content: none;
  }
}
@media (max-width: 480px) {
  .article-archive-nav__item {
    width: calc(99.999% / 2);
  }
}

.article-archive-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8125em 1.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article-archive-nav__link::after {
  content: "";
  background-image: url(../img/icon-arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 0.61375em;
  height: 0.4em;
}
.article-archive-nav__link:hover,
.article-archive-nav__link:focus {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .article-archive-nav__link {
    padding-right: 1em;
    padding-left: 1em;
    background-color: #f7f7f7;
  }
}

.article-archive-stack {
  margin-top: 4.375rem;
}
.article-archive-stack > * + * {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .article-archive-stack {
    margin-top: 2.5rem;
  }
  .article-archive-stack > * + * {
    margin-top: 2.5rem;
  }
}

.article-archive-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.article-archive-heading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1.5em;
  height: 1px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .article-archive-heading {
    font-size: 1.0625rem;
  }
}

.article-archive-heading__txt {
  display: inline-block;
}

.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -53px;
  padding-top: 3.125rem;
}
@media (max-width: 768px) {
  .article-list {
    margin-top: -25px;
    margin-left: -10px;
    padding-top: 1.25rem;
  }
}

.article-list__item {
  padding-top: 40px;
  padding-left: 53px;
  width: calc(99.999% / 3);
}
@media (max-width: 768px) {
  .article-list__item {
    padding-top: 25px;
    padding-left: 10px;
    width: calc(99.999% / 2);
  }
}

.article-card {
  color: #404040;
}

.article-card__thumb {
  position: relative;
}
.article-card__thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  pointer-events: none;
}

.article-card__title {
  margin-top: 0.5em;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .article-card__title {
    font-size: 0.875rem;
  }
}

.article-card__meta {
  margin-top: 0.25em;
}

.article-card__tags {
  margin-top: 0.5em;
}

.article-card-link {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.article-card-link:hover,
.article-card-link:focus {
  opacity: 0.7;
}

.details-article {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  letter-spacing: 0.02em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .details-article {
    padding-bottom: 3.125rem;
    font-size: 0.875rem;
  }
}

.article-info {
  padding-bottom: 1rem;
}

.article-block + .article-block {
  margin-top: 3.125rem;
}

.article-block h1 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4e4e4e;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
}

.article-block h2 {
  padding: 0.27em;
  padding-left: 0.8em;
  border-left: 6px solid #344765;
  background-color: #e4e7eb;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.article-block h3 {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #707070;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.3;
}

.article-block h1 + *,
.article-block h2 + *,
.article-block h3 + * {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .article-block h1 + *,
  .article-block h2 + *,
  .article-block h3 + * {
    margin-top: 0.9375rem;
  }
}

.article-block p {
  line-height: 1.875;
}
.article-block p + .article-block p {
  margin-top: 1em;
}

.article-block figcaption {
  margin-top: 1em;
  font-size: 0.9375em;
  letter-spacing: 0;
  line-height: 1.7;
}

.article-block a:not([class]) {
  color: #0b5ebf;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article-block a:not([class]):hover,
.article-block a:not([class]):focus {
  opacity: 0.6;
}

.article-block > * + * {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .article-block > * + * {
    margin-top: 1.875rem;
  }
}

.article-block--bg {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.article-block--bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #efeff3;
}
.article-block--bg h2 {
  background-color: #fff;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.gallery__item {
  padding-top: 20px;
  padding-left: 20px;
  width: calc(99.9999% / 4);
}
@media (max-width: 768px) {
  .gallery__item {
    width: calc(99.9999% / 3);
  }
}
@media (max-width: 480px) {
  .gallery__item {
    width: calc(99.9999% / 2);
  }
}

@media not all and (max-width: 480px) {
  .u-sp-s-only {
    display: none;
  }
}

@media not all and (max-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

@media not all and (max-width: 1023px) {
  .u-tab-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-tab-pc-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .u-pc-only {
    display: none;
  }
}

.u-container-s {
  padding-top: 2em;
  padding-bottom: 2em;
}

.u-mt1em {
  margin-top: 1em;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-mt-xs {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .u-mt-xs {
    margin-top: 1em;
  }
}

.u-mt-s {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .u-mt-s {
    margin-top: 2em;
  }
}

.u-mt-m {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .u-mt-m {
    margin-top: 3em;
  }
}

.u-mt-l {
  margin-top: 8em;
}
@media (max-width: 768px) {
  .u-mt-l {
    margin-top: 5em;
  }
}

.u-fz_5em {
  font-size: 0.5em;
}

.u-fz_75em {
  font-size: 0.75em;
}

.u-fz_875em {
  font-size: 0.875em;
}

.u-fz_9em {
  font-size: 0.9em;
}

.u-fz1_125em {
  font-size: 1.125em;
}

.u-fz1_25em {
  font-size: 1.25em;
}

.u-fw-bold {
  font-weight: bold;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

@media (max-width: 768px) {
  .u-tac--sp {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .u-tal--sp {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .u-tar--sp {
    text-align: right;
  }
}

/* ヘッダー修正のため追記 */
.home-header-mv__heading {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 4px #000;
}
.home-header-mv__heading-txt {
  display: block;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
}
.home-header-mv__heading-subtxt {
  display: block;
  margin-top: 0.5em;
}

.home-header-mv__btn {
  margin-top: 1em;
  min-width: 240px;
}
.home-header-mv__btn .c-btn {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (max-width: 768px) {
  .home-header-mv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-header-mv__btn .c-btn {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 0.825rem;
  }
}

.home-header-mv__heading {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 4px #000;
}
.home-header-mv__heading-txt {
  display: block;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
}
.home-header-mv__heading-subtxt {
  display: block;
  margin-top: 0.5em;
}

.home-header-mv__btn {
  margin-top: 1em;
  min-width: 240px;
}
.home-header-mv__btn .c-btn {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (max-width: 768px) {
  .home-header-mv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-header-mv__btn .c-btn {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 0.825rem;
  }
}

.c-inner--home-grid {
  max-width: calc(782px + 2rem);
}

.article-pic {
  max-width: 100%;
}

.article-pic > iframe {
  max-width: 100%;
}
@media (max-width: 690px) {
  .article-pic > iframe {
    max-height: 62.5vw;
  }
}

/* =============================== */
/* 横並びグリッド要素 */
/* =============================== */
.grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding-top: 3.125rem;
}

@media (max-width: 768px) {
  .grid-list {
    padding-top: 1.25rem;
  }
}

.grid-list-item {
  border: 10px solid transparent;
  background-clip: padding-box;
}

.grid-list[data-grid~="lg:1"] > .grid-list-item {
  width: 100%;
}
.grid-list[data-grid~="lg:2"] > .grid-list-item {
  width: calc(99.9999% / 2);
}
.grid-list[data-grid~="lg:3"] > .grid-list-item {
  width: calc(99.9999% / 3);
}
.grid-list[data-grid~="lg:4"] > .grid-list-item {
  width: calc(99.9999% / 4);
}
.grid-list[data-grid~="lg:5"] > .grid-list-item {
  width: calc(99.9999% / 5);
}

@media (max-width: 1024px) {
  .grid-list[data-grid~="md:1"] > .grid-list-item {
    width: 100%;
  }
  .grid-list[data-grid~="md:2"] > .grid-list-item {
    width: calc(99.9999% / 2);
  }
  .grid-list[data-grid~="md:3"] > .grid-list-item {
    width: calc(99.9999% / 3);
  }
  .grid-list[data-grid~="md:4"] > .grid-list-item {
    width: calc(99.9999% / 4);
  }
  .grid-list[data-grid~="md:5"] > .grid-list-item {
    width: calc(99.9999% / 5);
  }
}
@media (max-width: 480px) {
  .grid-list[data-grid~="sm:1"] > .grid-list-item {
    width: 100%;
  }
  .grid-list[data-grid~="sm:2"] > .grid-list-item {
    width: calc(99.9999% / 2);
  }
  .grid-list[data-grid~="sm:3"] > .grid-list-item {
    width: calc(99.9999% / 3);
  }
  .grid-list[data-grid~="sm:4"] > .grid-list-item {
    width: calc(99.9999% / 4);
  }
  .grid-list[data-grid~="sm:5"] > .grid-list-item {
    width: calc(99.9999% / 5);
  }
}
/* =============================== */

/* =============================== */
/* 番組カード */
/* =============================== */
.program-card-list .grid-list {
  margin-top: -20px;
  margin-bottom: -20px;
}
.program-card-list .grid-list-item {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.program-card {
}
.program-card > dt {
  color: #17489c;
  font-size: 1.5em;
  font-weight: bold;
}
.program-card > dd {
  margin-top: 0.2em;
}

.program-card-meta {
  font-size: 14px;
  line-height: 1.5;
}

.program-card-tag {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1.5em;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.program-card-tag.gtv {
  background-image: url(../img/gtv-100x50.png);
}
.program-card-tag.etv {
  background-image: url(../img/etv-100x50.png);
}
.program-card-tag.bs1 {
  background-image: url(../img/bs1-100x50.gif);
}
.program-card-tag.bsp {
  background-image: url(../img/bsp-100x50.gif);
}
.program-card-tag.r1 {
  background-image: url(../img/r1-100x50.gif);
}
.program-card-tag.r2 {
  background-image: url(../img/r2-100x50.gif);
}
.program-card-tag.fm {
  background-image: url(../img/fm-100x50.png);
}
.program-card-tag.bs4k {
  background-image: url(../img/bs4k-100x50.gif);
}
.program-card-tag.bs8k {
  background-image: url(../img/bs8k-100x50.png);
}

.program-card-main {
  display: flex;
  margin-top: 10px;
}

.program-card-img {
  width: 45%;
}

.program-card-body {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  width: 55%;
}

.program-card-btn {
  margin-top: auto;
  padding-top: 0.5em;
  text-align: center;
}

.program-card-btn > a {
  display: inline-block;
  padding: 0.5em 2em;
  width: 100%;
  border: 1px solid #333;
  transition: 0.3s;
}
.program-card-btn > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-0.15em) rotate(45deg);
}
.program-card-btn > a:hover,
.program-card-btn > a:focus-visible {
  border-color: transparent;
  background-color: #333;
  color: #fff;
}

@media (max-width: 480px) {
  .program-card-btn {
    font-size: 12px;
  }
}

/* =============================== */

/* =============================== */
/* 2022/03.29 追加 */
/* =============================== */

img {
  image-rendering: -webkit-optimize-contrast;
}

.c-inner--home-grid {
  max-width: calc(792px + 2rem);
}

.c-band-heading {
  padding: 0.375em 1.25em;
  background-color: #17293F;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.c-common-btn {
  display: inline-block;
  padding: 0.95em 0.5em;
  max-width: 400px;
  width: 100%;
  border-radius: 0.55em;
  background-color: #17293f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}
.c-common-btn:hover,
.c-common-btn:focus {
  opacity: 0.8;
}

/* もっと見るボタン */
.c-btn--more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.825em;
  padding-bottom: 0.825em;
  padding-left: 1.5em;
  max-width: 400px;
  border-radius: 0.55em;
  font-size: 1.125rem;
}
.c-btn--more::after {
  position: static;
  transform: translateY(-0.1em) rotate(45deg);
  margin-left: 1.5em;
  border-width: 3px;
}

.bg-gray-section {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100vw;
  background-color: #f7f7f7;
}

/* トップページ */

.home-header-mv__txt {
  margin-top: 1.5em;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.85;
}

.home-header-mv__btn {
  margin-top: 2em;
}

.home-header-mv__pic {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.home-header-mv__pic img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  padding-left: 2em;
  max-width: 450px;
  width: 100%;
  border-radius: 0.5em;
  background-color: #6f663e;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
.home-header-btn::after {
  content: "";
  display: inline-block;
  transform: scaleX(-1);
  margin-left: 1.5em;
  width: 1.73em;
  height: 0.95em;
  background-image: url(../img/icon-arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* トップページナビ */
.home-header-nav {
  background: #17293f;
}
.home-header-nav__item + .home-header-nav__item::before {
  height: calc(100% - 1.75em);
}
.home-header-nav__link {
  padding-top: 1em;
  padding-bottom: 1em;
}

.home-bottom-btn {
  max-width: 400px;
}

.panel-card__inner {
  border-radius: 6px;
}

/* ページヘッダー */
.page-header-nav {
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
}

.page-header-mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header-mv__content {
  padding: 0;
  min-height: 0;
  height: 100%;
}

.page-header-mv__pic {
  position: static;
  transform: none;
}

.site-top-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1em;
  padding-left: 3.5em;
  width: auto;
  height: 60px;
  border-radius: 0;
  background: #17293f;
  font-size: 1.125rem;
  font-weight: 500;
}
.site-top-btn::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.75em;
  transform: translateY(-50%);
  margin: 0;
}

.site-top-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #17293f;
  transform: skewX(-20deg);
}

/* TOPにもどるボタン */
.to-top {
  background-color: #17293f;
}
.to-top::after {
  content: "";
  display: inline-block;
  transform: none;
  margin: 0;
  width: 30%;
  height: 37.5%;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.424%22%20height%3D%2229.459%22%20viewBox%3D%220%200%2023.424%2029.459%22%3E%20%3Cpath%20id%3D%22UpArrowShiftKey%22%20d%3D%22M488.726%2C243.409l-8.807-8.789v24.838H477.5V234.621l-8.807%2C8.789-1.7-1.7L478.712%2C230l11.712%2C11.712Z%22%20transform%3D%22translate(-467%20-230)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media not all and (max-width: 768px) {
  .home-header-mv__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .c-common-btn {
    font-size: 0.875rem;
  }

  .c-btn--more {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    max-width: 200px;
    font-size: 0.875rem;
  }

  .c-band-heading {
    font-size: 1rem;
  }

  .bg-gray-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home-bottom-btn {
    font-size: 0.875rem;
  }

  .site-top-btn {
    padding-left: 3em;
    height: 35px;
    font-size: 0.625rem;
  }
  .site-top-btn::before {
    left: -10px;
  }
}


/* もっと見るの表示・非表示処理 */
.article-list__item {
  transition: opacity 0.5s, visibility 0.5s;
}
.article-list__item.is-hidden {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
}

.js-more-btn.is-hidden {
  display: none;
}

/* =============================== */

/*------------------------------
  画像付き吹き出し(会話)
------------------------------*/
/* 吹き出し 全体*/
.talking {
      margin-bottom:2em;
      position:relative;
}

.talking:before , .talking:after {
      clear:both;
      content:"";
      display:block;
}

/*アイコン*/
.talking figure {
      width:60px;     /*アイコンの横幅*/
      height:60px;    /*アイコンの縦幅*/
}

.talking-left_icon {
      float:left;
      margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
      float:right;
      margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
      width:100%;
      height:100%;
      margin:0;
      border:2px solid #aaa;
      border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
      padding:2px 0 0;
      font-size:12px;
      text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
      position:relative;
      padding:10px;
      border-style:solid;    /*枠線の線種*/
      border-radius:10px;    /*セリフを入れる部分の角丸*/
      max-width: calc(100% - 80px);
}

.talking p {
      margin:0;
}

.talking p :last-child {
      margin:0;
}

/*---左の吹き出し---*/
.talking-left {
      float:left;
      border-width:2px;   /*枠線の太さ*/
      border-color:#333;  /*枠線の色*/
      background:#fff;    /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #333;  /*三角の線になる部分*/
      top: 15px;
      left: -22px;
}

.talking-left:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #fff;
      top: 15px;
      left: -19px;
}

/*---右の吹き出し---*/
.talking-right {
      float:right;
      border-width:2px;      /*枠線の太さ*/
	  border-color:#333;   /*枠線の色*/
      background:#fff;     /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid #333;  /*三角の線になる部分*/
      top: 15px;
      right: -22px;
}

.talking-right:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid #fff;
      top: 15px;
      right: -19px;
}


.blue {
    letter-spacing: .08em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    color: #333;
    -webkit-text-size-adjust: none;
    font-feature-settings: "palt";
    line-height: 1.6;
    word-break: break-all;
    margin: 0;
    vertical-align: baseline;
    border: 0;
    margin-top: 10px !important;
    padding: 20px !important;
    background-color: #e7f7fd;
    font-size: 16px;
	width: 100%;
	max-width: 630px;
}
