@charset "UTF-8";
/*--------------------------------------*
 * sccsからcssを生成しています。テストサーバーのみSCSSファイルをおいています。
 *--------------------------------------*/
/*--------------------------------------*
 * foundation// リセットCSSや基本的なスタイル
 *--------------------------------------*/
/* ===================================================
共通項目
====================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: auto;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body :focus-visible {
  outline: 2px solid #191919;
}
body p, body h1, body h2, body h3, body h4, body ul, body li, body a, body button {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #191919;
}
body a, body button {
  text-decoration: none;
  display: inline-block;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
body p {
  line-height: 1.6;
}
body h2:not(.hdg) {
  padding: 0;
}
body button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body li {
  list-style: none;
}
body .for_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .for_sp {
    display: none;
  }
}
body .for_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body .for_pc {
    display: inline-block;
  }
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ===================================================
遅延読み込みのアニメーション
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.txtUp.trigger span {
  opacity: 0;
}

.trigger.up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

.trigger.up.is-active {
  -webkit-animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0) !important;
            transform: translateY(0) rotate(0) !important;
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0) !important;
            transform: translateY(0) rotate(0) !important;
    opacity: 1;
  }
}
/* ===================================================
JS無効の場合の対策
====================================================*/
@media (scripting: none) {
  .trigger {
    opacity: 1;
  }
  html {
    scroll-behavior: smooth;
  }
  #loading-screen {
    display: none !important;
  }
}
/*--------------------------------------*
 * layout // ヘッダー・メインのコンテンツエリア・サイドバー・フッターのスタイル
 *--------------------------------------*/
.l-container {
  max-width: 1100px;
  margin: 0px auto;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1100.98px) {
  .l-container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767.98px) {
  .under .l-container {
    padding: 0 30px;
  }
}

/* ===================================================
header
====================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1150.98px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
  }
}
.header h1 {
  position: absolute;
  left: 30px;
  top: 24px;
  z-index: 6;
}
@media screen and (max-width: 1150.98px) {
  .header h1 {
    max-width: 135px;
    left: 10px;
    top: 8px;
  }
  .header h1 svg {
    width: 135px;
    height: 44px;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu {
    background-color: #fff;
  }
}
.header .nav-menu .menu-list {
  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: 30px;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .nav-menu .menu-list .menu-item {
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
  }
}
.header .nav-menu .menu-list .menu-item a, .header .nav-menu .menu-list .menu-item p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  gap: 0.5em;
  font-size: 1.7rem;
  cursor: pointer;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item a, .header .nav-menu .menu-list .menu-item p {
    width: 100%;
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .nav-menu .menu-list .menu-item a .arrow, .header .nav-menu .menu-list .menu-item p .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #3380FF;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item a .arrow, .header .nav-menu .menu-list .menu-item p .arrow {
    display: none;
  }
}
.header .nav-menu .menu-list .menu-item > a, .header .nav-menu .menu-list .menu-item p, .header .nav-menu .menu-list .menu-item .links > a, .header .nav-menu .menu-list .menu-item .links > p {
  font-weight: 500;
  color: transparent;
  padding: 34px 0 51px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3380FF), color-stop(50%, #191919)) 100%;
  background: linear-gradient(to right, #3380FF 50%, #191919 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  color: transparent;
}
@media screen and (max-width: 767.98px) {
  .header .nav-menu .menu-list .menu-item > a, .header .nav-menu .menu-list .menu-item p, .header .nav-menu .menu-list .menu-item .links > a, .header .nav-menu .menu-list .menu-item .links > p {
    color: #191919;
    background: unset;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item > a, .header .nav-menu .menu-list .menu-item p, .header .nav-menu .menu-list .menu-item .links > a, .header .nav-menu .menu-list .menu-item .links > p {
    padding: 0;
  }
}
.header .nav-menu .menu-list .menu-item.drop-menu {
  position: relative;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item.drop-menu .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle {
  display: none;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    background-color: #3380FF;
    border-radius: 9999px;
    width: 30px;
    height: 30px;
    z-index: 5;
  }
}
.header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle[aria-expanded=true]::after, .header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle[aria-expanded=false]::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  background-size: contain;
}
.header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle[aria-expanded=true]::after {
  background-image: url(https://static.chunichi.co.jp/chunichi/images/freepages/info/common/ico-open.png);
  height: 4px;
}
.header .nav-menu .menu-list .menu-item.drop-menu .links .dropdown-toggle[aria-expanded=false]::after {
  background-image: url(https://static.chunichi.co.jp/chunichi/images/freepages/info/common/ico-close.png);
  height: 14px;
}
.header .nav-menu .menu-list .menu-item .drop-menu-list {
  left: 0;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  background-color: #EAF2FF;
  padding: 30px 27px 16px 27px;
  border-radius: 10px;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item .drop-menu-list {
    position: unset;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    overflow: hidden;
    padding: 0;
    background: unset;
    border-top: unset;
    border-radius: 0;
    width: 100%;
    background-color: #EAF2FF;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item .drop-menu-list.open {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    height: auto;
    border-top: 1px solid #707070;
    padding: 20px 20px 12px 20px;
  }
}
.header .nav-menu .menu-list .menu-item .drop-menu-item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .nav-menu .menu-list .menu-item .drop-menu-item a, .header .nav-menu .menu-list .menu-item .drop-menu-item p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-size: 1.5rem;
  height: unset;
  padding-bottom: 14px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3380FF), color-stop(50%, #191919)) 100%;
  background: linear-gradient(to right, #3380FF 50%, #191919 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  color: transparent;
}
@media screen and (max-width: 767.98px) {
  .header .nav-menu .menu-list .menu-item .drop-menu-item a, .header .nav-menu .menu-list .menu-item .drop-menu-item p {
    color: #191919;
    background: unset;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list .menu-item .drop-menu-item a, .header .nav-menu .menu-list .menu-item .drop-menu-item p {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 8px;
  }
}
.header .nav-menu .menu-list .menu-item:hover, .header .nav-menu .menu-list .menu-item:focus-within {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header .nav-menu .menu-list .menu-item:hover > a, .header .nav-menu .menu-list .menu-item:hover p, .header .nav-menu .menu-list .menu-item:hover .links > a, .header .nav-menu .menu-list .menu-item:hover .links > p, .header .nav-menu .menu-list .menu-item:focus-within > a, .header .nav-menu .menu-list .menu-item:focus-within p, .header .nav-menu .menu-list .menu-item:focus-within .links > a, .header .nav-menu .menu-list .menu-item:focus-within .links > p {
  background-position: 0 100%;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .header .nav-menu .menu-list .menu-item:hover > a, .header .nav-menu .menu-list .menu-item:hover p, .header .nav-menu .menu-list .menu-item:hover .links > a, .header .nav-menu .menu-list .menu-item:hover .links > p, .header .nav-menu .menu-list .menu-item:focus-within > a, .header .nav-menu .menu-list .menu-item:focus-within p, .header .nav-menu .menu-list .menu-item:focus-within .links > a, .header .nav-menu .menu-list .menu-item:focus-within .links > p {
    color: #191919;
    background-position: unset;
  }
}
.header .nav-menu .menu-list .menu-item:hover a .arrow, .header .nav-menu .menu-list .menu-item:hover p .arrow, .header .nav-menu .menu-list .menu-item:focus-within a .arrow, .header .nav-menu .menu-list .menu-item:focus-within p .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .nav-menu .menu-list .menu-item:hover .drop-menu-list, .header .nav-menu .menu-list .menu-item:focus-within .drop-menu-list {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header .nav-menu .menu-list .menu-item:hover .drop-menu-list .drop-menu-item:hover, .header .nav-menu .menu-list .menu-item:focus-within .drop-menu-list .drop-menu-item:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .nav-menu .menu-list .menu-item:hover .drop-menu-list .drop-menu-item:hover a, .header .nav-menu .menu-list .menu-item:focus-within .drop-menu-list .drop-menu-item:hover a {
  background-position: 0 100%;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .header .nav-menu .menu-list .menu-item:hover .drop-menu-list .drop-menu-item:hover a, .header .nav-menu .menu-list .menu-item:focus-within .drop-menu-list .drop-menu-item:hover a {
    color: #191919;
    background-position: unset;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .nav-menu .menu-list li:has(.nav-contact) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 110px;
  }
}
.header .nav-contact {
  background-color: #dae24a;
  padding: 0px 30px;
  border-radius: 9999px;
  position: relative;
  border: 2px solid #dae24a;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  right: 30px;
  top: 26px;
  z-index: 5;
  max-height: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1150.98px) {
  .header .nav-contact {
    padding: 0px 14px;
    right: 70px;
    top: 14px;
    max-height: 32px;
  }
}
.header .nav-contact p {
  color: #191919;
  font-size: 1.7rem;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.98px) {
  .header .nav-contact p {
    font-size: 1.3rem;
  }
}
.header .nav-contact::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: -1;
  clip-path: inset(0 round 9999px);
}
@media (hover: hover) {
  .header .nav-contact:where(:-moz-any-link, :enabled, summary):hover p {
    color: #000;
  }
  .header .nav-contact:where(:any-link, :enabled, summary):hover p {
    color: #000;
  }
  .header .nav-contact:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .header .nav-contact:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header .globalMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1150.98px) {
  .header .globalMenu {
    height: 100dvh;
    z-index: 7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
    transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards, -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
    margin-top: 60px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .globalMenu.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  @-webkit-keyframes menuActive {
    0% {
      -webkit-transform: translate3d(0, -120%, 0);
              transform: translate3d(0, -120%, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 0%, 0);
              transform: translate3d(0, 0%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes menuActive {
    0% {
      -webkit-transform: translate3d(0, -120%, 0);
              transform: translate3d(0, -120%, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 0%, 0);
              transform: translate3d(0, 0%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media screen and (max-width: 1150.98px) {
  .header .globalMenu.out {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @-webkit-keyframes out {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -120%, 0);
      transform: translate3d(0, -120%, 0);
    }
  }
  @keyframes out {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -120%, 0);
      transform: translate3d(0, -120%, 0);
    }
  }
}
@media screen and (max-width: 1150.98px) {
  .header .ham {
    position: absolute;
    right: 0;
    z-index: 21;
    border-radius: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    display: block;
    border-radius: 9999px;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .header .ham:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1150.98px) and (max-width: 767.98px) {
  .header .ham:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .ham span {
    background-color: #191919;
    position: absolute;
    height: 3px;
    width: 30px;
    right: 20px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .ham span:nth-child(1) {
    top: 18px;
  }
  .header .ham span:nth-child(2) {
    top: 29px;
    height: 3.5px;
  }
}
@media screen and (max-width: 1150.98px) and (max-width: 767.98px) {
  .header .ham span:nth-child(2) {
    height: 3px;
  }
}
@media screen and (max-width: 1150.98px) {
  .header .ham span:nth-child(3) {
    top: 40px;
  }
}
.header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 30px;
  right: 23px;
  width: 32px;
}
.header .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .ham.active span:nth-child(2), .header .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.menu-open {
  overflow: hidden;
}

/* ===================================================
footer
====================================================*/
.footer {
  padding-bottom: 30px;
  background-color: #3380FF;
  -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;
}
.footer-list {
  margin: 34px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .footer-list {
    margin: 20px 0 54px;
    row-gap: 10px;
  }
}
.footer-list li {
  margin: 0 15px;
  position: relative;
  font-weight: 400;
}
.footer-list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .footer-list li {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.footer-list li:first-child::before {
  display: none;
}
.footer-list li a {
  color: #fff;
}
.footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo a svg {
  width: 245px;
  height: 80px;
}
@media screen and (max-width: 767.98px) {
  .footer-logo a svg {
    width: 214px;
    height: 70px;
  }
}
.footer-logo small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .footer-logo small {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

/*--------------------------------------*
 * object//　繰り返し使用されるビジュアルパターン
 *--------------------------------------*/
/* ===================================================
矢印リンク　アニメーション、ホバー
====================================================*/
.lnk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 1.5rem;
}
.lnk-arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 1.8em;
  margin: auto;
}
.lnk-arrow::before, .lnk-arrow::after {
  content: "";
  background-image: url(../../../images/freepages/info/top/ico-lnk-bl.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  display: block;
  width: 16px;
  height: 27px;
}
.lnk-arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.lnk-arrow_wrp {
  border-radius: 9999px;
  border: 2px solid #fff;
  background-color: #EAF2FF;
  padding: 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 767.98px) {
  .lnk-arrow_wrp {
    padding: 18px;
  }
}
.lnk:hover {
  opacity: 1;
  cursor: pointer;
}
.lnk:hover .lnk-arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.lnk:hover .lnk-arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lnk:hover .lnk-arrow_wrp {
  border: 2px solid #3380FF;
}
@media screen and (min-width: 768px) {
  .lnk:hover .lnk-arrow_wrp {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    margin-right: -0.8em;
    margin-left: 8px;
  }
}
.lnk .lnk-arrow-gaibu_wrp, .lnk .lnk-arrow-wh_wrp {
  background-color: #3380FF;
  padding: 15px;
}
.lnk .lnk-arrow-gaibu_wrp .lnk-arrow, .lnk .lnk-arrow-wh_wrp .lnk-arrow {
  width: 1.4rem;
}
.lnk .lnk-arrow-gaibu_wrp .lnk-arrow::before, .lnk .lnk-arrow-gaibu_wrp .lnk-arrow::after, .lnk .lnk-arrow-wh_wrp .lnk-arrow::before, .lnk .lnk-arrow-wh_wrp .lnk-arrow::after {
  width: 14px;
}
.lnk .lnk-arrow-gaibu_wrp .lnk-arrow::before, .lnk .lnk-arrow-gaibu_wrp .lnk-arrow::after {
  background-image: url(../../../images/freepages/info/top/ico-gaibuLnk.png);
}
.lnk .lnk-arrow-wh_wrp .lnk-arrow::before, .lnk .lnk-arrow-wh_wrp .lnk-arrow::after {
  background-image: url(../../../images/freepages/info/top/ico-lnk-wh.png);
}
.lnk:hover .lnk-arrow_wrp.lnk-arrow-gaibu_wrp, .lnk:hover .lnk-arrow_wrp.lnk-arrow-wh_wrp {
  border: 2px solid #9cc2ff;
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* ===================================================
見出し　テンプレートスタイルh2-h5
====================================================*/
.info .hdg-2 {
  padding-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .info .hdg-2 {
    padding-top: 90px;
  }
}
.info .hdg-2 h2 {
  font-size: 4rem;
  color: #3380FF;
  line-height: 1.45;
}
@media screen and (max-width: 767.98px) {
  .info .hdg-2 h2 {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}
.info .hdg-2 p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.1875;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .info .hdg-2 p {
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-top: 5px;
  }
}
.info .hdg-2 p a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.info.top .hdg-2 {
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .info.top .hdg-2 {
    padding-top: 30px;
  }
}
.info.top .hdg-2 h2 {
  font-size: 3.6rem;
  line-height: 1.45;
}
@media screen and (max-width: 767.98px) {
  .info.top .hdg-2 h2 {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}
.info h3, .info h4, .info h5 {
  text-align: center;
  color: #191919;
}
.info h3 {
  line-height: 1.45;
  font-size: 3.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .info h3 {
    line-height: 1.4666666667;
    font-size: 2.4rem;
  }
}
.info h4 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .info h4 {
    line-height: 1.8181818182;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.info h5 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .info h5 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}

/* ===================================================
div.box、テキスト　テンプレートスタイル
====================================================*/
.info .box {
  margin-top: 120px;
}
@media screen and (max-width: 767.98px) {
  .info .box {
    margin-top: 100px;
  }
}
.info .box p {
  line-height: 2.1111111111;
  font-size: 1.8rem;
  margin-top: 36px;
}
@media screen and (max-width: 767.98px) {
  .info .box p {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 30px;
  }
}

/* ===================================================
背景１００％色あり　テンプレートスタイル
====================================================*/
.info .bg-wide {
  background-color: #EBEBEB;
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .info .bg-wide {
    margin-top: 60px;
  }
}

/* ===================================================
buttons　TOPページリンクボタン
====================================================*/
.top .btns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .top .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .btns li {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .top .btns li {
    max-width: 100%;
  }
}
.top .btns li a.lnk {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .top .btns li a.lnk {
    padding: 25px 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .top .btns li a.lnk div.ico {
    gap: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .top .btns li a.lnk div.ico img {
    width: 40px;
  }
}
.top .btns li a.lnk div.ico p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767.98px) {
  .top .btns li a.lnk div.ico p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

/* ===================================================
ページ上部にもどる
====================================================*/
.toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .toTop {
    right: 10px;
  }
}

/*--------------------------------------*
 * page ページ単位のスタイル
 *--------------------------------------*/
/* ===================================================
top page
====================================================*/
.mv {
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 1150.98px) {
  .mv {
    padding-top: 60px;
  }
}
.mv img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mv .splide__toggle__play svg, .mv .splide__toggle__pause svg {
  width: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  margin-top: 0.1em;
  opacity: 0.9;
  overflow: visible;
  border-radius: 9999px;
  background-color: #3380FF;
}
@media screen and (max-width: 767.98px) {
  .mv .splide__toggle__play svg, .mv .splide__toggle__pause svg {
    width: 24px;
  }
}
.mv .slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv .slick-initialized .slick-slide {
  aspect-ratio: 16/9;
}
.mv .slide.slick-initialized {
  opacity: 1;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.mv .slick-dots li button:after {
  background-color: unset;
}
.mv .slick-dots li button:before, .mv .slick-dots li.slick-active button:before {
  color: unset;
}
.mv .slick-dots li button:before {
  background-color: #3380FF;
}
.mv .slick-dots li button:before, .mv .slick-dots li button {
  width: 10px;
  height: 10px;
}
.mv .slide-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 0px;
}
.mv .slide-controls .slick_pause {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  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;
}
.mv .slide-controls .slick_pause svg {
  width: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  margin-top: 0.1em;
  opacity: 0.9;
  overflow: visible;
  border-radius: 9999px;
  background-color: #3380FF;
}
@media screen and (max-width: 767.98px) {
  .mv .slide-controls .slick_pause svg {
    width: 24px;
  }
}
.mv .slide-controls .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mv .slide-controls .slick-dots li {
  margin: 0 !important;
  width: auto !important;
}

/* ===================================================
top page news
====================================================*/
.news {
  margin-top: -110px;
}
@media screen and (max-width: 767.98px) {
  .news {
    margin-top: -60px;
  }
}
.news .l-container {
  padding-top: 110px;
}
@media screen and (max-width: 767.98px) {
  .news .l-container {
    padding: 60px 0 0 0;
  }
}
.news .l-container .hdg-2 {
  gap: 70px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .news .l-container .hdg-2 {
    padding: 30px 20px 0;
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .news .l-container .hdg-2 h2:not(.hdg) {
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
@media screen and (max-width: 767.98px) {
  .news .l-container .hdg-2 .lnk {
    gap: 7px;
  }
}
.news .l-container .cmp-lst001 {
  padding-top: 0;
}
.news .l-container .l-artlst001 > .list > .item {
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
}
@media screen and (max-width: 767.98px) {
  .news .l-container .l-artlst001 > .list > .item {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.news .l-container ul {
  margin-top: 41.5px;
}
@media screen and (max-width: 767.98px) {
  .news .l-container ul {
    margin-top: 13.5px;
  }
}
.news .l-container ul li {
  border-bottom: 1px solid #9B9B9B;
}
.news .l-container ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .news .l-container ul li a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0px 20px;
    font-weight: 400;
  }
}

/* ===================================================
top page サービス
====================================================*/
.top .service {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .top .service {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.top .service .lead {
  text-align: center;
  margin-top: 18.5px;
}
@media screen and (max-width: 767.98px) {
  .top .service .lead {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.top .service .btns {
  margin-top: 27.5px;
}
@media screen and (max-width: 767.98px) {
  .top .service .btns {
    gap: 20px;
    margin-top: 30.5px;
  }
}
.top .service .btns li {
  max-width: 470px;
  width: 100%;
}
.top .service .btns li a {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top .service .btns li a {
    padding: 15px 20px;
  }
}
.top .service .btns li a div.ico {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .service .btns li a div.ico p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767.98px) {
  .top .service .btns li a div.ico p {
    font-size: 2rem;
    line-height: 1.45;
  }
}

/* ===================================================
top page 会社案内
====================================================*/
.companyProfile .btns {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .companyProfile .btns {
    gap: 0;
  }
}
.companyProfile .btns li {
  max-width: 340px;
  width: 100%;
}
.companyProfile .btns li a.lnk {
  padding: 43px 25px;
  border: 2px solid #3380FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .companyProfile .btns li a.lnk {
    border-radius: 0;
    border-bottom: none;
    max-height: 92px;
    padding: 25px 20px;
  }
}
.companyProfile .btns li a.lnk div.ico {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .companyProfile .btns li:first-child a {
    border-radius: 10px 10px 0 0;
  }
  .companyProfile .btns li:last-child a {
    border-bottom: 2px solid #3380FF;
    border-radius: 0px 0px 10px 10px;
  }
}

/* ===================================================
top page 採用案内・表彰事業・社会貢献事業
====================================================*/
.otherContents {
  padding-bottom: 120px;
}
.otherContents .btns {
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .otherContents .btns {
    row-gap: 12px;
  }
}
.otherContents .btns li a {
  padding: 45px 22px 45px 20px;
  max-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .otherContents .btns li a {
    max-height: 80px;
  }
}
.otherContents .btns li a div.ico p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
.otherContents .btns.btns-col4 li {
  max-width: 260px;
}
.otherContents .btns.btns-col5 li {
  max-width: 204px;
}
.otherContents .btns.btns-col5 li a.lnk {
  padding: 45px 18px;
}
@media screen and (max-width: 767.98px) {
  .otherContents .btns.btns-col5 li a.lnk {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .otherContents .btns.btns-col4 li, .otherContents .btns.btns-col5 li {
    max-width: 100%;
    max-height: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .otherContents .btns.btns-col4 li a.lnk .lnk-arrow_wrp, .otherContents .btns.btns-col5 li a.lnk .lnk-arrow_wrp {
    padding: 15px;
  }
  .otherContents .btns.btns-col4 li a.lnk .lnk-arrow_wrp .lnk-arrow, .otherContents .btns.btns-col5 li a.lnk .lnk-arrow_wrp .lnk-arrow {
    width: 1.4rem;
  }
  .otherContents .btns.btns-col4 li a.lnk .lnk-arrow_wrp .lnk-arrow::before, .otherContents .btns.btns-col4 li a.lnk .lnk-arrow_wrp .lnk-arrow::after, .otherContents .btns.btns-col5 li a.lnk .lnk-arrow_wrp .lnk-arrow::before, .otherContents .btns.btns-col5 li a.lnk .lnk-arrow_wrp .lnk-arrow::after {
    width: 14px;
  }
}

/* ===================================================
サービスページ　下層
====================================================*/
.service-under main {
  margin-bottom: 75px;
}
.service-under main .hdg-2 h2 {
  color: #939393;
}
.service-under .lead {
  margin: 43px 0;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767.98px) {
  .service-under .lead {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin: 30px 0;
  }
}

/* ===================================================
サービスページ　タブ
====================================================*/
.tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 8px solid #939393;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-list {
    border-bottom: 4px solid #939393;
  }
}
.tabs .tab-list .tab-item {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border: solid 2px #939393;
  border-bottom: 0px;
  padding: 15.5px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  color: #000;
  max-width: 542px;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-list .tab-item {
    font-size: 1.6rem;
    padding: 13px;
    max-width: 49%;
  }
}
.tabs .tab-list .tab-item.active {
  background-color: #939393;
  color: #fff;
  font-weight: bold;
}
.tabs .sub-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 49px;
}
@media screen and (max-width: 767.98px) {
  .tabs .sub-tab-list {
    display: grid;
    grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
    padding: 18px 0 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    row-gap: 12px;
  }
}
.tabs .sub-tab-list .sub-tab-item {
  cursor: pointer;
  max-width: 120px;
  width: 100%;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.98px) {
  .tabs .sub-tab-list .sub-tab-item {
    max-width: 70px;
    font-size: 1.3rem;
    border: 1px solid #939393;
    border-radius: 9999px;
    padding: 4px;
  }
}
.tabs .sub-tab-list .sub-tab-item.active {
  background-color: #939393;
  border-color: #939393;
  color: #fff;
  border-radius: 9999px;
}
.tabs .tab-content .tab-panel {
  display: none;
}
.tabs .tab-content .tab-panel.active {
  display: block;
}
.tabs .tab-content .tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}
.tabs .tab-content .tab-panel .service-li {
  display: grid;
  grid-template-columns: 30.5% 30.5% 30.5%;
  row-gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li {
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 40px;
  }
}
.tabs .tab-content .tab-panel .service-li li img.thum {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li img.thum {
    width: 100%;
  }
}
.tabs .tab-content .tab-panel .service-li li h3 {
  margin-top: 16px;
  font-size: 2rem;
  text-align: left;
  line-height: 1.45;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li h3 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.tabs .tab-content .tab-panel .service-li li p.service-li-txt {
  font-size: 1.6rem;
  margin-top: 12px;
  text-align: left;
  line-height: 1.75;
  font-weight: 400;
}
.tabs .tab-content .tab-panel .service-li li p.etoki {
  font-size: 1.2rem;
  font-weight: 400;
}
.tabs .tab-content .tab-panel .service-li li .com-item.com-border {
  font-size: 1.6rem;
  border-top: 1.4px dashed #c6c6c6;
  color: #191919;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 400;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-top: 13px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-tel, .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link, .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-tel, .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link, .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-tel img {
    max-width: 18px;
  }
}
.tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3380FF), color-stop(50%, #191919)) 100%;
  background: linear-gradient(to right, #3380FF 50%, #191919 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  transition: background-position 0.5s cubic-bezier(0, 0.18, 0.6, 1.02);
  color: transparent;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link {
    color: #191919;
    background: unset;
  }
}
.tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link img {
  margin-left: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link img {
    max-width: 16.85px;
  }
}
@media (hover: hover) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link:where(:-moz-any-link, :enabled, summary):hover {
    background-position: 0 100%;
    opacity: 1;
  }
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link:where(:any-link, :enabled, summary):hover {
    background-position: 0 100%;
    opacity: 1;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #191919;
    background-position: unset;
  }
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a.com-item-link:where(:any-link, :enabled, summary):hover {
    color: #191919;
    background-position: unset;
  }
}
.tabs .tab-content .tab-panel .service-li li .com-item.com-border p.tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border p.tell {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .tabs .tab-content .tab-panel .service-li li .com-item.com-border a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* ===================================================
理念体系　下層
====================================================*/
.philosophy-under .kv {
  margin-top: 110px;
  text-align: center;
}
@media screen and (max-width: 1150.98px) {
  .philosophy-under .kv {
    margin-top: 60px;
  }
}
.philosophy-under .kv iframe {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.philosophy-under .hdg-2 {
  padding-top: 90px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .hdg-2 {
    padding-top: 60px;
  }
}
.philosophy-under .hdg-2 img {
  margin: 0 auto;
}
.philosophy-under p {
  text-align: center;
}
.philosophy-under .txts {
  text-align: center;
}
.philosophy-under .txts.trigger.up.is-active {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.philosophy-under .txts p.txt {
  margin-top: 45px;
  display: block;
  font-size: 1.8rem;
  line-height: 2.3333333333;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .txts p.txt {
    line-height: 1.875;
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
.philosophy-under .box p.first {
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .box p.first {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .box.philosophyBox.box {
    margin-top: 70px;
  }
}
.philosophy-under .box.philosophyBox img {
  margin-top: 90px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .box.philosophyBox img {
    margin-top: 40px;
  }
}
.philosophy-under .box.philosophyBox p.first {
  margin-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .box.philosophyBox p.first {
    margin-top: 30px;
  }
}
.philosophy-under .modal-conts {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts {
    gap: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts.box {
    margin-top: 50px;
  }
}
.philosophy-under .modal-conts button.lnk {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 1.4583333333;
  border: 2px solid #3380FF;
  border-radius: 10px;
  max-height: 80px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts button.lnk {
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 27px 20px;
  }
}
.philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp {
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp {
    padding: 15px;
  }
}
.philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow {
  width: 1.6rem;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow {
    width: 1.4rem;
    height: 30px;
  }
}
.philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow::before, .philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow::after {
  width: 16px;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow::before, .philosophy-under .modal-conts button.lnk .lnk-arrow-wh_wrp .lnk-arrow::after {
    width: 14px;
    height: 30px;
  }
}
.philosophy-under .modal-conts dialog::-ms-backdrop {
  background: rgba(235, 235, 235, 0.3);
  backdrop-filter: blur(30px) brightness(0.8);
}
.philosophy-under .modal-conts dialog::backdrop {
  background: rgba(235, 235, 235, 0.3);
  backdrop-filter: blur(30px) brightness(0.8);
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog::-ms-backdrop {
    display: none;
  }
  .philosophy-under .modal-conts dialog::backdrop {
    display: none;
  }
}
.philosophy-under .modal-conts dialog.modal {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #c7c7c7;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal {
    color: #fff;
  }
}
.philosophy-under .modal-conts dialog.modal button.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #747474;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal button.close {
    width: 40px;
    height: 40px;
  }
}
.philosophy-under .modal-conts dialog.modal button.close svg {
  max-width: 46px;
  max-height: 46px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal button.close svg {
    max-width: 18px;
    max-height: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal button.close svg line {
    stroke-width: 7px;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
  display: block;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 45px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(107, 107, 107, 0.16);
          box-shadow: 2px 2px 8px 0px rgba(107, 107, 107, 0.16);
  overflow: auto;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container {
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner {
  padding: 50px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container .modal-inner {
    padding: 30px;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner h3 {
  color: #3380FF;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  padding-bottom: 12px;
  border-bottom: 1px solid #3380FF;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container .modal-inner h3 {
    margin-bottom: 40px;
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container .modal-inner h4 {
    margin-bottom: 40px;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner .box {
  margin-top: 0;
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner .txtBox {
  margin-top: 80px;
  background-color: #EBEBEB;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container .modal-inner .txtBox {
    margin-top: 60px;
    padding: 30px;
  }
}
.philosophy-under .modal-conts dialog.modal .modal-container .modal-inner .txtBox p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal .modal-container .modal-inner .txtBox p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.philosophy-under .modal-conts dialog.modal.credo .modal-container {
  max-height: 690px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.credo .modal-container {
    max-height: unset;
  }
}
.philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h3 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h3 {
    margin-bottom: 50px;
  }
}
.philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h4 {
  font-size: 4rem;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h4 {
    font-size: 3.6rem;
    line-height: 1.4444444444;
    margin-bottom: 23px;
  }
}
.philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h4.first {
  padding-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.credo .modal-container .modal-inner h4.first {
    padding-top: 0;
  }
}
.philosophy-under .modal-conts dialog.modal.vision .modal-container .modal-inner h4 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.philosophy-under .modal-conts dialog.modal.vision .modal-container .modal-inner .box {
  padding-left: 40px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.vision .modal-container .modal-inner .box {
    padding-left: 0px;
  }
}
.philosophy-under .modal-conts dialog.modal.vision .modal-container .modal-inner .box p {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner {
    padding: 43px 17px 17px;
  }
}
.philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .box {
    margin-bottom: 50px;
  }
}
.philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .box h4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .box h4 {
    margin-bottom: 14px;
  }
}
.philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .box p {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.guidelines .modal-container .modal-inner .txtBox {
    margin: 13px;
  }
}
.philosophy-under .modal-conts dialog.modal.com-logo .modal-container {
  max-height: 827px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.com-logo .modal-container {
    max-height: unset;
  }
}
.philosophy-under .modal-conts dialog.modal.com-logo .modal-container .modal-inner h3 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.com-logo .modal-container .modal-inner h3 {
    margin-bottom: 45px;
  }
}
.philosophy-under .modal-conts dialog.modal.com-logo .modal-container .modal-inner .txtBox {
  margin-top: 130px;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.com-logo .modal-container .modal-inner .txtBox {
    margin-top: 45px;
  }
}
.philosophy-under .modal-conts dialog.modal.com-logo .logo {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .philosophy-under .modal-conts dialog.modal.com-logo .logo svg {
    max-width: 86%;
  }
}
.philosophy-under .modal-conts .modal::-ms-backdrop {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.philosophy-under .modal-conts .modal::backdrop {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.philosophy-under .modal-conts .modal.is-open,
.philosophy-under .modal-conts .modal.is-close {
  opacity: 0;
}
.philosophy-under .modal-conts .modal.is-open::-ms-backdrop, .philosophy-under .modal-conts .modal.is-close::-ms-backdrop {
  opacity: 0;
}
.philosophy-under .modal-conts .modal.is-open::backdrop,
.philosophy-under .modal-conts .modal.is-close::backdrop {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */