@charset "UTF-8";
:root {
  --font-h1: 32px;
  --font-h2: 26px;
  --font-h3: 20px;
  --font-h4: 18px;
  --font-h5: 15px;
  --font-h6: 13px;
  --font-small: 12px;
  --color-key: #0068B7;
  --color-sub: #EDF7FF;
  --color-black: #333333;
  --color-white: #FFFFFF;
  --color-true-black: #000000;
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 51, 51, 51;
  --color-key-rgb: 0, 104, 183;
  --color-gray-50: #F8F8F8;
  --color-gray-100: #F5F5F5;
  --color-gray-300: #DDDDDD;
  --color-gray-400: #CCCCCC;
  --color-gray-600: #666666;
  --color-key-pale: #DDF0FF;
  --color-key-lightpale: #A4D1F5;
  --color-key-border: #B9DCF7;
  --color-section-bg: #EBEBEB;
}

@media screen and (min-width: 768px) {
  :root {
    --font-h1: 40px;
    --font-h2: 32px;
    --font-h3: 24px;
    --font-h4: 20px;
    --font-h5: 16px;
    --font-h6: 14px;
  }
}
img[src$=".svg"] {
  width: 100%;
}

::-moz-selection {
  background: rgba(var(--color-key-rgb), 0.6);
  color: var(--color-white);
}

::selection {
  background: rgba(var(--color-key-rgb), 0.6);
  color: var(--color-white);
}

::-moz-selection {
  background: rgba(var(--color-key-rgb), 0.6);
  color: var(--color-white);
}

html, body {
  height: 100%;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 150%;
}

em, i {
  font-style: normal;
}

i.fa {
  margin-right: 0.25em;
}

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

@media screen and (min-width: 768px) {
  .u-onlysp {
    display: none !important;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}

html {
  font-size: var(--font-h5);
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*-------------------------------------------

header

-------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (min-width: 1080px) {
  .header {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 90px;
  }
}
.header__content {
  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 (min-width: 1080px) {
  .header__content {
    max-width: 1420px;
    padding: 0 50px;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo {
    margin-right: 20px;
  }
}
.header__logo img {
  height: 31px;
  width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
  .header__logo img {
    width: 220px;
  }
}
@media screen and (min-width: 1250px) {
  .header__logo img {
    height: 34px;
    width: 260px;
  }
}
.header__link {
  display: block;
  pointer-events: auto;
}
@media screen and (min-width: 1080px) {
  .header__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1080px) {
  .globalnavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    z-index: 999;
    background: var(--color-white);
    -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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    padding-bottom: 5svh;
  }
}
@media screen and (min-width: 1080px) {
  .globalnavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .globalnavigation {
    gap: 30px;
  }
}
.globalnavigation.is-active {
  opacity: 1;
  visibility: visible;
}

.globalnavmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .globalnavmain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .globalnavmain {
    gap: 14px;
  }
}
.globalnavmain__link {
  display: block;
  pointer-events: auto;
  font-size: 24px;
}
@media screen and (min-width: 1080px) {
  .globalnavmain__link {
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .globalnavmain__link:hover {
    color: var(--color-key);
  }
}
@media screen and (min-width: 1080px) {
  .globalnavmain__link {
    font-size: 16px;
    padding: 5px;
  }
}

.globalnavsupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .globalnavsupport {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.globalnavsupport__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;
  color: var(--color-white);
  background: var(--color-black);
  pointer-events: auto;
  min-width: 240px;
  height: 64px;
  font-size: 20px;
}
@media screen and (min-width: 1080px) {
  .globalnavsupport__link {
    white-space: nowrap;
    font-size: 14px;
    min-width: 0;
    padding: 0 15px;
    height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .globalnavsupport__link:hover {
    background-color: rgba(var(--color-black-rgb), 0.8);
  }
}
@media screen and (min-width: 1250px) {
  .globalnavsupport__link {
    font-size: 16px;
    min-width: 200px;
    height: 50px;
  }
}
.globalnavsupport__link--color {
  background: var(--color-key);
}
@media screen and (min-width: 1080px) {
  .globalnavsupport__link--color:hover {
    background-color: rgba(var(--color-key-rgb), 0.8);
  }
}

.menubutton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1001;
  right: 10px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .menubutton {
    display: none;
  }
}
.menubutton span, .menubutton::before, .menubutton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 26px;
  height: 1px;
  z-index: 2;
  margin: auto;
  background: var(--color-true-black);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  content: "";
}
.menubutton span {
  overflow: hidden;
  z-index: 1;
  color: var(--color-true-black);
  content: none;
}
.menubutton::before {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.menubutton::after {
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.menubutton.is-active span {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.menubutton.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menubutton.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-------------------------------------------

footer

-------------------------------------------*/
.footer {
  background: var(--color-black);
  color: var(--color-white);
}
.footer__content {
  margin: 0 auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    max-width: 1420px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }
}
.footer__heading {
  font-weight: bold;
  padding-top: 110px;
  text-align: center;
  font-size: var(--font-h4);
}
@media screen and (min-width: 768px) {
  .footer__heading {
    padding-top: 80px;
  }
}
.footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .footer__meta {
    margin-top: 60px;
  }
}

.supportlink {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .supportlink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.supportlink__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .supportlink__link {
    padding: 0 30px;
    height: 100px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.supportlink__link--download {
  background: var(--color-white);
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .supportlink__link--download:hover {
    background-color: rgba(var(--color-white-rgb), 0.8);
  }
  .supportlink__link--download:hover path {
    fill: white;
  }
}
.supportlink__link--contact {
  background: var(--color-key);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .supportlink__link--contact:hover {
    background-color: rgba(var(--color-key-rgb), 0.8);
  }
  .supportlink__link--contact:hover path {
    fill: white;
  }
}
.supportlink__subheading svg {
  height: 27px;
  width: auto;
}
.supportlink__subheading path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.supportlink__heading {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .supportlink__heading {
    margin-top: 5px;
  }
}

.footernavigation {
  margin-top: 70px;
  font-size: var(--font-h6);
}
@media screen and (min-width: 768px) {
  .footernavigation {
    margin-top: 0;
  }
}
.footernavigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: var(--color-gray-600) solid thin;
  margin-top: 70px;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footernavigation__wrapper {
    margin-top: 60px;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footernavigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.footernavigation__list + .footernavigation__list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footernavigation__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footernavigation__link:hover {
    color: var(--color-gray-600);
  }
}

.languageselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .languageselect__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .languageselect__link:hover {
    color: var(--color-gray-600);
  }
}
.languageselect__link--ja {
  padding-right: 20px;
}
.languageselect__link--en {
  padding-left: 20px;
  position: relative;
}
.languageselect__link--en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-white);
}
.languageselect__link--active {
  color: var(--color-gray-600);
}

.sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.sociallist__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .sociallist__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sociallist__link:hover {
    opacity: 0.6;
  }
}
.sociallist__icon {
  height: 28px;
}
.sociallist__icon--facebook {
  height: 32px;
}

.copyright {
  font-size: var(--font-small);
  margin-left: auto;
}

.footerlogo__link {
  display: table;
}
@media screen and (min-width: 768px) {
  .footerlogo__link {
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footerlogo__link:hover {
    opacity: 0.6;
  }
}
.footerlogo__link + .footerlogo__link {
  margin-top: 30px;
}
.footerlogo__logo--ntt {
  height: 34px;
  width: auto;
}
.footerlogo__logo--icc {
  height: 40px;
  width: auto;
}

/*-------------------------------------------

トップページ

-------------------------------------------*/
.keyvisual {
  position: relative;
}
.keyvisual__wrapper {
  position: relative;
  overflow: hidden;
  /* swiper */
}
.keyvisual__wrapper .swiper-slide-active .swiper-slide__item img,
.keyvisual__wrapper .swiper-slide-duplicate-active .swiper-slide__item img,
.keyvisual__wrapper .swiper-slide-prev .swiper-slide__item img {
  -webkit-animation: zoomanime 5s linear 0s normal both;
          animation: zoomanime 5s linear 0s normal both;
}
@-webkit-keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.keyvisual__wrapper {
  /* swiper */
}
.keyvisual__body {
  height: 490px;
}
@media screen and (min-width: 768px) {
  .keyvisual__body {
    height: 320px;
  }
}
.keyvisual__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .keyvisual__image {
    height: 300px;
  }
}
.keyvisual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.keyvisual__summaryouter {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .keyvisual__summaryouter {
    max-width: 1420px;
    padding: 0 50px;
  }
}
.keyvisual__summary {
  font-size: 24px;
  line-height: 130%;
  background: rgba(var(--color-white-rgb), 0.6);
  padding: 22px 0 22px 20px;
}
@media screen and (min-width: 768px) {
  .keyvisual__summary {
    padding: 20px 5px 20px 25px;
    display: table;
    font-size: 32px;
  }
}
.keyvisual__summary {
  /* マスクアニメーションの設定 */
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(var(--color-true-black)), color-stop(50%, var(--color-true-black)), color-stop(50%, transparent));
  -webkit-mask-image: linear-gradient(to right, var(--color-true-black) 0%, var(--color-true-black) 50%, transparent 50%);
  mask-image: -webkit-gradient(linear, left top, right top, from(var(--color-true-black)), color-stop(50%, var(--color-true-black)), color-stop(50%, transparent));
  mask-image: linear-gradient(to right, var(--color-true-black) 0%, var(--color-true-black) 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  /* アニメーションは特定のクラスが付いた時のみ */
}
.keyvisual__summary--animated {
  -webkit-animation: fadeInFromLeft 0.5s ease-in-out forwards;
          animation: fadeInFromLeft 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeInFromLeft {
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
@keyframes fadeInFromLeft {
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
.keyvisual__summary {
  /* マスクアニメーションの設定 */
}

.pickupnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .pickupnews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1420px;
    width: 100%;
  }
}
.pickupnews__wrapper {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pickupnews__wrapper {
    margin-top: 80px;
  }
}
.pickupnews__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-section-bg);
  height: calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  .pickupnews__wrapper::before {
    height: 50%;
  }
}
.pickupnews__item {
  position: relative;
  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;
}
@media screen and (min-width: 768px) {
  .pickupnews__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pickupnews__item:hover .pickupnews__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pickupnews__image {
  overflow: hidden;
}
.pickupnews__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .pickupnews__image {
    aspect-ratio: 7/3;
    width: 64.125%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.pickupnews__summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--color-gray-50);
  padding: 20px;
}
.pickupnews__text {
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .pickupnews__text {
    -webkit-line-clamp: 5;
  }
}

.homesection {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .homesection {
    padding-bottom: 80px;
  }
}
.homesection--colornews {
  background: var(--color-section-bg);
}
.homesection--colorcase {
  background: var(--color-sub);
}
.homesection--colorproduct {
  background: var(--color-key-pale);
}
.homesection__content {
  position: relative;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .homesection__content {
    padding-top: 80px;
  }
}
.homesection__content--shortpadding {
  padding-top: 60px;
}
.homesection__body {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .homesection__body {
    margin-top: 60px;
  }
}
.homesection__header {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .homesection__header {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1420px;
    padding: 0 50px;
  }
}
.homesection__header--withmargin {
  margin-top: 60px;
}
.homesection__mainheading {
  font-weight: bold;
  margin-top: 10px;
  font-size: var(--font-h2);
}

.character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.character img {
  height: 96px;
  width: auto;
}
.character--2line {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .character--2line {
    height: 50px;
  }
}
.character--break {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .character--break {
    display: none;
  }
}
.character__item {
  opacity: 0;
  width: auto;
  height: 41px;
}
@media screen and (min-width: 768px) {
  .character__item {
    height: 50px;
  }
}
.character.is-visible .character__item {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.character.is-visible .character__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.character.is-visible .character__item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.character.is-visible .character__item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.character.is-visible .character__item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.character.is-visible .character__item:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.character.is-visible .character__item:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.character.is-visible .character__item:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.character.is-visible .character__item:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.character.is-visible .character__item:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.character.is-visible .character__item:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.character.is-visible .character__item:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.character.is-visible .character__item:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.character.is-visible .character__item:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.character.is-visible .character__item:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.character.is-visible .character__item:nth-child(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.character__item--news_e {
  margin-left: 8px;
}
.character__item--coreproject_o {
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_o {
    margin-left: 4px;
  }
}
.character__item--coreproject_r {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_r {
    margin-left: 8px;
  }
}
.character__item--coreproject_e {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_e {
    margin-left: 7px;
  }
}
.character__item--coreproject_p {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_p {
    margin-left: 31px;
  }
}
.character__item--coreproject_r2 {
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_r2 {
    margin-left: 7px;
  }
}
.character__item--coreproject_o2 {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_o2 {
    margin-left: 4px;
  }
}
.character__item--coreproject_e2 {
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_e2 {
    margin-left: 10px;
  }
}
.character__item--coreproject_c2 {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .character__item--coreproject_c2 {
    margin-left: 6px;
  }
}
.character__item--case_c {
  margin-left: 0px;
}
.character__item--case_a {
  margin-left: -3px;
}
.character__item--case_s {
  margin-left: -3px;
}
.character__item--case_e {
  margin-left: 6px;
}
.character__item--product_p {
  margin-left: 0px;
}
.character__item--product_r {
  margin-left: 5px;
}
.character__item--product_o {
  margin-left: 0px;
}
.character__item--product_d {
  margin-left: 7px;
}
.character__item--product_u {
  margin-left: 5px;
}
.character__item--product_c {
  margin-left: 6px;
}
.character__item--product_t {
  margin-left: -2px;
}

.solution {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .solution {
    max-width: 1228px;
    padding: 0 50px;
    width: 100%;
  }
}
.solution__text {
  line-height: 200%;
  padding-left: 50px;
  padding-right: 50px;
  font-size: var(--font-h4);
}
@media screen and (min-width: 768px) {
  .solution__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.solution__link {
  margin-top: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .solution__link {
    margin-top: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.solutioncircle {
  width: 342px;
  height: 373px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .solutioncircle {
    width: 512px;
    height: 563px;
    right: 0;
    -webkit-transform: translateX(0) scale(0.8);
            transform: translateX(0) scale(0.8);
  }
}
@media screen and (min-width: 1080px) {
  .solutioncircle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.solutioncircle__item {
  position: absolute;
  border-radius: 100px;
  border: thin solid var(--color-gray-400);
  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;
  line-height: 150%;
  opacity: 0;
  height: 130px;
  width: 130px;
  font-size: var(--font-small);
}
@media screen and (min-width: 768px) {
  .solutioncircle__item {
    font-size: var(--font-small);
    height: 200px;
    width: 200px;
  }
}
.solutioncircle__item--logo {
  position: absolute;
  border: none;
  top: calc(50% - 8px - 65px);
  left: calc(50% - 65px);
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--logo {
    top: calc(50% - 8px - 100px);
    left: calc(50% - 100px);
  }
}
.solutioncircle__item--logo img {
  height: auto;
  width: 99px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--logo img {
    width: 148px;
  }
}
.solutioncircle__item--circle1 {
  left: calc(50% - 65px);
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle1 {
    left: calc(50% - 100px);
  }
}
.solutioncircle__item--circle2 {
  right: 0;
  top: 61px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle2 {
    top: 91px;
  }
}
.solutioncircle__item--circle3 {
  right: 0;
  top: 182px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle3 {
    top: 272px;
  }
}
.solutioncircle__item--circle4 {
  bottom: 0;
  left: calc(50% - 65px);
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle4 {
    left: calc(50% - 100px);
  }
}
.solutioncircle__item--circle5 {
  top: 182px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle5 {
    top: 272px;
  }
}
.solutioncircle__item--circle6 {
  top: 61px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__item--circle6 {
    top: 91px;
  }
}
.solutioncircle.is-visible .solutioncircle__item {
  -webkit-animation: fadeIn2 0.5s ease-in-out forwards;
          animation: fadeIn2 0.5s ease-in-out forwards;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(6) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(7) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(8) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(9) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.solutioncircle.is-visible .solutioncircle__item:nth-child(10) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.solutioncircle__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 184px;
  z-index: -1;
  width: 100%;
  height: 373px;
}
@media screen and (min-width: 768px) {
  .solutioncircle__wrapper {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1128px;
    height: 563px;
  }
}

.newscarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
  gap: 24px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .newscarousel {
    gap: 30px;
    padding-left: 0;
    padding-right: 30px;
  }
}
.newscarousel::-webkit-scrollbar {
  display: none;
}
.newscarousel__link {
  height: 350px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .newscarousel__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .newscarousel__link:hover .newscarousel__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.newscarousel__image {
  overflow: hidden;
  height: 186px;
}
.newscarousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newscarousel__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newscarousel__heading {
    height: 30px;
  }
}
.newscarousel__body {
  background: var(--color-white);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 26px;
}
@media screen and (min-width: 768px) {
  .newscarousel__body {
    padding: 15px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newscarousel__time {
  font-family: "Montserrat", sans-serif;
  font-size: var(--font-small);
}
.newscarousel__category {
  font-size: var(--font-small);
  height: 24px;
  padding: 0 16px;
  border-radius: 20px;
  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: var(--color-black) thin solid;
  margin-left: auto;
}
.newscarousel__summary {
  line-height: 150%;
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cardcarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 40px;
  margin-bottom: 10px;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .cardcarousel {
    margin-top: 0px;
    gap: 30px;
    padding-left: 0;
    padding-right: 30px;
  }
}
.cardcarousel::-webkit-scrollbar {
  display: none;
}
.cardcarousel__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 308px;
}
@media screen and (min-width: 768px) {
  .cardcarousel__item {
    width: 356px;
  }
}
.cardcarousel__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .cardcarousel__link:hover .cardcarousel__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.cardcarousel__image {
  overflow: hidden;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .cardcarousel__image {
    height: 255px;
  }
}
.cardcarousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cardcarousel__summary {
  line-height: 150%;
  font-size: var(--font-h4);
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .cardcarousel__summary {
    margin-top: 30px;
  }
}
.cardcarousel__item.is-hidden {
  display: none;
}
.cardcarousel__noresult {
  display: none;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-gray-600);
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cardcarousel__noresult.is-visible {
  display: block;
}

/*-------------------------------------------
記事
-------------------------------------------*/
.articleheader__visual {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
}
.articleheader__visual img {
  width: 100%;
  height: auto;
}
.articleheader__information {
  max-width: 1240px;
  border: thin solid var(--color-gray-300);
  padding: 30px 20px;
  margin: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .articleheader__information {
    margin: 64px auto 0;
    padding: 40px 56px;
  }
}
.articleheader__subheading {
  font-size: var(--font-h4);
}
.articleheader__metafield {
  margin-top: 40px;
}
.articleheader__metafield li + li {
  margin-top: 15px;
}
.articleheader__descriptionouter {
  padding: 70px 0;
  margin-top: 70px;
  background: var(--color-gray-100);
}
@media screen and (min-width: 768px) {
  .articleheader__descriptionouter {
    padding: 60px 0;
    margin-top: 80px;
  }
}
.articleheader__description {
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .articleheader__description {
    padding: 0 50px;
    max-width: 1228px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px 40px;
  }
}
.articleheader__heading {
  font-size: var(--font-h2);
}
* + .articleheader__heading {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  * + .articleheader__heading {
    margin-top: 0;
  }
}
.articleheader__text {
  margin-top: 40px;
  line-height: 200%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .articleheader__text {
    width: auto;
    margin-top: 0;
  }
}

.articlemain {
  margin: 0 auto;
}
.articlemain + .articlemain {
  margin-top: 60px;
}
.articlemain__rowblock {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .articlemain__rowblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.articlemain__rowblock + * {
  margin-top: 60px !important;
}
.articlemain__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.articlemain__block + .articlemain__block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .articlemain__block + .articlemain__block {
    margin-top: 0px;
  }
}
.articlemain img {
  margin-top: 30px;
  height: auto;
  width: 100%;
}
.articlemain img:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .articlemain img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.articlemain h2 {
  font-size: var(--font-h3);
  margin-top: 40px;
}
.articlemain h2:first-child {
  margin-top: 0;
}
.articlemain h2 span {
  font-size: var(--font-h5);
}
.articlemain h3 {
  margin-top: 30px;
  font-size: var(--font-h4);
}
.articlemain h3:first-child {
  margin-top: 0;
}
.articlemain h4 {
  margin-top: 20px;
  font-size: var(--font-h5);
}
.articlemain h4:first-child {
  margin-top: 0;
}
.articlemain p {
  margin-top: 30px;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .articlemain p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.articlemain p:first-child {
  margin-top: 0;
}
.articlemain figure {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.articlemain figure:first-child {
  margin-top: 0;
}
.articlemain figure img {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.articlemain figcaption {
  font-size: var(--font-small);
  margin-top: 5px;
}
.articlemain a {
  text-decoration: underline;
}
.articlemain a[target=_blank] {
  margin-right: 5px;
}
.articlemain a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url("../image/icon_external_black.svg") no-repeat center;
  background-size: contain;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .articlemain a:hover {
    text-decoration: none !important;
  }
}
.articlemain ul {
  margin-top: 25px;
}
.articlemain ul:first-child {
  margin-top: 0;
}
.articlemain ul li {
  padding-left: 20px;
  line-height: 150%;
  position: relative;
}
.articlemain ul li + .articlemain ul li {
  margin-top: 5px;
}
.articlemain ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.articlemain ul li--default::before {
  content: none;
}
.articlemain ol {
  margin-top: 25px;
  counter-reset: item;
}
.articlemain ol:first-child {
  margin-top: 0;
}
.articlemain ol li {
  padding-left: 22px;
  line-height: 150%;
  position: relative;
  counter-increment: item;
}
.articlemain ol li + .articlemain ol li {
  margin-top: 5px;
}
.articlemain ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  padding-left: 6px;
}

/*-------------------------------------------
絞り込みリスト関連
-------------------------------------------*/
.listcontrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .listcontrol {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .listcontrol {
    margin-top: 0;
    width: 100%;
    max-width: 1420px;
    position: absolute;
    top: 130px;
    left: calc(50% - 50px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .listcontrol--forshortmargin {
    top: 100px;
  }
}
.listcontrol__listlink {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .listcontrol__listlink {
    margin-left: 12px;
  }
}

.listouter {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1340px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .listouter {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .listouter {
    gap: 60px;
  }
}
.listouter--home {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .listouter--home {
    padding-right: 0;
  }
}
@media screen and (min-width: 1420px) {
  .listouter--home {
    margin-left: calc((100vw - 1420px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .listfilter {
    border-top: var(--color-gray-300) thin solid;
    border-bottom: var(--color-gray-300) thin solid;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    background: var(--color-gray-300);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0px 50px;
  }
  .listfilter.is-active {
    padding: 60px 50px 40px;
    visibility: visible;
    opacity: 1;
    max-height: 50vh;
    overflow-y: auto;
  }
  .listfilter--home {
    background: var(--color-key-pale);
    border-color: var(--color-key-border);
  }
}
@media screen and (min-width: 768px) {
  .listfilter {
    padding-right: 25px;
    overflow-y: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px;
  }
  .listfilter--home {
    max-height: 450px;
  }
  .listfilter--home::-webkit-scrollbar {
    width: 4px;
    background: var(--color-white);
  }
  .listfilter--home::-webkit-scrollbar-thumb {
    background: var(--color-gray-400);
    border-radius: 2px;
  }
  .listfilter--home::-webkit-scrollbar-thumb:hover {
    background: var(--color-gray-600);
  }
  .listfilter--sticky {
    position: sticky;
    max-height: calc(100vh - 100px);
    top: 100px;
    padding-bottom: 30px;
  }
}
.listfilter__block {
  font-size: var(--font-h6);
}
.listfilter__block + .listfilter__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .listfilter__block + .listfilter__block {
    margin-top: 45px;
  }
}
.listfilter__condition {
  margin-top: 14px;
}
.listfilter__item {
  background: var(--color-white);
  padding: 8px 20px;
  border-radius: 25px;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .listfilter__item {
    background: var(--color-gray-100);
  }
}
@media screen and (min-width: 768px) {
  .listfilter__item--white {
    background: var(--color-white);
  }
}
.listfilter__item {
  cursor: pointer;
}
.listfilter__item + .listfilter__item {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .listfilter__item:hover {
    opacity: 0.6;
  }
}
.listfilter__item.is-active {
  background: var(--color-black);
  color: var(--color-white);
}
.listfilter__selectbox {
  margin-top: 14px;
  background: var(--color-white);
  border-radius: 19px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .listfilter__selectbox {
    background: var(--color-gray-100);
  }
}
.listfilter__selectbox.is-active {
  border-radius: 19px;
}
.listfilter__selectbox.is-active .listfilter__option--trigger::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.listfilter__selectbox.is-active .listfilter__option:not(.listfilter__option--trigger) {
  max-height: 50px;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listfilter__option {
  padding: 8px 20px;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .listfilter__option:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
}
.listfilter__option--trigger {
  padding: 8px 40px 8px 20px;
  position: relative;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .listfilter__option--trigger {
    background: var(--color-gray-100);
  }
}
.listfilter__option--trigger::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
  width: 5px;
  height: 5px;
  border-right: thin solid var(--color-black);
  border-top: thin solid var(--color-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .listfilter__option--trigger:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
  .listfilter__option--trigger:hover::after {
    border-color: var(--color-white);
  }
}
.listfilter__option:not(.listfilter__option--trigger) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
.listfilter__option.is-active:not(.listfilter__option--trigger) {
  color: var(--color-gray-400);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .listfilter__option.is-active:not(.listfilter__option--trigger):hover {
    background: var(--color-black);
    color: var(--color-white);
  }
}

.listtoggleswitch.is-collapsed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 19px;
}
@media screen and (min-width: 768px) {
  .listtoggleswitch {
    display: none;
  }
}
.listtoggleswitch__icon[src$=".svg"] {
  width: auto;
  height: 13px;
}
.listtoggleswitch__button {
  position: absolute;
  height: 38px;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
  border: thin solid var(--color-gray-300);
  width: 202px;
  background: var(--color-white);
  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;
  gap: 16px;
  z-index: 5;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listtoggleswitch__button.is-inactive {
  visibility: hidden;
  opacity: 0;
}
.listtoggleswitch__button--home {
  border: thin solid var(--color-white);
}

.paging {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .paging {
    margin-top: 60px;
  }
}
.paging__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.paging__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .paging__number {
    gap: 8px;
  }
}
.paging__arrow {
  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: 768px) {
  .paging__arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .paging__item--marginright {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .paging__item--marginleft {
    margin-left: 24px;
  }
}

.newslist {
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .newslist {
    margin-top: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.newslist__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: thin solid var(--color-gray-300);
}
@media screen and (min-width: 768px) {
  .newslist__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.newslist__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.newslist__item.is-hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}
.newslist__noresult {
  display: none;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-gray-600);
}
.newslist__noresult.is-visible {
  display: block;
}
.newslist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .newslist__link {
    gap: 30px;
  }
  .newslist__link:hover .newslist__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.newslist__image {
  overflow: hidden;
  width: calc(50% - 10px);
  aspect-ratio: 7/5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .newslist__image {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}
.newslist__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newslist__body {
  width: calc(50% - 10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .newslist__body {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1080px) {
  .newslist__body {
    padding: 26px 0;
  }
}
.newslist__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .newslist__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newslist__time {
  font-family: "Montserrat", sans-serif;
  font-size: var(--font-small);
}
@media screen and (min-width: 768px) {
  .newslist__time {
    margin-right: 14px;
  }
}
.newslist__category {
  font-size: var(--font-small);
  height: 24px;
  padding: 0 16px;
  border-radius: 20px;
  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: var(--color-black) thin solid;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .newslist__category {
    margin-top: 0;
  }
}
.newslist__summary {
  line-height: 150%;
  margin-top: 10px;
  width: 100%;
  font-size: var(--font-h5);
}
@media screen and (min-width: 768px) {
  .newslist__summary {
    margin-top: 20px;
  }
}
.newslist__summary--external::before {
  content: " ";
  white-space: nowrap;
}
.newslist__summary--external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("../image/icon_external_black.svg") no-repeat center;
  background-size: contain;
  white-space: nowrap;
}

/*-------------------------------------------
個別要素
-------------------------------------------*/
.tile {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .tile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 32px;
  }
}
@media screen and (min-width: 1080px) {
  .tile {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tile__block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tile__block {
    width: 100%;
  }
}
.tile__media {
  overflow: hidden;
  aspect-ratio: 7/5;
}
.tile__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tile__content {
  margin-top: 20px;
}
.tile__heading {
  font-weight: bold;
  font-size: var(--font-h4);
}
.tile__text {
  margin-top: 15px;
  font-size: var(--font-h5);
  line-height: 200%;
}
.tile__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .tile__link .tile__heading {
    text-decoration: underline;
  }
  .tile__link:hover .tile__heading {
    text-decoration: none;
  }
  .tile__link:hover .tile__media img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .mediablock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .mediablock--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mediablock + .mediablock {
  padding-top: 50px;
  margin-top: 50px;
  border-top: thin solid var(--color-gray-300);
}
@media screen and (min-width: 768px) {
  .mediablock + .mediablock {
    padding-top: 40px;
    margin-top: 40px;
    border-top: thin solid var(--color-gray-300);
  }
}
.mediablock__media {
  overflow: hidden;
  aspect-ratio: 7/5;
}
@media screen and (min-width: 768px) {
  .mediablock__media {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 600px;
  }
}
.mediablock__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mediablock__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .mediablock__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 50px 0;
    margin-top: 0;
  }
}
.mediablock__heading {
  font-weight: bold;
  font-size: var(--font-h2);
}
.mediablock__text {
  margin-top: 40px;
  font-size: var(--font-h5);
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .mediablock__text {
    margin-top: 50px;
  }
}
.mediablock__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mediablock__link {
    margin-top: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .ceomessage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
.ceomessage__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ceomessage__photo {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ceomessage__photo {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .companylink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.companylink__financialresults {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.companylink__relatedlink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .companylink__relatedlink {
    margin-top: 0;
    padding-left: 60px;
    margin-left: 60px;
    border-left: thin solid var(--color-gray-300);
  }
}

.companyvision {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .companyvision {
    margin-top: 80px;
    text-align: center;
  }
  .companyvision img {
    max-width: 960px;
    width: 100%;
  }
}

.companyoutline {
  margin-top: 70px;
}
.companyoutline__item {
  border-top: thin solid var(--color-gray-400);
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .companyoutline__item {
    padding: 24px 30px;
    display: grid;
    grid-template-columns: minmax(250px, 350px) 1fr;
  }
}
.companyoutline__item:last-child {
  border-bottom: thin solid var(--color-gray-400);
}
.companyoutline__heading {
  line-height: 200%;
}
.companyoutline__text {
  margin-top: 15px;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .companyoutline__text {
    margin-top: 0;
  }
}
.companyoutline__list {
  margin-top: 15px;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .companyoutline__list {
    margin-top: 0;
  }
}
.companyoutline__list li::before {
  content: "・";
}
.companyoutline__linklist {
  margin-top: 15px;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .companyoutline__linklist {
    margin-top: 0;
  }
}

.policy {
  counter-reset: policy-counter;
}
@media screen and (min-width: 768px) {
  .policy__block {
    padding-left: 70px;
  }
}
.policy__block + .policy__block {
  padding-top: 30px;
  margin-top: 30px;
  border-top: thin solid var(--color-gray-300);
}
.policy__container {
  margin-top: 60px;
}
.policy__container + .policy__container {
  padding-top: 30px;
  margin-top: 30px;
  border-top: thin solid var(--color-gray-300);
}
.policy__heading {
  font-weight: bold;
  font-size: var(--font-h3);
  counter-increment: policy-counter;
  position: relative;
}
.policy__heading::before {
  content: counter(policy-counter) ". ";
}
@media screen and (min-width: 768px) {
  .policy__heading::before {
    position: absolute;
    left: -70px;
  }
}
.policy__subheading {
  font-weight: bold;
  font-size: var(--font-h4);
  position: relative;
}
.policy__subheading--h4 {
  margin-top: 30px;
  font-size: var(--font-h5);
  position: relative;
}
.policy__subheading--h5 {
  margin-top: 30px;
  font-size: var(--font-h6);
  position: relative;
}
.policy__text {
  margin-top: 25px;
}
.policy__paragraph {
  line-height: 200%;
}
.policy__aside {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .policy__aside {
    margin-top: 50px;
  }
}
.policy__prose {
  line-height: 200%;
  margin-top: 25px;
}
.policy__prose + .policy__prose {
  margin-top: 10px;
}

.policysociallist {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .policysociallist {
    margin-top: 30px;
  }
}
.policysociallist__item {
  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;
}
.policysociallist__item + .policysociallist__item {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .policysociallist__item + .policysociallist__item {
    margin-top: 10px;
  }
}
.policysociallist__icon--x img {
  width: 25px;
  height: auto;
}
.policysociallist__icon--facebook img {
  width: 28px;
  height: auto;
}
.policysociallist__name {
  margin-left: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .policysociallist__name {
    width: 120px;
  }
}
.policysociallist__link {
  position: relative;
  width: 100%;
  margin-top: 5px;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .policysociallist__link {
    margin-top: 0;
    width: auto;
  }
}
.policysociallist__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background: url("../image/icon_external_black.svg") no-repeat center;
  background-size: contain;
  white-space: nowrap;
}

/*-------------------------------------------
パーツ：ボタン・タグ関連
-------------------------------------------*/
.defaultbutton {
  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: var(--color-white);
  background: var(--color-black);
  width: 275px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .defaultbutton {
    width: 380px;
    height: 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .defaultbutton:hover {
    background-color: rgba(var(--color-black-rgb), 0.8);
  }
}
.defaultbutton--short {
  width: 170px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .defaultbutton--short {
    width: 200px;
    height: 50px;
  }
}
.defaultbutton--float {
  position: absolute;
  right: 0;
}
.defaultbutton--external {
  position: relative;
}
.defaultbutton--external::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../image/icon_external.svg") no-repeat center;
  background-size: contain;
  z-index: 10;
}

.squarebutton {
  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;
  background: var(--color-gray-100);
  cursor: pointer;
  width: 46px;
  height: 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .squarebutton {
    width: 50px;
    height: 50px;
  }
}
.squarebutton path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: var(--color-gray-300);
}
.squarebutton--current {
  background: var(--color-black);
  color: var(--color-white);
}
.squarebutton--active path {
  stroke: var(--color-black);
}
.squarebutton--white {
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .squarebutton:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
  .squarebutton:hover path {
    stroke: var(--color-white);
  }
}

.taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .taglist--nomargin {
    margin-top: 0;
  }
}
.taglist__link {
  font-size: var(--font-small);
  min-height: 30px;
  border-radius: 60px;
  border: var(--color-black) thin solid;
  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: 5px 20px;
  max-width: 100%;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .taglist__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .taglist__link:hover {
    opacity: 0.6;
  }
}

.normallist {
  margin-top: 25px;
}
.normallist__item {
  padding-left: 16px;
  line-height: 150%;
  position: relative;
}
.normallist__item + .normallist__item {
  margin-top: 5px;
}
.normallist__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.normallist__item--default::before {
  content: none;
}

.numberlist {
  margin-top: 25px;
  counter-reset: item;
}
.numberlist__item {
  padding-left: 25px;
  line-height: 150%;
  position: relative;
  counter-increment: item;
}
.numberlist__item + .numberlist__item {
  margin-top: 5px;
}
.numberlist__item::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}
.numberlist__item--bracket {
  padding-left: 25px;
}
.numberlist__item--bracket::before {
  content: "[" counter(item) "]";
}

.normallink {
  text-decoration: underline;
}
.normallink--external::before {
  content: " ";
  white-space: nowrap;
}
.normallink--external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  background: url("../image/icon_external_black.svg") no-repeat center;
  background-size: contain;
  white-space: nowrap;
}

/*-------------------------------------------
パーツ：タイル・リスト
-------------------------------------------*/
.caselist {
  /* 各ページごとの関連事例、共創プロジェクトのタイル、事例紹介のタイル */
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .caselist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 32px;
  }
}
@media screen and (min-width: 1080px) {
  .caselist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.caselist--caseindex {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .caselist--caseindex {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin-top: 0;
  }
}
.caselist__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .caselist__link:hover .caselist__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.caselist__image {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.caselist__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caselist__summary {
  line-height: 150%;
  font-size: var(--font-h4);
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .caselist__summary {
    margin-top: 26px;
  }
}
.caselist__block.is-hidden {
  display: none;
}
.caselist__noresult {
  display: none;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-gray-600);
  width: 100%;
}
.caselist__noresult.is-visible {
  display: block;
}

.buttonlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .buttonlist {
    margin: 50px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.linkbuttonlist {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.blocklist {
  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;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .blocklist {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
@media screen and (min-width: 1080px) {
  .blocklist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blocklist__link {
  background: var(--color-white);
  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;
  min-height: 70px;
  padding: 20px;
  line-height: 150%;
  font-size: var(--font-h4);
}
@media screen and (min-width: 768px) {
  .blocklist__link {
    min-height: 74px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blocklist__link:hover {
    opacity: 0.8;
  }
}

.attentionlist {
  margin-top: 30px;
}
.attentionlist__item {
  padding-left: 16px;
  line-height: 150%;
  font-size: var(--font-small);
  position: relative;
}
.attentionlist__item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.indexlist {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .indexlist {
    margin-top: 80px;
    gap: 10px;
  }
}
.indexlist__item {
  background: var(--color-gray-100);
  padding: 25px 50px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .indexlist__item {
    padding: 30px 100px 30px 30px;
    cursor: pointer;
  }
}
.indexlist__item--withtext {
  position: relative;
}
.indexlist__item--withtext::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .indexlist__item--withtext::before {
    top: 30px;
    right: 40px;
  }
}
.indexlist__item--withtext.is-open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.indexlist__number {
  width: 80px;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .indexlist__number {
    width: 140px;
    font-size: 20px;
  }
}
.indexlist__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.indexlist__heading {
  line-height: 150%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .indexlist__heading {
    font-size: 20px;
  }
}
.indexlist__text {
  width: 100%;
  display: none;
}
.indexlist__text--noheading {
  padding-top: 20px;
}
.indexlist__paragraph {
  line-height: 150%;
  margin-top: 20px;
  font-size: var(--font-h5);
}
@media screen and (min-width: 768px) {
  .indexlist__paragraph {
    margin-top: 30px;
  }
}

.urllist {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .urllist {
    margin-top: 40px;
  }
}
.urllist__item {
  border-bottom: thin solid var(--color-gray-300);
}
.urllist__item:first-child {
  border-top: thin solid var(--color-gray-300);
}
.urllist__link {
  display: block;
  padding: 20px 52px 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .urllist__link {
    padding-left: 30px;
  }
}
.urllist__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../image/icon_external_black.svg") no-repeat center;
  background-size: contain;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .urllist__link::after {
    right: 30px;
  }
}
.urllist__title {
  font-weight: bold;
}
.urllist__url {
  overflow-wrap: break-word;
  font-size: var(--font-h5);
}

.annualreportlink {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .annualreportlink {
    margin-top: 40px;
  }
}
.annualreportlink__item {
  line-height: 200%;
}
.annualreportlink__item::before {
  content: "・";
}

.relatedcompanylink {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .relatedcompanylink {
    margin-top: 40px;
  }
}
.relatedcompanylink__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .relatedcompanylink__item:first-child {
    margin-top: 0;
  }
}
.relatedcompanylink__item {
  line-height: 150%;
}

.definition {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin-top: 50px;
}
.definition__heading {
  line-height: 200%;
  font-size: var(--font-h6);
}
.definition__content {
  line-height: 200%;
  font-size: var(--font-h6);
}

.imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .imagelist {
    margin-top: 50px;
  }
}
.imagelist__picture {
  text-align: center;
}
.imagelist__picture img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .imagelist__picture img {
    max-height: 330px;
  }
}

.feature {
  margin-top: 80px;
  counter-reset: feature-counter;
}
.feature__item {
  counter-increment: feature-counter;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__item {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .feature__item::before {
    content: counter(feature-counter);
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: bold;
    font-size: 32px;
  }
}
.feature__item + .feature__item {
  margin-top: 50px;
}
.feature__heading {
  font-weight: bold;
  font-size: var(--font-h3);
}
.feature__heading::before {
  content: counter(feature-counter) ".";
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .feature__heading::before {
    content: none;
  }
}
.feature__subheading {
  margin-top: 40px;
  font-size: var(--font-h4);
}
.feature__text {
  margin-top: 20px;
  line-height: 200%;
}
.feature__notice {
  font-size: var(--font-small);
  margin-top: 5px;
}
.feature__list {
  margin-top: 24px;
  line-height: 150%;
}
.feature__list li + li {
  margin-top: 16px;
}

.circleimagelist {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .circleimagelist {
    grid-template-columns: repeat(5, 1fr);
  }
}
.circleimagelist__link {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .circleimagelist__link {
    max-width: 180px;
  }
}
.circleimagelist__link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .circleimagelist__link:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.scenelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.scenelist__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scenelist__item {
    width: calc(50% - 20px);
  }
}
.scenelist__body {
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.scenelist__heading {
  font-weight: bold;
  font-size: var(--font-h4);
}
.scenelist__text {
  line-height: 200%;
  margin-top: 25px;
  font-size: var(--font-h5);
}
.scenelist__picture {
  width: 100%;
}

.steplist {
  margin-top: 60px;
}
.steplist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .steplist__item {
    gap: 26px;
  }
}
.steplist__item + .steplist__item {
  margin-top: 70px;
  position: relative;
}
.steplist__item + .steplist__item::after {
  content: "";
  position: absolute;
  background: url("../image/atv_arrow.svg") no-repeat center;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -38px;
  width: 36px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .steplist__item + .steplist__item::after {
    left: 56px;
    top: -40px;
    width: 36px;
    height: 12px;
  }
}
.steplist__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steplist__heading {
  font-weight: bold;
  font-size: var(--font-h3);
}
.steplist__heading span {
  font-size: var(--font-small);
}
.steplist__text {
  margin-top: 5px;
  position: relative;
  line-height: 200%;
}
.steplist__text span {
  font-size: var(--font-small);
}
.steplist__picture {
  width: 77px;
  height: 77px;
}
@media screen and (min-width: 768px) {
  .steplist__picture {
    width: 110px;
    height: 110px;
  }
}

.tabswitch {
  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;
  gap: 6px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .tabswitch {
    margin-top: 90px;
  }
}
.tabswitch__item {
  text-align: center;
  background: var(--color-gray-100);
  position: relative;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(50% - 3px);
  font-size: var(--font-h6);
}
@media screen and (min-width: 768px) {
  .tabswitch__item {
    width: 160px;
  }
}
@media screen and (min-width: 1080px) {
  .tabswitch__item {
    width: 202px;
  }
}
.tabswitch__item.is-active {
  pointer-events: none;
  background: var(--color-black);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .tabswitch__item:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
}

.worklist {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
}
@media screen and (min-width: 768px) {
  .worklist {
    gap: 29px 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .worklist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.worklist.is-active {
  display: grid;
}
.worklist__wrapper {
  margin-top: 80px;
}
.worklist__link {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.worklist__item img {
  vertical-align: bottom;
}
.worklist__item--title {
  grid-column: 1/-1;
}
* + .worklist__item--title {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  * + .worklist__item--title {
    margin-top: 60px;
  }
}
.worklist__artist {
  line-height: 150%;
  margin-top: 15px;
  font-size: var(--font-h4);
}
@media screen and (min-width: 768px) {
  .worklist__artist {
    margin-top: 25px;
  }
}
.worklist__title {
  line-height: 150%;
  margin-top: 13px;
  font-size: var(--font-h5);
}
@media screen and (min-width: 768px) {
  .worklist__title {
    margin-top: 15px;
  }
}
.worklist__notice {
  font-size: var(--font-small);
}
.worklist__heading {
  font-weight: bold;
  line-height: 150%;
  font-size: var(--font-h3);
}
.worklist__heading span {
  font-weight: normal;
  font-size: var(--font-h5);
}
.worklist__heading span::before {
  content: "（";
}
.worklist__heading span::after {
  content: "）";
}
.worklist__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.worklist__attention {
  margin: 30px auto 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .worklist__attention {
    width: 30%;
  }
}
.worklist__attention figcaption {
  font-size: var(--font-small);
  margin: 20px auto 0;
}

.fancybox__container {
  z-index: 10010;
}

.fancybox__backdrop {
  background: var(--color-white);
}

.fancybox-image {
  max-height: 90%;
}

.plannoticelist {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .plannoticelist {
    margin-top: 80px;
  }
}
.plannoticelist__item {
  padding-left: 20px;
  line-height: 200%;
  position: relative;
  font-size: var(--font-h6);
}
.plannoticelist__item::before {
  content: "※";
  position: absolute;
  left: 0;
}

.quotelist {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
}
.quotelist__item {
  position: relative;
  line-height: 150%;
  text-align: center;
  padding: 15px 30px;
  font-size: var(--font-h4);
}
.quotelist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 40px;
  border-top: thin solid var(--color-black);
  border-left: thin solid var(--color-black);
}
.quotelist__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 40px;
  border-right: thin solid var(--color-black);
  border-bottom: thin solid var(--color-black);
}
.quotelist__text {
  width: 100%;
  text-align: center;
}

.js-scrollable--norightpadding {
  margin-right: -20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .js-scrollable--norightpadding {
    margin-right: 0;
    padding-right: 0;
  }
}

.pricetable {
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 150%;
  width: 1128px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .pricetable {
    width: 100%;
  }
}
.pricetable__heading {
  font-weight: bold;
  margin-top: 50px;
  font-size: var(--font-h3);
}
@media screen and (min-width: 768px) {
  .pricetable__heading {
    margin-top: 80px;
  }
}
.pricetable th {
  color: var(--color-white);
  background: var(--color-gray-600);
  width: 14.28571429%;
}
.pricetable thead th {
  background: var(--color-black);
}
.pricetable tbody th {
  background: var(--color-gray-600);
}
.pricetable tr {
  border-bottom: thin solid var(--color-black);
}
.pricetable th, .pricetable td {
  border-right: thin solid var(--color-black);
  vertical-align: middle;
  text-align: center;
  padding: 12px 10px;
}

.productimagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 20px 10px;
}
@media screen and (min-width: 768px) {
  .productimagelist {
    gap: 60px 30px;
    margin-top: 80px;
  }
}
.productimagelist__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.productimagelist__picture {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 158px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture {
    height: 316px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture {
    height: 452px;
  }
}
.productimagelist__picture img {
  width: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productimagelist__picture--size1 img {
  height: 133px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size1 img {
    height: 267px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size1 img {
    height: 382px;
  }
}
.productimagelist__picture--size2 img {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size2 img {
    height: 300px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size2 img {
    height: 428px;
  }
}
.productimagelist__picture--size3 img {
  height: 133px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size3 img {
    height: 267px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size3 img {
    height: 382px;
  }
}
.productimagelist__picture--size4 img {
  height: 147px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size4 img {
    height: 294px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size4 img {
    height: 420px;
  }
}
.productimagelist__picture--size5 img {
  height: 155px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size5 img {
    height: 309px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size5 img {
    height: 442px;
  }
}
.productimagelist__picture--size6 img {
  height: 158px;
}
@media screen and (min-width: 768px) {
  .productimagelist__picture--size6 img {
    height: 316px;
  }
}
@media screen and (min-width: 1080px) {
  .productimagelist__picture--size6 img {
    height: 452px;
  }
}
.productimagelist__text {
  margin-top: 10px;
  text-align: center;
  font-size: var(--font-small);
}

/*-------------------------------------------
共通要素
-------------------------------------------*/
.main {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 90px;
  }
}
.main + .main {
  margin-top: 100px;
}

.pageheader {
  background: var(--color-sub);
}
.pageheader--colorgray {
  background: var(--color-gray-100);
}
.pageheader__content {
  padding: 25px 20px;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
}
@media screen and (min-width: 768px) {
  .pageheader__content {
    padding: 50px 50px;
  }
}
.pageheader__subheading img {
  margin-left: 4px;
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .pageheader__subheading img {
    margin-left: 0;
    height: 50px;
  }
}
.pageheader__subheading--2line img {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .pageheader__subheading--2line img {
    height: 50px;
  }
}
.pageheader__subheading--arttechview img {
  height: 45px;
}
@media screen and (min-width: 768px) {
  .pageheader__subheading--arttechview img {
    height: 62px;
  }
}
.pageheader__heading {
  font-size: var(--font-h1);
  line-height: 140%;
}
.pageheader__heading--withsubheading {
  line-height: 1;
  margin-top: 12px;
}
.pageheader__heading--witharttechview {
  font-size: var(--font-h4);
  line-height: 1;
  margin-top: 20px;
}

.pagenavigation {
  background: var(--color-gray-600);
  padding: 30px 20px;
  position: sticky;
  z-index: 50;
  top: 80px;
}
@media screen and (min-width: 768px) {
  .pagenavigation {
    top: 90px;
  }
}
.pagenavigation__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
}
@media screen and (min-width: 768px) {
  .pagenavigation__block {
    padding: 0 50px;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pagenavigation__block--flexible {
    gap: 50px;
  }
}
.pagenavigation__item {
  width: calc(50% - 8px);
  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: 768px) {
  .pagenavigation__item {
    width: auto;
  }
}
.pagenavigation__item--flexible {
  width: auto;
}
.pagenavigation__item--fullwidth {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagenavigation__item--fullwidth {
    width: auto;
  }
}
.pagenavigation__link {
  color: var(--color-white);
  display: table;
}
.pagenavigation__link img {
  height: 16px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .pagenavigation__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagenavigation__link:hover {
    opacity: 0.6;
  }
}

.breadcrumb {
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 1340px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0 50px;
  }
}
.breadcrumb__item {
  display: inline;
  overflow-wrap: break-word;
  font-size: var(--font-small);
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 25px;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0.6em;
  width: 0.35rem;
  height: 0.35rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__link {
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .breadcrumb__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb__link:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}

.section {
  margin-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 66px;
  }
}
.section + .section {
  margin-top: 90px;
}
.section + .section--bordertop {
  margin-top: 120px;
}
.section:has(+ .section--bordertop) {
  padding-bottom: 0;
}
.section + .section--colorgray {
  margin-top: 0px;
}
.section + .section--colorblue {
  margin-top: 0px;
}
.section--bordertop {
  position: relative;
}
.section--bordertop::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--color-gray-300);
}
@media screen and (min-width: 768px) {
  .section--bordertop::before {
    left: 50%;
    width: calc(100vw - 100px);
    max-width: 1228px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section--colorgray {
  background: var(--color-gray-100);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .section--colorgray {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section--colorblue {
  background: var(--color-key-pale);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .section--colorblue {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .section__rowblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .section__rowblock {
    gap: 130px;
  }
}
@media screen and (min-width: 768px) {
  .section__tagwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .section__image--width270 {
    width: 270px;
  }
}
.section__heading {
  font-weight: bold;
  font-size: var(--font-h2);
}
.section__subheading {
  font-weight: bold;
  font-size: var(--font-h3);
}
.section__tagheading {
  font-weight: bold;
  font-size: var(--font-h4);
}
.section__middleheading {
  font-size: var(--font-h4);
}
.section__centeringheading {
  font-weight: bold;
  text-align: center;
  font-size: var(--font-h3);
}
.section__normalheading {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section__parallel {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .section__parallel > * > *:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .section__parallel {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .section__parallelimage {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .section__parallelimage img {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .section__paralleltext {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.section__block {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__block {
    padding: 0 50px;
  }
}
.section__block + .section__block {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .section__block + .section__block {
    margin-top: 60px;
  }
}
.section__block + .section__block--bordertop {
  margin-top: 100px;
}
.section__block--nopadding {
  padding-left: 0;
  padding-right: 0;
}
.section__block--bordertop::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--color-key-lightpale);
}
@media screen and (min-width: 768px) {
  .section__block--bordertop::before {
    left: 0;
    right: 0;
  }
}
.section__block--bordertop:first-child::before {
  content: none;
}
.section__block--graybordertop::before {
  background: var(--color-gray-300);
}
.section__block--middlewidth {
  max-width: 1228px;
}
.section__block--atv {
  max-width: 1080px;
}
.section__block--fullwidth {
  padding: 0;
  max-width: none;
}
.section__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .section__button {
    margin-top: 60px;
  }
}
.section__button--right {
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .section__button--right {
    margin-top: 30px;
  }
}
.section__button--nomargin {
  margin-top: 0;
}
.section__description {
  margin-top: 50px;
  line-height: 200%;
}
.section__description--shortmargin {
  margin-top: 20px;
}
.section__figure {
  margin-top: 20px;
}
.section__text {
  margin-top: 50px;
}
.section__paragraph {
  line-height: 200%;
}
.section__paragraph--center {
  text-align: center;
}
.section__signature {
  margin-top: 20px;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .section__signature {
    margin-top: 50px;
  }
}
.section__mapholder {
  margin-top: 30px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .section__mapholder {
    aspect-ratio: 14/5;
  }
}
.section__mapholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section__columnreverseblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.summary {
  line-height: 200%;
  text-align: justify;
  font-size: var(--font-h4);
}
.summary--highmargin {
  margin-top: 70px;
}/*# sourceMappingURL=base.css.map */