@charset "UTF-8";
/* ============================
    reset
============================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*text-shadow*/
/*media query break point*/
/*grid settings*/
/* media query */
a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #333333;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  font-family: "Noto Sans JP", sans-serif;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

/* ==========================================================
 アニメーションエフェクト
========================================================== */
.is-animate.-mvfade {
  opacity: 0;
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-mvfade[data-type=right] {
  transform: translate(10%);
}
.is-animate.-mvfade[data-type=left] {
  transform: translate(-10%);
}
.is-animate.-mvfade[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-mvfade.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}

button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ==========================================================
 スクロールエフェクト
========================================================== */
.js-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.js-animate.-show[data-type=right] {
  transform: translate(5%);
}
.js-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.js-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.js-animate.-show.active {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (max-width: 768px) {
  .js-anipc .js-animate.-show {
    transform: translate(0);
    opacity: 0;
  }
}

.is-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.is-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-show[data-type=fade] {
  opacity: 0;
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-show[data-type=img] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=img] img {
  transform: scale(1.2);
  transition: 2s 0.5s;
}
.is-animate.-show.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.is-animate.-show.active img {
  transform: scale(1);
}

/*header*/
.header {
  position: relative;
  width: 100%;
  letter-spacing: 0em;
  z-index: 200;
  opacity: 1;
  transition: 0.3s;
  pointer-events: initial;
}
.header .logo-mainLogo {
  position: absolute;
  top: 6px;
  left: 30px;
  max-width: 450px;
  width: 43rem;
}
@media only screen and (max-width: 768px) {
  .header .logo-mainLogo {
    max-width: 60rem;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header .logo-mainLogo__link {
  aspect-ratio: 448/101;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header .logo-mainLogo__link {
    aspect-ratio: 300/33;
  }
}
.header.hidden {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.header .logo .logo-mainLogo {
  position: fixed;
  z-index: 20;
}
.header .logo .logo-mainLogo img {
  filter: none;
}
.header .mContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  visibility: hidden;
  pointer-events: none;
}
.header .mContent .menu__close,
.header .mContent .menu__inner {
  opacity: 0;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
@media only screen and (max-width: 768px) {
  .header .mContent .menu__close {
    display: none;
  }
}
.header .mContent .menu__bg {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  opacity: 0;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.header .mContent.is-visible {
  visibility: visible;
  pointer-events: auto;
}
.header .mContent.is-visible .menu__close,
.header .mContent.is-visible .menu__inner {
  opacity: 1;
  visibility: visible;
  transition: 0.3s 0.24s;
  transition: 0.3s;
}
.header .mContent.is-visible .menu__bg {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.2s;
  bottom: 0;
}
.header .mContent.contentMenu .menu__bg, .header .mContent.infoMenu .menu__bg {
  top: -100%;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .header .mContent.contentMenu .menu__bg, .header .mContent.infoMenu .menu__bg {
    top: auto;
    bottom: -100%;
  }
}
.header .mContent.contentMenu.is-visible .menu__bg, .header .mContent.infoMenu.is-visible .menu__bg {
  top: 0;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .header .mContent.contentMenu.is-visible .menu__bg, .header .mContent.infoMenu.is-visible .menu__bg {
    top: auto;
    bottom: 0;
  }
}
.header .menu__close {
  position: fixed;
  right: 3rem;
  top: 23px;
  z-index: 500;
}
@media only screen and (max-width: 1540px) {
  .header .menu__close {
    right: 3rem;
    transform: scale(0.8) translate(10%, -5%);
  }
}
@media only screen and (max-width: 768px) {
  .header .menu__close {
    top: 25px;
    right: 20px;
  }
}
.artPage .header .menu__close {
  right: 30px;
}
@media only screen and (max-width: 1540px) {
  .artPage .header .menu__close {
    right: 3rem;
  }
}
.header .menu__close .menu__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
.header .menu__close .menu__close-btn .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #f8f8f8;
}
.header .menu__close .menu__close-btn .iconBox .txt {
  font-size: 1.3rem;
  color: #0071B9;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .header .menu__close .menu__close-btn .iconBox {
    width: 32px;
    height: 32px;
  }
}
.header .menu__close .menu__close-btn .iconBox img {
  width: 20px;
  height: 23px;
  filter: brightness(0.25) sepia(1) brightness(1.3) hue-rotate(172deg) saturate(3);
}

.artPage .is-visible .menu__close {
  top: 22px;
}

/* ------------------------------------------------------------
    headerMenuBtn
------------------------------------------------------------ */
.headerMenuBtn {
  position: fixed;
  width: 580px;
  right: 3rem;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media only screen and (max-width: 1540px) {
  .headerMenuBtn {
    right: 2rem;
    transform: scale(0.8) translate(10%, -10%);
  }
}
@media only screen and (max-width: 768px) {
  .headerMenuBtn {
    display: none;
  }
}
.artPage .headerMenuBtn {
  right: 30px;
  top: 23px;
}
@media only screen and (max-width: 1540px) {
  .artPage .headerMenuBtn {
    right: 2rem;
  }
}
.headerMenuBtn__btn {
  position: relative;
  display: flex;
  width: 14.2rem;
  height: 4.8rem;
  border-radius: 100px;
  align-items: center;
  padding-left: 0.9rem;
  gap: 0.4rem;
  color: #fff;
  transition: 0.3s;
}
.headerMenuBtn__btn:hover {
  color: #fff;
  opacity: 0.6;
  transition: 0.3s;
}
.headerMenuBtn__btn span {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s;
}
.headerMenuBtn__ic {
  width: 33px;
  height: 33px;
  position: relative;
}
.headerMenuBtn__ic.mod--new::after {
  content: "";
  position: absolute;
  width: 8.17px;
  height: 8.17px;
  left: 2.1rem;
  top: 0.7rem;
  background: #EB2B64;
  border-radius: 5px;
}
.headerMenuBtn__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .headerMenuBtn__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .headerMenuBtn__txt {
    font-size: 1.4rem;
  }
}
.headerMenuBtn__info {
  border: 2px solid #258AD8;
  color: #2B5F8C;
  background-color: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 1260px) {
  .headerMenuBtn__info:not(.is-visible .headerMenuBtn__info, #sitemap .headerMenuBtn__info, #info .headerMenuBtn__info, #condition .headerMenuBtn__info) {
    width: 62px;
    height: 62px;
  }
  .headerMenuBtn__info:not(.is-visible .headerMenuBtn__info, #sitemap .headerMenuBtn__info, #info .headerMenuBtn__info, #condition .headerMenuBtn__info) .headerMenuBtn__ic {
    width: 40px;
    height: 40px;
  }
  .headerMenuBtn__info:not(.is-visible .headerMenuBtn__info, #sitemap .headerMenuBtn__info, #info .headerMenuBtn__info, #condition .headerMenuBtn__info) .headerMenuBtn__ic img {
    height: 100%;
    width: 100%;
  }
  .headerMenuBtn__info:not(.is-visible .headerMenuBtn__info, #sitemap .headerMenuBtn__info, #info .headerMenuBtn__info, #condition .headerMenuBtn__info) .headerMenuBtn__ic.mod--new::after {
    width: 10.03px;
    height: 10.03px;
    left: 2.6rem;
    top: 0.8rem;
  }
  .headerMenuBtn__info:not(.is-visible .headerMenuBtn__info, #sitemap .headerMenuBtn__info, #info .headerMenuBtn__info, #condition .headerMenuBtn__info) .headerMenuBtn__txt {
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
  }
}
.headerMenuBtn__info:hover {
  background-color: #258AD8;
  opacity: 1;
}
.headerMenuBtn__info:hover .headerMenuBtn__ic img {
  filter: grayscale(1) brightness(100);
}
.headerMenuBtn__member {
  background-color: #EB2B64;
}
.headerMenuBtn__mypage {
  background-color: #0071B9;
}
.headerMenuBtn__hamb {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #0071B9;
  position: relative;
  margin-block: 9px;
  margin-inline: auto;
}
.headerMenuBtn__hamb::before, .headerMenuBtn__hamb::after {
  content: "";
  position: absolute;
  background-color: inherit;
  height: 2px;
  width: 100%;
  left: 0;
  border-radius: 4px;
}
.headerMenuBtn__hamb::before {
  top: -7px;
}
.headerMenuBtn__hamb::after {
  bottom: -7px;
}
.headerMenuBtn__menu {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-left: 11px;
}
.headerMenuBtn__hambtxt {
  font-size: 1.3rem;
  color: #0071B9;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}
.headerMenuBtn .u-new::after {
  top: 7px;
  right: 7px;
}

.artPage .mContent.is-visible .headerMenuBtn__ic.mod--new::after {
  display: none;
}

/* ------------------------------------------------------------
    infoMenu
------------------------------------------------------------ */
/* ------------------------------------------------------------
    contentMenu
------------------------------------------------------------ */
.contentMenu .sitemap-wrapper {
  padding: 11rem 3% 4rem;
}
.contentMenu .site-footer {
  padding: 2rem 0;
}
.contentMenu .copyright-bar {
  background: unset;
  color: #333333;
  z-index: 20;
  position: relative;
  text-align: right;
  max-width: 1700px;
  width: 90%;
  margin-inline: auto;
  padding: 0 0 2rem;
}

.nav-contwrap {
  height: 100%;
  overflow: scroll;
  opacity: 0;
  transition: 0.3s;
}
.is-visible .nav-contwrap {
  opacity: 1;
  transition: 0.3s;
}

.sitemap-wrapper-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sitemap-wrapper-sp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    max-width: 1800px;
    margin: 0 auto;
    padding: 16px 3% 60px;
    padding-bottom: 10rem;
  }
}
.sitemap-wrapper-sp .site-footer {
  padding-bottom: unset;
  padding-top: 3rem;
}
.sitemap-wrapper-sp .footer-logos {
  width: 100%;
}

.sitemap-top {
  padding: 0 28px;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.9rem, 1.3vw, 2.4rem);
  font-weight: 700;
  color: #333333;
  margin-bottom: 4rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sitemap-top {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sitemap-top {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #sitemap .sitemap-top {
    display: none;
  }
}
.sitemap-top a {
  position: relative;
}
.sitemap-top a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #5A9FD4;
}
.sitemap-top a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  width: 10px;
  height: 10px;
  background-color: #5A9FD4;
  border-radius: 10px;
  overflow: hidden;
}

.nav-category__ttl {
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
  padding: 1rem;
  color: #666;
}
.nav-category__ttl.mod--p {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .mod--business .nav-category__ttl {
    padding: 2rem 1rem 0;
  }
}
.nav-category__inner {
  position: relative;
  background: #fff;
  padding: 0.7rem 0.95rem;
}
.nav-category.mod--purpose .nav-groupSp {
  border-bottom: dotted #5A9FD4 0.1rem;
  border-right: none;
  margin-bottom: 0.35rem;
  padding-bottom: 0.35rem;
  width: 100%;
}
.nav-category.mod--purpose .nav-groupSp:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-category.mod--business .nav-category__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  justify-items: center;
  background: unset;
  padding-inline: unset;
  gap: 1rem;
}
.nav-category.mod--business .nav-groupSp {
  background-color: #fff;
  border-radius: 1000px;
  aspect-ratio: 1/1;
}
.nav-category.mod--sumai .nav-category__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  justify-items: center;
}
@media only screen and (max-width: 768px) {
  .nav-category.mod--sumai .nav-category__inner {
    background: unset;
    border: unset;
    padding: unset;
    grid-template-columns: 1fr;
    text-align: left;
    justify-items: flex-start;
    gap: 1rem;
    padding-left: 1rem;
  }
}
.nav-category.mod--sumai .nav-groupSp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: dotted #5A9FD4 0.1rem;
}
.nav-category.mod--sumai .nav-groupSp:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .nav-category.mod--sumai .nav-groupSp {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    border: unset;
    width: 66%;
    min-width: 24rem;
  }
}
.nav-category.mod--sumai .nav-groupSp__heading {
  font-size: 1.4rem;
}
.nav-category .nav-groupSp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-category .nav-groupSp:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-category .nav-groupSp__heading {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  grid-row: unset;
}
.nav-category .nav-groupSp__heading small {
  font-size: 1.3rem;
}

.nav-groupSp {
  position: relative;
}
.nav-groupSp__heading {
  font-size: 1.9rem;
  font-weight: 600;
}
.nav-groupSp__heading button {
  color: #333333;
}
.nav-groupSp__list, .nav-groupSp__heading {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.nav-groupSp__list a,
.nav-groupSp__list button, .nav-groupSp__heading a,
.nav-groupSp__heading button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.15s;
  letter-spacing: 0.01em;
  padding: 1.8rem 2rem;
  width: 100%;
  border-radius: 1rem;
  transition: 0.3s;
  text-align: left;
}
.nav-groupSp__list a .c-icon-plus,
.nav-groupSp__list button .c-icon-plus, .nav-groupSp__heading a .c-icon-plus,
.nav-groupSp__heading button .c-icon-plus {
  color: #5A9FD4;
}
.nav-groupSp__list a, .nav-groupSp__heading a {
  padding: 1.5rem 2rem;
  font-weight: 400;
}
.nav-groupSp__list {
  border-radius: 1rem;
  background: #F5F5F5;
  margin-block: 0.7rem;
}
.nav-groupSp__list li a .u-arw--ku {
  color: #6690AD;
  width: 0.68em;
  height: 0.68em;
}
.nav-groupSp__icon {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .nav-groupSp__icon {
    width: 4rem;
    height: 4rem;
  }
}
.nav-groupSp__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-groupSp.is-active .nav-groupSp__heading button {
  color: #fff;
  background: #5A9FD4;
}
.nav-groupSp.is-active .nav-groupSp__heading .c-icon-plus {
  color: #fff;
}

/* ------------------------------------------------------------
    spNavBar
------------------------------------------------------------ */
.spNavBar {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: #ecf6ff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  display: none;
  justify-content: space-between;
  padding: 4px 0 22px 0;
  height: 70px;
  z-index: 200;
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: initial;
}
@media only screen and (max-width: 768px) {
  .spNavBar {
    display: flex;
  }
}
.spNavBar.hidden {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.spNavBar.vBlack {
  background-color: #222;
  box-shadow: none;
  border: solid 1px #4e4e4e;
}
.spNavBar.vBlack .spNavBar__item.-menuBtn {
  background: #4e4e4e;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.spNavBar.vBlack .spNavBar__item.-menuBtn .circle::after {
  background: linear-gradient(-45deg, rgb(43, 165, 255) 0%, rgb(0, 113, 185) 100%);
}
@media only screen and (max-width: 768px) {
  .spNavBar.vBlack .spNavBar__item.-menuBtn .circle::after {
    background: transparent;
  }
}
.spNavBar.vBlack .spNavBar__item.-menuBtn .menuTxt {
  position: absolute;
  font-size: 9px;
}
.spNavBar.vBlack .spNavBar__item .item-in p {
  color: #ddd;
}
.spNavBar__item {
  width: 20%;
}
.spNavBar__item.-menuBtn {
  position: relative;
  top: -14px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(-45deg, rgb(43, 165, 255) 0%, rgb(0, 113, 185) 100%);
  padding: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: solid 3px #fff;
  box-shadow: 0 3px 6px #777777;
}
.spNavBar__item.-menuBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spNavBar__item.-menuBtn.is-active .spNavBar__hamburger span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.spNavBar__item.-menuBtn.is-active .spNavBar__hamburger span:nth-of-type(2) {
  opacity: 0;
}
.spNavBar__item.-menuBtn.is-active .spNavBar__hamburger span:last-of-type {
  bottom: unset;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.spNavBar__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.spNavBar__item a .item-in {
  height: 46px;
}
.spNavBar__item a .item-in .icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 4px;
}
.spNavBar__item a .item-in p {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: #777;
  color: #0071B9;
  white-space: nowrap;
  line-height: 1;
}
.spNavBar__hamburger {
  position: relative;
  z-index: 1;
  width: 2.8rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}
.spNavBar__hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  transition: top 0.3s, bottom 0.3s, transform 0.3s, opacity 0.3s;
}
.spNavBar__hamburger span:first-of-type {
  top: 0;
}
.spNavBar__hamburger span:last-of-type {
  top: 100%;
}
.spNavBar__hamburger.is-active span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.spNavBar__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.spNavBar__hamburger.is-active span:last-of-type {
  bottom: unset;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.spNavBar .u-new::after {
  top: 4px;
  right: -2px;
}

body.is-hidden,
html.is-hidden {
  overflow: hidden;
}

/* ------------------------------------------------------------
    footer Caption
------------------------------------------------------------ */
.logo-marimo {
  width: 24.5rem;
  padding: 17px 18px;
}

.logo-marimo-grp {
  width: 28rem;
  padding: 17px 18px;
}

.logo-marimo-holdings {
  width: 21.2rem;
  padding: 14px 22px 12px;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  footer {
    background-color: #EDF7FF;
    padding-bottom: 7rem;
  }
}

@media only screen and (max-width: 768px) {
  .mod--sumainavi-footer footer {
    padding-bottom: 0rem;
  }
}

.p-footerwrap {
  width: 100%;
  background-color: white;
  z-index: 4;
  position: relative;
}

/* ─── パンくず ─── */
.breadcrumb {
  background: #5A9FD4;
  padding: 15px 5%;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 20px 5%;
  }
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb .sep {
  opacity: 0.7;
  font-size: 10px;
}

/* ─── メインコンテンツ ─── */
.sitemap-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 3%;
}
@media only screen and (max-width: 768px) {
  .sitemap-wrapper {
    display: none;
  }
}

/* ─── 5列グリッド ─── */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media only screen and (max-width: 1260px) {
  .sitemap-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sitemap-col {
  padding: 0 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.sitemap-col.mod--bord {
  justify-content: space-between;
}
.sitemap-col.mod--bord::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #5A9FD4 4px, transparent 4px);
  background-size: 1px 10px;
  background-repeat: repeat-y;
  background-position: left bottom;
}
@media only screen and (max-width: 1260px) {
  .sitemap-col.mod--bord {
    grid-column: span 4;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 1260px) {
  .sitemap-link {
    position: relative;
  }
  .sitemap-link::after {
    content: "";
    left: -15px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, #5A9FD4 4px, transparent 4px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
}

/* ─── グループ（左ボーダー付き） ─── */
.nav-group {
  position: relative;
}
.nav-group::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #5A9FD4;
}
.nav-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 6px;
  height: 6px;
  background-color: #5A9FD4;
  border-radius: 10px;
  overflow: hidden;
}
.nav-group.noleft::after, .nav-group.noleft::before {
  display: none;
}
.mod--bord .nav-group {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-group__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.9rem, 1.3vw, 2.4rem);
  font-weight: 700;
  color: #333333;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .nav-group__heading {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .nav-group__heading {
    font-size: 1.6rem;
  }
}
.nav-group__heading.mod--ltrsp {
  letter-spacing: -0.3rem;
}

.nav-group__list {
  list-style: none;
}

.nav-group__list li {
  margin-bottom: 2rem;
}

.nav-group__list a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  transition: color 0.15s;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .nav-group__list a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .nav-group__list a {
    font-size: 1.4rem;
  }
}

.nav-group__list a:hover {
  color: #2B5F8C;
}

/* 外部リンクアイコン */
.link-external {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  transition: color 0.15s;
  padding: 10px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .link-external {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .link-external {
    font-size: 1.4rem;
  }
}
.link-external .u-arw--r {
  color: #0071B9;
}

.link-external:last-child {
  border-bottom: none;
}

.link-external:hover {
  color: #2B5F8C;
}

.link-external .icon-ext {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  opacity: 0.5;
}

/* ─── ロゴエリア（5列目下部） ─── */
.logo-area {
  margin-top: auto;
  padding-top: 16px;
}

.logo-area .logo-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.logo-area img {
  max-width: 160px;
  height: auto;
  display: block;
}

/* ─── フッター ─── */
.site-footer {
  padding: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1700px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding: 2rem 0;
    flex-direction: column;
  }
}
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #5A9FD4 4px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  .site-footer::after {
    display: none;
  }
}

.footer-links {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .footer-links {
    order: 2;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 2rem 0;
    gap: 2rem 0.5rem;
  }
  .footer-links .mod--splong {
    grid-area: 2/3 span;
    justify-content: center;
  }
}

.footer-links a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-links a {
    justify-content: space-between;
  }
}
.footer-links a .u-arw--ku {
  width: 1rem;
  height: 1rem;
  color: #0071B9;
}

.footer-links a:hover {
  color: #2B5F8C;
}

.footer-links .icon-ext {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer-logos {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .footer-logos::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #5A9FD4 4px, transparent 4px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logos a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
  }
}
.footer-logos a.mod--ban {
  padding: 0;
}

/* ─── コピーライト ─── */
.copyright-bar {
  background: #2B5F8C;
  text-align: center;
  padding: 12px;
  font-size: 11px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .copyright-bar {
    font-size: 9px;
  }
}

/* ─── トップへ戻るボタン ─── */
.back-to-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 6rem;
  height: 6rem;
  font-size: 9px;
  border-radius: 1rem;
  background: #D5ECFF;
  color: #666666;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 2px;
  transition: background 0.3s;
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    right: 18px;
    bottom: 86px;
    width: 5rem;
    height: 5rem;
    font-size: 9px;
  }
}
.back-to-top .icon {
  width: 33px;
  height: 33px;
  border-radius: 1000px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .back-to-top .icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.back-to-top .u-arw--r {
  transform: rotate(270deg);
  width: 12px;
  background: #333333;
  color: #333333 !important;
}
.back-to-top .u-arw--r::before {
  width: 8.8px;
  height: 8.8px;
}
.artPage .back-to-top {
  right: unset;
  left: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .artPage .back-to-top {
    width: 5rem;
    height: 5rem;
    bottom: 8.7rem;
    right: 1rem;
    left: unset;
    font-size: 9px;
  }
}

.back-to-top:hover {
  background: #2B5F8C;
  color: white;
}

.back-to-top svg {
  width: 16px;
  height: 16px;
}

/* SVGアイコン（外部リンク矢印） */
.ext-svg {
  display: inline-block;
  vertical-align: middle;
}

.u-arw--r {
  color: #0071B9 !important;
}

/* =========================================================
   RIGHT NAVIGATION PANEL
   ========================================================= */
.side-nav {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: fit-content;
  padding: 10rem 3rem 2rem;
  background: #EDF7FF;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}
.side-nav::-webkit-scrollbar, .side-nav::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}
.artPage .side-nav {
  position: relative;
  opacity: 1;
  width: 100%;
  min-height: 100%;
  height: fit-content;
  right: unset;
  left: unset;
  max-width: unset;
  min-width: unset;
  transform: unset;
  pointer-events: all;
  padding: 10rem 3rem 2rem;
}
.artPage .side-nav::-webkit-scrollbar, .artPage .side-nav::-webkit-scrollbar {
  display: none;
}
.side-nav .p-head-cr {
  display: none;
}

.side-nav.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  overflow-y: auto;
  letter-spacing: 0em;
}

#top .p-head-cr {
  display: block;
  color: currentColor;
  background: unset;
  text-align: center;
  padding: 0;
}

/* ===== カテゴリGrid ===== */
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "buy buy buy build build build" "sell sell invest invest connect connect";
  gap: 1.8rem;
  margin-bottom: 2rem;
  list-style: none;
}

.cat-item--buy {
  grid-area: buy;
}

.cat-item--build {
  grid-area: build;
}

.cat-item--sell {
  grid-area: sell;
}

.cat-item--invest {
  grid-area: invest;
}

.cat-item--connect {
  grid-area: connect;
}

.cat-item a {
  display: grid;
  grid-template-rows: 1fr max-content;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.cat-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 240/171;
  border-radius: 12px;
  overflow: hidden;
  background: #a0c8e0;
}
.cat-thumb.mod--w {
  aspect-ratio: 332/172;
}

.cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cat-item a:hover .cat-thumb img {
  transform: scale(1.06);
}

/* ホバーオーバーレイ */
.cat-overlay {
  position: absolute;
  inset: 0;
  background: rgba(80, 150, 200, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.cat-item a:hover .cat-overlay {
  opacity: 1;
}

.cat-overlay .txt {
  color: #fff;
  font-size: clamp(1.3rem, 0.9vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cat-overlay .txt .u-arw--ku {
  width: 0.7em;
  height: 0.7em;
}

.cat-label {
  margin-top: 6px;
  font-size: clamp(1rem, 0.9vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* ===== 丸ボタンGrid（事業） ===== */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-bottom: 2rem;
  list-style: none;
}

.biz-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1/1;
  color: #334;
}

.biz-circle {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s, transform 0.25s;
}
.biz-circle .biz-icon {
  width: 7rem;
  height: 7rem;
}
@media only screen and (max-width: 1260px) {
  .biz-circle .biz-icon {
    width: 4rem;
    height: 4rem;
  }
}

.biz-item:hover .biz-circle {
  box-shadow: 0 4px 16px rgba(80, 140, 200, 0.35);
  transform: translateY(-2px);
}

.biz-circle img {
  max-width: 77px;
  max-height: 77px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

.biz-label {
  font-size: clamp(1rem, 0.9vw, 1.8rem);
  font-weight: 600;
  text-align: center;
  color: #334;
  letter-spacing: 0.02em;
}
/* ===== 下部2ボタン ===== */
.tool-buttons {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  gap: 3rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1260px) {
  .tool-buttons {
    gap: 1rem;
  }
}

.tool-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 40px;
  font-size: clamp(0.9rem, 0.9vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  justify-content: center;
  transition: 0.3s;
}
@media only screen and (max-width: 1260px) {
  .tool-btn {
    gap: 0.3rem;
  }
}

.tool-btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.tool-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ============================================
右固定ナビ
============================================ */
.p-side-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 35.05%;
  max-width: 68rem;
  min-width: 360px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #dde6ef;
  overflow-y: auto;
  z-index: 4;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 768px) {
  .p-side-nav {
    display: none;
  }
}
.artPage .p-side-nav {
  z-index: 3;
}
@media only screen and (max-width: 1260px) {
  .artPage .p-side-nav {
    display: none;
  }
}
.p-side-nav__content {
  transition: opacity 0.25s;
  height: fit-content;
}
.p-side-nav__content.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-side-nav .nav-category__ttl {
  padding-inline: unset;
  padding-top: unset;
}

/* ============================================
   住まいナビ（濃いブルー帯）
   ============================================ */
.sumai-navi {
  background: #1565c0;
  padding: 7rem 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sumai-navi {
    padding: 4rem 0 1rem;
  }
}
.sumai-navi__header {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .sumai-navi__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.sumai-navi__icon {
  width: 24rem;
}
.sumai-navi__heading {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.sumai-navi__subtext {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .sumai-navi__subtext {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sumai-navi__subtext {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sumai-navi__subtext {
    width: 90%;
    margin-inline: auto;
  }
}
.sumai-navi__cards {
  margin: 0 auto;
}
.sumai-navi__card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  color: #333;
  border-radius: 3rem;
  height: 100%;
  overflow: hidden;
  box-shadow: 1px 3px 8px #535353;
  display: grid;
  grid-template-rows: max-content 1fr;
}
.sumai-navi__card-img {
  width: 100%;
  aspect-ratio: 372/342;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  background: #b8d4ea;
}
@media only screen and (max-width: 768px) {
  .sumai-navi__card-img {
    aspect-ratio: 307/143;
  }
}
.sumai-navi__card-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.sumai-navi__card-img.mod--bot img {
  object-position: bottom;
}
.sumai-navi__card-body {
  padding: 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .sumai-navi__card-body {
    padding: 2rem 2rem;
  }
}
.sumai-navi__card-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sumai-navi__card-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sumai-navi__card-title {
    font-size: 1.6rem;
  }
}
.sumai-navi__card-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sumai-navi__card-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sumai-navi__card-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sumai-navi__card-text {
    margin-bottom: 1rem;
  }
}
.sumai-navi__card-link {
  font-size: 16px;
  width: 16rem;
  height: 4.9rem;
  background-color: #258AD8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-inline: auto;
  border-radius: 3rem;
  transition: 0.3s;
}
.sumai-navi__card-link .u-arw--r {
  color: #fff !important;
  background-color: #fff;
}
.sumai-navi__card-link .u-arw--ku {
  width: 0.75em;
  height: 0.75em;
}
.sumai-navi__card-link:hover, .sumai-navi__card-link:focus {
  background-color: #5A9FD4;
  color: #fff;
  transition: 0.3s;
}

#sumanavi-slider {
  width: 90%;
  padding: unset;
}
@media only screen and (max-width: 768px) {
  #sumanavi-slider {
    width: 100%;
    padding: 0 8vw;
  }
}
#sumanavi-slider .slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  left: unset;
}
@media only screen and (max-width: 768px) {
  #sumanavi-slider .slides {
    display: flex;
    left: -100%;
  }
}
#sumanavi-slider .slider-dotcont {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sumanavi-slider .slider-dotcont {
    display: flex;
  }
}
#sumanavi-slider .inner {
  background-color: unset;
  padding-bottom: 6px;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  #sumanavi-slider .inner {
    width: 95%;
  }
}
#sumanavi-slider .slider-control {
  background-color: #5A9FD4;
  box-shadow: 0 2px 5px #505050;
  display: none;
}
@media only screen and (max-width: 768px) {
  #sumanavi-slider .slider-dots {
    margin-block: 1rem;
  }
}
#sumanavi-slider .slider-dots span {
  background-color: #B2B2B2;
}
#sumanavi-slider .slider-dots span.active {
  background-color: #D5ECFF;
}

/* ------------------------------------------------------------
	image caption
------------------------------------------------------------ */
/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
.u-btn-play {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.5,7.5v21 M25.5,7.5v21'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.u-btn-play.js-pause {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,9c0-0.8,0.7-1.5,1.5-1.5c0.3,0,0.6,0.1,0.9,0.3l12,9c0.7,0.5,0.8,1.4,0.3,2.1c-0.1,0.1-0.2,0.2-0.3,0.3 l-12,9c-0.7,0.5-1.6,0.4-2.1-0.3C12.1,27.6,12,27.3,12,27V9z'/%3E%3C/svg%3E%0A");
}

/* ------------------------------------------------------------
	icon
------------------------------------------------------------ */
.c-icon-plus {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transition: 0.3s;
}

.c-icon-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s;
}

.js-minus .c-icon-plus::before {
  width: 0;
  height: 0;
  transition: 0.3s;
}

.js-minus .c-icon-plus {
  transform: rotate(180deg);
  transition: 0.3s;
}

.u-arw--r {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  transform: rotate(315deg) translateY(2px);
}
.u-arw--r::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg) translateY(0px);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.08em;
  box-sizing: border-box;
}
.u-arw--ku {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw--ku::before, .u-arw--ku::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw--ku::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw--ku::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-nolink {
  cursor: default;
  pointer-events: none;
}

.u-anchor {
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -5rem;
  padding-top: 5rem;
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

/* ------------------------------------------------------------
    line
------------------------------------------------------------ */
.u-line {
  display: block;
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.u-container {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
    flex layout
------------------------------------------------------------ */
.u-flex {
  width: 100%;
  display: flex;
}
.u-flex.flex-btw {
  justify-content: space-between;
}
.u-flex.flex-btw-basis {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .u-flex.flex-btw-basis {
    flex-direction: column;
  }
}
.u-flex.flex-ard {
  justify-content: space-around;
}
.u-flex.flex-row {
  flex-direction: row;
}
.u-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex.flex-col {
  flex-direction: column;
}
.u-flex.flex-col-reverse {
  flex-direction: column-reverse;
}
.u-flex.flex-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .u-flex.sm_flex-row {
    flex-direction: row;
  }
  .u-flex.sm_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex.sm_flex-col {
    flex-direction: column;
  }
  .u-flex.sm_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .u-flex.sm_flex-wrap {
    flex-wrap: wrap;
  }
}

.u-img--wide {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .u-img--wide {
    overflow-x: scroll;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .u-img--wide img {
    width: 200%;
    max-width: 200%;
  }
}
@media only screen and (max-width: 768px) {
  .u-img--wider img {
    width: 300%;
    max-width: 300%;
  }
}
@media only screen and (max-width: 768px) {
  .u-img--zoom {
    position: relative;
  }
}

/* ------------------------------------------------------------
    text
------------------------------------------------------------ */
main img {
  width: 100%;
}/*# sourceMappingURL=common.css.map */