@charset "UTF-8";
body {
  background: #ffffff !important;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-size: 18px;
  overflow-x: hidden;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

#top_copy {
  background-image: url("images/top/bg_top_pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#top_copy_text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  font-size: 1rem;
  line-height: 1.6rem;
  height: 30rem;
}

#top_copy_image {
  height: 30rem;
  width: auto;
}

#copyright {
  background-color: #456b2c;
  color: #ffffff;
}

#navbarSupportedContent {
  font-size: 0.8em;
}

.img-middle {
  left: 50%;
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon {
  height: 56px;
}

@media screen and (max-width: 992px) {
  a.btn-link {
    margin: 5px 0 !important;
  }
  #top_copy {
    background-image: url("images/top/bg_top_sm.webp");
    background-size: cover;
  }
  #copyright {
    font-size: 0.75em;
  }
  .icon {
    height: 48px !important;
  }
}
#included-files-fie-on-wp-footer {
  display: none;
}

/* Base style
----------------------------------------------------------- */
ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* ----- default ----- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Module style
----------------------------------------------------------- */
/* ----- heading ----- */
.heading-lv1, .heading-lv2, .article-post h2, .heading-lv3, .article-post h3, .heading-lv4, .heading-lv5 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.heading-lv1:first-child, .heading-lv2:first-child, .article-post h2:first-child, .heading-lv3:first-child, .article-post h3:first-child, .heading-lv4:first-child, .heading-lv5:first-child {
  margin-top: 0;
}

.heading-lv1:last-child, .heading-lv2:last-child, .article-post h2:last-child, .heading-lv3:last-child, .article-post h3:last-child, .heading-lv4:last-child, .heading-lv5:last-child {
  margin-bottom: 0;
}

.heading-lv1 {
  margin-bottom: 1.5em;
  font-size: 4rem;
}

.heading-lv2, .article-post h2 {
  margin: 2em 0 1.5em;
  font-size: 3.2rem;
}

.heading-lv2-latin {
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-size: 4rem;
}

.heading-lv2 + .heading-lv3, .article-post h2 + .heading-lv3, .article-post .heading-lv2 + h3, .article-post h2 + h3 {
  margin: 1.5em 0 1em;
}

.heading-lv3, .article-post h3 {
  margin: 3em 0 1em;
  font-size: 3rem;
}

.heading-lv3 + .panel-outline, .article-post h3 + .panel-outline {
  margin-top: 0;
}

.heading-lv4 {
  margin: 3em 0 1em;
  font-size: 2.1rem;
}

.heading-lv5 {
  margin: 3em 0 1em;
}

.heading-social {
  margin-bottom: 3rem;
  font-size: 2.1rem;
}

/* ----- tab ----- */
.tab-button {
  align-items: center;
  background-color: #e6eaee;
  border-radius: 15px 15px 0 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  opacity: 0.5;
  padding: 10px 10px 14px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: color, box-shadow;
  transition-property: color, box-shadow, -webkit-box-shadow;
  width: 100%;
}

.tab-button-list {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 874px;
  background-color: #cccccc;
  padding-top: 20px;
}

.tab-button-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 75px;
  padding-top: 12px;
}

.tab-button-list-item:hover {
  padding-top: 7px;
}

.tab-button-list-item.is-active {
  padding-top: 7px;
}

.tab-button-list-item.is-active .tab-button {
  opacity: 1;
  padding-bottom: 20px;
  z-index: 1;
}

.tab-button-list-item:not(.is-active) .tab-button:hover {
  padding-bottom: 15px;
}

.tab-panel {
  background-color: #ffffff;
  display: none;
  padding: 20px 0 70px;
  position: relative;
  z-index: 2;
}

.tab-panel.is-active {
  display: block;
}

/* Page style
----------------------------------------------------------- */
/* ----- Our Capabilities ----- */
.capabilities-inner {
  max-width: 1050px;
}

.content-inner .capabilities-inner {
  margin: 0 auto;
  max-width: 1030px;
}

.capabilities .lgp-bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 45px 20px 55px;
}

.capabilities .lgp-bg .capabilities-about-lead p {
  font-size: 2.3rem;
}

.capabilities .heading-lgp {
  font-size: 3rem;
  margin: 0 0 1em;
}

.capabilities-bg {
  background-color: #e6eaee;
  padding: 30px 0 70px;
}

.capabilities-business-card-title-en, .capabilities-section-category-en, .capabilities-tab .tab-button em {
  -webkit-background-clip: text;
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

.capabilities-business-card-title-en > span, .capabilities-section-category-en > span, .capabilities-tab .tab-button em > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 6px;
}

[data-capabilities-category=tab01] .capabilities-business-card-title-en, [data-capabilities-category=tab01] .capabilities-section-category-en, [data-capabilities-category=tab01] .capabilities-tab .tab-button em, .capabilities-tab [data-capabilities-category=tab01] .tab-button em {
  background-color: #ffffff;
  color: #3f3f3f;
}

[data-capabilities-category=tab01].is-active .capabilities-tab .tab-button,
.capabilities-tab [data-capabilities-category=tab01].is-active .tab-button {
  background-color: #3f3f3f;
  color: white;
}

.tab01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#666666));
  background-image: linear-gradient(180deg, #3f3f3f, #666666);
  color: white;
}

[data-capabilities-category=tab02] .capabilities-business-card-title-en,
[data-capabilities-category=tab02] .capabilities-section-category-en,
[data-capabilities-category=tab02] .capabilities-tab .tab-button em,
.capabilities-tab [data-capabilities-category=tab02] .tab-button em {
  background-color: #ffffff;
  color: #40532e;
}

.tab02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40532e), to(#5a7340));
  background-image: linear-gradient(180deg, #40532e, #5a7340);
  color: white;
}

[data-capabilities-category=tab02].is-active .capabilities-tab .tab-button,
.capabilities-tab [data-capabilities-category=tab02].is-active .tab-button {
  background-color: #40532e;
  color: white;
}

[data-capabilities-category=tab03] .capabilities-business-card-title-en,
[data-capabilities-category=tab03] .capabilities-section-category-en,
[data-capabilities-category=tab03] .capabilities-tab .tab-button em,
.capabilities-tab [data-capabilities-category=tab03] .tab-button em {
  background-color: #ffffff;
  color: #548836;
}

[data-capabilities-category=tab03].is-active .capabilities-tab .tab-button,
.capabilities-tab [data-capabilities-category=tab03].is-active .tab-button {
  background-color: #548836;
  color: white;
}

.tab03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#548836), to(#64a140));
  background-image: linear-gradient(180deg, #548836, #64a140);
  color: white;
}

[data-capabilities-category=tab04] .capabilities-business-card-title-en,
[data-capabilities-category=tab04] .capabilities-section-category-en,
[data-capabilities-category=tab04] .capabilities-tab .tab-button em,
.capabilities-tab [data-capabilities-category=tab04] .tab-button em {
  background-color: #ffffff;
  color: #8fb163;
}

[data-capabilities-category=tab04].is-active .capabilities-tab .tab-button,
.capabilities-tab [data-capabilities-category=tab04].is-active .tab-button {
  background-color: #8fb163;
  color: white;
}

.tab04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fb163), to(#a3c971));
  background-image: linear-gradient(180deg, #8fb163, #a3c971);
  color: white;
}

[data-capabilities-category=tab05] .capabilities-business-card-title-en,
[data-capabilities-category=tab05] .capabilities-section-category-en,
[data-capabilities-category=tab04] .capabilities-tab .tab-button em,
.capabilities-tab [data-capabilities-category=tab05] .tab-button em {
  background-color: #ffffff;
  color: #77af44;
}

[data-capabilities-category=tab05].is-active .capabilities-tab .tab-button,
.capabilities-tab [data-capabilities-category=tab05].is-active .tab-button {
  background-color: #77af44;
  color: white;
}

.tab05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77af44), to(#88c74e));
  background-image: linear-gradient(180deg, #77af44, #88c74e);
  color: white;
}

.capabilities-about {
  padding: 90px 0 70px;
  position: relative;
  text-align: center;
}

.capabilities-about-title {
  margin-bottom: 70px;
}

.capabilities-about-title > img {
  width: 460px;
}

.capabilities-about-lead {
  font-weight: 700;
  margin: 0 auto;
  max-width: 854px;
  text-align: left;
}

.capabilities-about .button-block {
  margin-top: 90px;
}

.capabilities-business-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.capabilities-business-cards .capabilities-business-card {
  margin-left: 30px;
  width: calc((100% - 90px) / 4);
}

.capabilities-business-cards .capabilities-business-card:nth-child(4n+1) {
  margin-left: 0;
}

.capabilities-business-cards .capabilities-business-card:nth-child(n+5) {
  margin-top: 30px;
}

.capabilities-business-card {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.375;
  padding: 24px 8px 40px;
  text-align: center;
}

.capabilities-business-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.capabilities-business-card-title-en {
  display: block;
  font-size: 7.1rem;
  margin-bottom: 16px;
}

.capabilities-business-card-title-en > span {
  min-height: 2.4em;
}

.capabilities-business-card-text {
  margin-top: auto;
}

.capabilities-business-lead {
  margin: 40px auto 0;
  max-width: 800px;
}

.capabilities-section {
  padding: 0;
}

.capabilities-section-category {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2381;
  margin-bottom: 30px;
}

.capabilities-section-category-en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 3rem;
  margin-right: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.capabilities-section-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.capabilities-tab .tab-button {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.33333;
  opacity: 1;
}

.capabilities-tab .is-active .tab-button {
  color: #ffffff;
}

.capabilities-tab .tab-button em {
  font-size: 2rem;
  margin-bottom: 12px;
  text-align: center;
}

.capabilities-tab .tab-button-list {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.capabilities-tab .tab-button-list-item {
  margin: 0 10px;
}

.capabilities-tab .tab-button-list-item:not(.is-active) .tab-button em {
  background-image: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.5);
}

.capabilities-article {
  line-height: 1.86667;
  margin-top: 50px;
  position: relative;
}

.capabilities-article::after {
  clear: both;
  content: "";
  display: block;
}

.capabilities-article + .capabilities-article {
  margin-top: 70px;
}

.capabilities-article-heading {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 20px;
}

.capabilities-article-text > p {
  margin: 1em 0;
}

.capabilities-article-text > p:first-child {
  margin-top: 0;
}

.capabilities-article-text > p:last-child {
  margin-bottom: 0;
}

.capabilities-article-profile {
  margin-top: 20px;
}

.capabilities-article-profile-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: 8px;
}

.capabilities-article-button {
  padding-top: 30px;
}

.capabilities-article-button > a {
  min-width: 260px;
}

.capabilities-article-avatar img {
  width: 100%;
}

.-capabilities .box-pict .name-area {
  margin-top: 5px;
  text-align: center;
}

.-capabilities .box-pict .name-area .text-name {
  display: inline-block;
  text-align: left;
}

.-capabilities .box-pict .name-area .text-name .name {
  font-weight: bold;
}

.-capabilities .box-pict .name-area .text-name .division {
  font-size: 1.4rem;
  line-height: 1.6;
}

.box-content.-ie {
  width: 100%;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pc-content-under1100px {
  display: none !important;
}

.pc-content-over1100px {
  display: block !important;
}

.link-text.br-icon::after {
  margin-left: 0 !important;
}

[target=_blank] .pdf-icon::after {
  background-size: contain;
  content: "PDF（" attr(data-file-capacity) "KB）";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  height: 15px;
  margin-left: 0.55em;
  padding-left: 1.4em;
  width: 170px;
}

[target=_blank] .pdf-icon.-mb::after {
  content: "PDF（" attr(data-file-capacity) "MB）";
}

.button-picture {
  align-self: flex-end;
  margin-top: -61px;
}

.column .column-col-2.column2-10per {
  flex: 0 0 10%;
  max-width: 10%;
}

.column .column-col-2.column2-20per {
  flex: 0 0 20%;
  max-width: 20%;
}

.column .column-col-2.column2-30per {
  flex: 0 0 30%;
  max-width: 30%;
}

.column .column-col-2.column2-40per {
  flex: 0 0 40%;
  max-width: 40%;
}

.column .column-col-2.column2-60per {
  flex: 0 0 60%;
  max-width: 60%;
}

.column .column-col-2.column2-70per {
  flex: 0 0 70%;
  max-width: 70%;
}

.column .column-col-2.column2-80per {
  flex: 0 0 80%;
  max-width: 80%;
}

.column .column-col-2.column2-90per {
  flex: 0 0 90%;
  max-width: 90%;
}

.sp-content-under954px {
  display: none !important;
}

.fs-ad-title {
  font-size: 2.1rem;
}

.no-after::after {
  content: none !important;
  display: none !important;
}

/* ----- slider ----- */
.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.slider-arrows .slick-arrow {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: -5px -5px 10px #ffffff, 2px 2px 10px rgba(0, 0, 0, 0.31);
  box-shadow: -5px -5px 10px #ffffff, 2px 2px 10px rgba(0, 0, 0, 0.31);
  background: linear-gradient(-40deg, #eff1f4, #e1e6ea) no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
  width: 50px;
}

.slider-arrows .slick-arrow:hover {
  -webkit-box-shadow: -2px -2px 5px #ffffff, 1px 1px 5px rgba(0, 0, 0, 0.31);
  box-shadow: -2px -2px 5px #ffffff, 1px 1px 5px rgba(0, 0, 0, 0.31);
}

.slider-arrows .slick-arrow::after {
  -webkit-transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-size: contain;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.slider-arrows .slick-arrow::before {
  content: none;
}

.slider-arrows .slick-arrow::after {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  left: 0;
}

.slider-arrows .slick-arrow:hover::after {
  -webkit-transform: translate(5px, -1px);
  -ms-transform: translate(5px, -1px);
  transform: translate(5px, -1px);
}

.slider-arrows .slick-arrow:active {
  -webkit-box-shadow: -1px -1px 1px #ffffff inset, -2px -2px 2px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.16) inset;
  box-shadow: -1px -1px 1px #ffffff inset, -2px -2px 2px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.16) inset;
  outline: none;
}

.slider-arrows .slick-arrow:not(:first-child) {
  margin-left: 30px;
}

.slider-arrows .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slider-arrows .slick-arrow.slick-disabled::after {
  opacity: 0.57;
}

.slider-arrows .slick-prev::after {
  -webkit-transform: scale(-1, 1) translateY(-1px);
  -ms-transform: scale(-1, 1) translateY(-1px);
  transform: scale(-1, 1) translateY(-1px);
}

.slider-arrows .slick-prev:hover::after {
  -webkit-transform: scale(-1, 1) translate(5px, -1px);
  -ms-transform: scale(-1, 1) translate(5px, -1px);
  transform: scale(-1, 1) translate(5px, -1px);
}

.home-content-heading + .slider-arrows {
  margin-top: -45px;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-initialized .slick-slide {
  display: block;
}

/* ----- content ----- */
.content {
  padding: 70px 0;
  position: relative;
}

.content.bg-dark {
  color: #ffffff;
}

.content-header {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 500px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.content-header-bg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.content-header-bg img {
  display: block;
  font-family: "object-fit: cover;";
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.content-header-text {
  color: #ffffff;
  padding: 0 10px;
  position: relative;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.58);
}

.content-header-heading {
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.content-header-heading-sub {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

.content-header-heading-sub.-horizontal {
  display: inline-block;
  margin-top: 0;
}

.content-body {
  margin-top: 110px;
}

.content-header + .content-body {
  margin-top: 0;
}

.content-top {
  padding: 50px 0 80px;
}

.content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.content-narrow {
  margin: 0 auto;
  max-width: 1086px;
}

.content-narrow.content-inner {
  max-width: 1106px;
}

.content-narrow-sm {
  margin: 0 auto;
  max-width: 814px;
}

.content-narrow-sm.content-inner {
  max-width: 834px;
}

.content-narrow-sm > .heading-lv2, .article-post .content-narrow-sm > h2 {
  margin-bottom: 30px;
}

.content-hr {
  border: 0;
  height: 1px;
  margin: 70px 0;
  position: relative;
  width: 100%;
}

.content-hr:first-child {
  margin-top: 0;
}

.content-hr::before {
  border-top: 1px solid #000000;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1252px;
}

.content-hr:before {
  bottom: 0;
  margin: auto;
}

.content-hr-light {
  border: 0;
  height: 1px;
  margin: 50px 0;
  position: relative;
  width: 100%;
}

.content-hr-light::before {
  border-top: 1px solid #d8d8d8;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1035px;
}

.content-section {
  margin-top: 50px;
}

.content-section:first-child, .content-hr + .content-section, .content-hr-light + .content-section {
  margin-top: 0;
}

.content-bg-movie {
  bottom: 0;
  font-family: "object-fit: cover;";
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.content-bg-movie.-semitransparent {
  opacity: 0.5;
}

.movie-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000000;
}

.photo-page #photoSlide .movie-thumb--fill,
.photo-page #photoSwiper .movie-thumb--fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.movie-thumb__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.movie-thumb__play::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.movie-thumb__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.movie-thumb:hover .movie-thumb__play {
  transform: scale(1.08);
}

.glightbox-container .gslide-title,
.glightbox-container .gslide-desc,
.glightbox-container .gdesc-inner {
  color: #ffffff;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.glightbox-container .gdesc-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glightbox-container .gslide-title {
  margin: 0;
}

.glightbox-container .gslide-desc {
  margin-left: auto;
  padding: 4px 10px;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff;
}

@media (max-width: 767px) {
  .movie-thumb__play::before {
    width: 48px;
    height: 48px;
  }
  .movie-thumb__play::after {
    border-left-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
}
.card {
  border-radius: 15px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 40px;
}

.slick-track {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  width: auto !important;
}

#photoSlide {
  --swiper-navigation-size: 32px;
  --swiper-navigation-color: #fff;
}
#photoSlide .swiper-button-prev,
#photoSlide .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  margin-top: -16px !important;
}
#photoSlide .swiper-button-prev::after,
#photoSlide .swiper-button-next::after {
  font-size: 18px !important;
}
#photoSlide .swiper-pagination {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.4);
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
}
#photoSlide .js-video-title {
  font-size: 0.85rem;
}

.photo-page .swiper-button-prev::after,
.photo-page .swiper-button-next::after {
  color: #aaaaaa;
  transition: color 0.3s ease;
}
.photo-page .swiper-button-prev:hover::after,
.photo-page .swiper-button-next:hover::after {
  color: #333333;
}
.photo-page .swiper-button-prev,
.photo-page .swiper-button-next {
  transition: opacity 0.3s ease;
}
.photo-page .swiper-button-prev:hover,
.photo-page .swiper-button-next:hover {
  opacity: 0.8;
}
.photo-page #photoSlide,
.photo-page #photoSwiper {
  position: relative;
  width: 100%;
}
.photo-page #photoSlide .swiper-wrapper,
.photo-page #photoSwiper .swiper-wrapper {
  width: 100%;
}
.photo-page #photoSlide .swiper-slide,
.photo-page #photoSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.photo-page #photoSlide .slide-image-container,
.photo-page #photoSlide .slide-video-container,
.photo-page #photoSwiper .slide-image-container,
.photo-page #photoSwiper .slide-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.photo-page #photoSlide .swiper-slide img,
.photo-page #photoSlide .swiper-slide video,
.photo-page #photoSlide .swiper-slide iframe,
.photo-page #photoSwiper .swiper-slide img,
.photo-page #photoSwiper .swiper-slide video,
.photo-page #photoSwiper .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-page #photoSlide .swiper-slide video,
.photo-page #photoSwiper .swiper-slide video {
  object-fit: cover;
}
.photo-page .swiper-slide-caption {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}
.photo-page .swiper-pagination-custom-mobile {
  display: none;
}
.photo-page .swiper-pagination {
  display: block;
}
@media (max-width: 767px) {
  .photo-page #photoSlide .slide-image-container,
  .photo-page #photoSlide .slide-video-container,
  .photo-page #photoSwiper .slide-image-container,
  .photo-page #photoSwiper .slide-video-container {
    padding-top: 100%;
  }
  .photo-page .swiper-button-prev,
  .photo-page .swiper-button-next {
    display: none !important;
  }
  .photo-page .swiper-pagination {
    display: none !important;
  }
  .photo-page .swiper-pagination-custom-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative !important;
    margin-top: 15px;
  }
  .photo-page .swiper-pagination-custom-arrow {
    background: none;
    border: none;
    color: #aaaaaa;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.3s ease;
  }
  .photo-page .swiper-pagination-custom-arrow:hover {
    color: #333333;
  }
  .photo-page .swiper-pagination-custom-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .photo-page .swiper-pagination-custom-page {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
  }
}

.front-page .hero-carousel {
  height: calc(100vh - 111px);
}

.front-page .hero-carousel .swiper-slide-active .hero-carousel__item-main,
.front-page .hero-carousel .swiper-slide-duplicate-active .hero-carousel__item-main,
.front-page .hero-carousel .swiper-slide-prev .hero-carousel__item-main {
  animation: zoomOut 8s linear 0s normal both;
  animation-play-state: paused;
}

.front-page .hero-carousel--play .swiper-slide-active .hero-carousel__item-main,
.front-page .hero-carousel--play .swiper-slide-duplicate-active .hero-carousel__item-main,
.front-page .hero-carousel--play .swiper-slide-prev .hero-carousel__item-main {
  animation-play-state: running;
}

.front-page .hero-carousel__item-main {
  height: 100%;
}

.front-page .hero-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.front-page .hero-carousel__item-main::after {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: 0;
}

.front-page .hero-carousel__item-inner {
  height: calc(100vh - 111px);
}

.front-page .hero-carousel__anchor {
  display: block;
}

@media (any-hover: hover) {
  .front-page .hero-carousel__anchor:hover .hero-carousel__details {
    text-decoration: underline;
  }
}
.front-page .hero-carousel__info {
  display: grid;
  row-gap: 10px;
  color: white;
  position: absolute;
}

.front-page .hero-carousel__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.front-page .hero-carousel__details {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 8px;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  visibility: hidden;
}

.front-page .hero-carousel__anchor .hero-carousel__details {
  visibility: visible;
}

.front-page .hero-carousel__details__arrow {
  width: 10px;
  height: 10px;
}

.front-page .hero-carousel__control {
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 1;
}

.front-page .carousel-control {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 40px;
  color: white;
}

.front-page .carousel-count {
  font-family: var(--en-font-family);
  font-size: 15px;
}

.front-page .carousel-buttons {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 8px;
  width: 136px;
}

.front-page .carousel-button {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 0;
  background: none;
  color: white;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.25s ease-out;
}

.front-page .hero-carousel .hero-carousel__item-inner a.btn {
  font-size: 20px;
  padding: 5px 20px;
  box-shadow: 2px 2px 5px #999999, -2px 2px 5px #999999, 2px -2px 5px #999999, -2px -2px 5px #999999;
}

.front-page .hero-carousel .hero-carousel__item-inner a.btn:hover {
  background: rgba(38, 153, 44, 0.5);
}

p.text-justify {
  text-align: justify;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#scroll-to-top.displayed {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.3 !important;
  z-index: 500;
  cursor: pointer;
}

#scroll-to-top span {
  font-size: 18px;
  display: block;
  width: 18px;
  height: 18px;
  color: #ffffff;
  z-index: 501;
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  .capabilities-tab .tab-button-list {
    padding: 10px 10px 0;
  }
  .capabilities-tab .tab-button em {
    font-size: 1.5rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .capabilities-tab .tab-button-list-item {
    margin: 5px 5px 0 5px;
  }
  .capabilities-tab .tab-button {
    padding: 10px 25px 0 10px;
  }
  /* スマートフォン表示: tab-button-listを2段組に */
  .tab-button-list {
    flex-wrap: wrap-reverse;
  }
  .tab-button-list-item {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding-top: 0;
  }
  .tab-button-list-item:hover {
    padding-top: 0;
  }
  .tab-button {
    align-items: center;
    background-color: #e6eaee;
    border-radius: 15px 15px 0 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-weight: 500;
    justify-content: center;
    opacity: 0.5;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    transition-property: all;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
    width: max-content;
    white-space: nowrap;
  }
  .tab-button-list-item:not(.is-active) .tab-button:hover {
    padding-bottom: 0;
  }
  .tab-button-list-item.is-active {
    padding-top: 0;
  }
  .tab-button-list-item.is-active .tab-button {
    opacity: 1;
    padding-bottom: 0;
    z-index: 1;
  }
  .tab-button-scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
  }
  #top_copy_text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: initial;
    font-size: 1rem;
    line-height: 1.6rem;
    height: 30rem;
  }
  #top_copy_image {
    height: 100%;
    width: auto;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #cccccc;
}

.accordion-content {
  padding-top: 20px;
  background-color: #ffffff;
}
.accordion-content .container-xl {
  padding-left: 15px;
  padding-right: 15px;
}

.collapse {
  background-color: #ffffff;
}
.collapse.show {
  background-color: #ffffff;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

#precast {
  background-color: #2a4523;
  text-align: left;
}

@media (max-width: 992px) {
  .tab-button-list-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .tab-button-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
    scroll-behavior: smooth;
  }
  .tab-button-list-item {
    flex: 0 0 auto;
    min-width: 120px;
    max-width: none;
  }
  .tab-button-scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
  }
  .tab-button-scroll-arrow:hover {
    background-color: #f0f0f0;
    color: #000000;
  }
  .tab-button-scroll-arrow:active {
    background-color: #e0e0e0;
  }
  .tab-button-scroll-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .tab-button-scroll-prev {
    margin-right: 5px;
  }
  .tab-button-scroll-next {
    margin-left: 5px;
  }
  #precast {
    background-color: #2a4523;
    writing-mode: lr;
    width: 100%;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .tab-button-scroll-arrow {
    display: none;
  }
  .tab-button-list-wrapper {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
