@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}

body {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  height: 100%;
  box-sizing: border-box;
}
body.ie {
  margin-top: 100px;
}

a {
  color: #395999;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body,
pre,
code,
select,
textarea,
button,
input {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

h1,
h2 {
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
body .material-icons {
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
}
body.pages {
  background-color: #F7F7F7;
}

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

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 0 auto 32px;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-32 {
  font-size: 32px;
}

.text-gray {
  color: #999999;
}

.debug {
  position: relative;
  border: 1px solid #bcbcbc;
  background-color: #ededed;
  border-radius: 5px;
  padding: 20px;
  font-size: 12px;
  max-height: 100px;
  overflow: auto;
}
.debug::after {
  content: "DEBUG";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bcbcbc;
  padding: 2px 10px;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
.overflow-hidden {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

@-webkit-keyframes border-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slidein {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideout {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideout {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes submenuin {
  from {
    bottom: -160%;
    opacity: 0;
  }
  to {
    bottom: -150%;
    opacity: 1;
  }
}
@keyframes submenuin {
  from {
    bottom: -160%;
    opacity: 0;
  }
  to {
    bottom: -150%;
    opacity: 1;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.l-header.is-open .l-header__inner {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
  transform: translateX(0);
  -webkit-animation: slidein 200ms;
          animation: slidein 200ms;
  overflow-y: auto;
}
.l-header.is-close .l-header__inner {
  -webkit-animation: slideout 200ms;
          animation: slideout 200ms;
}
.l-header__inner {
  width: 100%;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
}
.l-header .header-menu-list {
  font-size: 20px;
}
.l-header .menu-item-has-children {
  position: relative;
}
.l-header .menu-item-has-children > .menu-link::before, .l-header .menu-item-has-children > .menu-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #dddddd;
}
.l-header .menu-item-has-children > .menu-link::before {
  width: 4.8vw;
  height: 2px;
  top: 26px;
  right: 12px;
  width: 22px;
}
.l-header .menu-item-has-children > .menu-link::after {
  width: 2px;
  height: 22px;
  top: 16px;
  right: 22px;
  transition-property: transform;
  transition-duration: 0.4s;
}
.l-header .menu-item-has-children.is-open > .menu-link:after {
  transform: rotate(90deg);
}
.l-header .menu-link {
  font-weight: bold;
  display: inline-block;
  color: #111111;
  padding: 10px 0;
  width: calc(100% - 9.3333333333vw);
}
.l-header .menu-link[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%20%3Cpath%20id%3D%22open_in_new_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M14%2C10.233v3.1a.684.684%2C0%2C0%2C1-.667.667H6.667A.684.684%2C0%2C0%2C1%2C6%2C13.333V6.667A.684.684%2C0%2C0%2C1%2C6.667%2C6h3.1v.667h-3.1v6.667h6.667v-3.1ZM8.911%2C11.567l-.467-.478%2C4.422-4.422H10.433V6H14V9.567h-.667V7.144Z%22%20transform%3D%22translate(-6%20-6)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  margin-left: 0.3em;
  background-repeat: no-repeat;
}

.header-logo {
  width: 44.8vw;
  font-size: 100%;
  margin-left: 5.3333333333vw;
  line-height: 1;
  max-width: 270px;
  margin-top: 30px;
}
.header-logo .logo-image {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.header-logo .logo-image.is-sp {
  width: 100%;
  height: auto;
}

.header-logo-sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  padding: 12px 20px 0;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: bottom;
}
.header-logo-sp__link {
  height: 100%;
  display: flex;
}
.header-logo-sp .logo-image {
  height: 100%;
}

.button-opener {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
  transition: all 0.4s;
  width: 60px;
  height: 60px;
  background-color: #F79225;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 20px;
  border-bottom-left-radius: 2.6666666667vw;
  position: fixed;
  top: 0;
  right: 0;
}
.button-opener span {
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.4s;
}
.button-opener span:last-child {
  width: 66%;
}
.button-opener.is-open span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
.button-opener.is-open span:nth-child(2) {
  opacity: 0;
}
.button-opener.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  width: 100%;
}

.l-footer {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  background-color: #111111;
}
.l-footer-main {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
  padding-bottom: 8vw;
}
.l-footer-logo {
  width: 52.5333333333vw;
  max-width: 246px;
  padding-top: 40px;
  margin-bottom: 32px;
}
.l-footer-sub {
  position: relative;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-top: 1px solid #666666;
  text-align: center;
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.l-footer .sub-menu .menu-link {
  font-size: 10px;
}
.l-footer .menu-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.l-footer .menu-list > .menu-item {
  width: 50%;
}
.l-footer .menu-list .sub-menu {
  margin-top: 2.6666666667vw;
  font-size: 10px;
  font-size: 2.6666666667vw;
  line-height: 2;
}
.l-footer .menu-list .sub-menu .menu-item .menu-link:before {
  content: "-";
  margin-right: 0.5em;
}
.l-footer .menu-link {
  color: #ffffff;
  transition: color 0.3s;
}
.l-footer .menu-link[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%20%3Cpath%20id%3D%22open_in_new_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M14%2C10.233v3.1a.684.684%2C0%2C0%2C1-.667.667H6.667A.684.684%2C0%2C0%2C1%2C6%2C13.333V6.667A.684.684%2C0%2C0%2C1%2C6.667%2C6h3.1v.667h-3.1v6.667h6.667v-3.1ZM8.911%2C11.567l-.467-.478%2C4.422-4.422H10.433V6H14V9.567h-.667V7.144Z%22%20transform%3D%22translate(-6%20-6)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.3em;
}
.l-footer .menu-link:hover {
  color: #F79225;
}
.l-footer .menu-link:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%20%3Cpath%20id%3D%22open_in_new_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M14%2C10.233v3.1a.684.684%2C0%2C0%2C1-.667.667H6.667A.684.684%2C0%2C0%2C1%2C6%2C13.333V6.667A.684.684%2C0%2C0%2C1%2C6.667%2C6h3.1v.667h-3.1v6.667h6.667v-3.1ZM8.911%2C11.567l-.467-.478%2C4.422-4.422H10.433V6H14V9.567h-.667V7.144Z%22%20transform%3D%22translate(-6%20-6)%22%20fill%3D%22%23F79225%22%2F%3E%3C%2Fsvg%3E");
}
.gotop-link {
  position: relative;
  color: #ffffff;
  transition: color 0.3s;
}
.gotop-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: #F79225;
}
.gotop-link:hover {
  color: #F79225;
}
.gotop-link:hover:after {
  -webkit-animation: border-animation 0.3s linear forwards;
  animation: border-animation 0.3s linear forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gotop-link:hover .icon-bullet {
  margin-bottom: 0.2em;
}
.gotop .icon-bullet {
  margin-left: 0.5em;
  transition: 0.3s margin-bottom;
}

.copyright {
  color: #999999;
  margin-top: 3.2vw;
  font-size: 10px;
}

.l-pageHeading {
  padding-top: 60px;
  margin: 0 auto 40px;
}
.l--box.is-m {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.tag {
  display: inline-block;
  color: #ffffff;
  background-color: #F79225;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 12px;
}

.icon {
  display: inline-block;
  position: relative;
}
.iconArrow {
  display: flex;
}
.iconArrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  border-right: solid 1px;
  transform: rotate(-45deg);
  right: 2px;
  bottom: 0;
}
.iconArrow:after {
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: solid 1px;
}
.iconArrow-l:before {
  width: 2px;
  border-right-width: 2px;
  height: 2.1333333333vw;
  right: 0.5333333333vw;
  bottom: -1px;
}
.iconArrow-l:after {
  width: 10.6666666667vw;
  border-bottom-width: 2px;
}
.iconArrow-m:after {
  width: 30px;
}
.icon-bullet {
  border-top-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  width: 1.6vw;
  height: 1.6vw;
  transform: rotate(135deg);
}
.icon-bullet-next {
  margin-right: 0.8vw;
}
.icon-bullet-prev {
  transform: rotate(-45deg);
  margin-left: 0.8vw;
}
.icon-bullet-up {
  transform: rotate(45deg);
}
.icon-close {
  width: 26px;
  height: 26px;
}
.icon-close:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(-45deg);
  top: 0;
  left: 0;
  width: 33px;
  height: 2px;
}
.icon-close:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  top: 0;
  left: 0;
  width: 33px;
  height: 2px;
}

.button {
  position: relative;
  display: inline-block;
  border-radius: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.button--arrow-right, .button--arrow-left {
  background-repeat: no-repeat;
}
.button-solid {
  background-size: 40px;
  height: 50px;
  font-size: 14px;
}
.button-solid:hover {
  background-color: #F79225;
}
.button-l {
  width: 295px;
}
.button-m {
  width: 200px;
}
.button-prev {
  margin-top: 40px;
}
.button-liner {
  background-size: 30px;
  font-size: 14px;
  width: 200px;
  height: 50px;
  color: #111111;
  background-color: inherit;
  border: 2px solid #111111;
}
.button-liner:hover {
  color: #F79225;
  border-color: #F79225;
}
.button-l.button--arrow-right {
  background-position: right 20px bottom 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.082%22%20height%3D%229.625%22%20viewBox%3D%220%200%2052.082%209.625%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_220%22%20data-name%3D%22%E3%83%91%E3%82%B9%20220%22%20d%3D%22M-22022.4%2C4734.1h50l-6.4-8%22%20transform%3D%22translate(22022.402%20-4725.475)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.button-l.button--arrow-right:hover {
  background-position: right 15px bottom 24px;
}
.button-m.button--arrow-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.041%22%20height%3D%225.813%22%20viewBox%3D%220%200%2031.041%205.813%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_289%22%20data-name%3D%22%E3%83%91%E3%82%B9%20289%22%20d%3D%22M-22026.4%2C4731.1h30l-4-5%22%20transform%3D%22translate(22026.4%20-4725.789)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 18px bottom 22px;
}
.button-m.button--arrow-right:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.041%22%20height%3D%225.813%22%20viewBox%3D%220%200%2031.041%205.813%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_289%22%20data-name%3D%22%E3%83%91%E3%82%B9%20289%22%20d%3D%22M-22026.4%2C4731.1h30l-4-5%22%20transform%3D%22translate(22026.4%20-4725.789)%22%20fill%3D%22none%22%20stroke%3D%22%23f79225%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 13px bottom 22px;
}
.button-m.button--arrow-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.041%22%20height%3D%225.813%22%20viewBox%3D%220%200%2031.041%205.813%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_289%22%20data-name%3D%22%E3%83%91%E3%82%B9%20289%22%20d%3D%22M-21996.4%2C4731.1h-30l4-5%22%20transform%3D%22translate(22027.441%20-4725.789)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: left 18px bottom 22px;
}
.button-m.button--arrow-left:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.041%22%20height%3D%225.813%22%20viewBox%3D%220%200%2031.041%205.813%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_289%22%20data-name%3D%22%E3%83%91%E3%82%B9%20289%22%20d%3D%22M-21996.4%2C4731.1h-30l4-5%22%20transform%3D%22translate(22027.441%20-4725.789)%22%20fill%3D%22none%22%20stroke%3D%22%23f79225%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: left 13px bottom 22px;
}
.button--underline {
  margin-left: auto;
  margin-right: auto;
  background-color: inherit;
  border: none;
  border-bottom: 2px solid #111111;
  padding: 2px 0;
  font-weight: bold;
  height: 26px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 0px;
  color: #111111;
}
.button--underline:hover {
  color: #F79225;
  border-bottom: 2px solid #F79225;
}
.button-round {
  width: 40px;
  height: 40px;
}
.button-round:hover {
  cursor: pointer;
  background-color: #F79225;
  transform: scale(1.1);
}

@-webkit-keyframes card_border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes card_border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.card {
  border-bottom: 1px solid #dddddd;
}
.card + .card {
  margin-top: 32px;
}
.card-simple {
  border-bottom: none;
}
.card-simple .card-title {
  min-height: 1em;
}
.card-simple p {
  min-height: 5em;
}
.card-link {
  color: #111111;
}
.card-image {
  overflow: hidden;
  position: relative;
}
.card-image:before {
  content: "";
  display: block;
  padding-top: 56%; /* 高さを幅の75%に固定 */
}
.card-image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s all;
  margin: auto;
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.card-body {
  padding: 16px 0 32px;
}
.card-heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  min-height: 26.5px;
}
.card-time {
  font-family: "Roboto", sans-serif;
  color: #999999;
  font-size: 12px;
}
.card-title {
  font-size: 18px;
  line-height: 1.6;
}
.card-text {
  margin-top: 10px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-more {
  position: relative;
  margin: 10px 0 0 auto;
  display: block;
  width: 5em;
  padding-bottom: 0.1em;
  font-weight: bold;
  transition: 0.3s color;
}
.card-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #111111;
  bottom: 0;
  left: 0;
}
.card:hover .card-image img {
  transform: scale(1.05);
  text-decoration: none;
  border: none;
}
.card:hover .card-more {
  color: #F79225;
  border-color: #F79225;
}
.card:hover .card-more:after {
  -webkit-animation: border-animation 0.3s linear forwards;
  animation: border-animation 0.3s linear forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #F79225;
}

.is-list {
  border-bottom: 0;
  margin-bottom: 0;
}
.is-list:last-child {
  margin-bottom: 16px;
}
.is-list + .is-list {
  margin-top: 24px;
}
.is-list-body {
  background-color: #ffffff;
  padding: 24px 32px;
}
.is-list-heading {
  margin-top: 0;
}
.is-list-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container {
  padding: 0 20px;
}
.container--bottom {
  padding-bottom: 40px;
}
.container__inner {
  box-sizing: border-box;
  margin: 0 auto;
}
.container__inner--single-body {
  padding: 40px 32px;
  color: #111111;
  background-color: #ffffff;
}

.wrapper__breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb {
  align-items: center;
  max-width: 1080px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
}
.breadcrumb-item {
  color: #999999;
  display: inline;
}
.breadcrumb-item:not(:first-child):before {
  content: ">";
  display: inline-block;
  color: #999999;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.breadcrumb-link {
  color: #F79225;
}
.breadcrumb-link:hover {
  color: #999999;
}

.l-pageHeading {
  background-color: #F7F7F7;
}
.l-pageHeading-privacy {
  background-color: #F7F7F7;
}
.l-pageHeading-main {
  font-size: 60px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.l-pageHeading-sub {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  color: #F79225;
  line-height: 1.5;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.modal-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.modal-container-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal-close {
  position: absolute;
  top: -5.3333333333vw;
  right: 2.1333333333vw;
}

.password-form__text {
  margin-bottom: 40px;
}
.password-form__input-group {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}
.password-form__input-group--invalid .password-form__input {
  border-color: #ab1316;
  background-color: #FDF5F5;
}
.password-form__input-group--invalid .password-form__feedback {
  color: #ab1316;
}
.password-form__label {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.password-form__input-column {
  flex-grow: 1;
}
.password-form__input {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.password-form__feedback {
  margin-top: 8px;
}
.password-form__button-wrapper {
  text-align: center;
}
.password-form__button-wrapper .input-reset-css {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.play-list .wp-playlist {
  padding: 0;
  border: none;
  margin: 0 0 40px;
}
.play-list .wp-playlist-current-item {
  background-color: #F7F7F7;
  border-top: 2px solid #DDDDDD;
  margin: 0;
  padding: 16px 0 16px 46px;
  height: auto;
  min-height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.151%22%20height%3D%2220%22%20viewBox%3D%220%200%2020.151%2020%22%3E%20%3Cg%20id%3D%22music-note-beamed%22%20transform%3D%22translate(-1%20-1.105)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_356%22%20data-name%3D%22%E3%83%91%E3%82%B9%20356%22%20d%3D%22M8.2%2C14.753c0%2C1.589-1.612%2C2.877-3.6%2C2.877S1%2C16.342%2C1%2C14.753s1.612-2.877%2C3.6-2.877S8.2%2C13.165%2C8.2%2C14.753Zm12.954-2.877c0%2C1.589-1.612%2C2.877-3.6%2C2.877s-3.6-1.287-3.6-2.877S15.566%2C9%2C17.553%2C9%2C21.151%2C10.287%2C21.151%2C11.877Z%22%20transform%3D%22translate(0%203.475)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_357%22%20data-name%3D%22%E3%83%91%E3%82%B9%20357%22%20d%3D%22M17.944%2C14.957V2h1.438V14.957ZM6.438%2C3.44v14.4H5V3.44Z%22%20transform%3D%22translate(1.768%200.392)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_358%22%20data-name%3D%22%E3%83%91%E3%82%B9%20358%22%20d%3D%22M5%2C3.694A1.438%2C1.438%2C0%2C0%2C1%2C6.294%2C2.263L17.8%2C1.112a1.438%2C1.438%2C0%2C0%2C1%2C1.582%2C1.431V3.831L5%2C5.269Z%22%20transform%3D%22translate(1.768)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 16px 16px;
}
.play-list .wp-playlist-current-item .wp-playlist-caption {
  font-weight: bold;
}
.play-list .wp-playlist-current-item img {
  display: none;
}
.play-list .wp-playlist-item {
  border-bottom: 1px solid #dddddd;
}
.play-list .wp-playlist-item:last-child {
  border-bottom: 1px solid #dddddd;
}
.play-list .wp-playlist-tracks {
  margin-top: 0;
}
.play-list .wp-playlist-tracks .wp-playlist-caption, .play-list .wp-playlist-tracks .wp-playlist-item-length {
  padding: 12px 0;
}
.play-list .wp-playlist-tracks .wp-playlist-item:not(.wp-playlist-playing) .wp-playlist-caption:hover, .play-list .wp-playlist-tracks .wp-playlist-item:not(.wp-playlist-playing) .wp-playlist-caption:focus {
  color: #F79225;
}
.play-list .wp-playlist-tracks .wp-playlist-item:not(.wp-playlist-playing) .wp-playlist-caption:hover + .wp-playlist-item-length, .play-list .wp-playlist-tracks .wp-playlist-item:not(.wp-playlist-playing) .wp-playlist-caption:focus + .wp-playlist-item-length {
  color: #F79225;
}
.play-list .wp-playlist .mejs-container .mejs-controls {
  background-color: #5F5F5F;
}
.play-list .wp-playlist .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #F79225;
}

.print-contact-block-wrapper {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.print-contact-block-wrapper--header {
  padding: 8px 32px 60px;
}
.print-contact-block-wrapper--footer {
  padding: 60px 32px 8px;
}

.print-contact-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  border-bottom: 2px solid #F79225;
}
.print-contact-block__logo {
  width: 232px;
}
.print-contact-block__description .ml-3 {
  margin-left: 24px;
}

.pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
.pagination__arrow {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #111111;
  border: none;
  color: #ffffff;
  transition: 0.3s transform;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left 17px bottom 16px;
}
.pagination__arrow--disabled, .pagination__arrow:disabled {
  background-color: #C3C3C3;
  pointer-events: none;
  cursor: default;
}
.pagination__arrow:not(:disabled):hover {
  transition: 0.3s transform;
  transform: scale(1.1);
  background-color: #F79225;
}
.pagination__arrow--prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.414%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.414%208.707%22%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_226%22%20data-name%3D%22%E3%83%91%E3%82%B9%20226%22%20d%3D%22M6.23%2C9.292%2C6.938%2C10l4-4-4-4-.708.708L9.521%2C6Z%22%20transform%3D%22translate(11.291%2010.354)%20rotate(180)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%20%2F%3E%3C%2Fsvg%3E");
  margin-right: 2.6vw;
}
.pagination__arrow--next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.414%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.414%208.707%22%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_226%22%20data-name%3D%22%E3%83%91%E3%82%B9%20226%22%20d%3D%22M6.23%2C9.292%2C6.938%2C10l4-4-4-4-.708.708L9.521%2C6Z%22%20transform%3D%22translate(-5.876%20-1.646)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%20%2F%3E%3C%2Fsvg%3E");
  margin-left: 2.6vw;
}
.pagination-expand {
  display: flex;
  align-items: flex-end;
  padding: 4px 2.6vw;
}
.pagination-numbers {
  display: flex;
}
.pagination-numbers__number {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #F7F7F7;
  color: #111111;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 2.6vw;
  transition: 0.3s color;
}
.pagination-numbers__number:hover {
  color: #F79225;
}
.pagination-numbers__number--current {
  color: #F79225;
  cursor: default;
}
.pagination-count {
  margin-top: 12px;
  text-align: center;
  color: #999999;
}
.pagination-alert {
  font-size: 14px;
  line-height: 1.8;
}

.definition-table {
  width: 100%;
}
.definition-table__contents {
  border-bottom: solid 1px #dddddd;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding-bottom: 32px;
}
.definition-table__contents:not(:first-of-type) {
  padding-top: 32px;
}
.definition-table__contents-title {
  line-height: 1.6;
  font-weight: bold;
  flex-shrink: 0;
  padding-right: 0;
}
.definition-table__contents-detail {
  line-height: 1.8;
  padding-top: 16px;
}
.definition-table__contents-detail li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.definition-table a {
  color: #F79225;
}

.w-article-body h2,
.w-article-body h3,
.w-article-body h4,
.w-article-body h5,
.w-article-body h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}
.w-article-body h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2em;
}
.w-article-body h3 {
  font-size: 1.6em;
}
.w-article-body h4 {
  font-size: 1.4em;
}
.w-article-body h5 {
  font-size: 1.2em;
}
.w-article-body h6 {
  font-size: 1em;
}
.w-article-body p {
  line-height: 1.8;
}
.w-article-body p + p {
  margin-top: 1.5em;
}
.w-article-body em {
  font-style: italic;
}
.w-article-body blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.w-article-body blockquote p + p {
  margin-top: 0.5em;
}
.w-article-body ul,
.w-article-body ol {
  margin-top: 1.5em;
}
.w-article-body ul {
  list-style-type: disc;
}
.w-article-body ol {
  list-style-type: decimal;
}
.w-article-body li {
  margin-left: 1.5em;
}
.w-article-body a {
  color: #F79225;
  word-break: break-all;
}
@media only screen and (min-width: 576px) {
  .l-header .header-menu-list {
    font-size: 22px;
  }
  .l-header .menu-item-has-children > .menu-link::before {
    top: 29px;
    right: 20px;
  }
  .l-header .menu-item-has-children > .menu-link::after {
    top: 19px;
    right: 30px;
  }
  .l-header .menu-link {
    padding: 12px 0;
  }
  .l-header .sub-menu .menu-text {
    font-size: 20px;
  }
  .header-logo-sp {
    padding-left: 40px;
    height: 74px;
  }
  .button-opener {
    width: 74px;
    height: 74px;
    padding: 26px 24px;
    border-bottom-left-radius: 10px;
  }
  .button-opener.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .l-footer-sub {
    margin-right: 40px;
    margin-left: 40px;
  }
  .l-footer .menu-link[target=_blank]:after {
    width: 8px;
    height: 8px;
  }
  .copyright {
    font-size: 12px;
  }
  .button-round {
    width: 50px;
    height: 50px;
    transition: transform 0.4s;
  }
  .container {
    padding: 0 40px;
  }
  .container--bottom {
    padding-bottom: 80px;
  }
  .pagination__arrow--prev {
    margin-right: 15px;
  }
  .pagination__arrow--next {
    margin-left: 15px;
  }
  .pagination-expand {
    width: auto;
    padding: 4px 15px;
  }
  .pagination-numbers__number {
    width: auto;
    padding: 4px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  h1,
h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body {
    padding-top: 80px;
  }
  body .material-icons {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .for-sp {
    display: none !important;
  }
  .inner {
    width: 984px;
  }
  .l-footer .menu-list {
    padding-top: 50px;
  }
  .l-footer .menu-list > .menu-item {
    width: 19%;
  }
  .l-footer .menu-list > .menu-item:nth-child(n+6) {
    margin-top: 30px;
  }
  .l-footer .menu-list > .menu-item:last-child {
    width: 23%;
  }
  .l-footer .menu-list .sub-menu {
    margin-top: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .l-contents {
    max-width: 880px;
    padding-bottom: 50px;
    margin: 0 auto 80px;
  }
  .iconArrow-l {
    margin-bottom: 0.4em;
  }
  .iconArrow-l:before {
    right: 4px;
    bottom: -1px;
    height: 11px;
  }
  .iconArrow-l:after {
    width: 50px;
    height: 8px;
  }
  .icon-bullet {
    width: 8px;
    height: 8px;
  }
  .icon-bullet-next {
    margin-right: 4px;
  }
  .icon-bullet-prev {
    margin-left: 4px;
  }
  .icon-bullet-up {
    transform: rotate(45deg) translateY(3px);
  }
  .icon-bullet-up.icon-bullet-s {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }
  .container__inner {
    max-width: 1080px;
  }
  .modal-bg {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal-container {
    width: 700px;
  }
  .modal-close {
    top: -30px;
    right: -30px;
  }
  .password-form__input-group {
    flex-direction: row;
  }
  .password-form__label {
    margin: 8px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .aligncenter,
.alignleft,
.alignright {
    margin: 0 auto 40px;
  }
  .alignleft {
    float: left;
    margin: 0 20px 10px 0;
  }
  .alignright {
    float: right;
    margin: 0 0 10px 20px;
  }
  .button-opener.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .l-footer-main {
    padding-bottom: 50px;
  }
  .l-footer-logo {
    padding-top: 30px;
    margin-bottom: 0;
    width: 246px;
    padding-right: 20px;
  }
  .l-footer-nav {
    width: 100%;
  }
  .l-footer-sub {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gotop {
    position: absolute;
    right: 0;
  }
  .copyright {
    margin-top: none;
  }
  .button-l {
    font-size: 20px;
    width: 360px;
    height: 70px;
  }
  .button-l.button--arrow-right {
    background-size: 50px;
    background-position: right 30px bottom 34px;
  }
  .button-l.button--arrow-right:hover {
    background-position: right 25px bottom 34px;
  }
  .card {
    width: 30%;
  }
  .card + .card {
    margin-top: 0;
  }
  .card-title {
    min-height: 4.5em;
  }
  .is-list {
    width: 100%;
    margin-bottom: 32px;
  }
  .is-list:last-child {
    margin-bottom: 0;
  }
  .is-list + .is-list {
    margin-top: 0px;
  }
  .is-list-link {
    display: flex;
    align-items: center;
    background-color: #ffffff;
  }
  .is-list-image {
    min-width: 295px;
    height: 203px;
  }
  .is-list-image:before {
    padding-top: 69%;
  }
  .is-list-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 155px;
    padding: 24px 40px;
  }
  .is-list-title {
    min-height: 0;
  }
  .container__inner--single-body {
    padding: 60px 40px;
  }
  .pagination {
    padding-top: 40px;
  }
  .pagination-alert {
    padding-bottom: 40px;
    font-size: 16px;
  }
  .definition-table__contents {
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
  }
  .definition-table__contents-title {
    padding-right: 100px;
    width: 192px;
  }
  .definition-table__contents-detail {
    padding-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .l-header {
    background-color: #ffffff;
    height: 80px;
    border-bottom: 1px solid #dddddd;
  }
  .l-header__inner {
    opacity: 1;
    position: inherit;
    transform: none;
    display: flex;
    align-items: center;
    background-color: inherit;
  }
  .l-header-nav {
    min-width: 680px;
    margin-right: 0;
    margin-left: auto;
  }
  .l-header .header-menu-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 14px;
    height: 80px;
  }
  .l-header .header-menu-list > .menu-item .menu-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 100%;
  }
  .l-header .header-menu-list > .menu-item .menu-text {
    position: relative;
    transition: color 0.3s;
  }
  .l-header .header-menu-list > .menu-item .menu-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -5px;
    background-color: #F79225;
  }
  .l-header .header-menu-list > .menu-item:hover > .menu-link .menu-text {
    color: #F79225;
  }
  .l-header .header-menu-list > .menu-item:hover > .menu-link .menu-text:after {
    -webkit-animation: border-animation 0.3s linear forwards;
    animation: border-animation 0.3s linear forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .l-header .header-menu-list > .menu-item.current-menu-item > .menu-link .menu-text {
    color: #F79225;
  }
  .l-header .header-menu-list > .menu-item.current-menu-item > .menu-link .menu-text:after {
    width: 100%;
  }
  .l-header .header-menu-list > .menu-item:last-child .menu-link {
    padding-right: 24px;
  }
  .l-header .menu-item-has-children > .menu-link::before, .l-header .menu-item-has-children > .menu-link::after {
    content: none;
  }
  .l-header .menu-item-has-children:hover .sub-menu {
    -webkit-animation: submenuin 200ms;
            animation: submenuin 200ms;
    bottom: -150%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header .menu-item {
    position: relative;
  }
  .l-header .menu-link {
    width: auto;
  }
  .l-header .menu-link[target=_blank]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%20%3Cpath%20id%3D%22open_in_new_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M14%2C10.233v3.1a.684.684%2C0%2C0%2C1-.667.667H6.667A.684.684%2C0%2C0%2C1%2C6%2C13.333V6.667A.684.684%2C0%2C0%2C1%2C6.667%2C6h3.1v.667h-3.1v6.667h6.667v-3.1ZM8.911%2C11.567l-.467-.478%2C4.422-4.422H10.433V6H14V9.567h-.667V7.144Z%22%20transform%3D%22translate(-6%20-6)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    width: 10px;
    height: 10px;
  }
  .l-header .sub-menu {
    position: absolute;
    min-width: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 50%;
    bottom: -160%;
    transform: translate(-50%, 0);
    background: rgba(247, 146, 37, 0.9);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
  .l-header .sub-menu .menu-link {
    justify-content: center;
    color: #ffffff;
  }
  .l-header .sub-menu .menu-link .menu-text:before {
    position: absolute;
    content: "";
    display: inline-block;
    background-color: #ffffff;
    width: 0;
    height: 1px;
    padding-right: 0;
    bottom: 0;
  }
  .l-header .sub-menu .menu-link:hover .menu-text:before {
    padding-right: 1.2em;
    -webkit-animation: border-animation 0.3s linear forwards;
    animation: border-animation 0.3s linear forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .l-header .sub-menu .menu-item + .menu-item {
    margin-top: 8px;
  }
  .l-header .sub-menu .menu-text {
    font-size: 14px;
  }
  .l-header.is-in {
    background-color: transparent;
    border-bottom: none;
  }
  .l-header.is-in .header-menu-list > .menu-item > .menu-link {
    color: #ffffff;
  }
  .l-header.is-in .sub-menu {
    background: rgba(255, 255, 255, 0.9);
  }
  .l-header.is-in .sub-menu .menu-link {
    color: #111111;
  }
  .l-header.is-in .sub-menu .menu-link:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2F2.zoppoz.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%20%3Cpath%20id%3D%22open_in_new_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M14%2C10.233v3.1a.684.684%2C0%2C0%2C1-.667.667H6.667A.684.684%2C0%2C0%2C1%2C6%2C13.333V6.667A.684.684%2C0%2C0%2C1%2C6.667%2C6h3.1v.667h-3.1v6.667h6.667v-3.1ZM8.911%2C11.567l-.467-.478%2C4.422-4.422H10.433V6H14V9.567h-.667V7.144Z%22%20transform%3D%22translate(-6%20-6)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
  }
  .l-header.is-in .sub-menu .menu-link .menu-text:before {
    background-color: #111111;
  }
  .header-logo {
    margin-top: 0;
    margin-left: 24px;
    width: 165px;
    height: 48px;
  }
  .header-logo .logo-image.is-sp {
    display: none;
  }
  .header-logo-sp {
    display: none;
  }
  .button-opener {
    display: none;
  }
  .l-footer-main {
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer-nav {
    width: 59%;
    min-width: 630px;
  }
  .button-prev {
    background-color: #F7F7F7;
    margin-top: 80px;
  }
  .card-title {
    min-height: 3em;
  }
  .is-list-title {
    min-height: 0;
  }
  .container__inner--single-body {
    padding: 60px 100px;
  }
}
@media only screen and (min-width: 1160px) {
  .l-footer-sub {
    max-width: 1080px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 1500px) {
  .l-header .header-menu-list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
  .l-footer .menu-list > .menu-item:nth-child(n+3) {
    margin-top: 8vw;
  }
  .l-pageHeading {
    padding-top: 120px;
    margin: 0 auto 32px;
  }
  .l-contents {
    max-width: 271px;
    padding-bottom: 40px;
    margin: 0 auto 40px;
  }
  .l-pageHeading-main {
    line-height: 1.1;
    font-size: 42px;
  }
  .l-pageHeading-sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 959px) {
  .l-header .header-menu-list {
    margin-top: 8vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .l-header .header-menu-list > .menu-item {
    border-bottom: 1px solid #dddddd;
    counter-increment: heading;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .l-header .header-menu-list > .menu-item:before {
    font-family: "Roboto", sans-serif;
    content: "0" counter(heading);
    font-size: 10px;
    font-weight: bold;
    color: #F79225;
    margin-right: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .l-header .menu-link[target=_blank]:before {
    content: "-";
    margin-right: 0.3em;
  }
  .l-header .sub-menu {
    width: 100%;
    padding-left: 8vw;
    padding-bottom: 1.3333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    display: none;
  }
  .header-logo .logo-image.is-pc {
    display: none;
  }
}
@media print {
  .play-list {
    display: none;
  }
}