@charset "UTF-8";
.dokodemosofy-block-list {
  display: flex;
  flex-direction: column;
  gap: 37px 0;
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (min-width: 769px) {
  .dokodemosofy-block-list {
    flex-direction: row;
    width: 100%;
    max-width: 900px;
    gap: 0 8%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .dokodemosofy-block-list .section {
    width: 46%;
  }
}
.dokodemosofy-block-list .section .dokodemosofy-block-list-item {
  padding: 15px;
  border-radius: calc(infinity * 1px);
  text-align: center;
  color: var(--dokodemosofy-color-white-01);
  position: relative;
  cursor: pointer;
}
.dokodemosofy-block-list .section .dokodemosofy-block-list-item::before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .dokodemosofy-block-list .section .dokodemosofy-block-list-item::before {
    width: 50px;
    height: 50px;
  }
}
.dokodemosofy-block-list .section .dokodemosofy-block-list-item::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 0;
  content: "別ウインドウで開きます";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dokodemosofy-block-list .section .dokodemosofy-block-list-item a {
  line-height: 1.4;
  font-size: calc(16 * var(--rem));
  font-weight: bold;
  color: inherit;
}
@media screen and (min-width: 769px) {
  .dokodemosofy-block-list .section .dokodemosofy-block-list-item a {
    font-size: calc(18 * var(--rem));
  }
}
.dokodemosofy-block-list .section .dokodemosofy-block-list-item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background-color: transparent;
}
.dokodemosofy-block-list .section:nth-child(1) .dokodemosofy-block-list-item {
  background-color: var(--dokodemosofy-color-pink-01);
}
.dokodemosofy-block-list .section:nth-child(1) .dokodemosofy-block-list-item::before {
  background-image: url(/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-dl-ill.svg);
}
.dokodemosofy-block-list .section:nth-child(2) .dokodemosofy-block-list-item {
  background-color: var(--dokodemosofy-color-blue-02);
}
.dokodemosofy-block-list .section:nth-child(2) .dokodemosofy-block-list-item::before {
  background-image: url(/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank-ill.svg);
}
.schoolsofy .dokodemosofy-block {
  margin: 0 10px;
}

.officesofy .dokodemosofy-block {
  margin: 0 10px;
}

.dokodemosofy-float {
  display: none;
}
@media screen and (min-width: 769px) {
  .dokodemosofy-float {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    position: fixed;
    top: 251px;
    right: 0;
    z-index: 1;
  }
}
.dokodemosofy-float-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 250px;
  border-radius: 10px 0 0 10px;
  color: var(--dokodemosofy-color-white-01);
  background-color: var(--dokodemosofy-color-blue-02);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(18 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 83px;
  cursor: pointer;
}
.dokodemosofy-float-item::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dokodemosofy-float-item::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 12.6px;
  height: 12.6px;
  font-size: 0;
  content: "別ウインドウで開きます";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dokodemosofy-float-item a {
  color: inherit;
}
.dokodemosofy-float-item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background-color: transparent;
}
.dokodemosofy-float .section:nth-child(1) .dokodemosofy-float-item {
  background-color: var(--dokodemosofy-color-pink-01);
}
.dokodemosofy-float .section:nth-child(1) .dokodemosofy-float-item::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-dl-ill.svg");
}
.dokodemosofy-float .section:nth-child(2) .dokodemosofy-float-item {
  background-color: var(--dokodemosofy-color-blue-02);
}
.dokodemosofy-float .section:nth-child(2) .dokodemosofy-float-item::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank-ill.svg");
}

.dokodemosofy-float-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dokodemosofy-float-sp {
    display: flex;
    justify-content: space-between;
    color: var(--dokodemosofy-color-white-01);
    font-size: calc(14 * var(--rem));
    line-height: 1.4444444444;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 325px;
    height: 55px;
    gap: 8px;
  }
}
.dokodemosofy-float-sp-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 158.5px;
  height: 100%;
  padding: 0 0 0 50px;
  position: relative;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.dokodemosofy-float-sp-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dokodemosofy-float-sp-item::after {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 14px;
  height: 14px;
  font-size: 0;
  content: "別ウインドウで開きます";
  background-image: url(/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dokodemosofy-float-sp-item a {
  text-align: center;
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.dokodemosofy-float-sp-item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background-color: transparent;
}
.dokodemosofy-float-sp .section:nth-child(1) .dokodemosofy-float-sp-item {
  background-color: var(--dokodemosofy-color-pink-01);
}
.dokodemosofy-float-sp .section:nth-child(1) .dokodemosofy-float-sp-item::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-dl-ill.svg");
}
.dokodemosofy-float-sp .section:nth-child(2) .dokodemosofy-float-sp-item {
  background-color: var(--dokodemosofy-color-blue-02);
}
.dokodemosofy-float-sp .section:nth-child(2) .dokodemosofy-float-sp-item::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank-ill.svg");
}

.nav-item:nth-child(4) {
  padding-right: 0;
}
.nav-item:nth-child(4) a::before {
  right: 0;
}
.nav-item .nav-info-btn-wrap {
  padding-right: 32px;
  position: relative;
}
.nav-item .nav-info-btn-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12.6px;
  height: 12.6px;
  font-size: 0;
  content: "別ウインドウで開きます";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-info-btn .sp {
  display: initial;
}
@media screen and (min-width: 769px) {
  .nav-info-btn .sp {
    display: none;
  }
}

.active .nav-item .nav-info-btn-wrap {
  border-radius: calc(infinity * 1px);
  position: relative;
  padding: 15px;
  z-index: 0;
  cursor: pointer;
}
.active .nav-item .nav-info-btn-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.active .nav-item .nav-info-btn-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 0;
  content: "別ウインドウで開きます";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.active .nav-item .nav-info-btn-wrap a {
  line-height: 1.4;
  font-size: calc(14 * var(--rem));
  font-weight: bold;
  color: var(--dokodemosofy-color-white-01);
}
.active .nav-item .nav-info-btn-wrap a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background-color: transparent;
}
.active .nav-item:nth-child(4) .nav-info-btn-wrap {
  background-color: var(--dokodemosofy-color-pink-01);
}
.active .nav-item:nth-child(4) .nav-info-btn-wrap::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-dl-ill.svg");
}
.active .nav-item:nth-child(5) .nav-info-btn-wrap {
  background-color: var(--dokodemosofy-color-blue-02);
}
.active .nav-item:nth-child(5) .nav-info-btn-wrap::before {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/icon-blank-ill.svg");
}