@charset "UTF-8";
#hx {
  background-color: #fff;
  color: #0f203e;
}
@media screen and (max-width: 768px) {
  #hx main {
    padding-top: 28px;
  }
}
#hx .hxTopBg-separate {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f203e), color-stop(50%, #fff));
  background: linear-gradient(to right, #0f203e 50%, #fff 50%);
}

.layoutCol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .layoutCol2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layoutBody-ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .layoutBody-ttl {
    margin-bottom: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .layoutBody-ttl {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
}
.layoutBody-ttl::before {
  content: attr(data-en);
  display: block;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .layoutBody-ttl::before {
    margin-bottom: 8px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .layoutBody-ttl::before {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
}
.layoutBody-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .layoutBody-ttl-wrap {
    gap: 32px;
    margin-bottom: 40px;
  }
}
.layoutBody-ttl-wrap .layoutBody-ttl {
  margin-bottom: 0;
}
.layoutBody-ttl-wrap .ridgelinezSelect {
  max-width: 300px;
}
.layoutCol2 .layoutBody {
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .layoutCol2 .layoutBody {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .layoutSide {
    position: sticky;
    top: 100px;
    margin-left: 30px;
    padding-top: 8px;
    min-width: 240px;
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .layoutSide-item + .layoutSide-item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item.layoutSide-index {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 24px;
    padding-bottom: 40px;
  }
  .layoutSide-item.layoutSide-index::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b2bac7;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item.layoutSide-outline {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 24px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item.layoutSide-related {
    margin-top: 100px;
    margin-inline: -18px;
    padding-top: 32px;
    padding-inline: 18px;
    border-top: 1px solid #b2bac7;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item.layoutSide-popular {
    margin-top: 100px;
    margin-inline: -18px;
    padding-top: 32px;
    padding-inline: 18px;
    border-top: 1px solid #b2bac7;
  }
}
.layoutSide-item-ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .layoutSide-item-ttl {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item-ttl {
    margin-bottom: 16px;
    font-size: 0.9rem;
  }
}
.layoutSide-item-ttl::before {
  content: attr(data-en);
  display: block;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .layoutSide-item-ttl::before {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-item-ttl::before {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-post-list {
    margin-top: 24px;
  }
}
.layoutSide-post-list-item {
  display: block;
  list-style: none;
}
.ranking .layoutSide-post-list-item {
  position: relative;
}
.ranking .layoutSide-post-list-item:nth-of-type(1)::after {
  content: "01";
  position: absolute;
  top: -3px;
  left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 16px;
  border-radius: 30px;
  background-color: #f0f1f4;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
.ranking .layoutSide-post-list-item:nth-of-type(2)::after {
  content: "02";
  position: absolute;
  top: -3px;
  left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 16px;
  border-radius: 30px;
  background-color: #f0f1f4;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
.ranking .layoutSide-post-list-item:nth-of-type(3)::after {
  content: "03";
  position: absolute;
  top: -3px;
  left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 16px;
  border-radius: 30px;
  background-color: #f0f1f4;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .layoutSide-post-list-item + .layoutSide-post-list-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .layoutSide-post-list-item + .layoutSide-post-list-item {
    margin-top: 10px;
  }
}

html {
  overflow-x: visible;
}

body {
  color: #0f203e;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}
body:has(.globalHeaderSubNav.is-active):before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: auto;
}

.wrap {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 18px;
  }
}

#recruit {
  scroll-behavior: initial;
}
#recruit img {
  vertical-align: bottom;
}

#footer {
  position: relative;
}

.contentsMain {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .contentsMain {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain {
    padding: 35px 0 60px;
  }
}
.contentsMain .inner {
  margin: 0 auto 0;
  padding: 0 80px;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contentsMain .inner {
    padding: 0 18px;
  }
}

.hxPage-contentsMain {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.hxPage-contentsMain .inner {
  margin: 0 auto 0;
  padding: 0 80px;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hxPage-contentsMain .inner {
    padding: 0 18px;
  }
}

.recruitTop-contentsMain {
  background-color: #fff;
  color: #0f203e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

:where(a):not([class]) {
  color: #7a899f;
}
:where(a):not([class]):hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

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

#header .inner span.search {
  display: none;
}

._en {
  letter-spacing: 0 !important;
  font-family: "AvenirNextLTPro-Demi" !important;
}

._enBold {
  letter-spacing: 0 !important;
  font-family: "AvenirNextLTPro-Bold" !important;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 32px;
  }
}
.breadcrumb ol {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style: none;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .breadcrumb ol li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.breadcrumb ol li:not(:first-child)::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-right-link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .breadcrumb ol li:not(:first-child)::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb ol li:not(:first-child)::before {
    width: 12px;
    height: 12px;
  }
}
.breadcrumb ol li .labelItem {
  height: 32px;
}
@media screen and (min-width: 769px) {
  .breadcrumb ol li .labelItem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb ol li .labelItem {
    padding-inline: 15px;
    font-size: 1.2rem;
  }
}
.breadcrumb ol li a {
  color: #7a899f;
  text-decoration: none;
  pointer-events: auto;
}
.breadcrumb ol li.current a {
  color: inherit;
  pointer-events: none;
}

.button-thirdly, .button-secondary, .button-primary, .button-gray, .button-white-border, .button-white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .button-thirdly, .button-secondary, .button-primary, .button-gray, .button-white-border, .button-white {
    padding-inline: 16px;
    width: 260px;
    height: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .button-thirdly, .button-secondary, .button-primary, .button-gray, .button-white-border, .button-white {
    padding-inline: 8px;
    width: 150px;
    height: 46px;
    font-size: 1rem;
  }
}
.button-thirdly:hover::before, .button-secondary:hover::before, .button-primary:hover::before, .button-gray:hover::before, .button-white-border:hover::before, .button-white:hover::before {
  width: 100%;
  opacity: 0.25;
}
.button-thirdly::before, .button-secondary::before, .button-primary::before, .button-gray::before, .button-white-border::before, .button-white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-txt {
  z-index: 1;
}
.button-keyword {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #f5f7fc;
  color: #0f203e;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .button-keyword {
    padding-inline: 16px;
    height: 32px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .button-keyword {
    padding-inline: 10px;
    height: 24px;
    font-size: 1rem;
  }
  .detailHeader-keywords .button-keyword {
    padding-inline: 5px;
    height: 16px;
    font-size: 0.9rem;
  }
}
.button-keyword:hover {
  background-color: #0f203e;
  color: #fff;
}
.button-keyword.current {
  background-color: #0f203e;
  color: #fff;
  pointer-events: none;
}
.button-white {
  background-color: #fff;
  color: #000;
}
.button-white::before {
  background-color: #f0f1f4;
}
.button-white:hover::before {
  opacity: 1;
}
.button-white-border {
  border: 2px solid #0f203e;
  background-color: #fff;
  color: #000;
}
.button-white-border::before {
  background-color: #f0f1f4;
}
.button-white-border:hover::before {
  opacity: 1;
}
.button-gray {
  background-color: #efefef;
  color: #000;
}
.button-gray::before {
  background-color: #000;
}
.button-gray:hover::before {
  opacity: 0.1;
}
.button-primary {
  background-color: #0f203e;
  color: #fff;
}
.button-secondary {
  background-color: #c85819;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .button-secondary.button-large {
    width: 700px;
    height: 120px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .button-secondary.button-large {
    width: 230px;
    height: 48px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .button-secondary.button-movie {
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .button-secondary.button-movie {
    padding-right: 16px;
  }
}
.button-secondary.button-movie::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-image: url(../img/common/icon-btn-movie.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .button-secondary.button-movie::after {
    right: 21px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .button-secondary.button-movie::after {
    right: 13px;
    width: 20px;
    height: 20px;
  }
}
.button-thirdly {
  background-color: #7a899f;
  color: #fff;
}
.button-download {
  position: relative;
  display: block;
  padding: 18px 18px 18px 100px;
  width: 100%;
  height: auto;
  background: #0f203e;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .button-download {
    padding: 15px 16px 15px 52px;
  }
}
.button-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100%;
  background-image: url(../img/common/icon_download.png);
  background-position: center;
  background-size: 44px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .button-download::before {
    width: 52px;
    background-size: 32px auto;
  }
}
.button-download-title {
  margin-bottom: 3px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .button-download-title {
    font-size: 1.2rem;
  }
}
.button-download-read {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .button-download-read {
    font-size: 1.8rem;
  }
}
.button-download-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .button-download-size {
    font-size: 1rem;
  }
}
.button-service-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 32px;
  min-height: 72px;
  max-width: 550px;
  background-color: #0f203e;
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: auto 15px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .button-service-primary {
    min-height: 56px;
    font-size: 1.6rem;
  }
}
.button-service-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 32px;
  min-height: 72px;
  max-width: 550px;
  background-color: #c85819;
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: auto 15px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .button-service-secondary {
    min-height: 56px;
    font-size: 1.6rem;
  }
}

.ttlType-01 {
  position: relative;
}
.ttlType-01-en {
  position: absolute;
  display: block;
  overflow: hidden;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 0;
  color: #f0f1f4;
  white-space: nowrap;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
  -webkit-transition: width 1s;
  transition: width 1s;
}
@media screen and (min-width: 769px) {
  .ttlType-01-en {
    bottom: 8px;
    left: -40px;
    font-size: clamp(4rem, 8vw, 12rem);
  }
}
@media screen and (max-width: 768px) {
  .ttlType-01-en {
    bottom: 8px;
    left: -10px;
    font-size: 3.4rem;
  }
}
.ttlType-01-en.animated {
  width: 120%;
}
.ttlType-01-body {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .ttlType-01-body {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlType-01-body {
    font-size: 2rem;
  }
}
.ttlType-02-body {
  color: #7a899f;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .ttlType-02-body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlType-02-body {
    font-size: 1.1rem;
  }
}
.ttlType-02-en {
  display: block;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .ttlType-02-en {
    margin-bottom: 4px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlType-02-en {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
}

.labelItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 12px;
  padding-block: 4px;
  min-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #f5f7fc;
  color: #0f203e;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .labelItem {
    padding-inline: 5px;
    height: 16px;
    font-size: 0.9rem;
  }
}
.labelItem.cat {
  background-color: #444;
  color: #fff;
}
.labelItem.current {
  background-color: #0f203e;
  color: #fff;
}
.labelItem.project {
  background-color: #237e6e;
  color: #fff;
}
.labelItem.video {
  background-color: #1c7aac;
  color: #fff;
}
.labelItem.movie {
  background-color: #1c7aac;
  color: #fff;
}
.labelItem.column {
  background-color: #b39237;
  color: #fff;
}
.labelItem.interview {
  background-color: #b39237;
  color: #fff;
}
.labelItem.book {
  background-color: #b39237;
  color: #fff;
}
.labelItem.event {
  background-color: #b39237;
  color: #fff;
}
.labelItem.reseach {
  background-color: #c85819;
  color: #fff;
}
.labelItem.report {
  background-color: #c85819;
  color: #fff;
}
.detailArticle-bottom-related .articleItem-keywords .labelItem {
  background-color: #fff;
}

.articleItem {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .articleItem:hover .articleItem-ttl {
    opacity: 0.7;
  }
  .articleItem:hover .articleItem-img::after {
    opacity: 0.2;
  }
  .articleItem:hover .articleItem-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .articleItem:hover .articleItem-img-book::after {
    opacity: 0.2;
  }
  .articleItem:hover .articleItem-img-book img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.articleItem-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.TypeRelatedColumn .articleItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-link {
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-template-rows: 3, 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 8px;
  }
}
.TypeSide .articleItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TypeSlide .articleItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.articleItem-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 1px solid #b0b0b0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .articleItem-img {
    border-radius: 12px;
  }
  .articleItem-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .articleItem-img {
    border-radius: 6px;
  }
}
.articleItem-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.articleItem-img-book {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #b0b0b0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .articleItem-img-book {
    border-radius: 12px;
  }
  .articleItem-img-book::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .articleItem-img-book {
    border-radius: 6px;
  }
}
.articleItem-img-book img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.TypeRelatedColumn .articleItem-img {
  aspect-ratio: 48/27;
}
@media screen and (min-width: 769px) {
  .TypeRelatedColumn .articleItem-img {
    width: 130px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .TypeRelatedColumn .articleItem-img {
    width: 130px;
    border-radius: 6px;
  }
}
.TypeRelatedColumn .articleItem-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.TypeSide .articleItem-img {
  width: 100px;
  height: 56px;
  border-radius: 6px;
}
.TypeSide .articleItem-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.TypeSlide .articleItem-img img {
  height: 100%;
  aspect-ratio: 48/27;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-img {
    grid-area: 2/2/3/3;
    width: 130px;
  }
}
.TypeList .articleItem-img img {
  aspect-ratio: 48/27;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-img img {
    height: auto;
    border-radius: 6px;
  }
}
.articleItem-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .articleItem-meta {
    gap: 8px 22px;
  }
}
@media screen and (max-width: 768px) {
  .articleItem-meta {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  .TypeList .articleItem-meta {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-meta {
    grid-area: 1/1/2/3;
  }
}
.articleItem-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 5px;
}
.TypeList .articleItem-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-bottom {
    grid-area: 3/1/4/3;
    padding-top: 8px;
  }
}
.articleItem-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.articleItem-date {
  color: #b2bac7;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .TypeSlide .articleItem-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeSlide .articleItem-date {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 769px) {
  .TypeList .articleItem-date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-date {
    font-size: 0.9rem;
  }
}
.TypeSlide .articleItem-cat {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 769px) {
  .TypeRelatedColumn .articleItem-body {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .TypeRelatedColumn .articleItem-body {
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 769px) {
  .TypeSide .articleItem-body {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .TypeSide .articleItem-body {
    width: calc(100% - 112px);
  }
}
.TypeSlide .articleItem-body {
  display: contents;
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-body {
    display: contents;
  }
}
.articleItem-ttl {
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .TypeRelatedColumn .articleItem-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeRelatedColumn .articleItem-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .TypeSide .articleItem-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeSide .articleItem-ttl {
    font-size: 1.1rem;
  }
}
.TypeSlide .articleItem-ttl {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .TypeSlide .articleItem-ttl {
    margin-top: 12px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeSlide .articleItem-ttl {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .TypeList .articleItem-ttl {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeList .articleItem-ttl {
    grid-area: 2/1/3/2;
    padding-right: 10px;
    font-size: 1.4rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .pagination {
    gap: 20px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 14px;
    margin-top: 60px;
  }
}
.pagination .prev {
  position: relative;
  margin-right: 10px;
  background-image: url(../img/common/arrow-left-link.svg);
  background-position: center;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .pagination .prev {
    min-width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pagination .prev {
    min-width: 28px;
    height: 28px;
  }
}
.pagination .prev:hover {
  background-image: url(../img/common/arrow-left-hover.svg);
}
.pagination .next {
  position: relative;
  margin-left: 10px;
  background-image: url(../img/common/arrow-right-link.svg);
  background-position: center;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .pagination .next {
    min-width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pagination .next {
    min-width: 28px;
    height: 28px;
  }
}
.pagination .next:hover {
  background-image: url(../img/common/arrow-right-hover.svg);
}
.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 100px;
  color: #0f203e;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .pagination span {
    min-width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination span {
    min-width: 28px;
    height: 28px;
    font-size: 1.2rem;
  }
}
.pagination .current {
  background-color: #0f203e;
  color: #fff;
}
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 100px;
  color: #0f203e;
  text-decoration: none;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .pagination a {
    min-width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination a {
    min-width: 28px;
    height: 28px;
    font-size: 1.2rem;
  }
}
.pagination a:hover {
  background-color: #f0f1f4;
}

.toTop {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .toTop {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .toTop {
    margin-top: 60px;
  }
}
.toTop-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Regular";
}
@media screen and (min-width: 769px) {
  .toTop-link {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .toTop-link {
    font-size: 1.5rem;
  }
}
.toTop-link::before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  background-image: url(../img/common/arrow-top-link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .toTop-link::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .toTop-link::before {
    width: 10px;
    height: 10px;
  }
}

#go_top {
  display: none;
}

.share {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: #0f203e;
}
@media screen and (min-width: 769px) {
  .share {
    position: absolute;
    left: 0;
    margin-top: 8px;
    border-radius: 0 12px 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .share {
    position: fixed;
    right: 0;
    bottom: 80px;
    padding-inline: 0;
    width: 0;
    border-radius: 6px 0 0 6px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .share.active {
    padding-inline: 10px;
    width: 60px;
  }
}
@media screen and (min-width: 769px) {
  .share-wrap {
    position: sticky;
    top: 100px;
    z-index: 10;
  }
}
.share-wrap .share-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 10;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background-color: #0f203e;
}
@media screen and (min-width: 769px) {
  .share-wrap .share-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .share-wrap .share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.share-wrap .share-btn img {
  width: 15px;
  height: auto;
}
.share-item {
  position: relative;
  width: 40px;
  height: 40px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .share-item {
    width: 0;
  }
  .share-item img {
    width: 40px;
  }
  .active > .share-item {
    width: 40px;
  }
}
.share-item:hover {
  opacity: 0.7;
}
.share-item .success-msg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
  margin: auto;
  padding: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #0f203e;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .share-item .success-msg {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .share-item .success-msg {
    right: 10px;
  }
}

.contactInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  width: 100%;
}
.contactInformation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.contactInformation-item-title {
  margin-bottom: 16px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .contactInformation-item-title {
    font-size: 1.6rem;
  }
}
.contactInformation-item-body {
  padding: 40px 60px;
  width: 100%;
  border: 10px #d1d6dd solid;
  word-break: break-all;
  font-size: 1.6rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .contactInformation-item-body {
    padding: 16px;
    font-size: 1.2rem;
  }
}
.contactInformation-item-body a:not([class]) {
  color: #c85819;
}
.contactInformation-item-body a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-inline: 0.5em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/common/icon-blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
}

.globalHeader {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  margin: 0 auto;
  border-bottom: 1px #d1d6dd solid;
  background-color: #fff;
  color: #0f203e;
}
.globalHeader .inner {
  margin: 0 auto 0;
  padding: 0 20px;
  max-width: none;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .globalHeader .inner {
    padding: 0 18px;
  }
}
.globalHeader-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .globalHeader-contents {
    height: 64px;
  }
}
.globalHeader-logo {
  max-width: 180px;
}
.globalHeader-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeader-nav {
  margin-left: auto;
}
.globalHeader-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.globalHeader-nav-list-item {
  font-size: 2rem;
}
.globalHeader-nav-list-item a {
  color: #0f203e;
  text-decoration: none;
  font-weight: 700;
}

.globalHeaderNav {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .globalHeaderNav {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow-y: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: calc(100dvh - 64px);
    background-color: #0f203e;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    scrollbar-width: none;
  }
  .globalHeaderNav::-webkit-scrollbar {
    display: none;
  }
  .nav-open .globalHeaderNav {
    visibility: visible;
    opacity: 1;
  }
}
.globalHeaderNav-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .globalHeaderNav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    border: none;
    background-color: #0f203e;
  }
}
.globalHeaderNav-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav-open .globalHeaderNav-button-icon {
  background-color: transparent;
}
.globalHeaderNav-button-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-open .globalHeaderNav-button-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.globalHeaderNav-button-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav-open .globalHeaderNav-button-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.globalHeaderNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .globalHeaderNav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.globalHeaderNav-list-item {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 1150px) {
  .globalHeaderNav-list-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderNav-list-item {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.globalHeaderNav-list-item-link:hover {
  color: #c85819;
}
.globalHeaderNav-list-item-title {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  .globalHeaderNav-list-item-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .globalHeaderNav-list-item:has(.globalHeaderSubNav) .globalHeaderNav-list-item-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .globalHeaderNav-list-item:has(.globalHeaderSubNav) .globalHeaderNav-list-item-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .globalHeaderNav-list-item:has(.globalHeaderSubNav.is-active) .globalHeaderNav-list-item-title::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .globalHeaderNav-list-item:has(.globalHeaderSubNav.is-active) .globalHeaderNav-list-item-title::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
:has(.globalHeaderSubNav.is-active) > .globalHeaderNav-list-item-title {
  color: #c85819;
}
.globalHeaderNav-list-item a {
  color: inherit;
  text-decoration: none;
}

.globalHeaderSubNav {
  background-color: #0f203e;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav {
    position: absolute;
    top: calc(100% + 32px);
    right: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    margin: 0 auto;
    padding: 32px 0;
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .globalHeaderSubNav.is-active {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav-header {
    padding: 32px 0;
    width: 268px;
    border-right: 1px solid #424b5a;
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.globalHeaderSubNav-header-title {
  display: block;
  padding: 0 16px 0 48px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-header-title {
    display: none;
  }
}
:has([data-nav-target]) > .globalHeaderSubNav-header-title {
  margin-bottom: 68px;
}
.globalHeaderSubNav-header-nav {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav-header-nav {
    padding: 0 24px 0 60px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    height: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
  }
  .globalHeaderSubNav-header-nav:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .globalHeaderSubNav-header-nav:last-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav-header-nav[data-nav-target].is-active {
    background-color: #fff;
    color: #0f203e;
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-header-nav[data-nav-target].is-active {
    color: #c85819;
  }
}
.globalHeaderSubNav-link {
  display: block;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  word-break: break-all;
}
.globalHeaderSubNav-link:hover {
  color: #c85819;
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav-body {
    padding: 32px 48px 32px 56px;
    width: calc(100% - 220px);
  }
}
.globalHeaderSubNav-body[data-nav] {
  display: none;
}
.globalHeaderSubNav-body[data-nav].is-active {
  display: block;
}
@media screen and (min-width: 1025px) {
  .globalHeaderSubNav-body-list {
    display: grid;
    gap: 48px 32px;
    grid-template-columns: repeat(3, auto);
  }
  [data-nav=industry] .globalHeaderSubNav-body-list {
    grid-template-columns: repeat(4, auto);
  }
  [data-nav-column="4"] .globalHeaderSubNav-body-list {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-body-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.globalHeaderSubNav-body-list-item {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-body-list-item {
    padding: 0 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.6rem;
  }
}
.globalHeaderSubNav-body-list-item > .globalHeaderSubNav-link {
  position: relative;
  padding-right: 16px;
}
.globalHeaderSubNav-body-list-item > .globalHeaderSubNav-link:hover::after {
  border-color: #c85819;
}
.globalHeaderSubNav-body-list-item > .globalHeaderSubNav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.globalHeaderSubNav-body-subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  .globalHeaderSubNav-body-subList {
    gap: 16px;
    margin-top: 16px;
  }
}
.globalHeaderSubNav-body-subList-item {
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .popularityKeywords {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .popularityKeywords {
    margin-bottom: 60px;
  }
}
.popularityKeywords-ttl {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .popularityKeywords-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .popularityKeywords-ttl {
    font-size: 1.2rem;
  }
}
.popularityKeywords-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .popularityKeywords-body {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .popularityKeywords-body {
    margin: 20px auto 0;
  }
}

.keywordsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .keywordsList {
    gap: 15px 12px;
  }
}
@media screen and (max-width: 768px) {
  .keywordsList {
    gap: 9px 7px;
  }
}
.detailHeader-keywords .keywordsList {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .detailHeader-keywords .keywordsList {
    gap: 15px 12px;
  }
}
@media screen and (max-width: 768px) {
  .detailHeader-keywords .keywordsList {
    gap: 4px;
  }
}
.keywordsList-item {
  list-style: none;
}

.listSlider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .listSlider {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 768px) {
  .listSlider {
    margin-bottom: 60px;
  }
}
.listSlider .swiper-slide {
  height: auto;
}
.listSlider .swiper-slide .articleItem {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.listSlider .swiper-slide.swiper-slide-prev .articleItem {
  opacity: 1;
}
.listSlider .swiper-slide.swiper-slide-active .articleItem {
  opacity: 1;
}
.listSlider .swiper-slide.swiper-slide-next .articleItem {
  opacity: 1;
}
.listSlider-drag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(15, 32, 62, 0.1);
  color: #fff;
  font-weight: 400;
  font-size: 2.6rem;
  font-family: "AvenirNextLTPro-Demi";
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  pointer-events: none;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media screen and (max-width: 768px) {
  .listSlider-drag {
    display: none;
  }
}
.listSlider-drag::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.listSlider-drag::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
:hover > .listSlider-drag {
  visibility: visible;
  opacity: 1;
}
.listSlider-drag.drag-none {
  visibility: hidden !important;
  opacity: 0 !important;
}

.articleList {
  container: articleList/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articleList {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .articleList {
    gap: 20px;
  }
}
.articleList-item {
  display: block;
  list-style: none;
}
.layoutCol1 .articleList-item {
  width: calc((100% + 30px) / 3 - 30px);
}
@container articleList (inline-size <= 716px) {
  .layoutCol1 .articleList-item {
    width: 100%;
  }
}
.layoutCol2 .articleList-item {
  width: calc((100% + 30px) / 2 - 30px);
}
@container articleList (inline-size <= 560px) {
  .layoutCol2 .articleList-item {
    width: 100%;
  }
}
.detailArticle-bottom-related .articleList-item {
  width: calc((100% + 30px) / 3 - 30px);
}
@container articleList (inline-size <= 716px) {
  .detailArticle-bottom-related .articleList-item {
    width: 100%;
  }
}

.informationContents {
  border-top: 1px solid #b2bac7;
}
@media screen and (min-width: 769px) {
  .informationContents {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .informationContents {
    padding: 40px 0;
  }
}
.informationContents .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .informationContents .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents .inner {
    padding: 0 18px;
  }
}
.informationContents .ttlType-02 {
  text-align: center;
}
.informationContents .ttlType-02-body {
  color: #0f203e;
}
.informationContents-display {
  position: relative;
  background-image: url(../img/information/bg-information.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .informationContents-display {
    margin-top: 56px;
    padding: 70px 80px 48px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display {
    margin-top: 24px;
    padding: 40px 24px 30px;
    border-radius: 10px;
  }
}
.informationContents-display-contents {
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.informationContents-display-contents-ttl-body {
  gap: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .informationContents-display-contents-ttl-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-ttl-body {
    display: contents;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .informationContents-display-contents-ttl-body img {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-ttl-body img {
    width: 100%;
    height: auto;
  }
}
.informationContents-display-contents-ttl-bottom {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .informationContents-display-contents-ttl-bottom {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-ttl-bottom {
    font-size: 1rem;
  }
}
.informationContents-display-contents-txt {
  margin-top: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 769px) {
  .informationContents-display-contents-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-txt {
    font-size: 1rem;
  }
}
.informationContents-display-contents-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .informationContents-display-contents-btn {
    margin: 88px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-display-contents-btn {
    margin: 40px auto 0;
  }
}
.informationContents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom {
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom {
    gap: 16px;
    margin-top: 16px;
  }
}
.informationContents-bottom-item {
  background-color: #e0e3e9;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom-item {
    padding: 50px 20px;
    width: calc((100% + 32px) / 2 - 32px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom-item {
    padding: 30px 8px;
    width: 100%;
    border-radius: 10px;
  }
}
.informationContents-bottom-item-ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom-item-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom-item-ttl {
    font-size: 1.4rem;
  }
}
.informationContents-bottom-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3c3c3c;
  text-align: center;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom-item-txt {
    margin-top: 16px;
    min-height: 86px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom-item-txt {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.informationContents-bottom-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom-item-img {
    gap: 56px;
    margin: 32px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom-item-img {
    gap: 28px;
    margin: 10px auto 24px;
  }
}
.informationContents-bottom-item-img img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .informationContents-bottom-item-img img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .informationContents-bottom-item-img img {
    height: 57px;
  }
}
.informationContents-bottom-item-btn {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.ridgelinezSelect {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ridgelinezSelect::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #0f203e;
  border-bottom: 1px solid #0f203e;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
}
@media screen and (max-width: 768px) {
  .ridgelinezSelect::after {
    right: 24px;
    width: 6px;
    height: 6px;
  }
}
.ridgelinezSelect-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .ridgelinezSelect-wrap {
    margin-bottom: 40px;
  }
}
.ridgelinezSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 32px;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 100px;
  background-color: #f5f7fc;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ridgelinezSelect select {
    padding: 0 32px 0 16px;
    height: 40px;
    font-size: 1.4rem;
  }
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.newsList-filter {
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .newsList-filter {
    margin-bottom: 24px;
  }
}
.newsList-item {
  display: block;
  list-style: none;
}
.newsList-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 24px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .newsList-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsList-item-link:hover {
  text-decoration: underline;
}
.newsList-item-date {
  margin-top: 4px;
  color: #0f203e;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .newsList-item-date {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.newsList-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.newsList-item-title {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .newsList-item-title {
    font-size: 1.4rem;
  }
}
.newsList-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.newsList-item-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  border-radius: 100px;
  background-color: #0f203e;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
}

.eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .eventList {
    gap: 16px;
  }
}
.eventList-filter {
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .eventList-filter {
    margin-bottom: 24px;
  }
}
.eventList-item {
  display: block;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .eventList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.eventList-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px 24px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .eventList-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.eventList-item-img {
  overflow: hidden;
  max-width: 380px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.eventList-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eventList-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.eventList-item-date {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .eventList-item-date {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.eventList-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.eventList-item-title {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .eventList-item-title {
    font-size: 1.6rem;
  }
}
.eventList-item-description {
  font-size: 1.6rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .eventList-item-description {
    font-size: 1.4rem;
  }
}

.globalFooter {
  position: relative;
  margin: 0 auto;
  padding: 32px 0;
  background-color: #0f203e;
  color: #fff;
}
.globalFooter-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .globalFooter-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.globalFooter-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .globalFooter-contents-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.globalFooter-contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .globalFooter-contents-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.globalFooter-copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .globalFooter-copyright {
    font-size: 1.2rem;
  }
}

.globalFooterNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .globalFooterNav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.globalFooterNav-item {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .globalFooterNav-item {
    width: 100%;
  }
}
.globalFooterNav-link {
  color: inherit;
  text-decoration: none;
}
.globalFooterNav-link:hover {
  color: #c85819;
}

.globalFooterSubNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .globalFooterSubNav-list {
    gap: 0;
    margin: 0 -18px;
    width: calc(100% + 36px);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.globalFooterSubNav-item {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .globalFooterSubNav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.globalFooterSubNav-item:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .globalFooterSubNav-item:not(:last-child) {
    padding-right: 0;
  }
}
.globalFooterSubNav-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .globalFooterSubNav-link {
    display: block;
    padding: 16px;
  }
}
.globalFooterSubNav-link:hover {
  color: #c85819;
}

.globalFooterSnsNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.globalFooterSnsNav-item {
  width: 36px;
}
.globalFooterSnsNav-link {
  color: inherit;
}
.globalFooterSnsNav-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .detailHeader {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.detailHeader .box-date {
  margin-bottom: 0;
  color: #999;
  font-size: 1.4rem;
  line-height: 2;
}
.detailHeader .box-date .date {
  margin-right: 1em;
}
.detailHeader .box-date .tag {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 20px;
  background: #0f203e;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.detailHeader-ttl {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailHeader-ttl {
    font-size: 1.8rem;
  }
}
.detailHeader-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .detailHeader-keywords {
    margin-top: 8px;
  }
}
.detailHeader-keywords-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .detailHeader-keywords-ttl {
    height: 16px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 769px) {
  .detailHeader-keywords-body {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .detailHeader-keywords-body {
    width: calc(100% - 80px);
  }
}
.detailHeader-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 62px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detailHeader-meta {
    gap: 7px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}
.detailHeader-meta-item {
  color: #b2bac7;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .detailHeader-meta-item {
    font-size: 1rem;
  }
}
.detailHeader-meta-item.event {
  color: #0f203e;
}
.detailHeader-img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .detailHeader-img {
    margin-top: 20px;
    margin-inline: -18px;
  }
}
.detailHeader-img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detailHeader .deadline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px;
  background: #c85819;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .detailSection {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .detailArticle {
    display: contents;
  }
}
.layoutCol1 .detailArticle {
  margin-top: 40px;
  padding: 40px 70px 1px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .layoutCol1 .detailArticle {
    display: block;
    margin-top: 20px;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .layoutCol1 .detailArticle .information {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    background: #fbf2ed;
    color: #c85819;
    font-size: 1.6rem; /*font-weight: bold;*/
    line-height: 2;
  }
  .layoutCol1 .detailArticle .information-g {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    background: #eeeff2;
    color: #0f203e;
    font-size: 1.6rem; /*font-weight: bold;*/
    line-height: 2;
  }
  .layoutCol1 .detailArticle .box-read {
    margin-bottom: 20px;
    padding: 15px; /* padding: 10px 10px 1px 10px; font-weight: bold;*/
    border-top: 4px solid #d2ab42;
    background: #eeeff2;
  }
  .layoutCol1 .detailArticle .box-read p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .layoutCol1 .detailArticle .box-row2-img_text, .layoutCol1 .detailArticle .box-row2-text_img, .layoutCol1 .detailArticle .box-row3-img_text, .layoutCol1 .detailArticle .box-row3-text_img {
    display: block;
    margin-bottom: 20px;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-image, .layoutCol1 .detailArticle .box-row2-text_img .box-image, .layoutCol1 .detailArticle .box-row3-img_text .box-image, .layoutCol1 .detailArticle .box-row3-text_img .box-image {
    margin-bottom: 20px;
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-image p, .layoutCol1 .detailArticle .box-row2-text_img .box-image p, .layoutCol1 .detailArticle .box-row3-img_text .box-image p, .layoutCol1 .detailArticle .box-row3-text_img .box-image p {
    margin-bottom: 10px;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-image p img, .layoutCol1 .detailArticle .box-row2-text_img .box-image p img, .layoutCol1 .detailArticle .box-row3-img_text .box-image p img, .layoutCol1 .detailArticle .box-row3-text_img .box-image p img {
    margin: 0;
    width: 100%;
    vertical-align: bottom;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-image .note, .layoutCol1 .detailArticle .box-row2-text_img .box-image .note, .layoutCol1 .detailArticle .box-row3-img_text .box-image .note, .layoutCol1 .detailArticle .box-row3-text_img .box-image .note {
    color: #4f5b6d;
    font-size: 1.1rem;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-text, .layoutCol1 .detailArticle .box-row2-text_img .box-text, .layoutCol1 .detailArticle .box-row3-img_text .box-text, .layoutCol1 .detailArticle .box-row3-text_img .box-text {
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-row2-img_text .box-text p:nth-last-child(1), .layoutCol1 .detailArticle .box-row2-text_img .box-text p:nth-last-child(1), .layoutCol1 .detailArticle .box-row3-img_text .box-text p:nth-last-child(1), .layoutCol1 .detailArticle .box-row3-text_img .box-text p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-image {
    margin-bottom: 20px;
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-image p {
    margin-bottom: 10px;
  }
  .layoutCol1 .detailArticle .box-image p img {
    margin: 0;
    width: 100%;
    vertical-align: bottom;
  }
  .layoutCol1 .detailArticle .box-image .note {
    color: #4f5b6d;
    font-size: 1.1rem;
  }
  .layoutCol1 .detailArticle .box-text {
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-text p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-outline-g {
    background: #d1d6dd !important;
  }
  .layoutCol1 .detailArticle .box-outline-g::before {
    content: none !important;
  }
  .layoutCol1 .detailArticle .box-whitepaper {
    margin-bottom: 0;
    /*h2{margin-bottom: 50px;}*/
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn {
    width: 100%;
    text-align: left;
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn a {
    position: relative;
    padding: 15px 40px 15px 60px;
    width: 100% !important;
    height: auto !important;
    background: #0f203e !important; /*background: url(../../images/icon_arrow_secondary6.png) #0f203e calc(100% - 15px) 50% no-repeat; background-size: auto 14px;*/
    color: #fff !important;
    text-align: left;
    /*&:hover{opacity: 0.8!important;}*/
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn a .title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn a .read {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn a .size {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-whitepaper .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 100%;
    background: url(../../images/icon_download.png) 15px 50% no-repeat;
    background-size: 32px auto;
  }
  .layoutCol1 .detailArticle .box-whitepaper .box-image {
    text-align: center;
  }
  .layoutCol1 .detailArticle .box-whitepaper .box-image img {
    width: 66%;
  }
  .layoutCol1 .detailArticle .box-whitepaper .box-text ul {
    /*margin-bottom: 60px;*/
    margin-bottom: 20px;
  }
  .layoutCol1 .detailArticle .box-whitepaper .box-text ul li {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.color-n li, .layoutCol1 .detailArticle .box-writer4 ul.color-n li, .layoutCol1 .detailArticle .box-writer5 ul.color-n li {
    background: #0f203e;
    color: #fff;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.color-g li, .layoutCol1 .detailArticle .box-writer4 ul.color-g li, .layoutCol1 .detailArticle .box-writer5 ul.color-g li {
    background: #d1d6dd;
    color: #0f203e;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.color-w li, .layoutCol1 .detailArticle .box-writer4 ul.color-w li, .layoutCol1 .detailArticle .box-writer5 ul.color-w li {
    border: 1px #0f203e solid;
    color: #0f203e;
  }
  .layoutCol1 .detailArticle .box-writer3 {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-writer3 ul {
    margin: 0 0 0 0;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.small li {
    display: table;
    float: left;
    margin: 0 2% 10px 0;
    width: 49%;
    list-style: none;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.small li:nth-child(2n) {
    margin-right: 0;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.small li .box {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    text-align: center;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.small li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.small li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.large li {
    display: table;
    margin: 0 0 10px 0;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .layoutCol1 .detailArticle .box-writer3 ul.large li .box {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    text-align: center;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.large li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .layoutCol1 .detailArticle .box-writer3 ul.large li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-writer4 {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-writer4 ul {
    margin: 0 0 0 0;
  }
  .layoutCol1 .detailArticle .box-writer4 ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 15px 15px 10px 15px;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .layoutCol1 .detailArticle .box-writer4 ul li .image {
    display: block;
    float: left;
    margin: 0;
    width: 30%;
  }
  .layoutCol1 .detailArticle .box-writer4 ul li .image img {
    width: 100%;
    vertical-align: bottom;
  }
  .layoutCol1 .detailArticle .box-writer4 ul li .box {
    position: relative;
    top: -5px;
    display: block;
    float: right;
    width: 65%;
  }
  .layoutCol1 .detailArticle .box-writer4 ul li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .layoutCol1 .detailArticle .box-writer4 ul li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-writer5 {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-writer5 ul {
    margin: 0 0 0 0;
  }
  .layoutCol1 .detailArticle .box-writer5 ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 15px 15px 10px 15px;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .image {
    display: block;
    float: left;
    margin: 0 0 20px 0;
    width: 30%;
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .image img {
    width: 100%;
    vertical-align: bottom;
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .box {
    /*display:block; float:right; width:65%; position: relative; top:-5px;*/
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .name {
    position: relative;
    top: -5px;
    display: block;
    float: right;
    margin-bottom: 5px;
    width: 65%;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .roll {
    display: block;
    float: right;
    margin-bottom: 20px;
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-writer5 ul li .read {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-article_list .article {
    margin: 0 2% 15px;
    width: 46%;
  }
  .layoutCol1 .detailArticle .box-article_list .article:nth-child(2n) {
    margin-right: 0;
  }
  .layoutCol1 .detailArticle .box-article_list .article .box-text {
    padding: 10px 0 0 0;
  }
  .layoutCol1 .detailArticle .box-article_list .article .box-text p.name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
  }
  .layoutCol1 .detailArticle .box-article_list .article .box-text p.roll {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-timeline {
    margin: 0 0 30px 0;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap {
    position: relative;
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap p.time {
    margin-bottom: 10px;
    margin-left: 2%;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap .box-event {
    position: relative;
    box-sizing: border-box;
    padding: 1px 10px 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    text-decoration: none;
    transition: 0.3s; /*cursor: pointer;*/
    -webkit-box-shadow: 0 0 3px #ccc;
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.3s;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap .box-event h3 {
    margin: 30px 0;
    color: #0f203e;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap .box-event p {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap .box-event .box-article_list {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-timeline .wrap .box-event .box-article_list .article {
    margin-bottom: 15px;
  }
  .layoutCol1 .detailArticle .box-table table {
    margin-bottom: 20px;
  }
  .layoutCol1 .detailArticle .box-table .note {
    position: relative;
    top: -15px;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }
  .layoutCol1 .detailArticle .box-table td {
    text-align: center;
  }
  .layoutCol1 .detailArticle .box-table td:nth-child(1) {
    text-align: left;
  }
  .layoutCol1 .detailArticle table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100% !important;
    table-layout: fixed;
    overflow-wrap: break-word;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.9;
    /*td{
      text-align: center;
      &:nth-child(1){
        text-align: left;
      }
    }*/
  }
  .layoutCol1 .detailArticle table a {
    text-decoration: none;
    /*&:hover{text-decoration: underline;}*/
  }
  .layoutCol1 .detailArticle table thead th {
    padding: 10px; /*width: 50%;*/ /*text-align: left;*/
    border: 1px #0f203e solid;
    background: #f0f1f4;
    color: #0f203e;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .layoutCol1 .detailArticle table thead th.half {
    width: 25%;
  }
  .layoutCol1 .detailArticle table tbody th {
    padding: 10px; /*white-space: nowrap;*/
    width: 30%;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    background: #f0f1f4;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .layoutCol1 .detailArticle table tbody th.half {
    width: 25%;
  }
  .layoutCol1 .detailArticle table tbody td {
    display: table-cell;
    padding: 10px;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .layoutCol1 .detailArticle table tbody td.half {
    display: table-cell;
    width: 25%;
  }
  .layoutCol1 .detailArticle .box-table-simple .note {
    position: relative;
    top: -15px;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }
  .layoutCol1 .detailArticle .box-table-simple table {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .layoutCol1 .detailArticle .box-table-simple table th {
    padding: 10px; /*white-space: nowrap;*/
    width: 30%;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    background: #f0f1f4;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
  }
  .layoutCol1 .detailArticle .box-table-simple table td {
    display: table-cell;
    padding: 10px;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    font-weight: normal;
  }
  .layoutCol1 .detailArticle .box-list {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-list ul {
    margin: 0 0 30px 0;
    counter-reset: number 0;
  }
  .layoutCol1 .detailArticle .box-list ul li {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
  }
  .layoutCol1 .detailArticle .box-list ul li.large {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-list ul li p.time {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .layoutCol1 .detailArticle .box-list ul li p.time:before {
    content: "0" counter(number);
    margin-right: 5px;
    counter-increment: number 1;
    font-size: 2.4rem;
  }
  .layoutCol1 .detailArticle .box-list ul li h4 {
    margin-bottom: 20px;
    color: #0f203e;
    font-size: 18px;
    line-height: 1.2;
  }
  .layoutCol1 .detailArticle .box-list ul li .box-image {
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-list ul li .box-image p.image {
    margin: 30px 0 10px 0;
  }
  .layoutCol1 .detailArticle .box-list ul li .box-image p.image img {
    width: 100%;
    vertical-align: bottom;
  }
  .layoutCol1 .detailArticle .box-list ul li .box-text {
    width: 100%;
  }
  .layoutCol1 .detailArticle .box-list ul li p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .layoutCol1 .detailArticle .box-list ul li p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .layoutCol1 .detailArticle .box-list ul li ul {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .layoutCol1 .detailArticle .box-list ul li ul li {
    margin-bottom: 15px;
    list-style: disc;
    font-size: 1.2rem;
  }
  .layoutCol1 .detailArticle .box-list ul li ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.layoutCol1 .detailArticle .detailHeader-meta {
  margin-top: 0;
}
.layoutCol1 .detailArticle .mb10:not(:has(div)) {
  display: none;
}
.layoutCol1 .detailArticle .btn a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
  height: 70px;
  border: 1px #0f203e solid;
  background: url(../../assets/images/icon_arrow_primary1.png) calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #0f203e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.layoutCol1 .detailArticle .information {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background: #fbf2ed;
  color: #c85819;
  font-size: 1.8rem; /*font-weight: bold;*/
  line-height: 2;
}
.layoutCol1 .detailArticle .information-g {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background: #eeeff2;
  color: #0f203e;
  font-size: 1.8rem; /*font-weight: bold;*/
  line-height: 2;
}
.layoutCol1 .detailArticle .information-g::before {
  content: none !important;
}
.layoutCol1 .detailArticle .box-read {
  margin-bottom: 20px;
  padding: 20px; /* font-weight: bold;*/
  border-top: 4px solid #d2ab42;
  background: #eeeff2;
}
.layoutCol1 .detailArticle .box-read p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2;
}
.layoutCol1 .detailArticle .box-outline-w, .layoutCol1 .detailArticle .box-outline-g {
  margin: 20px 0;
  padding: 40px 60px;
  outline: 10px #d1d6dd solid;
  outline-offset: -8px;
}
.layoutCol1 .detailArticle .box-outline-w p, .layoutCol1 .detailArticle .box-outline-g p {
  margin-top: 0;
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .information-g {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  background: #eeeff2;
  color: #0f203e;
  font-size: 1.8rem;
}
.layoutCol1 .detailArticle .font_m {
  font-size: 1.4rem;
}
.layoutCol1 .detailArticle .font_s {
  color: #4f5b6d;
  font-size: 1.2rem;
  line-height: 2;
}
.layoutCol1 .detailArticle .box-row2-img_text, .layoutCol1 .detailArticle .box-row2-text_img {
  display: block;
  margin-bottom: 20px;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-image, .layoutCol1 .detailArticle .box-row2-text_img .box-image {
  width: 40%;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-image p, .layoutCol1 .detailArticle .box-row2-text_img .box-image p {
  margin-top: 0;
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-image p img, .layoutCol1 .detailArticle .box-row2-text_img .box-image p img {
  margin: 0;
  width: 100%;
  vertical-align: bottom;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-image .note, .layoutCol1 .detailArticle .box-row2-text_img .box-image .note {
  color: #4f5b6d;
  font-size: 1.4rem;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-text, .layoutCol1 .detailArticle .box-row2-text_img .box-text {
  width: 56%;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-text p:nth-last-child(1), .layoutCol1 .detailArticle .box-row2-text_img .box-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-image {
  float: left;
}
.layoutCol1 .detailArticle .box-row2-img_text .box-text {
  float: right;
}
.layoutCol1 .detailArticle .box-row2-text_img .box-image {
  float: right;
}
.layoutCol1 .detailArticle .box-row2-text_img .box-text {
  float: left;
}
.layoutCol1 .detailArticle .box-row3-img_text, .layoutCol1 .detailArticle .box-row3-text_img {
  display: block;
  margin-bottom: 20px;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-image, .layoutCol1 .detailArticle .box-row3-text_img .box-image {
  width: 25%;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-image p, .layoutCol1 .detailArticle .box-row3-text_img .box-image p {
  margin-top: 0;
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-image p img, .layoutCol1 .detailArticle .box-row3-text_img .box-image p img {
  margin: 0;
  width: 100%;
  vertical-align: bottom;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-image .note, .layoutCol1 .detailArticle .box-row3-text_img .box-image .note {
  color: #4f5b6d;
  font-size: 1.4rem;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-text, .layoutCol1 .detailArticle .box-row3-text_img .box-text {
  width: 71%;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-text * + p:not([class]), .layoutCol1 .detailArticle .box-row3-text_img .box-text * + p:not([class]) {
  margin-top: 20px;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-text p:nth-last-child(1), .layoutCol1 .detailArticle .box-row3-text_img .box-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-image {
  float: left;
}
.layoutCol1 .detailArticle .box-row3-img_text .box-text {
  float: right;
}
.layoutCol1 .detailArticle .box-row3-text_img .box-image {
  float: right;
}
.layoutCol1 .detailArticle .box-row3-text_img .box-text {
  float: left;
}
.layoutCol1 .detailArticle .box-writer3 ul.color-n li, .layoutCol1 .detailArticle .box-writer4 ul.color-n li, .layoutCol1 .detailArticle .box-writer5 ul.color-n li {
  background: #0f203e;
  color: #fff;
}
.layoutCol1 .detailArticle .box-writer3 ul.color-g li, .layoutCol1 .detailArticle .box-writer4 ul.color-g li, .layoutCol1 .detailArticle .box-writer5 ul.color-g li {
  background: #d1d6dd;
  color: #0f203e;
}
.layoutCol1 .detailArticle .box-writer3 ul.color-w li, .layoutCol1 .detailArticle .box-writer4 ul.color-w li, .layoutCol1 .detailArticle .box-writer5 ul.color-w li {
  border: 1px #0f203e solid;
  color: #0f203e;
}
.layoutCol1 .detailArticle .box-writer3 {
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-writer3 ul {
  margin: 0 0 0 0;
}
.layoutCol1 .detailArticle .box-writer3 ul.small li {
  display: table;
  float: left;
  margin: 0 2% 15px 0;
  width: 23.5%;
  list-style: none;
}
.layoutCol1 .detailArticle .box-writer3 ul.small li:nth-child(4n) {
  margin-right: 0;
}
.layoutCol1 .detailArticle .box-writer3 ul.small li .box {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  text-align: center;
}
.layoutCol1 .detailArticle .box-writer3 ul.small li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.layoutCol1 .detailArticle .box-writer3 ul.small li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-writer3 ul.large li {
  display: table;
  float: left;
  margin: 0 2% 15px 0;
  width: 49%;
  list-style: none;
}
.layoutCol1 .detailArticle .box-writer3 ul.large li:nth-child(2n) {
  margin-right: 0;
}
.layoutCol1 .detailArticle .box-writer3 ul.large li .box {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  text-align: center;
}
.layoutCol1 .detailArticle .box-writer3 ul.large li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.layoutCol1 .detailArticle .box-writer3 ul.large li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-writer4 {
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-writer4 ul {
  margin: 0 0 0 0;
}
.layoutCol1 .detailArticle .box-writer4 ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2% 15px 0;
  padding: 20px 20px 15px 20px;
  width: 49%;
  list-style: none;
}
.layoutCol1 .detailArticle .box-writer4 ul li:nth-child(2n) {
  margin-right: 0;
}
.layoutCol1 .detailArticle .box-writer4 ul li .image {
  display: block;
  float: left;
  margin: 0;
  width: 30%;
}
.layoutCol1 .detailArticle .box-writer4 ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.layoutCol1 .detailArticle .box-writer4 ul li .box {
  position: relative;
  top: -5px;
  display: block;
  float: right;
  width: 65%;
}
.layoutCol1 .detailArticle .box-writer4 ul li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.layoutCol1 .detailArticle .box-writer4 ul li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-writer5 {
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-writer5 p {
  margin-top: 0;
}
.layoutCol1 .detailArticle .box-writer5 ul {
  margin: 0 0 0 0;
}
.layoutCol1 .detailArticle .box-writer5 ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /*height:290px;*/
  margin: 0 0 15px 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  list-style: none;
  /*&:nth-child(2n){margin-right:0;}*/
}
.layoutCol1 .detailArticle .box-writer5 ul li .image {
  display: block;
  float: left;
  margin: 0;
  width: 14%;
}
.layoutCol1 .detailArticle .box-writer5 ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.layoutCol1 .detailArticle .box-writer5 ul li .box {
  position: relative;
  top: -5px;
  display: block;
  float: right;
  width: 83.5%;
}
.layoutCol1 .detailArticle .box-writer5 ul li .name {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 2.2rem;
}
.layoutCol1 .detailArticle .box-writer5 ul li .roll {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-writer5 ul li .read {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.layoutCol1 .detailArticle .box-article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-article_list .article {
  margin: 0 3.5% 15px 0;
  width: 22.375%;
}
.layoutCol1 .detailArticle .box-article_list .article:nth-child(4n) {
  margin-right: 0;
}
.layoutCol1 .detailArticle .box-article_list .article .box-text {
  padding: 10px 0 0 0;
}
.layoutCol1 .detailArticle .box-article_list .article .box-text p.name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.layoutCol1 .detailArticle .box-article_list .article .box-text p.roll {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}
.layoutCol1 .detailArticle .box-timeline {
  margin: 0 0 30px 0;
}
.layoutCol1 .detailArticle .box-timeline .wrap {
  position: relative;
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-timeline .wrap p.time {
  position: absolute;
  top: 0;
  left: 0;
  color: #0f203e;
  text-align: right;
  font-weight: bold;
  font-size: 3rem;
}
.layoutCol1 .detailArticle .box-timeline .wrap .box-event {
  position: relative;
  left: 220px;
  box-sizing: border-box;
  padding: 1px 30px 30px;
  width: calc(100% - 220px); /*box-shadow: 0 0 3px #cccccc;*/
  border: 1px #ccc solid;
  background: #fff;
  text-decoration: none;
  transition: 0.3s; /*cursor: pointer;*/
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
}
.layoutCol1 .detailArticle .box-timeline .wrap .box-event h3 {
  margin: 30px 0;
  color: #0f203e;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-timeline .wrap .box-event p {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-timeline .wrap .box-event .box-article_list {
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .box-timeline .wrap .box-event .box-article_list .article {
  margin-bottom: 15px;
}
.layoutCol1 .detailArticle .btn-orange-inversion a {
  display: block;
  margin: 20px auto 0;
  padding: 10px 40px;
  max-width: 380px;
  width: 100%;
  border: 1px #c85819 solid;
  background: url(/assets/images/icon_arrow_secondary6.png) #c85819 calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.layoutCol1 .detailArticle .btn-orange-inversion a:hover {
  opacity: 0.7;
}
.layoutCol1 .detailArticle table {
  margin-bottom: 20px;
  width: 100% !important;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.9;
}
.layoutCol1 .detailArticle table a {
  text-decoration: none;
}
.layoutCol1 .detailArticle table a:hover {
  text-decoration: underline;
}
.layoutCol1 .detailArticle table thead th {
  padding: 20px;
  border: 1px #0f203e solid;
  background: #f0f1f4;
  color: #0f203e;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.layoutCol1 .detailArticle table thead th.half {
  width: 25%;
}
.layoutCol1 .detailArticle table thead th p {
  margin-top: 0;
}
.layoutCol1 .detailArticle table thead th ul {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle table thead th ol {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle table tbody th {
  padding: 20px;
  width: 20%;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  background: #f0f1f4;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
}
.layoutCol1 .detailArticle table tbody th.half {
  width: 25%;
}
.layoutCol1 .detailArticle table tbody th p {
  margin-top: 0;
}
.layoutCol1 .detailArticle table tbody th ul {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle table tbody th ol {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle table tbody td {
  padding: 20px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  font-weight: normal;
}
.layoutCol1 .detailArticle table tbody td.half {
  display: table-cell;
  width: 25%;
}
.layoutCol1 .detailArticle table tbody td p {
  margin-top: 0;
}
.layoutCol1 .detailArticle table tbody td ul {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle table tbody td ol {
  padding-left: 1.5em;
}
.layoutCol1 .detailArticle .box-table table {
  margin-bottom: 20px;
}
.layoutCol1 .detailArticle .box-table .note {
  position: relative;
  top: -15px;
  margin-bottom: 15px;
  font-size: 1.22rem;
  line-height: 1.4;
}
.layoutCol1 .detailArticle .box-table td {
  text-align: center;
}
.layoutCol1 .detailArticle .box-table td:nth-child(1) {
  text-align: left;
}
.layoutCol1 .detailArticle .box-table-simple .note {
  position: relative;
  top: -15px;
  margin-bottom: 15px !important;
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.layoutCol1 .detailArticle .box-table-simple table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.9;
}
.layoutCol1 .detailArticle .box-table-simple table th {
  padding: 20px;
  width: 20%;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  background: #f0f1f4;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
}
.layoutCol1 .detailArticle .box-table-simple table td {
  padding: 20px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  font-weight: normal;
}
.layoutCol1 .detailArticle .box-list {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-list ul {
  margin: 0 0 30px 0;
  counter-reset: number 0;
}
.layoutCol1 .detailArticle .box-list ul li {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.layoutCol1 .detailArticle .box-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-list ul li.large {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-list ul li p.time {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
}
.layoutCol1 .detailArticle .box-list ul li p.time:before {
  content: "0" counter(number);
  margin-right: 10px;
  counter-increment: number 1;
  font-size: 32px;
}
.layoutCol1 .detailArticle .box-list ul li h4 {
  margin-bottom: 20px;
  color: #0f203e;
  font-size: 22px;
  line-height: 1.2;
}
.layoutCol1 .detailArticle .box-list ul li .box-image {
  float: left;
  width: 40%;
}
.layoutCol1 .detailArticle .box-list ul li .box-image p.image {
  margin-bottom: 10px;
}
.layoutCol1 .detailArticle .box-list ul li .box-image p.image img {
  width: 100%;
  vertical-align: bottom;
}
.layoutCol1 .detailArticle .box-list ul li .box-text {
  float: right;
  width: 57%;
}
.layoutCol1 .detailArticle .box-list ul li .box-text.large {
  float: none;
  width: 100%;
}
.layoutCol1 .detailArticle .box-list ul li .box-text * + p:not([class]) {
  margin-top: 20px;
}
.layoutCol1 .detailArticle .box-list ul li p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.layoutCol1 .detailArticle .box-list ul li p:nth-last-child(1) {
  margin-bottom: 0;
}
.layoutCol1 .detailArticle .box-list ul li ul {
  margin-bottom: 0;
  margin-left: 20px;
}
.layoutCol1 .detailArticle .box-list ul li ul li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 1.4rem;
}
.detailArticle-body {
  margin-top: 60px;
  padding-bottom: 60px;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
  .event .detailArticle-body {
    margin-top: 40px;
    font-size: 1rem;
  }
}
.is-root-container .detailArticle-body .btn-thirdly a, .detailArticle-body .btn-thirdly a, .is-root-container .detailArticle-body .btn-secondary a, .detailArticle-body .btn-secondary a, .is-root-container .detailArticle-body .btn-primary a, .detailArticle-body .btn-primary a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .is-root-container .detailArticle-body .btn-thirdly a, .detailArticle-body .btn-thirdly a, .is-root-container .detailArticle-body .btn-secondary a, .detailArticle-body .btn-secondary a, .is-root-container .detailArticle-body .btn-primary a, .detailArticle-body .btn-primary a {
    padding-inline: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .is-root-container .detailArticle-body .btn-thirdly a, .detailArticle-body .btn-thirdly a, .is-root-container .detailArticle-body .btn-secondary a, .detailArticle-body .btn-secondary a, .is-root-container .detailArticle-body .btn-primary a, .detailArticle-body .btn-primary a {
    padding-inline: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 46px;
  }
}
.detailArticle-body .btn-thirdly a:hover::before, .detailArticle-body .btn-secondary a:hover::before, .detailArticle-body .btn-primary a:hover::before {
  width: 100%;
  opacity: 0.25;
}
.is-root-container .detailArticle-body .btn-thirdly a::before, .detailArticle-body .btn-thirdly a::before, .is-root-container .detailArticle-body .btn-secondary a::before, .detailArticle-body .btn-secondary a::before, .is-root-container .detailArticle-body .btn-primary a::before, .detailArticle-body .btn-primary a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.detailArticle-body .detailArticle-body-btn-ttl {
  margin-top: 60px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-btn-ttl {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.is-root-container .detailArticle-body .detailArticle-body-btn-ttl {
  font-size: 24px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detailArticle-body .detailArticle-body-btn-dl + .detailArticle-body-btn-dl {
  margin-top: 16px;
}
.detailArticle-body .detailArticle-body-btn-dl:focus a {
  background-color: #0f203e;
}
.detailArticle-body .detailArticle-body-btn-dl a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 30px 16px 80px;
  min-height: 80px;
  background-color: #c85819;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-btn-dl a {
    gap: 4px;
    padding: 8px 18px 8px 52px;
    min-height: 48px;
    font-size: 1rem;
  }
}
.detailArticle-body .detailArticle-body-btn-dl a:hover {
  opacity: 0.7;
}
.detailArticle-body .detailArticle-body-btn-dl a::after {
  content: "ダウンロード";
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-btn-dl a::after {
    font-size: 1.6rem;
  }
}
.detailArticle-body .detailArticle-body-btn-dl a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  display: block;
  margin: auto;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon-dl.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-btn-dl a::before {
    left: 18px;
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
}
.is-root-container .detailArticle-body .detailArticle-body-btn-dl a::before {
  background-image: url(./_assets/img/common/icon-dl.svg);
}
.is-root-container .detailArticle-body .detailArticle-body-btn-dl a {
  font-size: 18px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detailArticle-body .detailArticle-body-note {
  margin-top: 40px;
  color: #4f5b6d;
  font-size: 1.4rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-note {
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 2;
  }
}
.is-root-container .detailArticle-body .detailArticle-body-note {
  font-size: 14px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detailArticle-body .detailArticle-body-cap {
  margin: 20px 0 0;
  color: #4f5b6d;
  font-size: 1.4rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-cap {
    margin: 16px 0 0;
    font-size: 0.9rem;
    line-height: 2;
  }
}
.is-root-container .detailArticle-body .detailArticle-body-cap {
  font-size: 14px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detailArticle-body .detailArticle-body-paragraph {
  margin-top: 40px;
  padding-left: 32px;
  text-indent: -16px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .detailArticle-body-paragraph {
    margin-top: 24px;
    padding-left: 12px;
    text-indent: -12px;
  }
}
.detailArticle-body .wp-block-image {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .wp-block-image {
    margin-top: 40px;
  }
}
.detailArticle-body .wp-block-image + .wp-block-image {
  margin-top: 10px;
}
.detailArticle-body .wp-block-image figure {
  display: block;
}
.detailArticle-body .wp-block-image figure .wp-element-caption {
  display: block;
}
.detailArticle-body .is-type-video {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .is-type-video {
    margin-top: 40px;
  }
}
.detailArticle-body .is-type-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detailArticle-body .aligncenter .wp-element-caption {
  text-align: center;
}
.detailArticle-body .wp-element-caption {
  margin: 20px 0 0;
  color: #4f5b6d;
  font-size: 1.4rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .wp-element-caption {
    margin: 16px 0 0;
    font-size: 0.9rem;
    line-height: 2;
  }
}
.is-root-container .detailArticle-body .wp-element-caption {
  font-size: 14px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.edit-post-visual-editor__post-title-wrapper .detailArticle-body h1 {
  font-weight: 700;
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.detailArticle-body .subTtl {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .subTtl {
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 40px;
    font-size: 1.5rem;
  }
}
.is-root-container .detailArticle-body .subTtl {
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
  white-space: wrap !important;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 30px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.detailArticle-body .subTtl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 142px;
  height: 1px;
  background-color: #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .subTtl::after {
    width: 100px;
  }
}
.detailArticle-body h2 {
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body h2 {
    margin-bottom: 24px;
    padding-top: 24px;
    font-size: 1.5rem;
  }
}
.is-root-container .detailArticle-body h2 {
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
  white-space: wrap !important;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 30px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.detailArticle-body h2:not(:nth-child(1)) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body h2:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
.detailArticle-body h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 142px;
  height: 1px;
  background-color: #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailArticle-body h2::after {
    width: 100px;
  }
}
.detailArticle-body .stepTtl {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px 0 10px 24px;
  border-top: 2px solid #0f203e;
  border-left: 2px solid #0f203e;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .stepTtl {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 10px 0 10px 16px;
    font-size: 1.3rem;
  }
}
.is-root-container .detailArticle-body .stepTtl {
  font-size: 24px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detailArticle-body .stepTtl-en {
  display: block;
  margin-bottom: -8px;
  color: #b2bac7;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (max-width: 768px) {
  .detailArticle-body .stepTtl-en {
    margin-bottom: -2px;
    font-size: 1rem;
  }
}
.is-root-container .detailArticle-body .stepTtl-en {
  font-size: 18px !important;
  font-family: "AvenirNextLTPro-Demi";
}
.detailArticle-body .stepTtl::after {
  content: none;
}
.detailArticle-body h3 {
  position: relative;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body h3 {
    font-size: 1.3rem;
  }
  .detailArticle-body h3 + * {
    margin-top: 10px;
  }
}
.detailArticle-body h3 + * {
  margin-top: 20px;
}
.is-root-container .detailArticle-body h3 {
  position: relative;
  margin-top: 40px;
  white-space: wrap !important;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.detailArticle-body h4 {
  position: relative;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-body h4 {
    font-size: 1.2rem;
  }
  .detailArticle-body h4 + * {
    margin-top: 10px;
  }
}
.detailArticle-body h4 + * {
  margin-top: 20px;
}
.is-root-container .detailArticle-body h4 {
  position: relative;
  margin-top: 40px;
  white-space: wrap !important;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.detailArticle-body img.size-s {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.detailArticle-body p:not([class]) {
  font-size: 1.8rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body p:not([class]) {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.is-root-container .detailArticle-body p {
  margin-top: 40px;
  font-size: 18px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.28;
}
.detailArticle-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 1.5em;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body ul {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.detailArticle-body ul.bg-light {
  padding: 1.5em 1.5em 1.5em 3em;
}
.detailArticle-body ul ol {
  margin-top: 8px;
}
.detailArticle-body ul ul {
  margin-top: 8px;
}
.is-root-container .detailArticle-body ul {
  margin-top: 24px;
  padding-left: 1.5em;
  font-size: 18px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.is-root-container .detailArticle-body ul.bg-light {
  padding: 1.5em 1.5em 1.5em 3em;
}
.is-root-container .detailArticle-body ul li {
  width: 100%;
}
.detailArticle-body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 1.5em;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailArticle-body ol {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.detailArticle-body ol.bg-light {
  padding: 1.5em 1.5em 1.5em 3em;
}
.detailArticle-body ol ol {
  margin-top: 8px;
}
.detailArticle-body ol ul {
  margin-top: 8px;
}
.is-root-container .detailArticle-body ol {
  margin-top: 24px;
  padding-left: 1.5em;
  font-size: 18px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.is-root-container .detailArticle-body ol.bg-light {
  padding: 1.5em 1.5em 1.5em 3em;
}
.is-root-container .detailArticle-body ol li {
  width: 100%;
}
.detailArticle-body * + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body * + h3 {
    margin-top: 16px;
  }
}
.detailArticle-body * + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body * + h4 {
    margin-top: 16px;
  }
}
.detailArticle-body * + p:not([class]) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body * + p:not([class]) {
    margin-top: 24px;
  }
}
.detailArticle-body * + ol {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body * + ol {
    margin-top: 16px;
  }
}
.detailArticle-body * + ul {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .detailArticle-body * + ul {
    margin-top: 16px;
  }
}
.detailArticle-body :not([class]) > a, .detailArticle-body :not([class]) > a:not([class]) {
  color: #c85819;
}
.detailArticle-body :not([class]) > a[target=_blank]::after, .detailArticle-body :not([class]) > a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-inline: 0.5em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/common/icon-blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
}
.detailArticle-body hr.wp-block-separator {
  border-top: 1px solid #ccc;
}
.detailArticle-body .bg-light {
  padding: 1.5em;
  background-color: #f5f5f5;
}
.detailArticle-body .btn-primary {
  text-align: center;
}
.detailArticle-body .btn-primary a {
  background-color: #0f203e;
  color: #fff;
}
.is-root-container .detailArticle-body .btn-primary a {
  background-color: #0f203e;
  color: #fff;
}
.detailArticle-body .btn-secondary {
  text-align: center;
}
.detailArticle-body .btn-secondary a {
  background-color: #c85819;
  color: #fff;
}
.is-root-container .detailArticle-body .btn-secondary a {
  background-color: #c85819;
  color: #fff;
}
.detailArticle-body .btn-thirdly {
  text-align: center;
}
.detailArticle-body .btn-thirdly a {
  background-color: #7a899f;
  color: #fff;
}
.is-root-container .detailArticle-body .btn-thirdly a {
  background-color: #7a899f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .detailArticle-body .is-root-container .information {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    background: #fbf2ed;
    color: #c85819;
    font-size: 1.6rem; /*font-weight: bold;*/
    line-height: 2;
  }
  .detailArticle-body .is-root-container .information-g {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    background: #eeeff2;
    color: #0f203e;
    font-size: 1.6rem; /*font-weight: bold;*/
    line-height: 2;
  }
  .detailArticle-body .is-root-container .information-g::before {
    content: none !important;
  }
  .detailArticle-body .is-root-container .box-read {
    margin-bottom: 20px;
    padding: 15px; /* padding: 10px 10px 1px 10px; font-weight: bold;*/
    border-top: 4px solid #d2ab42;
    background: #eeeff2;
  }
  .detailArticle-body .is-root-container .box-read p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .detailArticle-body .is-root-container .box-row2-img_text, .detailArticle-body .is-root-container .box-row2-text_img, .detailArticle-body .is-root-container .box-row3-img_text, .detailArticle-body .is-root-container .box-row3-text_img {
    display: block;
    margin-bottom: 20px;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-image, .detailArticle-body .is-root-container .box-row2-text_img .box-image, .detailArticle-body .is-root-container .box-row3-img_text .box-image, .detailArticle-body .is-root-container .box-row3-text_img .box-image {
    margin-bottom: 20px;
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-image p, .detailArticle-body .is-root-container .box-row2-text_img .box-image p, .detailArticle-body .is-root-container .box-row3-img_text .box-image p, .detailArticle-body .is-root-container .box-row3-text_img .box-image p {
    margin-bottom: 10px;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-image p img, .detailArticle-body .is-root-container .box-row2-text_img .box-image p img, .detailArticle-body .is-root-container .box-row3-img_text .box-image p img, .detailArticle-body .is-root-container .box-row3-text_img .box-image p img {
    margin: 0;
    width: 100%;
    vertical-align: bottom;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-image .note, .detailArticle-body .is-root-container .box-row2-text_img .box-image .note, .detailArticle-body .is-root-container .box-row3-img_text .box-image .note, .detailArticle-body .is-root-container .box-row3-text_img .box-image .note {
    color: #4f5b6d;
    font-size: 1.1rem;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-text, .detailArticle-body .is-root-container .box-row2-text_img .box-text, .detailArticle-body .is-root-container .box-row3-img_text .box-text, .detailArticle-body .is-root-container .box-row3-text_img .box-text {
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-row2-img_text .box-text p:nth-last-child(1), .detailArticle-body .is-root-container .box-row2-text_img .box-text p:nth-last-child(1), .detailArticle-body .is-root-container .box-row3-img_text .box-text p:nth-last-child(1), .detailArticle-body .is-root-container .box-row3-text_img .box-text p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-image {
    margin-bottom: 20px;
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-image p {
    margin-bottom: 10px;
  }
  .detailArticle-body .is-root-container .box-image p img {
    margin: 0;
    width: 100%;
    vertical-align: bottom;
  }
  .detailArticle-body .is-root-container .box-image .note {
    color: #4f5b6d;
    font-size: 1.1rem;
  }
  .detailArticle-body .is-root-container .box-text {
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-text p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-outline-g {
    background: #d1d6dd !important;
  }
  .detailArticle-body .is-root-container .box-whitepaper {
    margin-bottom: 0;
    /*h2{margin-bottom: 50px;}*/
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn {
    width: 100%;
    text-align: left;
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn a {
    position: relative;
    padding: 15px 40px 15px 60px;
    width: 100% !important;
    height: auto !important;
    background: #0f203e !important; /*background: url(../../images/icon_arrow_secondary6.png) #0f203e calc(100% - 15px) 50% no-repeat; background-size: auto 14px;*/
    color: #fff !important;
    text-align: left;
    /*&:hover{opacity: 0.8!important;}*/
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn a .title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn a .read {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn a .size {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-whitepaper .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 100%;
    background: url(../../images/icon_download.png) 15px 50% no-repeat;
    background-size: 32px auto;
  }
  .detailArticle-body .is-root-container .box-whitepaper .box-image {
    text-align: center;
  }
  .detailArticle-body .is-root-container .box-whitepaper .box-image img {
    width: 66%;
  }
  .detailArticle-body .is-root-container .box-whitepaper .box-text ul {
    /*margin-bottom: 60px;*/
    margin-bottom: 20px;
  }
  .detailArticle-body .is-root-container .box-whitepaper .box-text ul li {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.color-n li, .detailArticle-body .is-root-container .box-writer4 ul.color-n li, .detailArticle-body .is-root-container .box-writer5 ul.color-n li {
    background: #0f203e;
    color: #fff;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.color-g li, .detailArticle-body .is-root-container .box-writer4 ul.color-g li, .detailArticle-body .is-root-container .box-writer5 ul.color-g li {
    background: #d1d6dd;
    color: #0f203e;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.color-w li, .detailArticle-body .is-root-container .box-writer4 ul.color-w li, .detailArticle-body .is-root-container .box-writer5 ul.color-w li {
    border: 1px #0f203e solid;
    color: #0f203e;
  }
  .detailArticle-body .is-root-container .box-writer3 {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-writer3 ul {
    margin: 0 0 0 0;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.small li {
    display: table;
    float: left;
    margin: 0 2% 10px 0;
    width: 49%;
    list-style: none;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.small li:nth-child(2n) {
    margin-right: 0;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.small li .box {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    text-align: center;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.small li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.small li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.large li {
    display: table;
    margin: 0 0 10px 0;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .detailArticle-body .is-root-container .box-writer3 ul.large li .box {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    text-align: center;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.large li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .detailArticle-body .is-root-container .box-writer3 ul.large li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-writer4 {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-writer4 ul {
    margin: 0 0 0 0;
  }
  .detailArticle-body .is-root-container .box-writer4 ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 15px 15px 10px 15px;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .detailArticle-body .is-root-container .box-writer4 ul li .image {
    display: block;
    float: left;
    margin: 0;
    width: 30%;
  }
  .detailArticle-body .is-root-container .box-writer4 ul li .image img {
    width: 100%;
    vertical-align: bottom;
  }
  .detailArticle-body .is-root-container .box-writer4 ul li .box {
    position: relative;
    top: -5px;
    display: block;
    float: right;
    width: 65%;
  }
  .detailArticle-body .is-root-container .box-writer4 ul li .name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .detailArticle-body .is-root-container .box-writer4 ul li .roll {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-writer5 {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-writer5 ul {
    margin: 0 0 0 0;
  }
  .detailArticle-body .is-root-container .box-writer5 ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 15px 15px 10px 15px;
    width: 100%;
    list-style: none;
    /*&:nth-child(2n){margin-right:0;}*/
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .image {
    display: block;
    float: left;
    margin: 0 0 20px 0;
    width: 30%;
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .image img {
    width: 100%;
    vertical-align: bottom;
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .box {
    /*display:block; float:right; width:65%; position: relative; top:-5px;*/
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .name {
    position: relative;
    top: -5px;
    display: block;
    float: right;
    margin-bottom: 5px;
    width: 65%;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .roll {
    display: block;
    float: right;
    margin-bottom: 20px;
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-writer5 ul li .read {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-article_list .article {
    margin: 0 2% 15px;
    width: 46%;
  }
  .detailArticle-body .is-root-container .box-article_list .article:nth-child(2n) {
    margin-right: 0;
  }
  .detailArticle-body .is-root-container .box-article_list .article .box-text {
    padding: 10px 0 0 0;
  }
  .detailArticle-body .is-root-container .box-article_list .article .box-text p.name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
  }
  .detailArticle-body .is-root-container .box-article_list .article .box-text p.roll {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-timeline {
    margin: 0 0 30px 0;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap {
    position: relative;
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap p.time {
    margin-bottom: 10px;
    margin-left: 2%;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap .box-event {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 10px 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #ccc;
            box-shadow: 0 0 3px #ccc;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; /*cursor: pointer;*/
  }
  .detailArticle-body .is-root-container .box-timeline .wrap .box-event h3 {
    margin: 30px 0;
    color: #0f203e;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap .box-event p {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap .box-event .box-article_list {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-timeline .wrap .box-event .box-article_list .article {
    margin-bottom: 15px;
  }
  .detailArticle-body .is-root-container .box-table table {
    margin-bottom: 20px;
  }
  .detailArticle-body .is-root-container .box-table .note {
    position: relative;
    top: -15px;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }
  .detailArticle-body .is-root-container .box-table td {
    text-align: center;
  }
  .detailArticle-body .is-root-container .box-table td:nth-child(1) {
    text-align: left;
  }
  .detailArticle-body .is-root-container table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100% !important;
    table-layout: fixed;
    overflow-wrap: break-word;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.9;
    /*td{
      text-align: center;
      &:nth-child(1){
        text-align: left;
      }
    }*/
  }
  .detailArticle-body .is-root-container table a {
    text-decoration: none;
    /*&:hover{text-decoration: underline;}*/
  }
  .detailArticle-body .is-root-container table thead th {
    padding: 10px; /*width: 50%;*/ /*text-align: left;*/
    border: 1px #0f203e solid;
    background: #f0f1f4;
    color: #0f203e;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .detailArticle-body .is-root-container table thead th.half {
    width: 25%;
  }
  .detailArticle-body .is-root-container table tbody th {
    padding: 10px; /*white-space: nowrap;*/
    width: 30%;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    background: #f0f1f4;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .detailArticle-body .is-root-container table tbody th.half {
    width: 25%;
  }
  .detailArticle-body .is-root-container table tbody td {
    display: table-cell;
    padding: 10px;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .detailArticle-body .is-root-container table tbody td.half {
    display: table-cell;
    width: 25%;
  }
  .detailArticle-body .is-root-container .box-table-simple .note {
    position: relative;
    top: -15px;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }
  .detailArticle-body .is-root-container .box-table-simple table {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .detailArticle-body .is-root-container .box-table-simple table th {
    padding: 10px; /*white-space: nowrap;*/
    width: 30%;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    background: #f0f1f4;
    color: #0f203e;
    text-align: left;
    font-weight: bold;
  }
  .detailArticle-body .is-root-container .box-table-simple table td {
    display: table-cell;
    padding: 10px;
    border: 1px #0f203e solid;
    border-collapse: collapse;
    font-weight: normal;
  }
  .detailArticle-body .is-root-container .box-list {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-list ul {
    margin: 0 0 30px 0;
    counter-reset: number 0;
  }
  .detailArticle-body .is-root-container .box-list ul li {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
  }
  .detailArticle-body .is-root-container .box-list ul li.large {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-list ul li p.time {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .detailArticle-body .is-root-container .box-list ul li p.time:before {
    content: "0" counter(number);
    margin-right: 5px;
    counter-increment: number 1;
    font-size: 2.4rem;
  }
  .detailArticle-body .is-root-container .box-list ul li h4 {
    margin-bottom: 20px;
    color: #0f203e;
    font-size: 18px;
    line-height: 1.2;
  }
  .detailArticle-body .is-root-container .box-list ul li .box-image {
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-list ul li .box-image p.image {
    margin: 30px 0 10px 0;
  }
  .detailArticle-body .is-root-container .box-list ul li .box-image p.image img {
    width: 100%;
    vertical-align: bottom;
  }
  .detailArticle-body .is-root-container .box-list ul li .box-text {
    width: 100%;
  }
  .detailArticle-body .is-root-container .box-list ul li p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .detailArticle-body .is-root-container .box-list ul li p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .detailArticle-body .is-root-container .box-list ul li ul {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .detailArticle-body .is-root-container .box-list ul li ul li {
    margin-bottom: 15px;
    list-style: disc;
    font-size: 1.2rem;
  }
  .detailArticle-body .is-root-container .box-list ul li ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.detailArticle-body .is-root-container .mb10:not(:has(div)) {
  display: none;
}
.detailArticle-body .is-root-container .btn a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
  height: 70px;
  border: 1px #0f203e solid;
  background: url(../../assets/images/icon_arrow_primary1.png) calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #0f203e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.detailArticle-body .is-root-container .information {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background: #fbf2ed;
  color: #c85819;
  font-size: 1.8rem; /*font-weight: bold;*/
  line-height: 2;
}
.detailArticle-body .is-root-container .information-g {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background: #eeeff2;
  color: #0f203e;
  font-size: 1.8rem; /*font-weight: bold;*/
  line-height: 2;
}
.detailArticle-body .is-root-container .information-g::before {
  content: none !important;
}
.detailArticle-body .is-root-container .box-read {
  margin-bottom: 20px;
  padding: 20px; /* font-weight: bold;*/
  border-top: 4px solid #d2ab42;
  background: #eeeff2;
}
.detailArticle-body .is-root-container .box-read p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2;
}
.detailArticle-body .is-root-container .box-outline-w, .detailArticle-body .is-root-container .box-outline-g {
  margin: 20px 0;
  padding: 40px 60px;
  outline: 10px #d1d6dd solid;
  outline-offset: -8px;
}
.detailArticle-body .is-root-container .box-outline-w p, .detailArticle-body .is-root-container .box-outline-g p {
  margin-top: 0;
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .information-g {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  background: #eeeff2;
  color: #0f203e;
  font-size: 1.8rem;
}
.detailArticle-body .is-root-container .information-g::before {
  content: none !important;
}
.detailArticle-body .is-root-container .font_m {
  font-size: 1.4rem;
}
.detailArticle-body .is-root-container .font_s {
  color: #4f5b6d;
  font-size: 1.2rem;
  line-height: 2;
}
.detailArticle-body .is-root-container .box-row2-img_text, .detailArticle-body .is-root-container .box-row2-text_img {
  display: block;
  margin-bottom: 20px;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-image, .detailArticle-body .is-root-container .box-row2-text_img .box-image {
  width: 40%;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-image p, .detailArticle-body .is-root-container .box-row2-text_img .box-image p {
  margin-top: 0;
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-image p img, .detailArticle-body .is-root-container .box-row2-text_img .box-image p img {
  margin: 0;
  width: 100%;
  vertical-align: bottom;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-image .note, .detailArticle-body .is-root-container .box-row2-text_img .box-image .note {
  color: #4f5b6d;
  font-size: 1.4rem;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-text, .detailArticle-body .is-root-container .box-row2-text_img .box-text {
  width: 56%;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-text p:nth-last-child(1), .detailArticle-body .is-root-container .box-row2-text_img .box-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-image {
  float: left;
}
.detailArticle-body .is-root-container .box-row2-img_text .box-text {
  float: right;
}
.detailArticle-body .is-root-container .box-row2-text_img .box-image {
  float: right;
}
.detailArticle-body .is-root-container .box-row2-text_img .box-text {
  float: left;
}
.detailArticle-body .is-root-container .box-row3-img_text, .detailArticle-body .is-root-container .box-row3-text_img {
  display: block;
  margin-bottom: 20px;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-image, .detailArticle-body .is-root-container .box-row3-text_img .box-image {
  width: 25%;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-image p, .detailArticle-body .is-root-container .box-row3-text_img .box-image p {
  margin-top: 0;
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-image p img, .detailArticle-body .is-root-container .box-row3-text_img .box-image p img {
  margin: 0;
  width: 100%;
  vertical-align: bottom;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-image .note, .detailArticle-body .is-root-container .box-row3-text_img .box-image .note {
  color: #4f5b6d;
  font-size: 1.4rem;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-text, .detailArticle-body .is-root-container .box-row3-text_img .box-text {
  width: 71%;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-text p:nth-last-child(1), .detailArticle-body .is-root-container .box-row3-text_img .box-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-image {
  float: left;
}
.detailArticle-body .is-root-container .box-row3-img_text .box-text {
  float: right;
}
.detailArticle-body .is-root-container .box-row3-text_img .box-image {
  float: right;
}
.detailArticle-body .is-root-container .box-row3-text_img .box-text {
  float: left;
}
.detailArticle-body .is-root-container .box-writer3 ul.color-n li, .detailArticle-body .is-root-container .box-writer4 ul.color-n li, .detailArticle-body .is-root-container .box-writer5 ul.color-n li {
  background: #0f203e;
  color: #fff;
}
.detailArticle-body .is-root-container .box-writer3 ul.color-g li, .detailArticle-body .is-root-container .box-writer4 ul.color-g li, .detailArticle-body .is-root-container .box-writer5 ul.color-g li {
  background: #d1d6dd;
  color: #0f203e;
}
.detailArticle-body .is-root-container .box-writer3 ul.color-w li, .detailArticle-body .is-root-container .box-writer4 ul.color-w li, .detailArticle-body .is-root-container .box-writer5 ul.color-w li {
  border: 1px #0f203e solid;
  color: #0f203e;
}
.detailArticle-body .is-root-container .box-writer3 {
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-writer3 ul {
  margin: 0 0 0 0;
}
.detailArticle-body .is-root-container .box-writer3 ul.small li {
  display: table;
  float: left;
  margin: 0 2% 15px 0;
  width: 23.5%;
  list-style: none;
}
.detailArticle-body .is-root-container .box-writer3 ul.small li:nth-child(4n) {
  margin-right: 0;
}
.detailArticle-body .is-root-container .box-writer3 ul.small li .box {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  text-align: center;
}
.detailArticle-body .is-root-container .box-writer3 ul.small li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.detailArticle-body .is-root-container .box-writer3 ul.small li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-writer3 ul.large li {
  display: table;
  float: left;
  margin: 0 2% 15px 0;
  width: 49%;
  list-style: none;
}
.detailArticle-body .is-root-container .box-writer3 ul.large li:nth-child(2n) {
  margin-right: 0;
}
.detailArticle-body .is-root-container .box-writer3 ul.large li .box {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  text-align: center;
}
.detailArticle-body .is-root-container .box-writer3 ul.large li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.detailArticle-body .is-root-container .box-writer3 ul.large li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-writer4 {
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-writer4 ul {
  margin: 0 0 0 0;
}
.detailArticle-body .is-root-container .box-writer4 ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2% 15px 0;
  padding: 20px 20px 15px 20px;
  width: 49%;
  list-style: none;
}
.detailArticle-body .is-root-container .box-writer4 ul li:nth-child(2n) {
  margin-right: 0;
}
.detailArticle-body .is-root-container .box-writer4 ul li .image {
  display: block;
  float: left;
  margin: 0;
  width: 30%;
}
.detailArticle-body .is-root-container .box-writer4 ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.detailArticle-body .is-root-container .box-writer4 ul li .box {
  position: relative;
  top: -5px;
  display: block;
  float: right;
  width: 65%;
}
.detailArticle-body .is-root-container .box-writer4 ul li .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.detailArticle-body .is-root-container .box-writer4 ul li .roll {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-writer5 {
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-writer5 p {
  margin-top: 0;
}
.detailArticle-body .is-root-container .box-writer5 ul {
  margin: 0 0 0 0;
}
.detailArticle-body .is-root-container .box-writer5 ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /*height:290px;*/
  margin: 0 0 15px 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  list-style: none;
  /*&:nth-child(2n){margin-right:0;}*/
}
.detailArticle-body .is-root-container .box-writer5 ul li .image {
  display: block;
  float: left;
  margin: 0;
  width: 14%;
}
.detailArticle-body .is-root-container .box-writer5 ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.detailArticle-body .is-root-container .box-writer5 ul li .box {
  position: relative;
  top: -5px;
  display: block;
  float: right;
  width: 83.5%;
}
.detailArticle-body .is-root-container .box-writer5 ul li .name {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 2.2rem;
}
.detailArticle-body .is-root-container .box-writer5 ul li .roll {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-writer5 ul li .read {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.detailArticle-body .is-root-container .box-article_list {
  /*display: -webkit-box;        display: -ms-flexbox;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
}
.detailArticle-body .is-root-container .box-article_list .article {
  margin: 0 3.5% 15px 0;
  width: 22.375%;
}
.detailArticle-body .is-root-container .box-article_list .article:nth-child(4n) {
  margin-right: 0;
}
.detailArticle-body .is-root-container .box-article_list .article .box-text {
  padding: 10px 0 0 0;
}
.detailArticle-body .is-root-container .box-article_list .article .box-text p.name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.detailArticle-body .is-root-container .box-article_list .article .box-text p.roll {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}
.detailArticle-body .is-root-container .box-timeline {
  margin: 0 0 30px 0;
}
.detailArticle-body .is-root-container .box-timeline .wrap {
  position: relative;
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-timeline .wrap p.time {
  position: absolute;
  top: 0;
  left: 0;
  color: #0f203e;
  text-align: right;
  font-weight: bold;
  font-size: 3rem;
}
.detailArticle-body .is-root-container .box-timeline .wrap .box-event {
  position: relative;
  left: 220px;
  box-sizing: border-box;
  padding: 1px 30px 30px;
  width: calc(100% - 220px); /*box-shadow: 0 0 3px #cccccc;*/
  border: 1px #ccc solid;
  background: #fff;
  text-decoration: none;
  transition: 0.3s; /*cursor: pointer;*/
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
}
.detailArticle-body .is-root-container .box-timeline .wrap .box-event h3 {
  margin: 30px 0;
  color: #0f203e;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-timeline .wrap .box-event p {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-timeline .wrap .box-event .box-article_list {
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .box-timeline .wrap .box-event .box-article_list .article {
  margin-bottom: 15px;
}
.detailArticle-body .is-root-container .btn-orange-inversion a {
  display: block;
  margin: 20px auto 0;
  padding: 10px 40px;
  max-width: 380px;
  width: 100%;
  border: 1px #c85819 solid;
  background: url(../../assets/images/icon_arrow_secondary6.png) #c85819 calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detailArticle-body .is-root-container .btn-orange-inversion a:hover {
  opacity: 0.7;
}
.detailArticle-body .is-root-container table {
  margin-bottom: 20px;
  width: 100% !important;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.9;
}
.detailArticle-body .is-root-container table a {
  text-decoration: none;
}
.detailArticle-body .is-root-container table a:hover {
  text-decoration: underline;
}
.detailArticle-body .is-root-container table thead th {
  padding: 20px;
  border: 1px #0f203e solid;
  background: #f0f1f4;
  color: #0f203e;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.detailArticle-body .is-root-container table thead th.half {
  width: 25%;
}
.detailArticle-body .is-root-container table thead th p {
  margin-top: 0;
}
.detailArticle-body .is-root-container table thead th ul {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container table thead th ol {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container table tbody th {
  padding: 20px;
  width: 20%;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  background: #f0f1f4;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
}
.detailArticle-body .is-root-container table tbody th.half {
  width: 25%;
}
.detailArticle-body .is-root-container table tbody th p {
  margin-top: 0;
}
.detailArticle-body .is-root-container table tbody th ul {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container table tbody th ol {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container table tbody td {
  padding: 20px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  font-weight: normal;
}
.detailArticle-body .is-root-container table tbody td.half {
  display: table-cell;
  width: 25%;
}
.detailArticle-body .is-root-container table tbody td p {
  margin-top: 0;
}
.detailArticle-body .is-root-container table tbody td ul {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container table tbody td ol {
  padding-left: 1.5em;
}
.detailArticle-body .is-root-container .box-table table {
  margin-bottom: 20px;
}
.detailArticle-body .is-root-container .box-table .note {
  position: relative;
  top: -15px;
  margin-bottom: 15px;
  font-size: 1.22rem;
  line-height: 1.4;
}
.detailArticle-body .is-root-container .box-table td {
  text-align: center;
}
.detailArticle-body .is-root-container .box-table td:nth-child(1) {
  text-align: left;
}
.detailArticle-body .is-root-container .box-table-simple .note {
  position: relative;
  top: -15px;
  margin-bottom: 15px !important;
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.detailArticle-body .is-root-container .box-table-simple table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.9;
}
.detailArticle-body .is-root-container .box-table-simple table th {
  padding: 20px;
  width: 20%;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  background: #f0f1f4;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
}
.detailArticle-body .is-root-container .box-table-simple table td {
  padding: 20px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  font-weight: normal;
}
.detailArticle-body .is-root-container .box-list {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-list ul {
  margin: 0 0 30px 0;
  counter-reset: number 0;
}
.detailArticle-body .is-root-container .box-list ul li {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.detailArticle-body .is-root-container .box-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-list ul li.large {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-list ul li p.time {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
}
.detailArticle-body .is-root-container .box-list ul li p.time:before {
  content: "0" counter(number);
  margin-right: 10px;
  counter-increment: number 1;
  font-size: 32px;
}
.detailArticle-body .is-root-container .box-list ul li h4 {
  margin-bottom: 20px;
  color: #0f203e;
  font-size: 22px;
  line-height: 1.2;
}
.detailArticle-body .is-root-container .box-list ul li .box-image {
  float: left;
  width: 40%;
}
.detailArticle-body .is-root-container .box-list ul li .box-image p.image {
  margin-bottom: 10px;
}
.detailArticle-body .is-root-container .box-list ul li .box-image p.image img {
  width: 100%;
  vertical-align: bottom;
}
.detailArticle-body .is-root-container .box-list ul li .box-text {
  float: right;
  width: 57%;
}
.detailArticle-body .is-root-container .box-list ul li .box-text.large {
  float: none;
  width: 100%;
}
.detailArticle-body .is-root-container .box-list ul li p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.detailArticle-body .is-root-container .box-list ul li p:nth-last-child(1) {
  margin-bottom: 0;
}
.detailArticle-body .is-root-container .box-list ul li ul {
  margin-bottom: 0;
  margin-left: 20px;
}
.detailArticle-body .is-root-container .box-list ul li ul li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .layoutCol1 .detailArticle-body {
    margin-top: 20px;
  }
}
.detailArticle-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detailArticle-bottom {
    gap: 24px;
    margin-top: 40px;
  }
}
.detailArticle-bottom-related {
  padding: 64px 0;
  width: 100%;
  background-color: #eeeff2;
}
@media screen and (max-width: 768px) {
  .detailArticle-bottom-related {
    padding: 40px 0;
  }
}
.detailArticle-bottom-related-title {
  margin-bottom: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailArticle-bottom-related-title {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}

.detailRelatedColumn {
  container: detailRelatedColumn-list/inline-size;
  margin-top: 60px;
  padding-top: 40px;
  width: 100%;
  border-top: 1px solid #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailRelatedColumn {
    margin-top: 40px;
    padding-top: 24px;
  }
}
.detailRelatedColumn-ttl {
  position: relative;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedColumn-ttl {
    font-size: 1.5rem;
  }
}
.detailRelatedColumn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .detailRelatedColumn-list {
    gap: 20px;
    margin-top: 26px;
  }
}
.detailRelatedColumn-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% + 20px) / 2 - 20px);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .detailRelatedColumn-list-item {
    width: 100%;
  }
}
@container detailRelatedColumn-list (inline-size <= 560px) {
  .detailRelatedColumn-list-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .detailRelatedParties {
    margin-top: 40px;
    width: 100%;
  }
}
.detailRelatedParties + .detailRelatedParties {
  margin-top: 60px;
}
.detailRelatedParties-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "AvenirNextLTPro-Demi", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-ttl {
    margin-bottom: 24px;
    padding-top: 24px;
    font-size: 1.6rem;
  }
}
.detailRelatedParties-ttl::before {
  content: attr(data-small);
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "AvenirNextLTPro-Demi", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-ttl::before {
    font-size: 0.9rem;
  }
}
.detailRelatedParties-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 142px;
  height: 1px;
  background-color: #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-ttl::after {
    width: 100px;
  }
}
.detailRelatedParties-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-text {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}
.detailRelatedParties-list {
  container: detailRelatedParties-list/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 28px;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list {
    gap: 24px;
  }
}
.detailRelatedParties-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.detailRelatedParties-col2 .detailRelatedParties-list-item {
  width: calc((100% + 28px) / 2 - 28px);
}
@container detailRelatedParties-list (inline-size <= 700px) {
  .detailRelatedParties-col2 .detailRelatedParties-list-item {
    width: 100%;
  }
}
.detailRelatedParties-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.detailRelatedParties-list-item-link:hover {
  opacity: 0.7;
}
.detailRelatedParties-list-item-img {
  min-width: 144px;
  width: 144px;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-img {
    min-width: 100px;
    width: 100px;
  }
}
.detailRelatedParties-list-item-img img {
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-img img {
    height: 100px;
  }
}
.detailRelatedParties-list-item-body {
  padding: 0 0 0 30px;
}
.detailRelatedParties-col2 .detailRelatedParties-list-item-body {
  padding: 16px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-col2 .detailRelatedParties-list-item-body {
    padding: 16px 0 0 16px;
  }
}
.detailRelatedParties-list-item-name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-name {
    font-size: 1.2rem;
  }
}
.detailRelatedParties-list-item-post-ja {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-post-ja {
    font-size: 1rem;
  }
}
.detailRelatedParties-list-item-post-en {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-post-en {
    font-size: 1rem;
  }
}
.detailRelatedParties-list-item-txt {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-list-item-txt {
    font-size: 1rem;
  }
}
.detailRelatedParties-note {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .detailRelatedParties-note {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.detailRelatedPartiesDetail {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .detailRelatedPartiesDetail {
    margin-top: 40px;
  }
}
.detailRelatedPartiesDetail-ttl {
  position: relative;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailRelatedPartiesDetail-ttl {
    font-size: 1.3rem;
  }
}
.detailRelatedPartiesDetail-body {
  margin-top: 32px;
  font-size: 1.8rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .detailRelatedPartiesDetail-body {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.detailRelatedService {
  margin-bottom: 64px;
  padding: 24px;
  background-color: #e0e3e9;
}
@media screen and (max-width: 768px) {
  .detailRelatedService {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 16px;
    width: 100%;
  }
}
.detailRelatedService-ttl {
  position: relative;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .detailRelatedService-ttl {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
.detailRelatedService-list {
  container: detailRelatedService-list/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .detailRelatedService-list {
    gap: 8px;
  }
}
.detailRelatedService-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% + 20px) / 2 - 20px);
}
@container detailRelatedService-list (inline-size <= 700px) {
  .detailRelatedService-list-item {
    width: 100%;
  }
}
.detailRelatedService-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 24px;
  min-height: 56px;
  width: 100%;
  height: 100%;
  border: 1px solid #d1d6dd;
  background-color: #fff;
  color: #0f203e;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .detailRelatedService-list-item-link {
    padding: 8px 32px 8px 16px;
    min-height: 48px;
    font-size: 1.2rem;
  }
}
.detailRelatedService-list-item-link:hover {
  border-color: #c85819;
  color: #c85819;
}
.detailRelatedService-list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c85819;
  border-right: 1px solid #c85819;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .detailRelatedService-list-item-link::before {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .detailIndex {
    margin-top: 24px;
  }
}
.detailIndex-list {
  counter-reset: item;
}
.detailIndex-list-item {
  position: relative;
  padding-left: 28px;
  list-style-type: none;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailIndex-list-item {
    font-size: 1rem;
  }
}
.detailIndex-list-item::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: item;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detailIndex-list-item::before {
    top: -2px;
  }
}
.detailIndex-list-item + .detailIndex-list-item {
  margin-top: 20px;
}
.detailIndex-list-item-link {
  color: #7a899f;
  line-height: 1.5;
}
.detailIndex-list-item-link:hover {
  text-decoration: none;
}

.detailOutline {
  padding-top: 30px;
  border-top: 1px solid #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailOutline {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #b2bac7;
  }
}
.detailOutline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.detailOutline-item + .detailOutline-item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .detailOutline-item + .detailOutline-item {
    margin-top: 10px;
  }
}
.detailOutline-item-ttl {
  padding-right: 12px;
  border-right: 1px solid #0f203e;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailOutline-item-ttl {
    font-size: 1rem;
  }
}
.detailOutline-item-body {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailOutline-item-body {
    font-size: 1.1rem;
  }
}

.detailPoint {
  margin-top: 60px;
  padding: 36px 40px;
  border-radius: 16px;
  background-color: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .detailPoint {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 12px 16px 20px;
  }
}
.detailPoint-ttl {
  margin-bottom: 36px;
  color: #4f5b6d;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (max-width: 768px) {
  .detailPoint-ttl {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.detailPoint-list {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}
.detailPoint-list-item {
  position: relative;
  display: block;
  padding-left: 55px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailPoint-list-item {
    padding-left: 35px;
    font-size: 1.2rem;
  }
}
.detailPoint-list-item::before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  counter-increment: item;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (max-width: 768px) {
  .detailPoint-list-item::before {
    top: -4px;
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
  }
}
.detailPoint-list-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #b2bac7 2px, transparent 2px);
  background-position: bottom left;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .detailPoint-list-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
}

.detailEventTable {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .detailEventTable {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detailEventTable {
    margin-top: 40px;
  }
}
.detailEventTable-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .detailEventTable-ttl {
    margin-bottom: 24px;
    padding-top: 60px;
    font-size: 1.6rem;
  }
}
.detailEventTable-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 142px;
  height: 1px;
  background-color: #b2bac7;
}
@media screen and (max-width: 768px) {
  .detailEventTable-ttl::after {
    width: 100px;
  }
}
.detailEventTable-subTtl {
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .detailEventTable-subTtl {
    font-size: 1.6rem;
  }
}
.detailEventTable-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.detailEventTable-table tbody tr th {
  padding: 20px;
  width: 110px;
  border-bottom: 1px solid #fff;
  background-color: #0f203e;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailEventTable-table tbody tr th {
    width: auto;
    font-size: 1.2rem;
  }
}
.detailEventTable-table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid #fff;
  background-color: #f0f1f5;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailEventTable-table tbody tr td {
    font-size: 1.2rem;
  }
}
.detailEventTable-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detailEventTable-apply {
    gap: 24px;
    margin-top: 40px;
  }
}

.detailBookHeader {
  container: detailBookHeader/inline-size;
  width: 100%;
}
.detailBookHeader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@container (inline-size <= 500px) {
  .detailBookHeader-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.detailBookHeader-ttl {
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@container (inline-size <= 500px) {
  .detailBookHeader-ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.detailBookHeader-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.detailBookHeader-info-ttl .labelItem {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .detailBookHeader-info-ttl .labelItem {
    width: 64px;
  }
}
.detailBookHeader-info-body {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailBookHeader-info-body {
    font-size: 1.4rem;
  }
}
.detailBookHeader-img {
  max-width: 242px;
}
@container (inline-size <= 500px) {
  .detailBookHeader-img {
    margin: 0 auto;
  }
}
.detailBookHeader-btn {
  margin-top: 64px;
}
@container (inline-size <= 500px) {
  .detailBookHeader-btn {
    margin-top: 24px;
  }
}

.hxTopMv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .hxTopMv {
    padding-top: 124px;
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopMv {
    padding-top: 80px;
    height: 326px;
  }
}
.hxTopMv .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hxTopMv .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopMv .inner {
    padding: 0 18px;
  }
}
.hxTopMv-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.hxTopMv-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hxTopMv-ttl {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .hxTopMv-ttl {
    max-width: 1013px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopMv-ttl {
    max-width: 310px;
  }
}
.hxTopMv-txt {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxTopMv-txt {
    margin-top: 40px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .hxTopMv-txt {
    margin-top: 21px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.hxTopMv-buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .hxTopMv-buttons {
    gap: 20px;
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopMv-buttons {
    gap: 10px;
    margin-top: 45px;
  }
}

@media screen and (min-width: 769px) {
  .hxTopSlider {
    padding: 114px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopSlider {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .hxTopSlider .listSlider {
    margin-top: 56px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopSlider .listSlider {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.hxTopSlider .ttlType-02 {
  text-align: center;
}
.hxTopSlider-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxTopSlider-btn {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hxTopSlider-btn {
    margin: 40px auto 0;
  }
}

.hxTopTransfomation {
  background-color: #e0e3e9;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation {
    padding-top: 212px;
    padding-bottom: 130px;
    background-image: url(../img/hxTop/bg-circle-line.png);
    background-position: center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation {
    padding-bottom: 60px;
    padding-inline: 12px;
  }
}
.hxTopTransfomation .ttlType-02 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation .ttlType-01-en {
    font-size: clamp(3.4rem, 8vw, 11rem);
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-contents {
    padding-top: 90px;
    padding-bottom: 45px;
    background-image: url(../img/hxTop/bg-circle-line-sp.png);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.hxTopTransfomation .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation .inner {
    padding: 0 18px;
  }
}
.hxTopTransfomation-txt {
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 2.28;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-txt {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-txt {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    margin: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list {
    margin-top: 60px;
  }
}
.hxTopTransfomation-list-item {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list-item + .hxTopTransfomation-list-item {
    margin-top: 30px;
  }
}
.hxTopTransfomation-list-item-ttl {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-list-item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    height: 60px;
    text-align: center;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list-item-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list-item-ttl-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-list-item-ttl-body-img {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list-item-ttl-body-img {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
    height: auto;
  }
}
.hxTopTransfomation-list-item-ttl-body-txt {
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-list-item-ttl-body-txt {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-list-item-ttl-body-txt {
    font-size: 1rem;
    line-height: 2;
  }
}
.hxTopTransfomation-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxTopTransfomation-btn {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hxTopTransfomation-btn {
    margin: 40px auto 0;
  }
}

.hxTopApproach {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .hxTopApproach {
    padding: 220px 0 336px;
    background-image: url(../img/hxTop/gradation_white.png), url(../img/hxTop/bg-cutting-top.svg);
    background-position: right top, center bottom;
    background-size: 1620px auto, 100% auto;
    background-blend-mode: screen, normal;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach {
    padding: 68px 12px 122px;
    background-image: url(../img/hxTop/bg-cutting-top.svg);
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.hxTopApproach::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 49.7%;
  height: 2px;
  background-color: #0f203e;
  pointer-events: none;
}
.hxTopApproach .ttlType-01-en {
  color: #e0e3e9;
}
.hxTopApproach .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hxTopApproach .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach .inner {
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  .hxTopApproach-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 40px;
  }
  .hxTopApproach-contents::after {
    content: "";
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin-top: 52px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach-contents-body {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .hxTopApproach-contents-img {
    float: right;
    margin: 0 0 64px 80px;
    width: clamp(250px, 40%, 462px);
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach-contents-img {
    width: 250px;
  }
}
.hxTopApproach-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxTopApproach-txt {
    font-size: 1.8rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach-txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.hxTopApproach-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxTopApproach-btn {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hxTopApproach-btn {
    margin: 40px auto 0;
  }
}

.hxTopInsights {
  background-color: #0f203e;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .hxTopInsights {
    padding: 100px 0 120px;
    background-image: url(../img/hxTop/gradation_navy.png), url(../img/hxTop/bg-cutting-bottom.svg);
    background-position: left bottom, center top;
    background-size: 1620px auto, 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .hxTopInsights {
    padding: 100px 0 60px;
    background-image: url(../img/hxTop/bg-cutting-bottom.svg);
    background-position: center top;
    background-size: 100% auto;
  }
}
.hxTopInsights .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hxTopInsights .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopInsights .inner {
    padding: 0 18px;
  }
}
.hxTopInsights .ttlType-02 {
  text-align: center;
}
.hxTopInsights .ttlType-02-body {
  color: #b2bac7;
}
@media screen and (min-width: 769px) {
  .hxTopInsights-contents {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .hxTopInsights-contents {
    margin-top: 40px;
  }
}
.hxTopInsights-contents .articleItem-keywords .labelItem {
  background-color: rgba(245, 247, 252, 0.2);
  color: #fff;
}
.hxTopInsights-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxTopInsights-btn {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hxTopInsights-btn {
    margin: 40px auto 0;
  }
}

.aboutMv {
  background-color: #0f203e;
  background-image: url(../img/about/aboutmv-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 769px) {
  .aboutMv {
    padding: 85px 0 116px;
  }
}
@media screen and (max-width: 768px) {
  .aboutMv {
    padding: 50px 0 40px;
  }
}
.aboutMv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .aboutMv-contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .aboutMv-contents {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 80px;
  }
}
.aboutMv-contents-img {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) {
  .aboutMv-contents-img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .aboutMv-contents-img {
    max-width: 106px;
  }
}
.aboutMv-contents-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutMv-contents-ttl {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .aboutMv-contents-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutMv-contents-ttl {
    font-size: 1.4rem;
  }
}
.aboutMv-contents-txt {
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2.28;
}
@media screen and (min-width: 769px) {
  .aboutMv-contents-txt {
    margin-top: 48px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutMv-contents-txt {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.aboutMv-contents-btn {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .aboutMv-contents-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.aboutOurThought {
  background-color: #e0e3e8;
}
@media screen and (min-width: 769px) {
  .aboutOurThought {
    padding: 220px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought {
    padding: 64px 0 60px;
  }
}
.aboutOurThought-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .aboutOurThought-txt {
    padding-top: 64px;
    font-size: 1.8rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-txt {
    padding-top: 40px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.aboutOurThought-trap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    margin-top: 30px;
    padding-top: 48px;
  }
}
.aboutOurThought-trap-ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .aboutOurThought-trap-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-ttl {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.aboutOurThought-trap-ttl-en {
  padding: 0 0.1em;
  color: #7a899f;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .aboutOurThought-trap-ttl-en {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-ttl-en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-img {
    width: 60%;
  }
}
.aboutOurThought-trap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  counter-reset: item;
}
@media screen and (min-width: 769px) {
  .aboutOurThought-trap-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-list {
    gap: 15px;
  }
}
.aboutOurThought-trap-list-item {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .aboutOurThought-trap-list-item {
    padding-left: 72px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-list-item {
    padding-top: 32px;
    width: calc((100% - 30px) / 3);
    font-size: 1rem;
  }
  .aboutOurThought-trap-list-item:nth-of-type(2) {
    margin-top: 20px;
  }
}
.aboutOurThought-trap-list-item::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  counter-increment: item;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .aboutOurThought-trap-list-item::before {
    top: -3px;
    left: 0;
    padding: 0 10px;
    height: 32px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurThought-trap-list-item::before {
    top: 0;
    left: 50%;
    padding: 0 8px;
    height: 22px;
    font-size: 1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) {
  .aboutOurApproach {
    padding: 160px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach {
    padding: 64px 12px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .aboutOurApproach-contents {
    margin-top: 80px;
  }
  .aboutOurApproach-contents::after {
    content: "";
    clear: both;
    height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .aboutOurApproach-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-inline: -12px;
  }
}
.aboutOurApproach-contents-movie {
  position: relative;
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #7a899f;
}
@media screen and (min-width: 1025px) {
  .aboutOurApproach-contents-movie {
    float: right;
    margin: 0 0 32px 64px;
    width: clamp(400px, 55%, 660px);
    border-radius: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutOurApproach-contents-movie {
    width: 100%;
    border-radius: 10px;
  }
}
.aboutOurApproach-contents-movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aboutOurApproach-contents-movie:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.aboutOurApproach-contents-movie-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-contents-movie-link {
    background-size: 18%;
  }
}
:hover > .aboutOurApproach-contents-movie-link {
  background-image: url(../img/common/play-hover.svg);
}
:hover > .aboutOurApproach-contents-movie-link::after {
  opacity: 0.2;
}
.aboutOurApproach-contents-movie-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aboutOurApproach-contents-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-contents-txt {
    font-size: 1.8rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-contents-txt {
    padding: 0 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.aboutOurApproach-xt {
  margin: 60px -12px 0;
}
.aboutOurApproach-xt-contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
    aspect-ratio: 1;
    border: 3px solid rgba(15, 32, 62, 0.92);
    border-radius: 50%;
  }
}
.aboutOurApproach-xt-contents-ttl {
  position: absolute;
  top: 13%;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .aboutOurApproach-xt-contents-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutOurApproach-xt-contents-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-ttl {
    position: relative;
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
}
.aboutOurApproach-xt-contents-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-img {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents-img img {
    position: relative;
    z-index: 20;
    display: block;
    margin: auto;
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-img img {
    width: 100%;
  }
}
.aboutOurApproach-xt-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents-list {
    gap: 100px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px;
  }
}
.aboutOurApproach-xt-contents-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-list-item {
    width: calc((100% - 24px) / 2);
  }
}
.aboutOurApproach-xt-contents-list-item-body {
  container: aboutOurApproach-xt-contents-list-item-body/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-contents-list-item-body {
    padding-inline: 10%;
    width: 65%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-list-item-body {
    width: 100%;
  }
}
:nth-child(2n) > .aboutOurApproach-xt-contents-list-item-body {
  margin-left: auto;
}
.aboutOurApproach-xt-contents-list-item-ttl {
  text-align: center;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1.2;
}
@media screen and (min-width: 1151px) {
  .aboutOurApproach-xt-contents-list-item-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 931px) {
  .aboutOurApproach-xt-contents-list-item-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 930px) {
  .aboutOurApproach-xt-contents-list-item-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-contents-list-item-ttl {
    position: relative;
    padding-top: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .aboutOurApproach-xt-contents-list-item-ttl::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    color: #e0e3e9;
    font-weight: 500;
    font-size: 6rem;
    font-family: "AvenirNextLTPro-Demi";
  }
}
.aboutOurApproach-xt-contents-list-item-txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 1151px) {
  .aboutOurApproach-xt-contents-list-item-txt {
    margin-top: 24px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 931px) {
  .aboutOurApproach-xt-contents-list-item-txt {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 930px) {
  .aboutOurApproach-xt-contents-list-item-txt {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents {
    margin-top: 132px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
.aboutOurApproach-xt-subContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents-list {
    gap: 60px;
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.aboutOurApproach-xt-subContents-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents-list-item {
    width: calc((100% + 60px) / 2 - 60px);
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents-list-item {
    padding: 0 12px;
    width: 100%;
  }
}
.aboutOurApproach-xt-subContents-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents-list-item-ttl {
    gap: 24px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents-list-item-ttl {
    gap: 8px;
    margin-inline: auto;
    aspect-ratio: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 2.2rem;
  }
}
.aboutOurApproach-xt-subContents-list-item-ttl::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents-list-item-ttl::before {
    height: 3px;
    background-color: #0f203e;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents-list-item-ttl::before {
    height: 2px;
    background-color: #e0e3e9;
  }
}
.aboutOurApproach-xt-subContents-list-item-ttl::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-xt-subContents-list-item-ttl::after {
    height: 3px;
    background-color: #0f203e;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-xt-subContents-list-item-ttl::after {
    height: 2px;
    background-color: #e0e3e9;
  }
}
.aboutOurApproach-xt-subContents-list-item-body {
  width: 100%;
}
.aboutOurApproach-xt-subContents-list-item-txt {
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 1151px) {
  .aboutOurApproach-xt-subContents-list-item-txt {
    margin-top: 24px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 931px) {
  .aboutOurApproach-xt-subContents-list-item-txt {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 930px) {
  .aboutOurApproach-xt-subContents-list-item-txt {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change {
    position: relative;
    padding-top: 40px;
  }
  .aboutOurApproach-change::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 28px);
    height: 2px;
    background-color: #0f203e;
  }
}
.aboutOurApproach-change-ttl {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-ttl {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list {
    margin-top: 48px;
  }
}
.aboutOurApproach-change-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list-item {
    gap: 64px;
  }
  .aboutOurApproach-change-list-item + .aboutOurApproach-change-list-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutOurApproach-change-list-item + .aboutOurApproach-change-list-item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list-item-img {
    min-width: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item-img {
    width: 200px;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item-body {
    margin-top: 32px;
  }
}
.aboutOurApproach-change-list-item-body-ttl {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list-item-body-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item-body-ttl {
    font-size: 1.6rem;
  }
  .aboutOurApproach-change-list-item-body-ttl ._en {
    font-size: 1.8rem;
  }
}
.aboutOurApproach-change-list-item-body-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list-item-body-txt {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item-body-txt {
    margin-top: 28px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.aboutOurApproach-change-list-item-body-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .aboutOurApproach-change-list-item-body-btn {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurApproach-change-list-item-body-btn {
    margin-top: 32px;
    margin-inline: auto;
  }
}

.aboutOurAsset {
  background-color: #e0e3e8;
}
@media screen and (min-width: 769px) {
  .aboutOurAsset {
    padding: 220px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurAsset {
    padding: 64px 12px 80px;
  }
}
.aboutOurAsset-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .aboutOurAsset-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurAsset-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.aboutOurAsset-list-item {
  overflow: hidden;
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  .aboutOurAsset-list-item {
    width: calc((100% + 46px) / 2 - 46px);
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOurAsset-list-item {
    width: 100%;
    border-radius: 8px;
  }
}
.aboutOurAsset-list-item-link {
  display: block;
}
.aboutOurAsset-list-item-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.aboutOurAsset-list-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.serviceArticle .inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
.serviceArticle .bg-light {
  background: #f0f1f4;
}
.serviceArticle .bg-dark {
  background: #d1d6dd;
}
.serviceArticle-section {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .serviceArticle-section {
    padding: 32px 0;
  }
}
.serviceArticle-primaryTtl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-primaryTtl {
    font-size: 2rem;
  }
}
*:not(h1, h2, h3, h4, h5, h6) + .serviceArticle-primaryTtl {
  margin-top: 1.5em;
}
.serviceArticle-secondaryTtl {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-secondaryTtl {
    font-size: 1.8rem;
  }
}
*:not(h1, h2, h3, h4, h5, h6) + .serviceArticle-secondaryTtl {
  margin-top: 1.5em;
}
.serviceArticle-tertiaryTtl {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-tertiaryTtl {
    font-size: 1.6rem;
  }
}
*:not(h1, h2, h3, h4, h5, h6) + .serviceArticle-tertiaryTtl {
  margin-top: 1.5em;
}
.serviceArticle-quaternaryTtl {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-quaternaryTtl {
    font-size: 1.4rem;
  }
}
*:not(h1, h2, h3, h4, h5, h6) + .serviceArticle-quaternaryTtl {
  margin-top: 1.5em;
}
.serviceArticle-centerTtl {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-centerTtl {
    font-size: 1.8rem;
  }
}
.serviceArticle-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .serviceArticle-text {
    font-size: 1.6rem;
  }
}
.serviceArticle-text + .serviceArticle-text {
  margin-top: 1.5em;
}
.serviceArticle-image {
  display: block;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
* + .serviceArticle-image {
  margin-top: 40px;
}
.serviceArticle-image img.size-m {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.serviceArticle-image img.size-s {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.serviceArticle-image-title {
  position: relative;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.serviceArticle a:not([class]) {
  color: #c85819;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.serviceArticle a[target=_blank]::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(628%) hue-rotate(343deg) brightness(94%) contrast(98%);
}
.serviceArticle a[target=_blank][href*=ridgelinez]::after {
  display: none;
}
.serviceArticle a[target=_blank][href*="./"]::after {
  display: none;
}
.serviceArticle a[target=_blank]:has(img)::after {
  display: none;
}
.serviceArticle a:hover {
  opacity: 0.7;
}
.serviceArticle-indent {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .serviceArticle-indent {
    font-size: 1.6rem;
  }
}
.serviceArticle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 1.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .serviceArticle-list {
    gap: 5px;
    font-size: 1.4rem;
  }
}
.serviceArticle-list + .serviceArticle-text {
  margin-top: 1.5em;
}
.serviceArticle-text + .serviceArticle-list {
  margin-top: 1.5em;
}
.serviceArticle-list-item {
  width: 100%;
  line-height: 1.5;
}
.ul-large .serviceArticle-list-item {
  font-size: 1.8rem;
}
.serviceArticle-case {
  display: block;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .serviceArticle-case::after {
    display: none;
  }
}
.serviceArticle-case::after {
  content: "";
  display: block;
  clear: both;
}
.serviceArticle-case + .serviceArticle-case {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case + .serviceArticle-case {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .serviceArticle-case-body {
    width: 100%;
  }
}
.serviceArticle-case-body .serviceArticle-secondaryTtl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case-body .serviceArticle-secondaryTtl {
    font-size: 1.8rem;
  }
}
.serviceArticle-case-body .serviceArticle-tertiaryTtl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case-body .serviceArticle-tertiaryTtl {
    font-size: 1.6rem;
  }
}
.serviceArticle-case-body .serviceArticle-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case-body .serviceArticle-text {
    font-size: 1.4rem;
  }
}
.serviceArticle-case-img {
  float: right;
  margin-bottom: 20px;
  margin-left: 40px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .serviceArticle-case-img {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.serviceArticle-case-name {
  display: block;
}
.serviceArticle-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 1.5em;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-notes {
    gap: 5px;
    font-size: 1.2rem;
  }
}
.serviceArticle-notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.serviceArticle-notes-item::before {
  content: attr(data-note);
  white-space: nowrap;
}
.serviceArticle-notes + .serviceArticle-text {
  margin-top: 1.5em;
}
.serviceArticle-text + .serviceArticle-notes {
  margin-top: 1.5em;
}
.serviceArticle-read-list {
  margin: 0 0 40px 0;
}
.serviceArticle-read-list-item {
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1.4rem;
}
.serviceArticle-read-list-item.indent2 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.serviceArticle-read-list.annotation {
  margin-bottom: 10px;
}
.serviceArticle-menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .serviceArticle-menuList {
    gap: 8px;
  }
}
.serviceArticle-menuList-item {
  width: calc((100% + 20px) / 3 - 20px);
}
@media screen and (max-width: 768px) {
  .serviceArticle-menuList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.serviceArticle-menuList-item-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceArticle-menuList-item-ttl {
    font-size: 1.6rem;
  }
}
.serviceArticle-menuList-item-link {
  position: relative;
  display: block;
}
.serviceArticle-menuList-item-link img {
  display: block;
}
.serviceArticle-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .serviceArticle-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.serviceArticle-bnr-link {
  display: block;
  max-width: 570px;
  width: 100%;
}
.serviceArticle-bnr img {
  display: block;
}

.serviceExpert {
  padding: 40px 0;
  background: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .serviceExpert {
    padding: 32px 0;
  }
}
.serviceExpert-ttl {
  margin-bottom: 50px;
  color: #0f203e;
  font-weight: 700;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .serviceExpert-ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.serviceExpert-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.serviceExpert-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .serviceExpert-flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-left: 0;
  }
}
.serviceExpert-flex-list-item {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .serviceExpert-flex-list-item {
    width: 320px;
  }
}
.serviceExpert-flex-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.serviceExpert-flex-list-item-img {
  width: 153px;
}
@media screen and (max-width: 768px) {
  .serviceExpert-flex-list-item-img {
    padding-top: 0;
    width: 120px;
  }
}
.serviceExpert-flex-list-item-img img {
  display: block;
}
.serviceExpert-flex-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.serviceExpert-flex-list-item-body-ttl {
  margin: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .serviceExpert-flex-list-item-body-ttl {
    font-size: 2rem;
  }
}
.serviceExpert-flex-list-item-body-txt {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .serviceExpert-flex-list-item-body-txt {
    font-size: 1.4rem;
  }
}

.exhibitionMv {
  position: relative;
  overflow: hidden;
  background-color: #efefef;
  background-image: url(../img/exihibition/graphic_l.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #000;
}
@media screen and (min-width: 769px) {
  .exhibitionMv {
    padding: 80px 0;
    background-size: 15%;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv {
    padding: 60px 0 40px;
    background-size: 30%;
  }
}
.exhibitionMv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  z-index: 0;
  max-width: 630px;
  width: 32.8%;
  aspect-ratio: 630/520;
  background-image: url(../img/exihibition/graphic_r.png);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .exhibitionMv::after {
    left: 60%;
    max-width: 630px;
    width: 32.8%;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv::after {
    right: 0;
    max-width: 370px;
    width: 100%;
  }
}
.exhibitionMv-ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .exhibitionMv-ttl {
    max-width: 630px;
    width: 32.8%;
    white-space: nowrap;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv-ttl {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
  }
}
.exhibitionMv-ttl img {
  margin-right: 14px;
  aspect-ratio: 445/40;
}
@media screen and (min-width: 769px) {
  .exhibitionMv-ttl img {
    width: 445px;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv-ttl img {
    width: 180px;
  }
}
.exhibitionMv-subttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .exhibitionMv-subttl {
    margin-top: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv-subttl {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.exhibitionMv-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 769px) {
  .exhibitionMv-txt {
    margin: 32px 0 48px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv-txt {
    position: relative;
    z-index: 1;
    margin: 24px 0 32px;
    font-size: 1rem;
  }
}
.exhibitionMv-contents-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .exhibitionMv-contents-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionMv-contents-btn {
    position: relative;
    z-index: 1;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .exhibitionAbout {
    padding: 140px 0;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAbout {
    padding: 40px 0;
  }
}
.exhibitionAbout .ttlType-02-body {
  color: #0f203e;
}
.exhibitionAbout-subttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .exhibitionAbout-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAbout-subttl {
    padding-inline: 12px;
    font-size: 1.1rem;
  }
}
.exhibitionAbout-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .exhibitionAbout-read {
    gap: 80px;
    padding: 56px 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAbout-read {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    padding-top: 28px;
  }
}
.exhibitionAbout-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .exhibitionAbout-txt {
    font-size: 1.8rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAbout-txt {
    padding-inline: 12px;
    line-height: 2;
  }
}
.exhibitionAbout-contents-movie {
  position: relative;
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #7a899f;
}
@media screen and (min-width: 1025px) {
  .exhibitionAbout-contents-movie {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAbout-contents-movie {
    width: 100%;
    border-radius: 10px;
  }
}
.exhibitionAbout-contents-movie img {
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exhibitionAbout-contents-movie:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.exhibitionAbout-contents-movie-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .exhibitionAbout-contents-movie-link {
    background-size: 18%;
  }
}
:hover > .exhibitionAbout-contents-movie-link {
  background-image: url(../img/common/play-hover.svg);
}
:hover > .exhibitionAbout-contents-movie-link::after {
  opacity: 0.2;
}
.exhibitionAbout-contents-movie-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exhibitionAbout-contents-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .exhibitionAbout-contents-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAbout-contents-btn {
    margin: 28px auto 0;
  }
}

.exhibitionExplanation .ttlType-02-body {
  color: #0f203e;
}
@media screen and (min-width: 769px) {
  .exhibitionExplanation-img {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionExplanation-img {
    margin-top: 16px;
  }
}
.exhibitionExplanation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .exhibitionExplanation-flex {
    gap: 80px;
    padding-top: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionExplanation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    padding-top: 28px;
  }
}
.exhibitionExplanation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitionExplanation-body-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .exhibitionExplanation-body-txt {
    gap: 16px;
    font-size: 1.6rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionExplanation-body-txt {
    gap: 24px;
    padding-inline: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.exhibitionExplanation-body-img {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .exhibitionExplanation-body-img {
    max-width: 560px;
    border-radius: 16px;
    font-size: 1.6rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionExplanation-body-img {
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.exhibitionExplanation-body-img img {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .exhibitionAccess {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAccess {
    padding: 60px 0;
  }
}
.exhibitionAccess .ttlType-02-body {
  color: #0f203e;
}
.exhibitionAccess-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0f1f3;
}
@media screen and (min-width: 1025px) {
  .exhibitionAccess-flex {
    gap: 48px;
    margin-top: 32px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAccess-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin-top: 20px;
    border-radius: 8px;
  }
}
.exhibitionAccess-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .exhibitionAccess-body {
    gap: 32px;
    padding: 0 0 0 50px;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAccess-body {
    gap: 8px;
    padding: 28px 20px;
    width: 100%;
  }
}
.exhibitionAccess-body-txt {
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .exhibitionAccess-body-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAccess-body-txt {
    font-size: 1.2rem;
  }
}
.exhibitionAccess-body-caution {
  color: #4f5b6d;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .exhibitionAccess-body-caution {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .exhibitionAccess-body-caution {
    font-size: 1rem;
  }
}
.exhibitionAccess-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  aspect-ratio: 600/413;
}
@media screen and (min-width: 1025px) {
  .exhibitionAccess-img {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAccess-img {
    width: 100%;
  }
}
.exhibitionAccess-contents-btn {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .exhibitionAccess-contents-btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitionAccess-contents-btn {
    margin-top: 40px;
  }
}

.hxMailMagazineMv {
  background-color: #e0e3e9;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv {
    padding: 100px 0 56px;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv {
    padding: 50px 0 40px;
  }
}
.hxMailMagazineMv .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv .inner {
    padding: 0 18px;
  }
}
.hxMailMagazineMv-txt {
  margin-inline: auto;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-txt {
    padding: 12px 0;
    width: 250px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-txt {
    padding: 8px 0;
    width: 134px;
    font-size: 1.2rem;
  }
}
.hxMailMagazineMv-ttl {
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-ttl {
    padding-top: 26px;
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-ttl {
    padding-top: 15px;
    width: 100%;
  }
}
.hxMailMagazineMv-subttl {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-subttl {
    padding-top: 24px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-subttl {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}
.hxMailMagazineMv-body {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-body {
    margin-top: 48px;
    padding: 40px 84px 24px;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-body {
    margin-top: 28px;
    padding: 30px 12px 14px;
  }
}
.hxMailMagazineMv-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-body-list {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-body-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-body-list-item {
    width: 334px;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-body-list-item {
    width: 100%;
  }
}
.hxMailMagazineMv-body-list-item-ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-body-list-item-ttl {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-body-list-item-ttl {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
.hxMailMagazineMv-body-txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-body-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-body-txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.hxMailMagazineMv-cap {
  margin-top: 8px;
  color: #0f203e;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .hxMailMagazineMv-cap {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hxMailMagazineMv-cap {
    font-size: 0.9rem;
  }
}

.recruit-section-ttl {
  position: relative;
  margin: auto;
  padding-bottom: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .recruit-section-ttl {
    position: relative;
    margin-top: -140px;
    margin-bottom: 40px;
    padding-top: 140px;
    padding-bottom: 13px;
    font-weight: 700;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-ttl {
    margin-bottom: 48px;
    font-size: 3rem;
  }
}
.recruit-section-ttl::before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -20px;
  left: -100px;
  margin: auto;
  width: calc(100% + 20px);
  height: 7px;
  background: #1c7aac;
}
.recruit-section-caseStudy {
  position: relative;
  background-color: #f2f2f2;
}
@media screen and (min-width: 769px) {
  .recruit-section-caseStudy {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-caseStudy {
    padding: 50px 0;
  }
}
.recruit-section-caseStudy .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruit-section-caseStudy .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-caseStudy .inner {
    padding: 0 20px;
  }
}
.recruit-section-cta {
  background: #0f203e;
}
@media screen and (min-width: 769px) {
  .recruit-section-cta {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-cta {
    padding: 50px 0;
  }
}
.recruit-section-cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .recruit-section-cta-btns + .recruit-section-cta-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-cta-btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-section-cta-btns + .recruit-section-cta-btns {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .recruit-section-cta-btns-item {
    width: calc((100% + 20px) / 2 - 20px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-cta-btns-item {
    width: 270px;
  }
}
.recruit-section-cta-btns-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #1c7aac solid;
  background-color: #fff;
  background-image: url(../images/careers/newgraduate/icon_arrow_b.png);
  background-repeat: no-repeat;
  color: #1c7aac;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruit-section-cta-btns-item-btn {
    height: 100px;
    background-position: right 18px center;
    background-size: auto 18px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-cta-btns-item-btn {
    height: 64px;
    background-position: right 15px center;
    background-size: auto 15px;
    font-size: 1.6rem;
  }
}
.recruit-section-cta-btns-item-btn:hover {
  background-color: #1c7aac;
  background-image: url(../images/icon_arrow_secondary6.png);
  color: #fff;
}
.recruit-section-cta .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruit-section-cta .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section-cta .inner {
    padding: 0 20px;
  }
}

.recruitTopBottomMenu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.recruitTopBottomMenu-item {
  list-style: none;
}
.recruitTopBottomMenu-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  border: 1px solid #0f203e;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopBottomMenu-item-link {
    width: 120px;
    height: 120px;
  }
  .recruitTopBottomMenu-item-link img {
    display: block;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopBottomMenu-item-link {
    width: 60px;
    height: 60px;
  }
  .recruitTopBottomMenu-item-link img {
    display: block;
    width: 30px;
  }
}
.recruitTopBottomMenu-item-link:hover {
  opacity: 0.7;
}

.recruitTopMv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruitTopMv {
    height: 846px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMv {
    height: 320px;
  }
}
.recruitTopMv-background {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .recruitTopMv-background {
    height: 846px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMv-background {
    height: 320px;
  }
}
.mode-pc .recruitTopMv-background {
  top: 80px;
}
.mode-sp .recruitTopMv-background {
  top: 54px;
}
.recruitTopMv-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitTopMv-ttl {
  position: absolute;
  bottom: -0.2em;
  left: -0.1em;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .recruitTopMv-ttl {
    font-size: clamp(10rem, 12.5vw, 22rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMv-ttl {
    font-size: 5.5rem;
  }
}
.windows-os .recruitTopMv-ttl {
  bottom: -0.25em;
}

.recruitTopContents {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background-color: #fff;
}
.recruitTopContents-ttl {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .recruitTopContents-ttl {
    letter-spacing: -0.04em;
    font-size: clamp(5.6rem, 10vw, 12rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopContents-ttl {
    font-size: 3rem;
  }
}
.recruitTopContents-ttl::before {
  content: attr(data-outline);
  color: transparent;
  -webkit-text-stroke: 1px #0f203e;
}
.recruitTopContents-ttl-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 0;
}
.animated > .recruitTopContents-ttl-body {
  -webkit-animation: recruitTopContentsTtl;
          animation: recruitTopContentsTtl;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animated > .recruitTopContents-ttl-body::after {
  opacity: 0;
}
.recruitTopContents-ttl-body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 1000px 500px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
}

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

@keyframes recruitTopContentsTtl {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}
.recruitTopNav {
  position: sticky;
  z-index: 20;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitTopNav {
    display: none;
  }
}
.mode-pc .recruitTopNav {
  top: 80px;
}
.mode-sp .recruitTopNav {
  top: 54px;
}
.recruitTopNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
.recruitTopNav-list-item {
  color: #b2bac7;
  font-size: 2rem;
}
.recruitTopNav-list-item.current {
  color: #0f203e;
}
.recruitTopNav-list-item-link {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recruitTopNav-list-item-link:hover {
  color: #0f203e;
}

.recruitTopCollectiveForce {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce {
    padding: 140px 0 210px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce {
    padding: 64px 0;
  }
}
.recruitTopCollectiveForce .inner {
  margin: 0 auto;
  max-width: 1760px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce .inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce .inner {
    padding: 0 18px;
  }
}
.recruitTopCollectiveForce-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .recruitTopCollectiveForce-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .recruitTopCollectiveForce-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .recruitTopCollectiveForce-contents-body {
    width: 740px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitTopCollectiveForce-contents-body {
    display: contents;
  }
}
.recruitTopCollectiveForce-contents-body-ttl {
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-ttl {
    margin-bottom: 56px;
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.8rem;
  }
}
.recruitTopCollectiveForce-contents-body-lead {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-lead {
    margin-bottom: 56px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.recruitTopCollectiveForce-contents-body-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2.28;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruitTopCollectiveForce-contents-body-point {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-point {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-point {
    margin-top: 64px;
  }
}
.recruitTopCollectiveForce-contents-body-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruitTopCollectiveForce-contents-body-point-item + .recruitTopCollectiveForce-contents-body-point-item {
  margin-top: 40px;
}
.recruitTopCollectiveForce-contents-body-point-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-point-item-ttl {
    gap: 8px;
    min-width: 285px;
    width: 285px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-point-item-ttl {
    gap: 4px;
    min-width: 120px;
    width: 120px;
    font-size: 1.4rem;
  }
}
.recruitTopCollectiveForce-contents-body-point-item-ttl::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
    max-height: 28px;
    width: 28px;
    height: auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
    max-height: 14px;
    width: 14px;
    height: auto;
    font-size: 0.9rem;
  }
}
.windows-os .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
  margin-bottom: 0.2em;
  padding-top: 0.2em;
}
.item-strategy .recruitTopCollectiveForce-contents-body-point-item-ttl {
  color: #d2ab41;
}
.item-strategy .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
  content: "1";
  background-color: #d2ab41;
}
.item-design .recruitTopCollectiveForce-contents-body-point-item-ttl {
  color: #c85819;
}
.item-design .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
  content: "2";
  background-color: #c85819;
}
.item-technology .recruitTopCollectiveForce-contents-body-point-item-ttl {
  color: #1c7aac;
}
.item-technology .recruitTopCollectiveForce-contents-body-point-item-ttl::before {
  content: "3";
  background-color: #1c7aac;
}
.recruitTopCollectiveForce-contents-body-point-item-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-contents-body-point-item-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-contents-body-point-item-txt {
    font-size: 1.1rem;
  }
}
.recruitTopCollectiveForce-contents-img {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .recruitTopCollectiveForce-contents-img {
    width: 720px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitTopCollectiveForce-contents-img {
    margin-top: 40px;
  }
}
.recruitTopCollectiveForce-contents-img img {
  max-width: 80%;
}
.recruitTopCollectiveForce-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .recruitTopCollectiveForce-button {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCollectiveForce-button {
    margin-top: 80px;
  }
}

.recruitTopMenu {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 440px;
    max-height: 640px;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-img {
    width: 50%;
  }
}
.recruitTopMenu-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-img img {
    height: 100%;
  }
}
.recruitTopMenu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0f203e;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-body {
    padding-right: 60px;
    padding-left: 120px;
    width: 50%;
  }
}
.recruitTopMenu-body-nav {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-body-nav {
    max-width: 690px;
  }
}
.recruitTopMenu-body-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-body-nav-list {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMenu-body-nav-list {
    padding: 16px 0;
  }
}
.recruitTopMenu-body-nav-list-item {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-body-nav-list-item {
    font-size: clamp(1.4rem, 2.8vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMenu-body-nav-list-item {
    font-size: clamp(1.4rem, 2.8vw, 3rem);
  }
}
.recruitTopMenu-body-nav-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .recruitTopMenu-body-nav-list-item-link {
    padding: 16px 24px 16px 30px;
  }
}
.recruitTopMenu-body-nav-list-item-link:hover {
  opacity: 0.7;
}
.recruitTopMenu-body-nav-list-item-link::after {
  content: "";
  display: block;
  background-image: url(../img/common/arrow-circle-left-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .recruitTopMenu-body-nav-list-item-link::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopMenu-body-nav-list-item-link::after {
    width: 9px;
    height: 9px;
  }
}

@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopLeaderInterview-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents {
    gap: 72px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents {
    gap: 40px;
    margin-top: 60px;
  }
}
.recruitTopLeaderInterview-contents-item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
    width: 100%;
  }
}
.recruitTopLeaderInterview-contents-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruitTopLeaderInterview-contents-item-link {
  position: relative;
  display: block;
}
.recruitTopLeaderInterview-contents-item-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #0f203e;
  background-image: url(../img/recruitTop/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-link::after {
    width: 80px;
    height: 80px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-link::after {
    width: 30px;
    height: 30px;
    background-size: 4px auto;
  }
}
.recruitTopLeaderInterview-contents-item-link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopLeaderInterview-contents-item-link:hover::after {
  background-color: #fff;
  background-image: url(../img/recruitTop/arrow-right-primary.svg);
}
.recruitTopLeaderInterview-contents-item-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitTopLeaderInterview-contents-item-img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-body {
    padding: 20px;
  }
}
.recruitTopLeaderInterview-contents-item:nth-child(2n) .recruitTopLeaderInterview-contents-item-body {
  text-align: right;
}
.recruitTopLeaderInterview-contents-item-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-txt {
    font-size: clamp(1.4rem, 2.5vw, 2.8rem);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-txt {
    font-size: clamp(1.4rem, 2.5vw, 2.8rem);
    line-height: 1.7;
  }
}
.recruitTopLeaderInterview-contents-item-name {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-name {
    padding-top: 40px;
    font-size: clamp(1.2rem, 2.3vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-name {
    padding-top: 20px;
    font-size: clamp(1.2rem, 2.3vw, 2.4rem);
  }
}
.recruitTopLeaderInterview-contents-item-name-small {
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .recruitTopLeaderInterview-contents-item-name-small {
    display: block;
    margin-top: 8px;
    font-size: clamp(0.9rem, 1.3vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopLeaderInterview-contents-item-name-small {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    font-size: clamp(0.9rem, 1.3vw, 1.4rem);
  }
}

@media screen and (min-width: 769px) {
  .recruitTopAbout {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopAbout .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruitTopAbout .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout .inner {
    padding: 0 18px;
  }
}
.recruitTopAbout-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .recruitTopAbout-contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
}
.recruitTopAbout-contents-item {
  position: relative;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .recruitTopAbout-contents-item {
    padding-bottom: 120px;
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout-contents-item {
    padding-bottom: 50px;
    width: 60%;
  }
}
.recruitTopAbout-contents-item-link {
  text-decoration: none;
}
.recruitTopAbout-contents-item-link-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recruitTopAbout-contents-item-link-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .recruitTopAbout-contents-item-link-img::after {
    width: 60px;
    height: 60px;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout-contents-item-link-img::after {
    width: 30px;
    height: 30px;
    background-size: 4px auto;
  }
}
.recruitTopAbout-contents-item-link-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
:hover > .recruitTopAbout-contents-item-link-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
:hover > .recruitTopAbout-contents-item-link-img::after {
  background-color: #0f203e;
  background-image: url(../img/common/arrow-right-white.svg);
}
.recruitTopAbout-contents-item-link-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0f203e;
  color: #fff;
  text-align: right;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .recruitTopAbout-contents-item-link-txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 65%;
    padding-right: 40px;
    font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopAbout-contents-item-link-txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: calc(95% - 32px);
    padding-right: 16px;
    font-size: 1.4rem;
  }
}
.animated .recruitTopAbout-contents-item-link-txt {
  -webkit-animation: recruitTopAboutContentsItem;
          animation: recruitTopAboutContentsItem;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 769px) {
  @-webkit-keyframes recruitTopAboutContentsItem {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 25%;
      left: -60px;
    }
  }
  @keyframes recruitTopAboutContentsItem {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 25%;
      left: -60px;
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes recruitTopAboutContentsItem {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 50px;
      left: -30px;
    }
  }
  @keyframes recruitTopAboutContentsItem {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 50px;
      left: -30px;
    }
  }
}
.recruitTopRibbon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
}
.recruitTopRibbon-wrap {
  position: relative;
}
.recruitTopRibbon #luxy {
  position: static !important;
}
.recruitTopRibbon-item {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item {
    width: 7833px;
    height: 9328px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item {
    width: 2976px;
    height: 3544px;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-01 {
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-01 {
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-02 {
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-02 {
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-03 {
    top: 15%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-03 {
    top: 15%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-04 {
    top: 15%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-04 {
    top: 15%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-05 {
    top: 25%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-05 {
    top: 25%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-06 {
    top: 40%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-06 {
    top: 40%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-07 {
    top: 40%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-07 {
    top: 40%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-08 {
    top: 55%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-08 {
    top: 55%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-09 {
    top: 70%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-09 {
    top: 70%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-10 {
    top: 70%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-10 {
    top: 70%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopRibbon-item-11 {
    top: 90%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopRibbon-item-11 {
    top: 90%;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .recruitTopGroupInterview {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopGroupInterview .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview .inner {
    padding: 0 18px;
  }
}
.recruitTopGroupInterview-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
}
.recruitTopGroupInterview-contents-item {
  position: relative;
  border-radius: 30px;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents-item {
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents-item {
    width: 50%;
  }
}
.recruitTopGroupInterview-contents-item-link {
  position: relative;
  display: block;
  text-decoration: none;
}
.recruitTopGroupInterview-contents-item-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopGroupInterview-contents-item-link:hover .recruitTopGroupInterview-contents-item-link-img::after {
  background-color: #fff;
  background-image: url(../img/recruitTop/arrow-right-primary.svg);
}
.recruitTopGroupInterview-contents-item-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitTopGroupInterview-contents-item-link-background {
  position: absolute;
  z-index: -1;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents-item-link-background {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents-item-link-background {
    border-radius: 15px;
  }
}
.left-item.animated .recruitTopGroupInterview-contents-item-link-background {
  -webkit-animation-name: recruitTopGroupInterviewContentsItemLeft;
          animation-name: recruitTopGroupInterviewContentsItemLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.left-item .recruitTopGroupInterview-contents-item-link-background {
  background-color: #866f52;
}
.center-item.animated .recruitTopGroupInterview-contents-item-link-background {
  -webkit-animation-name: recruitTopGroupInterviewContentsItemCenter;
          animation-name: recruitTopGroupInterviewContentsItemCenter;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.center-item .recruitTopGroupInterview-contents-item-link-background {
  background-color: #d2d6de;
}
.right-item.animated .recruitTopGroupInterview-contents-item-link-background {
  -webkit-animation-name: recruitTopGroupInterviewContentsItemRight;
          animation-name: recruitTopGroupInterviewContentsItemRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.right-item .recruitTopGroupInterview-contents-item-link-background {
  background-color: #216155;
}
.recruitTopGroupInterview-contents-item-link-img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents-item-link-img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents-item-link-img {
    border-radius: 15px;
  }
}
.recruitTopGroupInterview-contents-item-link-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #0f203e;
  background-image: url(../img/recruitTop/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents-item-link-img::after {
    width: 80px;
    height: 80px;
    border-radius: 30px 0 0 0;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents-item-link-img::after {
    width: 30px;
    height: 30px;
    border-radius: 15px 0 0 0;
    background-size: 4px auto;
  }
}
.recruitTopGroupInterview-contents-item-link-txt {
  color: #0f203e;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-contents-item-link-txt {
    margin-top: 30px;
    font-size: clamp(1.2rem, 2vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-contents-item-link-txt {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.recruitTopGroupInterview-contents-item-link-txt .markerline {
  background-color: #fff;
}
.recruitTopGroupInterview-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .recruitTopGroupInterview-button {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopGroupInterview-button {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  @-webkit-keyframes recruitTopGroupInterviewContentsItemLeft {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemLeft {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
  @-webkit-keyframes recruitTopGroupInterviewContentsItemCenter {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: -22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemCenter {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: -22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
  @-webkit-keyframes recruitTopGroupInterviewContentsItemRight {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemRight {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 22%;
      left: -18%;
      width: calc(100% + 10px);
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes recruitTopGroupInterviewContentsItemLeft {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: -50px;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemLeft {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: -50px;
      width: calc(100% + 10px);
    }
  }
  @-webkit-keyframes recruitTopGroupInterviewContentsItemCenter {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: 40px;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemCenter {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: 40px;
      width: calc(100% + 10px);
    }
  }
  @-webkit-keyframes recruitTopGroupInterviewContentsItemRight {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: -50px;
      width: calc(100% + 10px);
    }
  }
  @keyframes recruitTopGroupInterviewContentsItemRight {
    0% {
      top: 0;
      left: 0;
      width: 100%;
    }
    100% {
      top: 40px;
      left: -50px;
      width: calc(100% + 10px);
    }
  }
}
@media screen and (min-width: 769px) {
  .recruitTopInterviewMovie {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopInterviewMovie .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruitTopInterviewMovie .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie .inner {
    padding: 0 18px;
  }
}
.recruitTopInterviewMovie-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .recruitTopInterviewMovie-contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 260px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
    margin-top: 88px;
  }
}
.recruitTopInterviewMovie-contents-item {
  position: relative;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .recruitTopInterviewMovie-contents-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie-contents-item {
    width: 100%;
  }
}
.recruitTopInterviewMovie-contents-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie-contents-item-img {
    margin: auto;
    width: 80%;
  }
}
.recruitTopInterviewMovie-contents-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopInterviewMovie-contents-item-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitTopInterviewMovie-contents-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background-image: url(../img/recruitTop/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie-contents-item-link {
    background-size: 18%;
  }
}
:hover > .recruitTopInterviewMovie-contents-item-link {
  background-image: url(../img/recruitTop/play-hover.svg);
}
:hover > .recruitTopInterviewMovie-contents-item-link::after {
  opacity: 0.2;
}
.recruitTopInterviewMovie-contents-item-txt {
  position: absolute;
  color: #efefef;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .recruitTopInterviewMovie-contents-item-txt {
    font-size: clamp(1.2rem, 2.5vw, 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInterviewMovie-contents-item-txt {
    font-size: clamp(1.2rem, 2.5vw, 2.6rem);
  }
}
@media screen and (min-width: 769px) {
  .left-item .recruitTopInterviewMovie-contents-item-txt {
    top: -55px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .left-item .recruitTopInterviewMovie-contents-item-txt {
    top: 0;
    left: -18px;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}
.left-item .recruitTopInterviewMovie-contents-item-txt .marker {
  display: block;
  padding: 10px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1c7aac;
}
.left-item .recruitTopInterviewMovie-contents-item-txt .marker + .marker {
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .right-item .recruitTopInterviewMovie-contents-item-txt {
    right: -30px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .right-item .recruitTopInterviewMovie-contents-item-txt {
    top: 0;
    right: -18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.right-item .recruitTopInterviewMovie-contents-item-txt .marker {
  display: block;
  padding: 10px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c85819;
}

@media screen and (min-width: 769px) {
  .recruitTopCaseStudy {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopCaseStudy .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy .inner {
    padding: 0;
  }
}
.recruitTopCaseStudy-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy-contents {
    gap: 2%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-top: 80px;
  }
}
.recruitTopCaseStudy-contents-item {
  position: relative;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy-contents-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy-contents-item {
    width: 66%;
  }
  .recruitTopCaseStudy-contents-item.right-item {
    margin-left: auto;
  }
}
.recruitTopCaseStudy-contents-item-link {
  position: relative;
  display: block;
  text-decoration: none;
}
.recruitTopCaseStudy-contents-item-link img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopCaseStudy-contents-item-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #0f203e;
  background-image: url(../img/recruitTop/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy-contents-item-link::after {
    width: 80px;
    height: 80px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy-contents-item-link::after {
    width: 30px;
    height: 30px;
    background-size: 4px auto;
  }
}
.recruitTopCaseStudy-contents-item-link:hover::after {
  background-color: #fff;
  background-image: url(../img/recruitTop/arrow-right-primary.svg);
}
.recruitTopCaseStudy-contents-item-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitTopCaseStudy-contents-item-link-img {
  position: relative;
  overflow: hidden;
}
.recruitTopCaseStudy-contents-item-link-background {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.left-item.animated .recruitTopCaseStudy-contents-item-link-background {
  -webkit-animation-name: recruitTopCaseStudyContentsItemLeft;
          animation-name: recruitTopCaseStudyContentsItemLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.left-item .recruitTopCaseStudy-contents-item-link-background {
  background-color: #1c7aac;
}
.right-item.animated .recruitTopCaseStudy-contents-item-link-background {
  -webkit-animation-name: recruitTopCaseStudyContentsItemRight;
          animation-name: recruitTopCaseStudyContentsItemRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.right-item .recruitTopCaseStudy-contents-item-link-background {
  background-color: #d2ab41;
}
.recruitTopCaseStudy-contents-item-ttl {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy-contents-item-ttl {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy-contents-item-ttl {
    margin-top: 20px;
    width: calc(100% - 20px);
    font-size: 1.2rem;
  }
  .left-item .recruitTopCaseStudy-contents-item-ttl {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .right-item .recruitTopCaseStudy-contents-item-ttl {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.recruitTopCaseStudy-contents-item-txt {
  position: relative;
  z-index: 1;
  color: #4f5b6d;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .recruitTopCaseStudy-contents-item-txt {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopCaseStudy-contents-item-txt {
    margin-top: 10px;
    width: calc(100% - 20px);
    font-size: 1.1rem;
  }
  .left-item .recruitTopCaseStudy-contents-item-txt {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .right-item .recruitTopCaseStudy-contents-item-txt {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@media screen and (min-width: 769px) {
  @-webkit-keyframes recruitTopCaseStudyContentsItemLeft {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: -8%;
    }
  }
  @keyframes recruitTopCaseStudyContentsItemLeft {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: -8%;
    }
  }
  @-webkit-keyframes recruitTopCaseStudyContentsItemRight {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 8%;
      left: 8%;
    }
  }
  @keyframes recruitTopCaseStudyContentsItemRight {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: 8%;
      left: 8%;
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes recruitTopCaseStudyContentsItemLeft {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: 16%;
    }
  }
  @keyframes recruitTopCaseStudyContentsItemLeft {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: 16%;
    }
  }
  @-webkit-keyframes recruitTopCaseStudyContentsItemRight {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: -16%;
    }
  }
  @keyframes recruitTopCaseStudyContentsItemRight {
    0% {
      top: 0;
      left: 0;
    }
    100% {
      top: -8%;
      left: -16%;
    }
  }
}
@media screen and (min-width: 769px) {
  .recruitTopInformation {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInformation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopInformation#recruitContact {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInformation#recruitContact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.recruitTopInformation-ttl {
  color: #666;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .recruitTopInformation-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInformation-ttl {
    font-size: 1rem;
  }
}
.recruitTopInformation-ttl::before {
  content: attr(data-en);
  display: block;
  color: #0f203e;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .recruitTopInformation-ttl::before {
    margin-bottom: 16px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInformation-ttl::before {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #recruitContact .recruitTopInformation-ttl::before {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  #recruitContact .recruitTopInformation-ttl::before {
    font-size: 2rem;
  }
}
.recruitTopInformation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .recruitTopInformation-button {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopInformation-button {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  #recruitContact .recruitTopInformation-button .button-large {
    width: 400px;
    height: 80px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  .recruitTopStaffInterview .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.recruitTopStaffInterview-slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider {
    margin-top: 195px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider {
    margin-top: 60px;
  }
}
.recruitTopStaffInterview-slider .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.recruitTopStaffInterview-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #e0e3e9;
  opacity: 1;
}
.recruitTopStaffInterview-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f203e;
}
.recruitTopStaffInterview-slider .swiper-slide {
  height: auto;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider .swiper-slide {
    padding: 5px 0;
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider .swiper-slide {
    width: 220px;
  }
}
.recruitTopStaffInterview-slider-item {
  display: block;
  height: 100%;
  background-color: #f0f1f4;
  -webkit-box-shadow: 0 0 0 0 #f0f1f4;
          box-shadow: 0 0 0 0 #f0f1f4;
  color: #0f203e;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item {
    padding: 40px 0 45px;
    border-radius: 30px;
  }
  .recruitTopStaffInterview-slider-item:hover {
    padding: 26px 0 45px;
    background-color: #d1d6dd;
    -webkit-box-shadow: 0 0 0 5px #d1d6dd;
            box-shadow: 0 0 0 5px #d1d6dd;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item {
    padding: 25px 0 30px;
    border-radius: 15px;
  }
}
.recruitTopStaffInterview-slider-item-body {
  position: relative;
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-body {
    padding-bottom: 40px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-body {
    padding-bottom: 30px;
    width: 186px;
  }
}
.recruitTopStaffInterview-slider-item-img {
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-img {
    width: 180px;
    height: 180px;
  }
  .recruitTopStaffInterview-slider-item:hover .recruitTopStaffInterview-slider-item-img {
    margin-bottom: 16px;
    width: 208px;
    height: 208px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-img {
    width: 120px;
    height: 120px;
  }
}
.recruitTopStaffInterview-slider-item-img img {
  position: absolute;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-img img {
    width: 208px;
    height: 208px;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-img img {
    width: 130px;
    height: 130px;
  }
}
.recruitTopStaffInterview-slider-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruitTopStaffInterview-slider-item-tags-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #0f203e;
  color: #fff;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-tags-item {
    padding-top: 2px;
    width: 90px;
    height: 24px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-tags-item {
    padding-top: 2px;
    width: 60px;
    height: 16px;
    font-size: 0.9rem;
  }
}
.recruitTopStaffInterview-slider-item-tags-item.item-strategy {
  background-color: #d2ab41;
}
.recruitTopStaffInterview-slider-item-tags-item.item-design {
  background-color: #c85819;
}
.recruitTopStaffInterview-slider-item-tags-item.item-technology {
  background-color: #1c7aac;
}
.recruitTopStaffInterview-slider-item-tags-item.item-competency {
  background-color: #C85819;
}
.recruitTopStaffInterview-slider-item-txt {
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-txt {
    font-size: 1.2rem;
  }
}
.recruitTopStaffInterview-slider-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 20px;
  color: #7b899f;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
}
@media screen and (min-width: 769px) {
  .recruitTopStaffInterview-slider-item-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitTopStaffInterview-slider-item-name {
    font-size: 1rem;
  }
}
.recruitTopStaffInterview-slider .listSlider-drag {
  background-color: rgba(15, 32, 62, 0.5);
}

@media screen and (min-width: 769px) {
  #newgraduate #section-title.business .title {
    background-image: url("../img/recruitBusiness/bg_title.png") !important;
  }
}

@media screen and (min-width: 769px) {
  #newgraduate #section-title.career .title {
    background-image: url("../img/recruitCareers/bg_title.png") !important;
  }
}

#index #section-leadership .inner ul li .title {
  padding-bottom: 24px !important;
}

@media screen and (min-width: 769px) {
  #newgraduate #section-title.workstyle .title {
    background-image: url("../img/recruitWorkStyle/bg_title.png") !important;
  }
}
@media screen and (max-width: 768px) {
  #newgraduate #section-title.workstyle .title {
    background-image: url("../img/recruitWorkStyle/bg_title.png") !important;
  }
}

.topHxMenu {
  background-image: url(../img/top/bg-topHxNav.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topHxMenu {
    padding: 100px 0 116px;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu {
    padding: 40px 10px 32px;
  }
}
.topHxMenu .inner {
  margin: 0 auto 0;
  max-width: 1360px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topHxMenu .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu .inner {
    padding: 0 18px;
  }
}
.topHxMenu-ttl {
  margin: auto;
  max-width: 900px;
}
.topHxMenu-txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .topHxMenu-txt {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-txt {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}
.topHxMenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .topHxMenu-list {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-list {
    margin-top: 32px;
  }
}
.topHxMenu-list-item {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .topHxMenu-list-item {
    width: calc((100% + 20px) / 3 - 20px);
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-list-item {
    width: 100%;
  }
}
.topHxMenu-list-item-link {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topHxMenu-list-item-link:hover {
  opacity: 0.7;
}
.topHxMenu-list-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0f203e;
  background-image: url(../img/common/arrow-right-secondary.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topHxMenu-list-item-btn {
    padding: 26px 30px 8px;
    min-height: 130px;
    height: 100%;
    background-position: right 30px center;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-list-item-btn {
    padding: 14px 20px 8px;
    height: 70px;
    background-position: right 18px center;
    background-size: 8px auto;
  }
}
.topHxMenu-list-item-btn-cat {
  color: #c85819;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topHxMenu-list-item-btn-cat {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-list-item-btn-cat {
    font-size: 0.9rem;
  }
}
.topHxMenu-list-item-btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .topHxMenu-list-item-btn-txt {
    margin-top: 10px;
    min-height: 54px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topHxMenu-list-item-btn-txt {
    margin-top: 4px;
    height: 30px;
    font-size: 1.2rem;
  }
}

.themeExperienceHeader {
  padding: 60px 0 140px;
  background-color: #0f203e;
  background-image: url(../img/hxTop/gradation_navy.png);
  background-position: left bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .themeExperienceHeader {
    padding: 40px 10px 32px;
  }
}
.themeExperienceHeader-title {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .themeExperienceHeader-title {
    font-size: 2.4rem;
  }
}
.themeExperienceHeader-description {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 2.28;
}
@media screen and (max-width: 768px) {
  .themeExperienceHeader-description {
    font-size: 1.4rem;
  }
}
.themeExperienceHeader-title + .themeExperienceHeader-description {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .themeExperienceHeader-title + .themeExperienceHeader-description {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .themeExperienceContents {
    padding: 100px 0 116px;
  }
}
@media screen and (max-width: 768px) {
  .themeExperienceContents {
    padding: 40px 10px 32px;
  }
}
.themeExperienceContents-menu-item + .themeExperienceContents-menu-item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .themeExperienceContents-menu-item + .themeExperienceContents-menu-item {
    margin-top: 24px;
  }
}
.themeExperienceContents-menu-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .themeExperienceContents-menu-title {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.themeExperienceContents-menu-title-link {
  position: relative;
  padding-right: 16px;
  color: #0f203e;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.themeExperienceContents-menu-title-link:hover {
  color: #c85819;
}
.themeExperienceContents-menu-title-link:hover::after {
  border-color: #c85819;
}
.themeExperienceContents-menu-title-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0f203e;
  border-right: 1px solid #0f203e;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.themeExperienceContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .themeExperienceContents-list {
    gap: 16px;
  }
}
.themeExperienceContents-list-item {
  width: calc((100% + 24px) / 3 - 24px);
}
@media screen and (max-width: 1024px) {
  .themeExperienceContents-list-item {
    width: calc((100% + 24px) / 2 - 24px);
  }
}
@media screen and (max-width: 768px) {
  .themeExperienceContents-list-item {
    width: 100%;
  }
}
.themeExperienceContents-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 24px;
  min-height: 96px;
  border: 1px solid #d1d6dd;
  background-color: #fff;
  color: #0f203e;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .themeExperienceContents-list-item-link {
    min-height: 64px;
    font-size: 1.6rem;
  }
}
.themeExperienceContents-list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c85819;
  border-right: 1px solid #c85819;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.themeExperienceContents-list-item-link:hover {
  border-color: #c85819;
  color: #c85819;
}

.pageHeader {
  position: relative;
  background-color: #0f203e;
  color: #fff;
}
.pageHeader-wrap {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pageHeader-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
}
.pageHeader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65%;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .pageHeader-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
    padding-block: 16px;
    min-height: 220px;
    width: auto;
    height: auto;
  }
}
.height-small .pageHeader-body {
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .height-small .pageHeader-body {
    min-height: 0;
    height: 130px;
  }
}
.pageHeader-ttl {
  position: relative;
  z-index: 1;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .pageHeader-ttl {
    font-size: 2.2rem;
  }
}
.pageHeader-txt {
  position: relative;
  z-index: 1;
  color: #f0f1f4;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pageHeader-txt {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}
.pageHeader-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pageHeader-img {
    position: relative;
    margin-left: -10%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .height-small .pageHeader-img {
    height: 130px;
  }
}
.pageHeader-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/page/bk_title_parttan-b.png);
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pageHeader-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 768px) {
  .pageHeader-img img {
    width: 100%;
  }
}

.pageBreadcrumb {
  background: #4f5b6d;
  color: #f0f1f4;
}
.pageBreadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin: 0 auto;
  padding: 20px;
  max-width: 1240px;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pageBreadcrumb-list {
    padding: 10px;
  }
}
.pageBreadcrumb-list-item {
  list-style: none;
}
.pageBreadcrumb-list-item-link {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  background-image: url(../img/page/icon_arrow_secondary6.png);
  background-position: 100% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: inherit;
  text-decoration: none;
}

.pageServiceHeader {
  position: relative;
  overflow: hidden;
  background-color: #0f203e;
  color: #fff;
}
.pageServiceHeader.bg-gray {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f203e), color-stop(50%, #e0e3e9));
  background-image: linear-gradient(to right, #0f203e 50%, #e0e3e9 50%);
}
@media screen and (max-width: 768px) {
  .pageServiceHeader.bg-gray {
    background-image: none;
  }
}
.pageServiceHeader.bg-dark {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f203e), color-stop(50%, #070e1b));
  background-image: linear-gradient(to right, #0f203e 50%, #070e1b 50%);
}
@media screen and (max-width: 768px) {
  .pageServiceHeader.bg-dark {
    background-image: none;
  }
}
.pageServiceHeader-wrap {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
}
.right-img .pageServiceHeader-wrap {
  overflow: visible;
}
.pageServiceHeader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-body {
    padding-block: 16px;
    min-height: 220px;
    width: 55%;
    height: auto;
  }
}
.pageServiceHeader-ttl {
  position: relative;
  z-index: 1;
  font-size: 4.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-ttl {
    font-size: 2.2rem;
  }
}
.pageServiceHeader-txt {
  position: relative;
  z-index: 1;
  color: #f0f1f4;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-txt {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}
.pageServiceHeader-img {
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-img {
    right: 0;
    left: auto;
    width: 50%;
  }
}
.right-img .pageServiceHeader-img {
  right: 0;
  left: auto;
  width: 50%;
}
.right-img .pageServiceHeader-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-img .pageServiceHeader-img::after {
  content: "";
}
@media screen and (min-width: 769px) {
  .right-img .pageServiceHeader-img::after {
    background-image: url(../img/page/bk_title_parttan-d.png);
  }
}
.pageServiceHeader-img::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/page/bk_title_parttan-b.png);
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-img::after {
    content: "";
  }
}
.pageServiceHeader-img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pageServiceHeader-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}

.pageNewGraduateHeader {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  background-color: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .pageNewGraduateHeader {
    padding-bottom: 20px;
  }
}
.pageNewGraduateHeader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 260px;
  background: url(../img/recruitNewgraduate/bg-careers.png);
  background-color: #0f203e;
  background-position: center;
  background-size: auto 100%;
}
.pageNewGraduateHeader-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
.pageNewGraduateHeader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 360px;
  background-color: #d1d6dd;
}
@media screen and (max-width: 768px) {
  .pageNewGraduateHeader-body {
    height: 200px;
  }
}
.pageNewGraduateHeader-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .pageNewGraduateHeader-ttl {
    padding-left: 20px;
  }
}
.pageNewGraduateHeader-ttl-main {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pageNewGraduateHeader-ttl-main {
    font-size: 2.2rem;
  }
}
.pageNewGraduateHeader-ttl-sub {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pageNewGraduateHeader-ttl-sub {
    font-size: 1.2rem;
  }
}
.pageNewGraduateHeader-img {
  max-width: 50%;
  height: 100%;
}
.pageNewGraduateHeader-img img {
  max-width: 100%;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.notFound {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .notFound {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .notFound {
    padding: 60px 0;
  }
}
.notFound-ttl {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .notFound-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .notFound-ttl {
    font-size: 2rem;
  }
}
.notFound-ttl-en {
  display: block;
  color: #7a899f;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .notFound-ttl-en {
    margin-bottom: 16px;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .notFound-ttl-en {
    margin-bottom: 8px;
    font-size: 6rem;
  }
}
.notFound-txt {
  margin-top: 40px;
  font-weight: 700;
  line-height: 2.28;
}
@media screen and (min-width: 769px) {
  .notFound-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .notFound-txt {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}
.notFound-btn {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .notFound-btn {
    margin-top: 40px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp2 {
  opacity: 0;
}
.fadeInUp2.animated {
  -webkit-animation: fadeInUp2;
          animation: fadeInUp2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp3 {
  opacity: 0;
}
.fadeInUp3.animated {
  -webkit-animation: fadeInUp3;
          animation: fadeInUp3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 769px) {
  .delay-1 {
    -webkit-animation-delay: 0.25s !important;
            animation-delay: 0.25s !important;
  }
  .delay-2 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .delay-3 {
    -webkit-animation-delay: 0.75s !important;
            animation-delay: 0.75s !important;
  }
  .delay-4 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .delay-5 {
    -webkit-animation-delay: 1.25s !important;
            animation-delay: 1.25s !important;
  }
  .delay-6 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .delay-7 {
    -webkit-animation-delay: 1.75s !important;
            animation-delay: 1.75s !important;
  }
  .delay-8 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
  .delay-9 {
    -webkit-animation-delay: 2.25s !important;
            animation-delay: 2.25s !important;
  }
  .delay-10 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
}