@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。 
  　　→該当saccファイルが無いのでリビジョン94より修正しています。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
.navi-base, .l-navi-base, .l-gnavi-inner {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .navi-base, .l-navi-base, .l-gnavi-inner {
    width: 100%;
  }
}

.content-base, .l-dropdown-wrap {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-base, .l-dropdown-wrap {
    width: 100%;
  }
}

body {
  position: relative;
}

main {
  line-height: 1.8;
  position: relative;
}
main .ttl-h1 {
  line-height: 1.6;
}
a:link {
    background-color: transparent;
    color: #222;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}
@media (hover: hover) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

a:visited {
  color: inherit;
}

a.underline {
  text-decoration: underline;
}

p {
  margin: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
}

li::marker {
  display: none;
}

.section {
  letter-spacing: 0.05em;
}

dd {
  margin: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 1;
  text-decoration: underline;
}
a:after, a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.pickup.cyberfusion_center img, .pickup.zerotrust img, .pickup.necaroku img {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #main {
    font-size: 0.875rem;
  }
}

.satori-area img {
  width: auto;
  vertical-align: top;
}
.satori-area a[target=_blank] {
  text-decoration: none;
}
.satori-area a[target=_blank]:after {
  display: none;
}

#main {
  padding-bottom: 0;
}

.is-open .l-gnavi-main-item-dropdown, .is-focused .l-gnavi-main-item-dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.is-open .l-gnavi-main-item-btn:after, .is-open .is-current:after, .is-focused .l-gnavi-main-item-btn:after, .is-focused .is-current:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.is-fixed {
  height: 100vh;
  overflow: hidden;
}
.is-opened > .accordion-trigger .icon:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.is-current:after {
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
}

@media print, screen and (min-width: 980px) {
  #js-nav-fix.is-nav-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
}

.js-side-btn {
  display: none;
}
.js-side-btn.is-show {
  display: block;
}

.btn-border, .box-item.__link-btn .icon-arrow, .box-item.__link-btn a, .box-item.__link-img a, .btn-more-wh, .btn-link, .link-list-btn-desc a, .link-list-btn a {
  border: 1px solid #DDDDDD;
}

/**----------------------------------------
*
* 　■ ■ テキスト関連モジュール
*   ●　テキストサイズ
*   ●　カラー
*   ●　装飾
* 
----------------------------------------*/
.txt-c-w {
  color: #FFF;
}
.txt-c-darkblue {
  color: #005EA3;
}
.txt-c-green {
  color: #008100;
}
.txt-c-alert, .txt-c-red {
  color: #c30000;
}
.txt-w-b {
  font-weight: bold;
}
.txt-w-normal {
  font-weight: normal;
}
.txt-size-normal, .list-annotation.__txt-normal > li {
  font-size: 1rem !important;
}
@media screen and (max-width: 767px) {
  .txt-size-normal, .list-annotation.__txt-normal > li {
    font-size: 0.875rem !important;
  }
}
.txt-size-large, .list-decimal.__large > li .ttl, .list-decimal.__large > li::marker, .box-item .item-txt.__col-02 dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .txt-size-large, .list-decimal.__large > li .ttl, .list-decimal.__large > li::marker, .box-item .item-txt.__col-02 dt {
    font-size: 1rem;
  }
}
.txt-size-small, .tag, .box-alert, .box-item .item-txt.__col-02 dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .txt-size-small, .tag, .box-alert, .box-item .item-txt.__col-02 dd {
    font-size: 0.75rem;
  }
}
.txt-size-annotation, .list-annotation > li {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .txt-size-annotation, .list-annotation > li {
    font-size: 0.625rem;
  }
}

.ttl-h1 {
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .ttl-h1 {
    font-size: 2.375rem;
  }
}
.ttl-h1-normal {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-h1-normal {
    font-size: 2.25rem;
  }
}
.ttl-h2 {
  margin-top: 40px;
  font-size: 2.25rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ttl-h2 {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.ttl-h2 + .sub {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .ttl-h2 + .sub {
    font-size: 1.25rem;
  }
}
.ttl-h3, .ttl-sub {
  font-size: 2rem;
  font-weight: normal;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .ttl-h3, .ttl-sub {
    font-size: 1.625rem;
    padding-top: 30px;
    margin-top: 0;
  }
}
.ttl-h4 {
  font-size: 1.75rem;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.ttl-h4:after {
  content: "";
  display: block;
  width: 230px;
  border-top: 1px solid #c30000;
  position: absolute;
  bottom: -1px;
}
.ttl-h5 {
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 40px;
  border-bottom: 1px solid #CCC;
}
.ttl-h6 {
  font-size: 1.3125rem;
  font-weight: normal;
}
.ttl-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #151515;
  margin-bottom: 30px;
  position: relative;
}
.ttl-line:after {
  content: "";
  display: block;
  width: 230px;
  border-top: 1px solid #c30000;
  position: absolute;
  bottom: -1px;
}
.ttl-no-line {
  border-bottom: none;
}
.ttl-no-line:after {
  display: none;
}

.sub {
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub {
    font-size: 1.25rem;
  }
}

.dots {
  background-image: radial-gradient(circle at center, #222 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}

/**----------------------------------------
* 　■ ■ リンク関連モジュール
*   ●　テキストリンク
* 　●　ボタン
*   ●　ブロックリンク要素 
----------------------------------------*/
/*------------------------
   リンク
------------------------*/
a:hover {
  color: #c30000;
}
a.link-text{
  text-decoration: underline;
  color: #c30000;
}
a.link-text:hover {
  text-decoration: none;
}

.link-icon-position, .footer_sitemap_area a .link-cat.ic-blank:after, .subnavi-list > li a[target=_blank] span::after, a[target=_blank].btn-cta span::after,
a[href$=".pdf"].btn-cta span::after, a[href$=".pdf"]:after, a[target=_blank]::after, .link-list.__blank a::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
}

.link-arrow, .link-item {
  text-decoration: underline;
  margin: auto 10px;
}
.link-arrow:after, .link-item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 13px;
}
.link-arrow:hover, .link-item:hover {
  color: #c30000;
}
.link-arrow.__white:after, .__white.link-item:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-arrow.__white:hover, .__white.link-item:hover {
  text-decoration: none;
}
.link-arrow.__icon-large, .__icon-large.link-item {
  text-decoration: none;
}
.link-arrow.__icon-large::after, .__icon-large.link-item::after {
  width: 9px;
  height: 16px;
}
.link-item {
  display: inline-block;
  margin: 10px 0;
  color: #c30000;
}
@media screen and (max-width: 767px) {
  .link-item {
    margin: 10px 0;
  }
}
.link-list {
  margin: 20px 0;
}
.link-list a {
  text-decoration: underline;
}
.link-list a:hover {
  color: #c30000;
}
.link-list a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin: 0 20px 0 13px;
}
.link-list.__blank a::after {
  width: 12px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list li {
  margin-bottom: 0.5rem;
}
.link-list li:last-child {
  margin-bottom: 0;
}
.link-list-btn a {
  width: 100%;
  height: 100%;
  padding: 24px 45px 24px 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}
.link-list-btn a:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: calc((100% - 15px) / 2);
  right: 25px;
}
.link-list-btn a:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
}
.link-list-btn a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list-btn a[target=_blank] {
  text-decoration: none;
}
.link-list-btn a[target=_blank]:after {
  width: 12px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list-btn a[target=_blank]:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list-btn a[href$=".pdf"]::after {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list-btn a[href$=".pdf"]:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23FFF' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.link-list-btn .no-height a {
  height: auto;
}
.link-list-btn-desc a {
  display: block;
  height: 100%;
  padding: 1.125rem 1.5625rem;
  color: inherit;
}
.link-list-btn-desc a .icon-arrow::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.link-list-btn-desc a dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: bold;
}
.link-list-btn-desc a dd {
  margin-top: 1.125rem;
  font-size: 0.9375rem;
}
.link-list-btn-desc a:hover {
  background: #c30000;
  color: #fff;
  text-decoration: none;
}
.link-list-btn-desc a:hover .icon-arrow::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .link-list-btn-desc a dt {
    font-size: 0.875rem;
  }
  .link-list-btn-desc a dd {
    font-size: 0.875rem;
  }
}
.link-more {
  text-decoration: underline;
}
.link-more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 22 22'%3E%3Cpath fill='%23c30000' d='M11 0C4.9 0 0 4.9 0 11s4.9 11 11 11 11-4.9 11-11S17.1 0 11 0zm5.3 11.9h-4.4v4.4h-1.8v-4.4H5.7v-1.8h4.4V5.7h1.8v4.4h4.4v1.8z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 13px;
}
.link-anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .link-anchor {
    margin-top: 20px;
    gap: 10px;
  }
  .link-anchor > li {
    width: calc((100% - 10px) / 2);
  }
}

.ttl-link-anchor {
  font-size: 1.3125rem;
  margin-top: 30px;
  font-weight: normal;
}

a[target=_blank] {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
a[target=_blank]::after {
  width: 12px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a[target=_blank].no-external:after {
  display: none;
}

.icon-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 13px;
}

a[href$=".pdf"] {
  position: relative;
}
a[href$=".pdf"]:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a[href$=".pdf"].wh:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23FFF' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

.size_part {
  padding: 0 5px;
}
.size_part::before {
  content: "[";
}
.size_part::after {
  content: "]";
}

.btn {
  display: inline-block;
  text-decoration: none;
}
.btn:after {
  content: none;
}
.btn span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.btn span:after {
  content: "";
  display: block;
  margin-left: 13px;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-red, .btn-more {
  display: inline-block;
  background: #c30000;
  color: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 20px 50px;
}
.btn-red:hover, .btn-more:hover {
  opacity: 0.8;
  color: #FFF;
}
.btn-red:visited, .btn-more:visited {
  color: #FFF;
}
.btn-red-gra, .btn-cta {
  display: inline-block;
  color: #FFF;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 0;
}
.btn-red-gra::before, .btn-cta::before, .btn-red-gra::after, .btn-cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.btn-red-gra:before, .btn-cta:before {
  z-index: -1;
  background: linear-gradient(120deg, #C30000 60%, #E63E3E 90%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-red-gra:after, .btn-cta:after {
  z-index: -2;
  background: linear-gradient(120deg, #C30000 30%, #E63E3E 60%);
}
.btn-red-gra:hover, .btn-cta:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-red-gra:hover:before, .btn-cta:hover:before {
  opacity: 0;
}
.btn-red.__blank, .__blank.btn-more {
  text-decoration: none;
}
.btn-red.__blank::after, .__blank.btn-more::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-link {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
}
.btn-link span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.btn-link span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 13px;
}
.btn-link:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
}
.btn-link:hover span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-link[target=_blank] {
  text-decoration: none;
}
.btn-link[target=_blank] span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-link[target=_blank] span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-link[target=_blank]:hover span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-link[target=_blank]:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-link {
    padding: 15px 20px;
  }
}
.btn-link-red {
  color: #c30000;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 60px;
  border: 1px solid #c30000;
}
.btn-link-red span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
}
.btn-link-red span:after {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-link-red:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
}
.btn-link-red:hover span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-more {
  margin: 0 auto;
  width: 450px;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: bold;
  padding: 25px 0;
}
.btn-more .icon-open {
  position: relative;
}
.btn-more .icon-open::before, .btn-more .icon-open::after {
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background: #FFF;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more .icon-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn-more.is-close .icon-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .btn-more {
    width: 100%;
    font-weight: normal;
    font-size: 1.125rem;
  }
}
.btn-more-wh {
  display: block;
  width: 360px;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}
.btn-more-wh span {
  color: #c30000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more-wh span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 22 22'%3E%3Cpath fill='%23c30000' d='M11 0C4.9 0 0 4.9 0 11s4.9 11 11 11 11-4.9 11-11S17.1 0 11 0zm5.3 11.9h-4.4v4.4h-1.8v-4.4H5.7v-1.8h4.4V5.7h1.8v4.4h4.4v1.8z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-more-wh:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
}
.btn-more-wh:hover span {
  color: #FFF;
}
.btn-more-wh:hover span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 22 22'%3E%3Cpath fill='%23FFF' d='M11 0C4.9 0 0 4.9 0 11s4.9 11 11 11 11-4.9 11-11S17.1 0 11 0zm5.3 11.9h-4.4v4.4h-1.8v-4.4H5.7v-1.8h4.4V5.7h1.8v4.4h4.4v1.8z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-cta {
  padding: 20px 35px;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1.2;
}
.btn-cta span {
  color: #FFF;
}
.btn-cta.event {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.25rem;
}
.btn-cta.event:hover {
  color: #FFF;
}
.btn-back::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 13px;
  background: url(../images/icon/icon_btn_back.svg) no-repeat;
  background-size: contain;
}
.btn-back-area {
  margin-bottom: 30px;
}
.btn-area {
  text-align: center;
}
.btn-enlargement {
  text-decoration: underline;
  margin-top: 2rem;
  display: inline-block;
}
.btn-enlargement::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 22 22'%3E%3Cpath fill='%23c30000' d='M11 0C4.9 0 0 4.9 0 11s4.9 11 11 11 11-4.9 11-11S17.1 0 11 0zm5.3 11.9h-4.4v4.4h-1.8v-4.4H5.7v-1.8h4.4V5.7h1.8v4.4h4.4v1.8z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .btn-enlargement {
    margin-top: 1.5rem;
  }
}
.btn-anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 315px;
  height: 70px;
  border-radius: 50px;
  border: 1px solid #DDDDDD;
  background: #FFF;
  color: #222222;
  font-weight: bold;
  font-size: 1.125rem;
}
.btn-anchor:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-anchor {
    width: 100%;
    gap: 10px;
  }
}

.box-item {
  margin-bottom: 30px;
  background: #FFF;
}
.box-item.__no-padding {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.box-item-content {
  padding: 20px 40px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-item-content .article-ttl {
  font-size: 1.125rem;
  line-height: 1.44;
  margin: 15px 0;
  font-weight: bold;
}
.box-item-content .article-date {
  font-size: 0.875rem;
  line-height: 1;
}
.box-item a {
  text-decoration: none;
  height: 100%;
}
.box-item a:hover .box-item-content {
  background: #c30000;
  color: #FFF;
}
.box-item a:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .box-item-content {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .box-item {
    margin-bottom: 0;
  }
  .box-item-content {
    padding: 20px;
  }
}
.box-item.__link-img a {
  display: block;
}
.box-item.__link-img a:hover {
  background: #c30000;
  color: #FFF;
}
.box-item.__link-img a .icon-arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.box-item.__link-img a:hover .icon-arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.box-item.__link-img dl {
  padding: 30px 15px 0;
}
.box-item.__link-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1.875rem;
  padding: 1.5625rem 2.5rem;
}
.box-item.__link-btn a:hover {
  background: #c30000;
  color: #fff;
  text-decoration: none;
}
.box-item.__link-btn a:hover .icon-arrow::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.box-item.__link-btn .item-link {
  margin: auto -0.9375rem 0;
}
.box-item.__link-btn .icon-arrow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1.0625rem 0.9375rem;
  font-weight: bold;
  font-size: 0.875rem;
  color: inherit;
}
.box-item.__link-btn .icon-arrow::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.box-item.__txt-outside a {
  height: auto;
}
.box-item.__txt-outside a.item-img {
  display: block;
  position: relative;
}
.box-item.__txt-outside a.item-img .overlay {
  position: absolute;
  padding: 4% 5%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  bottom: 0;
  left: 0;
}
.box-item.__txt-outside a.item-img img {
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-item.__txt-outside a:hover.item-img img {
  opacity: 0.7;
}
.box-item.__txt-outside .summary {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 16px 10px;
}
.box-item .item-txt.__col-02 dt {
  line-height: 1.4;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
}
.box-item .item-txt.__col-02 dd {
  padding-top: 25px;
  font-weight: bold;
  line-height: 1.8;
}
.box-item .item-txt.__link-btn dt {
  padding-bottom: 0.75rem;
  font-size: 1rem;
  border-bottom: 1px solid #DDDDDD;
}
.box-item .item-txt.__link-btn dd {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-item .item-txt.__link-btn dt {
    font-size: 0.875rem;
  }
  .box-item .item-txt.__link-btn dd {
    font-size: 1rem;
  }
}
.box-item .txt-wrap {
  margin-top: 1.0625rem;
}
.box-item .list-tag {
  margin-bottom: 1rem;
}
.box-item .ttl-casetype {
  font-weight: bold;
  font-size: 1.125rem;
}
.box-item .ttl-name {
  margin-top: 1rem;
}
.box-item .ttl-description {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.625rem;
  border-top: 1px solid #CBCBCB;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
.box-item .ttl-btn span {
  display: block;
}
.box-alert {
  border: 1px solid #c30000;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
}
.box-border {
  border: 1px solid #CBCBCB;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
}

a.btn-footer-mailmagazine {
  display: block;
  background: #FFF;
  border: 1px solid #DDDDDD;
  padding: 12px 20px 12px 50px;
  position: relative;
  color: #222222;
  font-size: 0.875rem !important;
}
a.btn-footer-mailmagazine:before {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23c30000' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  position: absolute;
  left: 20px;
  top: calc((100% - 15px) / 2);
}
a.btn-footer-mailmagazine:hover {
  background: #c30000;
  color: #FFF;
  text-decoration: none !important;
}
a.btn-footer-mailmagazine:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23FFF' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.btn-footer-mailmagazine:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

a.bnr-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  height: 100px;
  line-height: 1.4;
  background: #c30000;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #c30000;
}
a.bnr-contact:before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23fff' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-contact:hover {
  background: #FFF;
  color: #c30000;
  text-decoration: none;
}
a.bnr-contact:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23c30000' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  a.bnr-contact {
    font-size: 1.25rem;
    height: auto;
    gap: 15px;
    padding: 20px 10px;
  }
  a.bnr-contact::before {
    width: 20px;
    height: 16px;
  }
}
a.bnr-footer-contact {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background: #c30000;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #c30000;
}
a.bnr-footer-contact p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}
a.bnr-footer-contact p:before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23FFF' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.bnr-footer-contact:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF;
  color: #c30000;
}
a.bnr-footer-contact:hover p:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.4 14.7'%3E%3Cpath fill='%23c30000' d='M16.5 0H1.8C.8 0 0 .8 0 1.8v11c0 1 .8 1.8 1.8 1.8h14.7c1 0 1.8-.8 1.8-1.8v-11c.1-1-.8-1.8-1.8-1.8zM1.8 1.2h14.7c.3 0 .6.3.6.6V3L9 8 1.2 2.7v-.9c0-.3.3-.6.6-.6zm14.7 12.3H1.8c-.3 0-.6-.3-.6-.6V4.2l7.4 5c.2.1.5.1.7 0l7.8-4.8v8.4c0 .4-.2.7-.6.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-footer-contact:after {
  display: none;
}
a.bnr-footer-contact .bnr-ttl {
  font-size: 1.75rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
a.bnr-footer-contact .bnr-ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-footer-contact .bnr-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  a.bnr-footer-contact {
    width: 100%;
    padding: 20px 10px 15px;
    text-align: center;
    font-size: 1.125rem;
  }
  a.bnr-footer-contact p {
    gap: 10px;
    text-align: left;
  }
  a.bnr-footer-contact .bnr-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.125rem;
  }
  a.bnr-footer-contact .bnr-txt {
    font-size: 0.875rem;
  }
}
a.bnr-footer-catalog {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 83%;
  margin: 0 auto;
  padding: 1.5vw 30px 20px 3vw;
  color: #222222;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
a.bnr-footer-catalog::before, a.bnr-footer-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
a.bnr-footer-catalog:before {
  z-index: -1;
  background: linear-gradient(120deg, #F5F5F5 30%, #D9D9D9 90%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.bnr-footer-catalog:after {
  z-index: -2;
  background: linear-gradient(120deg, #F5F5F5 10%, #D9D9D9 50%);
}
a.bnr-footer-catalog:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.bnr-footer-catalog:hover:before {
  opacity: 0;
}
a.bnr-footer-catalog .bnr-ttl {
  font-size: 1.75rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 20px;
}
a.bnr-footer-catalog .bnr-ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-footer-catalog .bnr-txt {
  font-size: 1.125rem;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  a.bnr-footer-catalog {
    width: 100%;
    padding: 20px 10px 15px;
    text-align: center;
    font-weight: normal;
  }
  a.bnr-footer-catalog .img-catalog {
    display: none;
  }
  a.bnr-footer-catalog .bnr-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.125rem;
    margin: 0;
  }
  a.bnr-footer-catalog .bnr-txt {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
a.bnr-footer-download {
  display: block;
  margin: 0 auto;
  padding: 3.5rem 5rem;
  color: #222222;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  text-decoration: none;
  background: url("/service/img/img_download_btn.png") center right/auto 100% no-repeat #F5F5F5;
}
a.bnr-footer-download .bnr-ttl {
  font-size: 1.75rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
a.bnr-footer-download .bnr-ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-footer-download .bnr-txt {
  font-size: 1.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  a.bnr-footer-download {
    width: 100%;
    padding: 20px 10px calc(37.3177842566% + 50px);
    text-align: center;
    background: url("/service/img/img_download_btn_sp.png") center bottom/100% auto no-repeat #F5F5F5;
  }
  a.bnr-footer-download .bnr-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.125rem;
    margin: 0;
  }
  a.bnr-footer-download .bnr-txt {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

.bnr-download-wrap {
  background: url(../../images/bnr/bg_footer_catalog.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.bnr-download-wrap .check-dis {
  display: none;
}
.bnr-download-wrap + .l-container {
  margin-top: 30px;
}
.l-download + .l-container {
  margin-top: 30px;
}
a.bnr-download-basic {
  padding: 35px 0;
}
a.bnr-download-basic {
  display: block;
  max-width: 800px;
  padding: 35px 0;
  text-align: center;
  margin: auto;
  background: #FFF;
  display: block;
  background: #FFF;
}
a.bnr-download-basic .bnr-ttl {
  font-size: 2rem;
  color: #c30000;
  font-weight: bold;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 20px;
}
a.bnr-download-basic .bnr-ttl:before {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url(../../images/bnr/ic_book_red.svg) no-repeat;
  background-size: contain;
}
a.bnr-download-basic .bnr-read {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 30px;
  line-height: 1;
}
a.bnr-download-basic .bnr-btn {
  max-width: 420px;
  margin: auto;
  display: block;
  border-radius: 50px;
  border: 1px solid #c30000;
  background: #c30000;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.bnr-download-basic .bnr-btn:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a.bnr-download-basic .bnr-img {
  width: 55%;
}
a.bnr-download-basic .bnr-img img {
  width: 100%;
}
a.bnr-download-basic:hover {
  text-decoration: none;
  opacity: 0.75;
}
a.bnr-download-basic:hover .bnr-btn {
  background: #fff;
  color: #c30000;
}
a.bnr-download-basic:hover .bnr-btn:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .bnr-download-wrap {
    padding: clamp(30px, 4vw, 70px) 13px;
  }
  a.bnr-download-basic {
    padding: 15px;
  }
  a.bnr-download-basic .bnr-txt {
    width: 100%;
  }
  a.bnr-download-basic .bnr-ttl {
    font-size: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  a.bnr-download-basic .bnr-ttl:before {
    width: 25px;
    height: 25px;
  }
  a.bnr-download-basic .bnr-read {
    font-size: 1rem;
    text-align: center;
    margin: 10px auto;
  }
  a.bnr-download-basic .bnr-btn {
    font-size: 1rem;
    padding: 7px;
  }
}
.bnr-footer-download {
  width: 100%;
  margin: auto;
}

a[target=_blank].btn-cta,
a[href$=".pdf"].btn-cta {
  text-decoration: none;
}
a[target=_blank].btn-cta::after,
a[href$=".pdf"].btn-cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: -2;
  background: linear-gradient(120deg, #C30000 30%, #E63E3E 60%);
}
a[target=_blank].btn-cta span.size_part:after,
a[href$=".pdf"].btn-cta span.size_part:after {
  background: none;
  content: "]";
  margin: 0;
}

a[target=_blank].btn-cta span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
a[target=_blank].btn-cta span:after {
  width: 12px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

a[href$=".pdf"].btn-cta span:after {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23FFF' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
a[href$=".pdf"].btn-cta span .size_part:after {
  background: none;
  content: "]";
  margin: 0;
}

a.icon-pdf[target=_blank]::after {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

a.no-icon:after {
  display: none;
}

.anchor-link > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  height: 100px;
  color: #c30000;
  text-decoration: none;
  padding: 0 17px;
  font-size: 1.125rem;
  font-weight: bold;
}
.anchor-link > li > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23c30000' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.anchor-link > li > a:hover {
  background: #c30000;
  color: #FFF;
}
.anchor-link > li > a:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23fff' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.anchor-link > li > a.txt-c-darkblue {
  color: #005EA3;
}
.anchor-link > li > a.txt-c-green {
  color: #008100;
}
.anchor-link > li > a.txt-c-darkblue:hover, .anchor-link > li > a.txt-c-green:hover {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .anchor-link.sp-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .anchor-link.sp-anchor > li {
    width: 33%;
  }
  .anchor-link > li {
    width: 100%;
  }
  .anchor-link > li > a {
    height: auto;
    padding: 10px 4%;
  }
  .anchor-link > li > a:hover {
    background: transparent;
    color: #c30000;
    text-decoration: underline;
  }
  .anchor-link > li > a:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23c30000' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  }
}
.anchor-link.__service-item > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  line-height: 1.6;
}
.anchor-link.__service-item > li a {
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchor-link.__service-item > li a:after {
  position: absolute;
  bottom: 10px;
  left: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .anchor-link.__service-item > li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
  }
  .anchor-link.__service-item > li a:after {
    position: relative;
    bottom: initial;
    left: initial;
  }
}
.anchor-index {
  margin-left: 20px;
}
.anchor-index > li {
  list-style-type: decimal;
  padding-left: 5px;
  font-size: 1.125rem;
}
.anchor-arrow > li {
  padding-left: 20px;
  position: relative;
  font-size: 1.125rem;
}
.anchor-arrow > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23c30000' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}

.l-subnavi {
  background: #F5F5F5;
  margin: 2.5rem 0;
  padding: 1.875rem 0;
}

.subnavi-ttl {
  margin-bottom: 0.625rem;
  margin-left: 0.9375rem;
  font-weight: bold;
}
.subnavi-ttl > *:first-child {
  margin-left: 0;
}
.subnavi-ttl a {
  text-decoration: none;
  color: #222222;
}
.subnavi-ttl a::after {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 1em;
}
.subnavi-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.subnavi-list > li {
  position: relative;
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subnavi-list > li a {
  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;
  gap: 0 0.5em;
  color: #3a3a3a;
  border: 1px solid #DDDDDD;
  background: #FFF;
  padding: 15px;
}
.subnavi-list > li a:hover {
  background: #c30000;
  text-decoration: none;
  color: #FFF;
}
.subnavi-list > li a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.subnavi-list > li a::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.5625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23c30000' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.subnavi-list > li a[target=_blank] {
  text-decoration: none;
}
.subnavi-list > li a[target=_blank] span::after {
  width: 12px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.subnavi-list > li a[target=_blank]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .subnavi-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/**----------------------------------------
*
* 　アイコン
* 
----------------------------------------*/
.icon-new {
  display: inline-block;
  background: #c30000;
  color: #FFF;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  margin-left: 10px;
  padding: 7px 15px;
}
.icon-new-box {
  position: relative;
}
.icon-new-box .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 12px 24px;
}
.icon-news {
  display: inline-block;
  padding: 8px 8px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0 20px;
}
.icon-news.__event {
  background: #008100;
}
.icon-user-only {
  padding: 3px 10px;
  border-radius: 3px;
  background: #c30000;
  color: #FFF;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .icon-user-only {
    margin: 0 10px 10px;
    text-align: center;
  }
}
.icon-for-user {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-size: 1rem;
  color: #FFF;
  background: #005EA3;
  padding: 5px 10px;
  border-radius: 3px;
}
.icon-pdf:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 10px;
}

a .icon-user-only {
  display: inline-block;
}

.tag {
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
}
.tag-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tag-wrap {
    margin-bottom: 10px;
  }
}

/**----------------------------------------
*
* 　リスト
* 
----------------------------------------*/
.list-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5px;
}
.list-tag li {
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #DDDDDD;
  padding: 7px 10px;
}
.list-dot > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5rem;
}
.list-dot > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c30000;
  position: absolute;
  left: 10px;
  top: 10px;
}
.list-dot-sub li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.5rem;
}
.list-dot-sub li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #555555;
  position: absolute;
  left: 0px;
  top: 8px;
}
.list-decimal {
  list-style-type: decimal;
  margin-left: 30px;
}
.list-decimal > li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}
.list-decimal.__bold > li::marker {
  font-weight: bold;
}
.list-decimal.__bold > li .ttl {
  font-weight: bold;
}
.list-annotation > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.2rem;
}
.list-annotation > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.list-annotation > li .list-dot li:before {
  top: 7px;
}
.list-annotation.__decimal {
  counter-reset: item;
}
.list-annotation.__decimal > li {
  counter-increment: item;
  padding-left: 30px;
}
.list-annotation.__decimal > li::before {
  content: "※" counter(item);
}
.list-annotation.__decimal.num-set > li::before {
  content: attr(data-number);
}
.list-annotation.__txt-normal > li {
  line-height: 1.7;
  /*margin-bottom: 5px;*/
}
.list-def {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  margin-top: 20px;
}
.list-def dt {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 15px;
}
.list-def dd {
  width: 75%;
}
.list-glossary {
  margin: 20px 0;
}
.list-glossary dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list-glossary dl dt:after {
  content: ":";
  padding: 0 5px;
}
.list-order li {
  position: relative;
  padding-left: 2.5rem;
  counter-increment: order;
  margin-bottom: 0.5rem;
}
.list-order li:before {
  position: absolute;
  left: 0;
}
.list-order.__katakana li:before {
  width: 5rem;
  content: "(" counter(order, katakana) ")";
}

/**----------------------------------------
*
* 　テーブル
* 
----------------------------------------*/
.table-normal {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.table-normal th,
.table-normal td {
  border: 1px solid #CBCBCB;
  padding: 20px 30px;
}
.table-normal th {
  background: #F5F5F5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-normal th,
  .table-normal td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-normal.__sp-block {
    border-top: 1px solid #CBCBCB;
  }
  .table-normal.__sp-block th,
  .table-normal.__sp-block td {
    display: block;
    border-top: none;
    width: 100%;
  }
}

.js-scrollable {
  overflow: auto;
}

/**----------------------------------------
*
* 　レイアウト用
* 
----------------------------------------*/
.breadcrumb_list {
  margin: 19px 0 0;
}
.breadcrumb_list > li {
  font-weight: normal;
  word-break: keep-all;
}
.breadcrumb_list > li > a {
  text-decoration: none;
  word-break: keep-all;
}
.breadcrumb_list > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_list {
    margin: 15px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .breadcrumb_list > li {
    font-size: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .breadcrumb_list > li > a {
    white-space: nowrap;
  }
  .breadcrumb_list > li + li {
    margin-left: 9px;
    padding-left: 11px;
    background: url(../v0010/img/arr.svg) no-repeat 0 50%;
    background-size: 4px auto;
  }
}

.accordion-item {
  margin-top: -1px;
}
.accordion-item .content {
  overflow: hidden;
}
.accordion-item summary {
  display: block;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-trigger {
  border: 1px solid #DDDDDD;
  padding: 25px 50px 20px 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-trigger:hover {
  background-color: #F5F5F5;
}
.accordion-trigger .icon {
  position: absolute;
  right: 50px;
  top: 35px;
}
.accordion-trigger .icon::before, .accordion-trigger .icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #222222;
  position: absolute;
}
.accordion-trigger .icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-trigger .icon:after {
  top: 0;
}
.accordion-trigger .summary-supplement {
  padding-left: 2rem;
  font-size: 0.8rem;
}
.accordion-inner {
  padding: 25px 30px 25px 25px;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .accordion-trigger {
    padding: 15px 50px 10px 40px;
    background-size: 16px 22px;
    background-position: 15px 17px;
  }
  .accordion-trigger .icon {
    right: 20px;
    top: 35px;
    width: 16px;
  }
  .accordion-inner {
    padding: 20px 20px 20px 40px;
    background-size: 16px 22px;
    background-position: 15px 24px;
  }
}

.tab {
  border: 1px solid #DDDDDD;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.4;
  padding: 25px 35px 25px 45px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgb(219, 219, 219)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgb(219, 219, 219) 100%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.tab:hover {
  opacity: 0.7;
}
.tab.is-active {
  background: linear-gradient(90deg, rgba(226, 0, 0, 0.9) 0%, rgb(226, 0, 0) 15px, rgb(255, 255, 255) 15px, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .tab {
    font-size: 1rem;
    padding: 10px;
  }
}

.panel-area .panel {
  display: none;
}
.panel-area .panel.is-show {
  display: block;
}

.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

.none {
  display: none;
}

.mail-magazine-wrap {
  padding: 70px 0;
  margin-top: 100px;
  background: rgba(245, 245, 245, 0.7);
}
@media screen and (max-width: 767px) {
  .mail-magazine-wrap {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.mail-magazine-wrap a[target=_blank] {
  text-decoration: none;
}
.mail-magazine-wrap a[target=_blank].btn-link-red span:after {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.mail-magazine-wrap a[target=_blank].btn-link-red:hover span::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.mail-magazine-wrap a[target=_blank]::after {
  display: none;
}
.mail-magazine .ttl-h2-mailmag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mail-magazine .ttl-h2-mailmag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.mail-magazine .icon-mail {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .mail-magazine .icon-mail {
    width: 50px;
    margin: 0 auto;
  }
}
.mail-contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1070px;
  gap: 30px;
  margin: 50px auto;
}
.mail-contents > li {
  border: 2px solid #c30000;
  padding: 20px 15px 15px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mail-contents > li .icon {
  width: 45px;
  margin: 0 auto 30px;
}
.mail-contents > li p {
  text-align: left;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mail-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail-contents > li .icon {
    margin-bottom: 15px;
  }
}

.box-col-02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5%;
}
.box-col-02 .area-txt {
  width: 54%;
}
.box-col-02 .area-img {
  width: 41%;
}
.box-col-02.__half .area-txt, .box-col-02.__half .area-img {
  width: 47.5%;
}
.box-col-02.__img-30 .area-txt {
  width: 65%;
}
.box-col-02.__img-30 .area-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .box-col-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .box-col-02 .area-txt, .box-col-02 .area-img {
    width: 100%;
  }
}
.box-txt * + * {
  margin-top: 20px;
}
.box-txt li {
  margin-top: 0;
}
.box-txt a, .box-txt span {
  margin-top: auto;
}
.box-txt * {
  text-align: justify;
}
.box-line {
  border: 1px solid #CBCBCB;
  padding: 30px;
  margin: 40px 0;
}
.box-bg {
  background: #e9ebed;
  padding: 20px;
  padding: 1.25rem;
  margin: 2.5rem 0;
}
.box-next-h3 {
  padding-left: 2rem;
}
.box-next-h4 {
  padding-left: 3rem;
}

@media screen and (min-width: 768px) {
  .opp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .opp-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content-divided {
  margin: 2rem 0;
  border-color: #F5F5F5;
}

.info-list {
  border-top: 1px solid #DDDDDD;
}
.info-list li {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.info-list li.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.info-list li.l-flex {
  gap: 30px;
}
.info-list li.l-flex .info-title {
  padding-top: 3px;
}
.info-date {
  width: 9.5rem;
}
.info-date-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px;
  line-height: 1;
}
.info-icon {
  width: 6rem;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-list > li {
    display: block;
  }
}

.cat-press {
  background: #3f8fc8 !important;
}
.cat-info {
  background: #020264 !important;
}
.cat-topics {
  background: #e4822a !important;
}

.l {
  /**----------------------------------------
  *
  * 　セクション間の余白
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　サブナビゲーション固定時の
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  *   セクションをグレー背景で分ける
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　見出し
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　パンくず
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　ページ内リンク
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　カラム
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　画像リンク
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　画像配置（センター）
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　テキストが続くところ
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　記事系
  * 
  ----------------------------------------*/
  /**----------------------------------------
  *
  * 　flex
  * 
  ----------------------------------------*/
}
.l-container {
  max-width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-container {
    width: 100%;
    padding: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
  }
}
.l-container.bottom-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-container.bottom-100 {
    padding-top: 75px;
  }
}
.l-footer-bnr {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .l-footer-bnr {
    margin: 40px auto;
  }
}
.l-footer-bnr .check-dis {
  display: none;
}
.l-section-div {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-section-div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 980px) {
  .l-link-anchor {
    padding-top: 100px;
    margin-top: -50px;
  }
  .l-anchor-nav-wrap {
    height: 100px;
  }
}
.l-separate {
  background: #e9ebed;
  padding: 1px 0 40px;
  margin-bottom: 80px;
}
.l-ttl-h1 {
  width: 100%;
}
.l-ttl-h1.type-txt {
  border-bottom: 2px solid #151515;
}
.l-ttl-h1.type-txt .l-container {
  position: relative;
  padding: 30px 13px 25px;
}
.l-ttl-h1.type-txt .l-container:after {
  content: "";
  display: block;
  width: 231px;
  height: 2px;
  background: #c30000;
  position: absolute;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .l-ttl-h1.type-txt .l-container {
    padding: 20px 4%;
  }
  .l-ttl-h1.type-txt .l-container::after {
    width: 60px;
  }
}
.l-ttl-h1.type-img {
  position: relative;
  height: 235px;
  overflow: hidden;
}
.l-ttl-h1.type-img:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #151515;
  position: absolute;
  z-index: 0;
  bottom: 0px;
}
.l-ttl-h1.type-img .type-img-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 18, 18, 0.8)), color-stop(70%, rgba(18, 18, 18, 0)));
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.8) 0%, rgba(18, 18, 18, 0) 70%);
  height: 100%;
}
.l-ttl-h1.type-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.l-ttl-h1.type-img picture img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.l-ttl-h1.type-img .l-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.l-ttl-h1.type-img .l-container:after {
  content: "";
  display: block;
  width: 231px;
  height: 2px;
  background: #c30000;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-ttl-h1.type-img .l-container {
    padding: 20px 4%;
  }
  .l-ttl-h1.type-img .l-container::after {
    width: 60px;
  }
}
.l-ttl-h1.type-img.__short {
  height: auto;
}
.l-ttl-h1.type-img.__short picture img {
  height: 100%;
}
.l-ttl-h1.type-img.__short .l-container {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .l-ttl-h1.type-img.__short .l-container {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-ttl-h1.type-img {
    height: 190px;
  }
}
.l-ttl-line {
  position: relative;
  border-bottom: 1px solid #151515;
}
.l-ttl-line:after {
  content: "";
  display: block;
  width: 231px;
  height: 1px;
  background: #c30000;
  position: absolute;
  bottom: -1px;
}
.l-ttl-line.ttl-h2 {
  padding-bottom: 0;
}
.l-breadcrumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-bottom: 20px;
  }
}
.l-breadcrumb .l-container {
  overflow-x: auto;
}
.pickup .l-breadcrumb {
  margin-bottom: 0;
}
.l-anchor-link {
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-anchor-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-anchor-link > li a {
    height: auto;
  }
}
.l-anchor-link + * {
  margin-top: 30px;
}
.l-anchor-link + .l-anchor-link{margin-top: 0;}
@media screen and (max-width: 767px) {
  .l-anchor-link + * {
    margin-top: 20px;
  }
}
.l-anchor-index {
  background: #F5F5F5;
  padding: 30px;
}
.l-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.l-column.__col-02 > * {
  width: calc((100% - 24px) / 2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-column.__col-02 .box-item.__link-img a {
  padding: 40px 50px;
}
@media screen and (max-width: 1200px) {
  .l-column.__col-02 .box-item.__link-img a {
    padding: 20px 30px;
  }
}
.l-column.__col-03 > * {
  width: calc((100% - 48px) / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-column.__col-03 .box-item.__link-img a {
  padding: 30px 40px;
}
@media screen and (max-width: 1200px) {
  .l-column.__col-03 .box-item.__link-img a {
    padding: 15px;
  }
}
.l-column.__col-04 > * {
  width: calc((100% - 72px) / 4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  .l-column.__col-02 > *, .l-column.__col-03 > *, .l-column.__col-04 > * {
    width: 100%;
  }
}
.l-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-flex.__ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-flex.__jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flex.__jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-btn-area {
  text-align: center;
}
.l-image {
  text-align: center;
  margin-top: 30px;
}
.l-image img {
  margin: auto;
}
.l-image img + img {
  margin-left: 1rem;
}
.l-image + ul {
  margin-top: 20px;
}
.l-paragraph + .l-paragraph {
  margin-top: 50px;
}
.l-paragraph p + p {
  margin-top: 20px;
}
.l-paragraph * + * {
  margin-top: 20px;
}
.l-paragraph li {
  margin-top: 0;
}
.l-paragraph a, .l-paragraph span {
  margin-top: auto;
}
.l-paragraph * {
  text-align: justify;
}
.l-article-read {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-article-read {
    margin: 20px 0 30px;
  }
}
.l-article-header {
  border-bottom: 1px solid #151515;
}
.l-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-flex.__jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-flex.__jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-flex.__ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/**----------------------------------------
*
* 　
* 
----------------------------------------*/
.catalog .l-footer-bnr {
  margin-bottom: 25px;
}

.catalog + .inquiry .l-footer-bnr {
  margin-top: 25px;
}

/**----------------------------------------
*
* 　モーダル用
* 
----------------------------------------*/
.article-img-diagram {
  margin: 50px auto;
}
.article-img-diagram img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .article-img-diagram img {
    width: 100%;
  }
}

.l-breadcrumb + .l-section-div {
  margin-top: 0;
}

.l-section-div:has(.l-anchor-link) + .l-section-div {
  margin-top: 30px;
}
.l-section-div:has(.l-anchor-link) + .l-section-div h3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pickup #global_footer .container {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .navi-base, .l-navi-base, .l-gnavi-inner {
    width: 100%;
  }
}

.content-base, .l-dropdown-wrap {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-base, .l-dropdown-wrap {
    width: 100%;
  }
}

#global_nav {
  padding-bottom: 1px;
        border-bottom: 1px solid #bababa;
        background-color: #fff;
  z-index: 9999;
}
#global_nav .container{
  background-color: #fff;
}
#global_nav .header-nav {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #global_nav .header-nav {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
}
#global_nav .l-dropdown a {
  color: #FFF;
  text-align: initial;
}
#global_nav .l-gnavi-main-item-btn, #global_nav .is-current {
  color: #FFF;
}
#global_nav .l-gnavi-main-item-btn[target=_blank], #global_nav [target=_blank].is-current {
  text-decoration: none;
}
#global_nav .container .header-nav > ul > li:last-child,
.contact #global_nav .container .header-nav ul li:has(.cta) {
  margin-left: auto;
}
#global_nav .container .header-nav > ul > li:last-child {
  margin-left: auto;
  padding-right: 0;
}
#global_nav .container .header-nav > ul > li > .l-gnavi-main-item-btn, #global_nav .container .header-nav > ul > li > .is-current {
  font-size: initial;
  letter-spacing: 0;
  font-weight: 700;
  padding: 23px 7px;
  cursor: pointer;
}
#global_nav .container .header-nav > ul > li > .l-gnavi-main-item-btn:after, #global_nav .container .header-nav > ul > li > .is-current:after {
  bottom: 0;
}
#global_nav .container .header-nav > ul > li > .l-gnavi-main-item-btn:hover, #global_nav .container .header-nav > ul > li > .is-current:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #global_nav {
    background-color: #292B35;
    z-index: 9999;
  }
  #global_nav .site_search {
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  #global_nav .site_search .phrase {
    position: relative;
  }
  #global_nav .site_search .btn_search {
    position: absolute;
    right: 20px;
  }
  #global_nav a {
    background: none;
  }
  #global_nav .container .header-nav > ul > li {
    border-bottom: none;
    margin: 0;
  }
  #global_nav .container .header-nav > ul > li:last-child,
  .contact #global_nav .container .header-nav ul li:has(.cta) {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #global_nav .container .header-nav > ul > li:last-child {
    width: 100%;
    padding: 0 7px;
  }
  #global_nav .container .header-nav > ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  #global_nav .container .header-nav > ul > li > a.cta {
    width: 100%;
    padding-left: 4%;
  }
  #global_nav .link-arrow.__white[target=_blank]::after, #global_nav .__white[target=_blank].link-item::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  }
}

@media screen and (max-width: 1199px) {
  #global_header .site_logo img.pc {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .only-nv-sp {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .only-nv-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .contact .l-gnavi-main-item-btn.cta, .contact .cta.is-current {
    background: none;
    width: auto;
  }
}
@media screen and (min-width: 1201px) {
  .contact #global_nav .container .header-nav ul li:has(.cta) {
    padding: 0 28.5px;
  }
}
.l-gnavi {
  position: relative;
  -webkit-box-shadow: 0 1 2px rgba(180, 180, 180, 0.75);
          box-shadow: 0 1 2px rgba(180, 180, 180, 0.75);
  background: #292B35;
}
@media screen and (min-width: 1200px) {
  .l-gnavi {
    height: 63px;
  }
}
.l-gnavi-inner {
  padding-left: 7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-gnavi-main {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: left;
  -webkit-box-pack: justify;
          justify-content: left;
          gap: 14px;
}
.l-gnavi-main-item.is-open .l-gnavi-main-item-btn span::after, .l-gnavi-main-item.is-open .is-current span::after, .l-gnavi-main-item.is-focused .l-gnavi-main-item-btn span::after, .l-gnavi-main-item.is-focused .is-current span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-gnavi-main-item-btn, .is-current {
  padding: 20px 6px;
  display: block;
  position: relative;
  line-height: 1;
}
.l-gnavi-main-item-btn:after, .is-current:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #c30000 !important;
  width: 100% !important;
  height: 3px !important;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0;
}
.l-gnavi-main-item-btn:hover:after, .is-current:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-gnavi-main-item-btn.corporate:hover:after, .corporate.is-current:hover:after {
  margin: 0;
}
.l-gnavi-main-item-btn span, .is-current span {
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-gnavi-main-item-btn.corporate, .corporate.is-current {
    display: block;
    border-bottom: none;
  }
  .l-gnavi-main-item-btn.corporate span, .corporate.is-current span {
    display: inline-block;
    text-decoration: none;
  }
}
.l-gnavi-main-item-btn.cta, .cta.is-current {
  padding-left: 10px;
  padding-right: 10px;
  background: #c30000;
  width: 153px;
}
.l-gnavi-main-item-btn[target=_blank] .gnavi-btn:after, [target=_blank].is-current .gnavi-btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .l-gnavi-main-item-btn[target=_blank] .gnavi-btn:after, [target=_blank].is-current .gnavi-btn:after {
    width: 12px;
    height: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .l-gnavi-main-item-dropdown {
    display: block;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 1200px) {
  .l-gnavi-main-item-dropdown {
    display: none;
    position: relative;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
  }
}
.l-gnavi-main-item.has-child .l-gnavi-main-item-btn span, .l-gnavi-main-item.has-child .is-current span {
  position: relative;
  padding-right: 17px;
  display: block;
}
.l-gnavi-main-item.has-child .l-gnavi-main-item-btn span:after, .l-gnavi-main-item.has-child .is-current span:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 10.1 5.6'%3E%3Cpath fill='%23FFF' d='M10.1.5 9.6 0 5.1 4.6.5 0 0 .5l5.1 5.1 5-5.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  right: 0;
  top: calc((100% - 6px) / 2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-gnavi-main-item.has-child .l-gnavi-main-item-btn:hover .l-gnavi-main-item-dropdown, .l-gnavi-main-item.has-child .is-current:hover .l-gnavi-main-item-dropdown {
  visibility: visible;
  opacity: 1;
}
.l-dropdown {
  width: 100%;
  margin: 0 auto;
  background: #292B35;
  padding: 40px 0 55px;
}
.l-dropdown-close {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.l-dropdown-contents {
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.l-dropdown-link-wrap {
  width: 845px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}
.l-dropdown-link-wrap.col-03 li {
  width: 265px;
}
.l-dropdown-link-wrap.col-04 li {
  width: 192px;
}
.l-dropdown .dropdown-close {
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
}
.l-dropdown .dropdown-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/icon-nav-close.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-dropdown .dropdown-cat-link {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
}
.l-dropdown .dropdown-cat-link:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 10px;
}
.l-dropdown .dropdown-link-unit-ttl {
  font-size: 1.125rem;
  color: #FFF;
  font-weight: bold;
}
.l-dropdown .dropdown-link-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-dropdown .dropdown-link-item a {
  display: block;
  padding-right: 25px;
  text-align: left;
  line-height: 1.25;
  position: relative;
}
.l-dropdown .dropdown-link-item a:after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23fff' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  right: 0;
  top: calc((100% - 16px) / 2);
}
.l-dropdown .l-dropdown-link-unit + .l-dropdown-link-unit {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .l-dropdown .l-dropdown-link-unit + .l-dropdown-link-unit {
    margin-top: 0;
  }
}
.l-navi-base {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.l-navi-dropping {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 3px 0;
  background: #393D43;
  -webkit-transform: translateX(-169px);
          transform: translateX(-169px);
}
.l-navi-dropping li a {
  color: #FFF;
  font-size: 0.8125rem;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .l-navi-dropping li a {
    margin: 0 4%;
  }
}
.l-navi-dropping li a[target=_blank]:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.l-navi-dropping-pc{
  display: flex;
  justify-content: flex-end;

}
.l-navi-dropping a{
  color: #FFF;
  font-size: 0.8125rem;
  padding: 3px 15px;
}

.l-navi-dropping a::after{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;

}

@media screen and (max-width: 1200px) {
  .l-gnavi {
    position: absolute;
    width: 100%;
  }
  .l-gnavi-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .l-gnavi-sp-search {
    padding: 20px 4% 10px;
  }
  .l-gnavi-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: unset;
  }
  .l-gnavi-main-item-btn, .is-current {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
    margin: 0 4%;
  }
  .l-gnavi-main-item-btn:after, .is-current:after {
    background: transparent !important;
  }
  .l-gnavi-main-item-btn::before, .is-current::before {
    background: transparent;
  }
  .l-gnavi-main-item-btn.cta, .cta.is-current {
    margin: 0;
    border-bottom: none;
    background: #c30000 url(../../../shared) !important;
  }
  .l-gnavi-main-item-btn.cta span, .cta.is-current span {
    right: 20px;
    padding-left: 20px;
  }
  .l-gnavi-main-item-btn.__beforeCta, .__beforeCta.is-current {
    border-bottom-color: transparent;
  }
  .l-gnavi-main-item-btn.__beforeCta.is-open, .__beforeCta.is-open.is-current, .l-gnavi-main-item-btn.__beforeCtais, .__beforeCtais.is-current {
    border-bottom-color: #FFF;
  }
  .l-gnavi-main-item-btn.__beforeCta.is-open .l-gnavi-main-item-btn span::after, .__beforeCta.is-open.is-current .l-gnavi-main-item-btn span::after, .l-gnavi-main-item-btn.__beforeCta.is-open .is-current span::after, .__beforeCta.is-open.is-current .is-current span::after, .l-gnavi-main-item-btn.__beforeCtais .l-gnavi-main-item-btn span::after, .__beforeCtais.is-current .l-gnavi-main-item-btn span::after, .l-gnavi-main-item-btn.__beforeCtais .is-current span::after, .__beforeCtais.is-current .is-current span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .l-gnavi-main-item-btn .gnavi-btn, .is-current .gnavi-btn {
    position: relative;
  }
  .l-gnavi-main-item-btn .gnavi-btn:after, .is-current .gnavi-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
    right: 0;
    top: calc((100% - 10px) / 2);
  }
  .l-gnavi-main-item.has-child .l-gnavi-main-item-btn span::before, .l-gnavi-main-item.has-child .is-current span::before, .l-gnavi-main-item.has-child .l-gnavi-main-item-btn span::after, .l-gnavi-main-item.has-child .is-current span::after {
    content: "";
    display: block;
    width: 10px;
    border-top: 1px solid #FFF;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnavi-main-item.has-child .l-gnavi-main-item-btn span::before, .l-gnavi-main-item.has-child .is-current span::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-gnavi-main-item.has-child .l-gnavi-main-item-btn span:after, .l-gnavi-main-item.has-child .is-current span:after {
    background-image: none;
  }
  .l-gnavi-main-item.has-child .l-gnavi-main-item-btn.is-open span::before, .l-gnavi-main-item.has-child .is-open.is-current span::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .l-dropdown {
    width: 100%;
    padding: 0;
  }
  .l-dropdown-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 4%;
  }
  .l-dropdown-close, .l-dropdown-ttl {
    display: none;
  }
  .l-dropdown-link {
    width: 100%;
    padding: 10px 0;
  }
  .l-dropdown-link-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
    margin-top: 0;
  }
  .l-dropdown-link-wrap.col-03 li, .l-dropdown-link-wrap.col-04 li {
    width: 100%;
  }
  .l-dropdown-link .only-nv-sp {
    display: block;
    padding: 10px 0;
  }
  .l-dropdown .dropdown-link-unit-ttl {
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: normal;
    cursor: pointer;
    padding: 10px 4% 10px 0;
  }
  .l-dropdown .dropdown-link-item {
    border-bottom: 1px solid #CBCBCB;
  }
  .l-dropdown .dropdown-link-item a {
    padding: 15px 20px 15px 0;
    font-size: 0.875rem;
  }
  .l-dropdown .dropdown-link-item a:after {
    width: 6px;
    height: 10px;
  }
  .l-dropdown .dropdown-link-item:last-child {
    border-bottom: none;
  }
  .l-dropdown .sp-nav-dropdown {
    display: none;
  }
  .l-dropdown .sp-nav-children {
    background: #3A3D4D;
    padding: 10px 4% 10px 25px;
  }
  .l-dropdown .sp-nav-children .txt-w-b {
    font-weight: normal;
  }
  .l-dropdown .sp-nav-children.open {
    display: block;
  }
  .l-navi-dropping-sp {
    background: #292B35;
    padding: 20px 4%;
    font-size: initial;
    font-weight: bold;
    display: block;
  }
  .l-navi-dropping-sp li {
    margin: 0 4%;
  }
  .l-navi-dropping-sp li:first-child {
    border-right: none;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 7px;
  }
  .l-navi-dropping-sp li a {
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  .l-navi-dropping-sp li a.link-arrow, .l-navi-dropping-sp li a.link-item {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .l-gnavi-main-item-dropdown {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .sp-nav-has-child {
    position: relative;
  }
  .sp-nav-has-child::before, .sp-nav-has-child::after {
    content: "";
    display: block;
    width: 10px;
    border-top: 1px solid #FFF;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-nav-has-child::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp-nav-has-child.is-open::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .l-dropdown-link-unit .sp-nav-has-child::before, .l-dropdown-link-unit .sp-nav-has-child::after {
    right: 4vw;
  }
}
@media screen and (min-width: 1201px) {
  .nav-useful li:has(.useful), .nav-column li:has(.useful), .nav-oasis li:has(.useful) {
    background: #555;
  }
  .nav-service li:has(.service) {
    background: #555;
  }
  .nav-jirei li:has(.jirei) {
    background: #555;
  }
  .nav-catalog li:has(.download) {
    background: #555;
  }
  .nav-event li:has(.event) {
    background: #555;
  }
  .nav-contact li:has(.cta) {
    background: #555;
  }
  .nav-contact li:has(.cta) {
    background: #555;
  }
}

.footer_sitemap {
  overflow: auto;
  width: 100%;
}
.footer_sitemap a {
  text-decoration: none;
}
.footer_sitemap a:hover {
  text-decoration: underline;
}
.footer_sitemap_container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 70px;
}
.footer_sitemap_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer_sitemap_col_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.footer_sitemap a {
  background-image: none;
}
.footer_sitemap .link-arrow, .footer_sitemap .link-item {
  margin-left: 0;
}
.footer_sitemap_container dl {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .footer_sitemap .link-arrow, .footer_sitemap .link-item {
    margin-right: 0;
  }
  .footer_sitemap {
    margin-right: initial;
    margin-left: initial;
  }
  .footer_sitemap_area .container {
    padding: 30px 4% 10px;
  }
  .footer_sitemap_container dl {
    width: 100%;
  }
}
@media print, screen and (min-width: 980px) {
  .footer_sitemap_container {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_sitemap_div.__corporation ul.link-page-children {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_sitemap_col .link-page-children li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer_sitemap_container {
    margin-left: initial;
    margin-right: initial;
  }
}

#pagetop a {
}
#pagetop a:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  #pagetop a {
  }
}
#pagetop a.pin {
  bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #pagetop a.pin {
    bottom: 70px;
  }
}

.footer_logo {
  width: 140px;
}
.footer_logo.__corp {
  display: none;
}
.footer_contact {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 9999;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    display: none;
  }
}
.footer_btn {
  border-radius: 4px 0 0 4px;
  background-image: linear-gradient(150deg, rgb(195, 0, 0), rgb(230, 62, 62));
  text-align: center;
}
.footer_btn li {
  position: relative;
}
.footer_btn li a {
  font-size: 0.625rem;
  font-weight: bold;
  color: #FFF;
  line-height: 0.9375rem;
  display: block;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_btn li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer_btn li:first-child:after {
  content: "";
  display: block;
  width: 80%;
  border-bottom: 1px solid #FFF;
  margin: 0 auto;
}
.footer_btn_icon {
  display: block;
  margin-bottom: 7px;
  width: 30px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1200px) {
  .footer_sitemap_area {
  }
}
.footer_sitemap_area a:hover {
  color: #FFF;
}
.footer_sitemap_area a .link-cat {
  font-size: 1.125em;
  font-weight: bold;
}
.footer_sitemap_area a .link-cat.ic-marc:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/icon/icon_link_circle.svg) no-repeat;
}
.footer_sitemap_area a .link-cat.ic-blank:after {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.__service .footer_sitemap_col {
  width: 180px;
}
.__corporation .footer_sitemap_col {
  width: 160px;
}
.footer_sitemap_col > li {
  margin-bottom: 12px;
  font-size: 0.9375rem;
}
.footer_sitemap_col .link-page-children li {
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
}
.footer_sitemap_col .link-page-children li a {
  font-size: .93em;
  line-height: 1.25rem;
}
.footer_sitemap_col .link-page-children li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.footer_sitemap_col .link-page-children li.only-nv-sp {
  display: none;
}
.footer_sitemap_col .link-page-children li.multi a {
  display: block;
}
.footer_sitemap_col .link-page-children li.multi:before {
  top: -4px;
}
.footer_sitemap_col .link-arrow::after, .footer_sitemap_col .link-item::after {
  vertical-align: middle;
}
.footer_sitemap_div dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 25px;
}
.footer_sitemap_wrap a::after {
  display: none;
}
.footer_sitemap_wrap a.link-arrow:after, .footer_sitemap_wrap a.link-item:after {
  display: inline-block;
}
.footer_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 50px 0 65px;
}
.footer_link a {
  text-decoration: none;
}
.footer_link a:hover {
  text-decoration: underline;
}
.footer_link_l {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}
.footer_link_r {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}
.footer_link_r a {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1200px) {
  .footer_logo img {
    width: 90px;
  }
  .footer_link {
    margin: 20px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_link_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_sitemap_col .link-page-children li.only-nv-sp {
    display: inline-block;
  }
}

.l-footer-link.__youtube {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer-link.__youtube {
    margin-bottom: 13px;
  }
}
.l-footer-link.__youtube span {
  position: relative;
  display: block;
  padding-left: 40px;
}
.l-footer-link.__youtube span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon_youtube.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc((100% - 30px) / 2);
}

.link-page-children {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .footer_sitemap_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .footer_sitemap_col_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__service .footer_sitemap_col, .__corporation .footer_sitemap_col {
    width: 100%;
  }
  .footer_sitemap_col > li {
    margin-bottom: 0;
  }
  .footer_sitemap_col > li a {
    font-size: .94em;
    display: block;
  }
  .footer_sitemap_col > li a.csr {
    display: block;
  }
  .footer_sitemap_div {
    margin-top: 20px;
  }
  .footer_sitemap_div dt {
    margin-bottom: 0;
  }
  .footer_sitemap .js-sp-nav-trigger {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #CBCBCB;
    font-size: .94em;
  }
  .footer_sitemap .sp-nav-dropdown {
    display: none;
    padding-top: 10px;
  }
  .footer_sitemap .link-arrow, .footer_sitemap .link-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #CBCBCB;
  }
  .footer_sitemap .link-arrow:after, .footer_sitemap .link-item:after {
    position: absolute;
    right: 0px;
    top: calc((100% - 10px) / 2);
  }
  .footer_link_bottom {
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .footer_link_bottom .link-arrow, .footer_link_bottom .link-item {
    text-decoration: none;
    display: block;
    margin: 0;
    position: relative;
  }
  .footer_link_bottom .link-arrow:after, .footer_link_bottom .link-item:after {
    display: block;
    position: absolute;
    right: 0;
    top: calc((100% - 10px) / 2);
    width: 12px;
    height: 11px;
  }
  .service .footer_link_bottom .link-arrow:after, .service .footer_link_bottom .link-item:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  }
  .footer_contact {
    top: initial;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .footer_btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    z-index: 9997;
  }
  .footer_btn > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .footer_btn > li:first-child {
    position: relative;
  }
  .footer_btn > li:first-child::after {
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
    border-right: 1px solid #FFF;
  }
  .footer_btn > li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
    font-size: 0.75rem;
  }
  .footer_btn_icon {
    width: 30px;
  }
  .footer_btn_icon img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_contact {
    position: fixed !important;
    bottom: initial !important;
  }
}
#footer-aside a {
  text-decoration: none;
}
#footer-aside a::after {
  content: none;
}

#global_footer a[target=_blank] {
  text-decoration: none;
}
#global_footer a[target=_blank]:after {
  display: none;
}
.corporate .dropdown-cat-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.corporate .corp-01.l-dropdown-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.corporate .corp-01 .l-dropdown-link-wrap {
  width: 653px;
}

.footer_sitemap .link-arrow::after, .footer_sitemap .link-item::after,
.service .footer_sitemap .link-arrow::after, .service .footer_sitemap .link-item::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 9.3 16.1'%3E%3Cpath fill='%23FFF' d='M1.2 0 0 1.2 6.8 8 0 14.9l1.2 1.2 8-8-8-8.1z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.footer_sitemap_area a .link-cat.ic-blank:after,
.service .footer_sitemap_area a .link-cat.ic-blank:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23FFF' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

.cording-attention {
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  background: #00cc33;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .cording-attention {
    display: none;
  }
}

/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
印刷用
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
@media print {
  .l-gnavi {
    display: none;
  }
  .js-sp-nav-trigger {
    display: none;
  }
  .only-nv-sp {
    display: none;
  }
}