*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #666666;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
a {
  text-decoration: none;
  color: #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  text-decoration: none;
}

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

br.sp {
  display: none;
}
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
main {
  position: relative;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 15vw;
  z-index: 9999;
}
header #lgo {
  width: 8vw;
  height: 2.25vw;
  margin: 2.5vw 0 0 5vw;
  transition: all 0.2s;
}
header #lgo > a {
  display: block;
}
header #mnu-nav {
  margin-top: 3.25vw;
}
header #mnu-nav .cat-set {
  padding: 0.75em 0;
}
header #mnu-nav .cat-set.-mt- {
  margin-top: 0.5em;
}
header #mnu-nav .cat-set .s1 {
  display: block;
  margin-left: 5vw;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
header #mnu-nav .cat-set .s1:hover {
  color: #81c9ef;
}
header #mnu-nav .cat-set .s1.bld {
  color: #007bbd;
  font-weight: 700;
}
header #mnu-nav .cat-set .s1.bld:hover {
  color: #007bbd;
}
header #mnu-nav .cat-set .s1.ist {
  width: 2vw;
  height: 2vw;
}
header #mnu-nav .cat-set .s2 {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 15vw;
  width: 22.5vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
header #mnu-nav .cat-set .s2.open {
  opacity: 1;
  pointer-events: auto;
}
header #mnu-nav .cat-set .s2.open .cover {
  height: 100%;
}
header #mnu-nav .cat-set .s2.open > ul {
  opacity: 1;
}
header #mnu-nav .cat-set .s2 .cover {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e3f3fb;
  transition: all 0.4s;
}
header #mnu-nav .cat-set .s2 > ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  padding: 2em;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header #mnu-nav .cat-set .s2 > ul::-webkit-scrollbar {
  display: none;
}
header #mnu-nav .cat-set .s2 > ul {
  opacity: 0;
  transition: all 0.3s 0.3s;
}
header #mnu-nav .cat-set .s2 > ul.pdt-person {
  justify-content: center;
}
header #mnu-nav .cat-set .s2 > ul.pdt-person li + li {
  margin-top: 0.5em;
}
header #mnu-nav .cat-set .s2 > ul li + li {
  margin-top: 1em;
}
header #mnu-nav .cat-set .s2 > ul li > a {
  line-height: 1.5em;
  transition: all 0.2s;
}
header #mnu-nav .cat-set .s2 > ul li > a:hover {
  color: #81c9ef;
}
header.mini {
  width: 10vw;
}
header.mini #lgo {
  width: 5.2vw;
  height: 1.4625vw;
  margin: 2.5vw 0 0 2.5vw;
}
header.mini #mnu-nav {
  margin-top: 2.75vw;
}
header.mini #mnu-nav .cat-set {
  padding: 0.6em 0;
}
header.mini #mnu-nav .cat-set.-mt- {
  margin-top: 0.75em;
}
header.mini #mnu-nav .cat-set .s1 {
  margin-left: 2.5vw;
  font-size: 1.0625vw;
}
header.mini #mnu-nav .cat-set .s2 {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 10vw;
  width: 20vw;
}
header.mini #mnu-nav .cat-set .s2 > ul li + li {
  margin-top: 0.8em;
}
header.mini #mnu-nav .cat-set .s2 > ul li > a {
  font-size: 0.85vw;
}
header.mini #mnu-nav .cat-set .s2 > ul.pdt-person {
  justify-content: center;
}
header.mini #mnu-nav .cat-set .s2 > ul.pdt-person li + li {
  margin-top: 0.4em;
}
header #mnu-btn, header #mnu-hide {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  header #lgo {
    margin: 4vw 0 0 4vw;
  }
  header #mnu-nav {
    display: none;
  }
  header #mnu-btn {
    position: fixed;
    top: 2vw;
    right: 3vw;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9vw;
    height: 10.35vw;
    background-image: url(/_/images/common/bgi_honeycomb_blue1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s;
    z-index: 10000;
  }
  header #mnu-btn > span {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    transition: all 0.3s;
  }
  header #mnu-btn.open {
    transform: rotate(90deg);
  }
  header #mnu-btn.open > span {
    transform: rotate(-90deg);
  }
  header #mnu-hide {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: auto;
    padding-top: 6vw;
    background-color: #f0faff;
    transform: scale(1.1);
    transition: all 0.3s;
    z-index: 9999;
  }
  header #mnu-hide.open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  header #mnu-hide .btn-insta {
    margin-top: 4vw;
  }
  header #mnu-hide .btn-insta > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header #mnu-hide .btn-insta > a > img {
    width: 3vw;
    height: 3vw;
  }
  header #mnu-hide .btn-insta > a > span {
    display: block;
    margin-left: 1em;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  header #lgo {
    width: 16vw;
    height: 4.5vw;
    margin: 6vw 0 0 6vw;
  }
  header #mnu-btn {
    position: fixed;
    top: 4vw;
    right: 4.5vw;
    bottom: auto;
    left: auto;
    width: 17vw;
    height: 19.55vw;
  }
  header #mnu-hide {
    padding-bottom: 15vw;
    overflow-y: scroll;
  }
  header #mnu-hide .btn-insta {
    margin-top: 10vw;
  }
  header #mnu-hide .btn-insta > a > img {
    width: 8vw;
    height: 8vw;
  }
  header #mnu-hide .btn-insta > a > span {
    font-size: 3.4vw;
  }
}
footer {
  margin-top: 12.5vw;
}

.footer-upper {
  text-align: center;
}
.footer-upper > a {
  display: block;
  width: 15vw;
  margin: 0 auto;
}
.footer-upper > a .f20 {
  margin-top: 1em;
  color: #007bbd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7.5vw;
}
.footer-nav .cat-set {
  display: flex;
  flex-direction: column;
  margin: 0 3em;
}
.footer-nav .cat-set .s1 {
  width: 100%;
  color: #007bbd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.footer-nav .cat-set .s1:first-letter {
  color: #81c9ef;
}
.footer-nav .cat-set .s1 + .s1 {
  margin-top: 2em;
}
.footer-nav .cat-set .s2 {
  margin-top: 1.7em;
}
.footer-nav .cat-set .s2 li + li {
  margin-top: 0.6em;
}
.footer-nav .cat-set .s2 li > a {
  line-height: 1.4em;
  transition: all 0.2s;
}
.footer-nav .cat-set .s2 li > a:hover {
  color: #81c9ef;
}
.footer-nav .cat-set .s2 + .s1 {
  margin-top: 2em;
}

.footer-entry {
  display: none;
}

.footer-bottom {
  margin-top: 7vw;
  padding-bottom: 4vw;
  text-align: center;
}
.footer-bottom > a::after {
  content: "";
  display: inline-block;
  width: 0.875vw;
  height: 0.75vw;
  margin-left: 0.5em;
  background-image: url(/_/images/common/ico_blank_gr.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.footer-bottom > small {
  display: block;
  margin-top: 3em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1024px) {
  .footer-upper > a {
    width: 20vw;
  }
  .footer-upper > a .f20 {
    font-size: 1.5vw;
  }
  .footer-nav {
    margin-top: 9vw;
  }
  .footer-nav .cat-set {
    margin: 0 1.9em;
  }
  .footer-nav .cat-set .s1 {
    font-size: 2.4vw;
  }
  .footer-nav .cat-set .s2 {
    margin-top: 1.5em;
  }
  .footer-nav .cat-set .s2 li + li {
    margin-top: 0.5em;
  }
  .footer-nav .cat-set .s2 li > a {
    font-size: 1.2vw;
  }
  .footer-entry {
    display: flex;
    justify-content: center;
    margin-top: 7.5vw;
  }
  .footer-entry > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 3em;
    margin: 0 0.75em;
    background-color: #007bbd;
  }
  .footer-entry > a > span {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .footer-bottom {
    margin-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 15vw;
  }
  .footer-upper > a {
    width: 40vw;
  }
  .footer-upper > a .f20 {
    font-size: 3.25vw;
  }
  .footer-nav {
    display: none;
  }
  .footer-entry {
    margin-top: 10vw;
  }
  .footer-entry > a {
    width: 9.5em;
    height: 3.5em;
    margin: 0 0.4em;
  }
  .footer-bottom {
    margin-top: 7.5vw;
    padding-bottom: 10vw;
  }
  .footer-bottom > a::after {
    width: 2.625vw;
    height: 2.25vw;
  }
  #mnu-hide .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
  }
  #mnu-hide .footer-nav .cat-set {
    width: 76vw;
    margin: 0 1.5em;
  }
  #mnu-hide .footer-nav .cat-set + .cat-set {
    margin-top: 4em;
  }
  #mnu-hide .footer-nav .cat-set .s1 {
    font-size: 6.6vw;
  }
  #mnu-hide .footer-nav .cat-set .s2 {
    margin-top: 1.5em;
  }
  #mnu-hide .footer-nav .cat-set .s2 li + li {
    margin-top: 0.9em;
  }
  #mnu-hide .footer-nav .cat-set .s2 li > a {
    font-size: 3.4vw;
  }
  #mnu-hide .footer-nav .cat-set .s2 + .s2 {
    margin-left: 0;
  }
  #mnu-hide .footer-entry {
    margin-top: 15vw;
  }
}
.f11, .f11 * {
  font-size: 0.6875vw;
}

.f12, .f12 * {
  font-size: 0.75vw;
}

.f13, .f13 * {
  font-size: 0.8125vw;
}

.f14, .f14 * {
  font-size: 0.875vw;
}

.f15, .f15 * {
  font-size: 0.9375vw;
}

.f16, .f16 * {
  font-size: 1vw;
}

.f18, .f18 * {
  font-size: 1.125vw;
}

.f20, .f20 * {
  font-size: 1.25vw;
}

.f24, .f24 * {
  font-size: 1.5vw;
}

.f28, .f28 * {
  font-size: 1.75vw;
}

.f30, .f30 * {
  font-size: 1.875vw;
}

.f32, .f32 * {
  font-size: 2vw;
}

.f36, .f36 * {
  font-size: 2.25vw;
}

.f40, .f40 * {
  font-size: 2.5vw;
}

.f44, .f44 * {
  font-size: 2.75vw;
}

.f48, .f48 * {
  font-size: 3vw;
}

.f60, .f60 * {
  font-size: 3.75vw;
}

.f64, .f64 * {
  font-size: 4vw;
}

.f72, .f72 * {
  font-size: 4.5vw;
}

.f80, .f80 * {
  font-size: 5vw;
}

.f90, .f90 * {
  font-size: 5.625vw;
}

.f96, .f96 * {
  font-size: 6vw;
}

.f120, .f120 * {
  font-size: 7.5vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.9625vw;
  }
  .f12, .f12 * {
    font-size: 1.05vw;
  }
  .f13, .f13 * {
    font-size: 1.1375vw;
  }
  .f14, .f14 * {
    font-size: 1.225vw;
  }
  .f15, .f15 * {
    font-size: 1.3125vw;
  }
  .f16, .f16 * {
    font-size: 1.4vw;
  }
  .f18, .f18 * {
    font-size: 1.575vw;
  }
  .f20, .f20 * {
    font-size: 1.75vw;
  }
  .f24, .f24 * {
    font-size: 2.1vw;
  }
  .f28, .f28 * {
    font-size: 2.45vw;
  }
  .f30, .f30 * {
    font-size: 2.625vw;
  }
  .f32, .f32 * {
    font-size: 2.8vw;
  }
  .f36, .f36 * {
    font-size: 3.15vw;
  }
  .f40, .f40 * {
    font-size: 3.5vw;
  }
  .f44, .f44 * {
    font-size: 3.85vw;
  }
  .f48, .f48 * {
    font-size: 4.2vw;
  }
  .f60, .f60 * {
    font-size: 5.25vw;
  }
  .f64, .f64 * {
    font-size: 5.6vw;
  }
  .f72, .f72 * {
    font-size: 6.3vw;
  }
  .f80, .f80 * {
    font-size: 7vw;
  }
  .f90, .f90 * {
    font-size: 7.875vw;
  }
  .f96, .f96 * {
    font-size: 8.4vw;
  }
  .f120, .f120 * {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.0625vw;
  }
  .f12, .f12 * {
    font-size: 2.25vw;
  }
  .f13, .f13 * {
    font-size: 2.4375vw;
  }
  .f14, .f14 * {
    font-size: 2.975vw;
  }
  .f15, .f15 * {
    font-size: 3.1875vw;
  }
  .f16, .f16 * {
    font-size: 3.4vw;
  }
  .f18, .f18 * {
    font-size: 3.825vw;
  }
  .f20, .f20 * {
    font-size: 3.75vw;
  }
  .f24, .f24 * {
    font-size: 4.5vw;
  }
  .f28, .f28 * {
    font-size: 5.25vw;
  }
  .f30, .f30 * {
    font-size: 5.625vw;
  }
  .f32, .f32 * {
    font-size: 6vw;
  }
  .f36, .f36 * {
    font-size: 6.75vw;
  }
  .f40, .f40 * {
    font-size: 7.5vw;
  }
  .f44, .f44 * {
    font-size: 8.25vw;
  }
  .f48, .f48 * {
    font-size: 9vw;
  }
  .f60, .f60 * {
    font-size: 11.25vw;
  }
  .f64, .f64 * {
    font-size: 12vw;
  }
  .f72, .f72 * {
    font-size: 13.5vw;
  }
  .f80, .f80 * {
    font-size: 15vw;
  }
  .f90, .f90 * {
    font-size: 16.875vw;
  }
  .f96, .f96 * {
    font-size: 18vw;
  }
  .f120, .f120 * {
    font-size: 22.5vw;
  }
}
.sup {
  font-size: 62.5%;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}

.sub {
  font-size: 62.5%;
  vertical-align: bottom;
  position: relative;
  top: -0.75em;
}

rt {
  font-size: 30% !important;
  text-align: center;
}

#luxy {
  display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000;
}

#loader {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#loader > span {
  margin: 0 0.03em;
  color: #007bbd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transform-style: preserve-3d;
  -webkit-animation: animsition-loading 2s infinite;
  animation: animsition-loading 2s infinite;
}
#loader > span:nth-of-type(4) {
  margin-left: 0.5em;
}
#loader > span:nth-of-type(2) {
  animation-delay: 0.1s;
}
#loader > span:nth-of-type(3) {
  animation-delay: 0.2s;
}
#loader > span:nth-of-type(4) {
  animation-delay: 0.3s;
}
#loader > span:nth-of-type(5) {
  animation-delay: 0.4s;
}
#loader > span:nth-of-type(6) {
  animation-delay: 0.5s;
}
#loader > span:nth-of-type(7) {
  animation-delay: 0.6s;
}
#loader > span:nth-of-type(8) {
  animation-delay: 0.7s;
}
#loader > span:nth-of-type(9) {
  animation-delay: 0.8s;
}
#loader > span:nth-of-type(10) {
  animation-delay: 0.9s;
}
#loader > span:nth-of-type(11) {
  animation-delay: 1s;
}
#loader > span:nth-of-type(12) {
  animation-delay: 1.1s;
}
#loader > span:nth-of-type(13) {
  animation-delay: 1.2s;
}
#loader > span:nth-of-type(14) {
  animation-delay: 1.3s;
}

@keyframes animsition-loading {
  0% {
    -webkit-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-opacity: 0;
    opacity: 0;
  }
}
.cmn-anm {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(4em);
  transition: all 2s;
}
.cmn-anm.on {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

#page-title {
  margin-top: 7.5vw;
  margin-bottom: 7.5vw;
  text-align: center;
}
#page-title .pt1 {
  display: inline-block;
  color: #007bbd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#page-title .pt1:first-letter {
  color: #81c9ef;
}
#page-title .pt2 {
  margin-top: 0.2em;
  font-weight: 700;
}
#page-title.-sml- {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#page-title.-sml- .pt2 {
  margin-top: 0.3em;
}

@media screen and (max-width: 1024px) {
  #page-title {
    margin-top: 10vw;
    margin-bottom: 6vw;
  }
  #page-title .pt1 {
    font-size: 2.6vw;
  }
  #page-title .pt2 {
    font-size: 3.9vw;
  }
  #page-title.-sml- .pt1 {
    font-size: 1.875vw;
  }
  #page-title.-sml- .pt2 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #page-title {
    margin-top: 15vw;
    margin-bottom: 8vw;
  }
  #page-title .pt1 {
    font-size: 5vw;
  }
  #page-title .pt2 {
    font-size: 7.5vw;
    line-height: 1.25em;
  }
  #page-title.-sml- .pt1 {
    font-size: 4.8vw;
  }
  #page-title.-sml- .pt2 {
    font-size: 4.8vw;
  }
}
#main-image-default {
  position: relative;
  width: 60vw;
  height: 40vw;
  margin: 0 auto;
  border-radius: 0.75vw;
  overflow: hidden;
  z-index: 1;
}

#main-lead-default .l1 {
  margin-top: 1.5em;
  color: #007bbd;
  line-height: 1.5em;
  text-align: center;
}
#main-lead-default .l2 {
  width: 60vw;
  margin: 2em auto 0;
  line-height: 2em;
}
#main-lead-default .l3 {
  display: block;
  width: 60vw;
  margin: 2em auto 0;
  line-height: 2em;
}
#main-lead-default .l3 a {
  text-decoration: underline;
}
#main-lead-default .l3 a:hover {
  text-decoration: none;
}
#main-lead-default + #main-image-default {
  margin-top: 8vw;
}

@media screen and (max-width: 1024px) {
  #main-image-default {
    width: 69vw;
    height: 46vw;
  }
  #main-lead-default .l1 {
    font-size: 3.45vw;
  }
  #main-lead-default .l2 {
    width: 69vw;
    font-size: 1.35vw;
  }
  #main-lead-default .l3 {
    width: 69vw;
  }
  #main-lead-default + #main-image-default {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #main-image-default {
    width: 85.8vw;
    height: 57.2vw;
    border-radius: 1.5vw;
  }
  #main-lead-default .l1 {
    font-size: 5.4vw;
  }
  #main-lead-default .l2 {
    width: 85vw;
    font-size: 3.375vw;
    margin: 1.5em auto 0;
  }
  #main-lead-default .l3 {
    width: 85vw;
    margin: 1.5em auto 0;
  }
  #main-lead-default + #main-image-default {
    margin-top: 8vw;
  }
}
#local-index {
  margin-top: 15vw;
  padding: 6em 0;
  text-align: center;
  background-color: #f0faff;
}
#local-index .li-ttl {
  display: inline-block;
  color: #007bbd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#local-index .li-ttl:first-letter {
  color: #81c9ef;
}
#local-index .li-list {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
#local-index .li-list .a-set {
  width: 15vw;
  margin: 0 1.25vw;
}
#local-index .li-list .a-set > span {
  display: block;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
#local-index .li-list .a-set > span > img {
  transform: scale(1);
  transition: all 0.3s;
}
#local-index .li-list .a-set > div {
  margin-top: 1.4em;
  line-height: 1.4em;
}
#local-index .li-list .a-set:hover > span > img {
  transform: scale(1.1);
}
#local-index .li-list.-person- {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.5em;
  padding-left: 5vw;
}
#local-index .li-list.-person- .a-set {
  display: flex;
  flex-direction: column;
  width: 15vw;
  margin: 3vw 0 0 2.5vw;
  text-align: center;
}
#local-index .li-list.-person- .a-set > span {
  width: 15vw;
  height: 10.00000005vw;
  border-radius: 0.25vw;
}
#local-index .li-list.-person- .a-set > div {
  margin-top: 1em;
  line-height: 1.8em;
}
#local-index .li-list.-person- .a-set > div > small {
  display: block;
  font-size: 87.5%;
}

@media screen and (max-width: 1024px) {
  #local-index {
    padding: 5em 0;
  }
  #local-index .li-ttl {
    font-size: 4vw;
  }
  #local-index .li-list .a-set {
    width: 17.5vw;
  }
  #local-index .li-list .a-set > span {
    width: 17.5vw;
    height: 17.5vw;
    border-radius: 1vw;
  }
  #local-index .li-list .a-set > span > img {
    transition: all 0s;
  }
  #local-index .li-list .a-set:hover > span > img {
    transform: scale(1);
  }
  #local-index .li-list.-person- {
    padding-left: 3.75vw;
  }
  #local-index .li-list.-person- .a-set {
    width: 20vw;
    margin: 4vw 0 0 2.5vw;
  }
  #local-index .li-list.-person- .a-set > span {
    width: 20vw;
    height: 13.3333334vw;
    border-radius: 0.5vw;
  }
  #local-index .li-list.-person- .a-set > div {
    margin-top: 0.6em;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  #local-index {
    padding: 2.5em 0;
  }
  #local-index .li-ttl {
    font-size: 8vw;
  }
  #local-index .li-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2em;
    padding: 0 5vw;
  }
  #local-index .li-list .a-set {
    width: 40vw;
    margin: 0 2.5vw;
  }
  #local-index .li-list .a-set:nth-of-type(n+3) {
    margin-top: 6vw;
  }
  #local-index .li-list .a-set > span {
    width: 40vw;
    height: 40vw;
    border-radius: 1.5vw;
  }
  #local-index .li-list .a-set > div {
    margin-top: 1em;
  }
  #local-index .li-list.-person- {
    margin-top: 1em;
    padding-left: 0;
  }
  #local-index .li-list.-person- .a-set {
    width: 42.5vw;
    margin: 4vw 0 0 5vw;
  }
  #local-index .li-list.-person- .a-set:nth-of-type(n+3) {
    margin-top: 6vw;
  }
  #local-index .li-list.-person- .a-set > span {
    width: 42.5vw;
    height: 28.333333475vw;
    border-radius: 1vw;
  }
  #local-index .li-list.-person- .a-set > div {
    font-size: 3.1vw;
    line-height: 2em;
  }
  #local-index .li-list.-person- .a-set > div > small {
    font-size: 90%;
  }
}
.txt-link {
  display: inline-block;
  color: #007bbd;
}
.txt-link::before {
  content: "";
  display: inline-block;
  width: 0.5vw;
  height: 0.7216878365vw;
  margin-right: 0.3em;
  background-color: #007bbd;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 1024px) {
  .txt-link::before {
    width: 0.7vw;
    height: 1.0103629711vw;
  }
}
@media screen and (max-width: 767px) {
  .txt-link::before {
    width: 2vw;
    height: 2.8867513459vw;
  }
}
header #mnu-nav .cat-set:nth-of-type(6) .s1 {
  position: relative;
}
header #mnu-nav .cat-set:nth-of-type(6) .s1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 4.25vw;
  height: 1px;
  background-color: #007bbd;
}

.-num- {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.25vw;
  height: 14.0875vw;
  margin: 0 auto;
  background-image: url(/_/images/common/bgi_honeycomb_blue1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.-num- > span {
  color: white;
  line-height: 1.1em;
}
.-num- > span.f48 {
  font-family: "Montserrat", sans-serif;
}
.-num- > span.f20 {
  margin-top: 0.25em;
  font-weight: 700;
}
.-num-.-double- {
  padding-bottom: 0.8em;
}
.-num-.-double- > span {
  line-height: 1.3em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .-num- {
    width: 15vw;
    height: 17.25vw;
    padding-bottom: 0.3em;
  }
  .-num- > span.f20 {
    font-size: 1.625vw;
  }
  .-num-.-double- {
    padding-bottom: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .-num- {
    width: 30vw;
    height: 34.5vw;
  }
  .-num- > span.f20 {
    font-size: 3.5vw;
  }
}
#life .first-view {
  position: relative;
  width: 100vw;
  height: 80vw;
}
#life .first-view .map {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -27.625vw;
  left: auto;
  width: 30.8vw;
  height: 31.7vw;
}
#life .first-view .fv-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
}
#life .first-view .fv-ttl #page-title {
  margin-bottom: 5.5vw;
}
#life .first-view .fv-ttl .fv-cpy {
  color: #007bbd;
  line-height: 1.4em;
  text-align: center;
}
#life .first-view .fv-ttl .fv-txt {
  width: 55vw;
  margin-top: 3em;
  line-height: 1.8em;
}
#life .pr-point {
  position: relative;
  margin-top: 10vw;
}
#life .pr-point .img1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 30vw;
  height: 86vw;
}
#life .pr-point .img1 span {
  position: absolute;
  top: auto;
  right: 1.2em;
  bottom: 86.5vw;
  left: auto;
  transform-origin: bottom right;
}
#life .pr-point .img2 {
  position: absolute;
  top: 55vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23.75vw;
  height: 59vw;
}
#life .pr-point .img2 span {
  position: absolute;
  top: 45vw;
  right: 1em;
  bottom: auto;
  left: auto;
  transform-origin: top right;
}
#life .pr-point .img1 span, #life .pr-point .img2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3em;
  transform: rotate(-30deg);
  text-align: right;
}
#life .pr-point .pr-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10vw;
}
#life .pr-point .pr-wrap .pr-set {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  min-height: 34.5vw;
  margin: 0 2.5vw 5.5vw 0;
  background-image: url(/_/images/common/bgi_honeycomb_gray1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
#life .pr-point .pr-wrap .pr-set:nth-of-type(4n+1) {
  margin-left: 10vw;
}
#life .pr-point .pr-wrap .pr-set:nth-of-type(4n+3) {
  margin-left: 26.25vw;
}
#life .pr-point .pr-wrap .pr-set.-blank- {
  z-index: -1;
}
#life .pr-point .pr-wrap .pr-set .pr-img {
  display: block;
  width: 20vw;
  height: 14vw;
  margin-top: -3.5vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
#life .pr-point .pr-wrap .pr-set .pr-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.3em;
}
#life .pr-point .pr-wrap .pr-set .pr-ttl > span {
  padding: 0.13em 0.2em 0.2em;
  color: white;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #007bbd;
}
#life .pr-point .pr-wrap .pr-set .pr-ttl > span + span {
  margin-top: 0.2em;
}
#life .pr-point .pr-wrap .pr-set .pr-txt {
  width: 20vw;
  margin-top: 1.5em;
  line-height: 1.5em;
}
#life .senpai-off {
  margin-top: 5vw;
}
#life .senpai-off #gallery {
  position: relative;
  width: 80vw;
  margin: 5vw auto 0;
}
#life .senpai-off #gallery::after {
  content: "";
  display: block;
  clear: both;
}
#life .senpai-off #gallery .gl-set {
  float: left;
  width: 19vw;
  margin: 0.5vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
#life .senpai-off #gallery .gl-set .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  opacity: 0;
  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  cursor: pointer;
}
#life .senpai-off #gallery .gl-set .info:hover {
  opacity: 1;
  transform: translateY(0);
}
#life .senpai-off #gallery .gl-set .info > h3 {
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}
#life .senpai-off #gallery .gl-set .info > h3 + p {
  margin-top: 1em;
}
#life .senpai-off #gallery .gl-set .info > h3 > span {
  display: block;
  font-size: 76%;
  font-weight: 400;
}
#life .senpai-off #gallery .gl-set .info > p {
  color: white;
  line-height: 1.5em;
}
#life .senpai-off #gallery .gl-set .info > p + p {
  margin-top: 0.6em;
}
#life .dormitory {
  margin-top: 5vw;
}
#life .dormitory .-dom- {
  display: flex;
  flex-wrap: wrap;
  width: 81.5vw;
  margin: 5vw auto 0;
  padding: 0.8vw 0 0.8vw 0.8vw;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#life .dormitory .-dom-.-d02- {
  width: 41.5vw;
  height: 21.5vw;
  background-image: url(/_/images/life/cmn/bgi_dormitory02_pctb.png);
}
#life .dormitory .-dom-.-d12- {
  height: 61.5vw;
  background-image: url(/_/images/life/cmn/bgi_dormitory12_pc.png);
}
#life .dormitory .-dom-.-d13- {
  height: 81.5vw;
  background-image: url(/_/images/life/cmn/bgi_dormitory13_pc.png);
}
#life .dormitory .-dom- .dm-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20vw;
  height: 20vw;
  margin: 0;
  padding-top: 2vw;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#life .dormitory .-dom- .dm-set > img {
  width: auto;
  height: 6vw;
}
#life .dormitory .-dom- .dm-set > h3 {
  margin-top: 1.6em;
  color: #007bbd;
  font-weight: 700;
}
#life .dormitory .-dom- .dm-set > h4 {
  margin-top: 0.5em;
  color: #007bbd;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
#life .dormitory .-dom- .dm-set > p {
  margin-top: 1em;
  padding: 0 2em;
  line-height: 1.5em;
}
#life .dormitory .-dom- .dm-set .-tac- {
  text-align: center;
}
#life .gallery .gal-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 7.5vw auto 0;
}
#life .gallery .gal-ico::before, #life .gallery .gal-ico::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-top: 0.3em;
  background-image: url(/_/images/life/cmn/dot.gif);
  background-size: 0.3125vw 0.0625vw;
  background-position: 0 0;
  background-repeat: repeat-x;
}
#life .gallery .gal-ico::before {
  margin-right: 0.5em;
}
#life .gallery .gal-ico::after {
  margin-left: 0.5em;
}
#life .gallery .gal-ico > img {
  width: 5vw;
}
#life .gallery .gal-ttl {
  margin-top: 0.5em;
  color: #007bbd;
  font-weight: 700;
  text-align: center;
}
#life .gallery #slider {
  position: relative;
  margin-top: 3vw;
  padding-bottom: 3.5vw;
}
#life .gallery #slider::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 10vw;
  width: 80vw;
  height: 1px;
  background-image: url(/_/images/life/cmn/dot.gif);
  background-size: 0.3125vw 0.0625vw;
  background-position: 0 0;
  background-repeat: repeat-x;
}
#life .gallery #slider .slick-arrow {
  position: absolute;
  top: 12.5vw;
  width: 5vw;
  height: 5vw;
  color: transparent;
  background-color: #007bbd;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.15s;
}
#life .gallery #slider .slick-arrow.slick-prev {
  left: 20vw;
  background-image: url(/_/images/common/arw_slider_prev.svg);
}
#life .gallery #slider .slick-arrow.slick-next {
  right: 20vw;
  background-image: url(/_/images/common/arw_slider_next.svg);
}
#life .gallery #slider .slick-arrow:active {
  top: 12.7vw;
}
#life .gallery #slider .slick-current.slick-active .sd-set {
  opacity: 1;
}
#life .gallery #slider .slick-slide {
  width: 45vw;
  margin: 0 2.5vw;
}
#life .gallery #slider .slick-slide .sd-set {
  text-align: center;
  opacity: 0.3;
  transition: all 0.7s 0.3s;
}
#life .gallery #slider .slick-slide .sd-set > figure {
  overflow: hidden;
  border-radius: 0.5vw;
}
#life .gallery #slider .slick-slide .sd-set > span {
  display: inline-block;
  margin-top: 1.2em;
  font-weight: 700;
}
#life .banner {
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}
#life .banner > a {
  display: block;
  width: 40vw;
  height: 16.8125vw;
  transition: all 0.3s;
}
@media (hover: hover) {
  #life .banner > a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  #life .first-view .map {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -22vw;
    left: auto;
  }
  #life .first-view .fv-ttl #page-title {
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
  #life .first-view .fv-ttl #page-title .pt1 {
    font-size: 2.4vw;
  }
  #life .first-view .fv-ttl #page-title .pt2 {
    font-size: 3.6vw;
  }
  #life .first-view .fv-ttl .fv-cpy {
    font-size: 3.3vw;
  }
  #life .first-view .fv-ttl .fv-txt {
    width: 70vw;
    margin-top: 2.5em;
    font-size: 1.4625vw;
    line-height: 1.7em;
  }
  #life .pr-point {
    margin-top: 15vw;
  }
  #life .pr-point .img1 {
    width: 24vw;
    height: 68.8vw;
  }
  #life .pr-point .img1 span {
    position: absolute;
    top: auto;
    right: 1em;
    bottom: 69vw;
    left: auto;
  }
  #life .pr-point .img2 {
    position: absolute;
    top: 63vw;
    right: auto;
    bottom: auto;
    left: 0;
  }
  #life .pr-point .img1 span, #life .pr-point .img2 span {
    font-size: 1.125vw;
  }
  #life .pr-point .pr-wrap {
    margin-top: 12vw;
  }
  #life .pr-point .pr-wrap .pr-set {
    width: 33vw;
    min-height: 37.95vw;
    margin: 0 2.5vw 10vw 0;
  }
  #life .pr-point .pr-wrap .pr-set .pr-img {
    width: 24vw;
    height: 16.8vw;
    margin-top: -7.5vw;
  }
  #life .pr-point .pr-wrap .pr-set .pr-ttl {
    margin-top: 1.1em;
  }
  #life .pr-point .pr-wrap .pr-set .pr-ttl > span {
    font-size: 1.875vw;
  }
  #life .pr-point .pr-wrap .pr-set .pr-txt {
    width: 25vw;
    margin-top: 1.3em;
    font-size: 1.28vw;
  }
  #life .senpai-off #gallery .gl-set .info > h3 {
    font-size: 1.5625vw;
  }
  #life .senpai-off #gallery .gl-set .info > p {
    font-size: 1.1375vw;
    line-height: 1.6em;
  }
  #life .dormitory {
    margin-top: 15vw;
  }
  #life .dormitory .-dom- {
    padding: 1vw 0 1vw 1vw;
  }
  #life .dormitory .-dom-.-d02- {
    width: 54.995934875vw;
    height: 28.491869875vw;
  }
  #life .dormitory .-dom-.-d12- {
    height: 108.004064875vw;
    background-image: url(/_/images/life/cmn/bgi_dormitory12_tb.png);
  }
  #life .dormitory .-dom-.-d13- {
    height: 134.50812975vw;
    background-image: url(/_/images/life/cmn/bgi_dormitory13_tb.png);
  }
  #life .dormitory .-dom- .dm-set {
    width: 26.504065vw;
    height: 26.504065vw;
  }
  #life .dormitory .-dom- .dm-set > img {
    height: 8vw;
  }
  #life .dormitory .-dom- .dm-set > p {
    font-size: 1.35vw;
  }
  #life .gallery .gal-ico::before, #life .gallery .gal-ico::after {
    margin-top: 0.35em;
    background-size: 0.4141260156vw 0.0828252031vw;
  }
  #life .gallery .gal-ico > img {
    width: 6.66666665vw;
  }
  #life .gallery #slider::after {
    background-size: 0.4141260156vw 0.0828252031vw;
  }
  #life .gallery #slider .slick-arrow {
    top: 16.5vw;
    width: 6.5vw;
    height: 6.5vw;
  }
  #life .gallery #slider .slick-arrow.slick-prev {
    left: 11.6vw;
  }
  #life .gallery #slider .slick-arrow.slick-next {
    right: 11.6vw;
  }
  #life .gallery #slider .slick-arrow:active {
    top: 16.5vw;
  }
  #life .gallery #slider .slick-slide {
    width: 60vw;
  }
  #life .banner {
    margin-top: 15vw;
  }
  #life .banner > a {
    width: 56vw;
    height: 23.5375vw;
  }
}
@media screen and (max-width: 767px) {
  #life .first-view {
    height: auto;
  }
  #life .first-view > img {
    margin-top: -3vw;
  }
  #life .first-view .map {
    display: none;
  }
  #life .first-view .fv-ttl {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #life .first-view .fv-ttl #page-title {
    margin-top: 8vw;
    margin-bottom: 6.5vw;
  }
  #life .first-view .fv-ttl #page-title .pt1 {
    font-size: 5vw;
  }
  #life .first-view .fv-ttl #page-title .pt2 {
    font-size: 5.4vw;
  }
  #life .first-view .fv-ttl .fv-cpy {
    font-size: 5.4vw;
  }
  #life .first-view .fv-ttl .fv-txt {
    width: 100%;
    margin-top: 1.8em;
    padding: 0 2em;
    font-size: 3.0375vw;
  }
  #life .pr-point .img1, #life .pr-point .img2 {
    display: none;
  }
  #life .pr-point .pr-wrap {
    margin-top: 15vw;
  }
  #life .pr-point .pr-wrap .pr-set {
    width: 90vw;
    min-height: auto;
    margin: 0 auto 15vw auto;
    background-image: none;
  }
  #life .pr-point .pr-wrap .pr-set::before {
    content: "";
    position: absolute;
    top: -20vw;
    right: auto;
    bottom: auto;
    left: auto;
    width: 130vw;
    height: 149.5vw;
    background-image: url(/_/images/common/bgi_honeycomb_gray1.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    z-index: -1;
  }
  #life .pr-point .pr-wrap .pr-set:nth-of-type(4n+1) {
    margin-left: auto;
  }
  #life .pr-point .pr-wrap .pr-set:nth-of-type(4n+3) {
    margin-left: auto;
  }
  #life .pr-point .pr-wrap .pr-set:nth-of-type(odd)::before {
    left: 40vw;
  }
  #life .pr-point .pr-wrap .pr-set:nth-of-type(even)::before {
    right: 40vw;
  }
  #life .pr-point .pr-wrap .pr-set.-blank- {
    display: none;
  }
  #life .pr-point .pr-wrap .pr-set .pr-img {
    width: 80vw;
    height: 56vw;
    margin-top: 0;
    border-radius: 2vw;
  }
  #life .pr-point .pr-wrap .pr-set .pr-ttl {
    margin-top: 1.1em;
  }
  #life .pr-point .pr-wrap .pr-set .pr-ttl > span {
    padding: 0.2em 0.26em 0.26em;
    font-size: 4.5vw;
  }
  #life .pr-point .pr-wrap .pr-set .pr-txt {
    width: 80vw;
    margin-top: 1.3em;
    font-size: 3.3vw;
  }
  #life .senpai-off {
    margin-top: 10vw;
  }
  #life .senpai-off #gallery {
    width: 92vw;
  }
  #life .senpai-off #gallery .gl-set {
    width: 43vw;
    margin: 1.5vw;
    border-radius: 2.5vw;
  }
  #life .senpai-off #gallery .gl-set .info > h3 {
    font-size: 3.5vw;
  }
  #life .senpai-off #gallery .gl-set .info > p {
    font-size: 2.8875vw;
  }
  #life .dormitory {
    margin-top: 15vw;
  }
  #life .dormitory .-dom- {
    width: 92vw;
    padding: 1vw 0 1vw 1vw;
    border-bottom: 1px dotted #ccc;
  }
  #life .dormitory .-dom-.-d02- {
    width: 92vw;
    height: auto;
    background-image: none;
  }
  #life .dormitory .-dom-.-d12- {
    height: auto;
    background-image: none;
  }
  #life .dormitory .-dom-.-d13- {
    height: auto;
    background-image: none;
  }
  #life .dormitory .-dom- .dm-set {
    position: relative;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 5vw;
    padding-right: 1em;
    padding-bottom: 5vw;
    padding-left: 26vw;
    border-top: 1px dotted #ccc;
  }
  #life .dormitory .-dom- .dm-set:nth-of-type(even) {
    background-color: #f7f7f7;
  }
  #life .dormitory .-dom- .dm-set > img {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 2vw;
    height: 15vw;
    margin-top: -9vw;
  }
  #life .dormitory .-dom- .dm-set > h3 {
    margin-top: 0;
    font-size: 3.7125vw;
  }
  #life .dormitory .-dom- .dm-set > h4 {
    text-align: left;
  }
  #life .dormitory .-dom- .dm-set > p {
    padding: 0 0;
    font-size: 3.3vw;
  }
  #life .dormitory .-dom- .dm-set .-tac- {
    text-align: left;
  }
  #life .gallery .gal-ico {
    width: auto;
    margin: 10vw auto 0;
  }
  #life .gallery .gal-ico::before, #life .gallery .gal-ico::after {
    display: none;
    margin-top: 0.35em;
    background-size: 0.4141260156vw 0.0828252031vw;
  }
  #life .gallery .gal-ico > img {
    width: 12.5vw;
  }
  #life .gallery #slider {
    margin-top: 5vw;
  }
  #life .gallery #slider::after {
    display: none;
  }
  #life .gallery #slider .slick-arrow {
    top: 21vw;
    width: 11vw;
    height: 11vw;
  }
  #life .gallery #slider .slick-arrow.slick-prev {
    left: 2vw;
  }
  #life .gallery #slider .slick-arrow.slick-next {
    right: 2vw;
  }
  #life .gallery #slider .slick-arrow:active {
    top: 21.5vw;
  }
  #life .gallery #slider .slick-slide {
    width: 80vw;
  }
  #life .gallery #slider .slick-slide .sd-set {
    opacity: 1;
  }
  #life .gallery #slider .slick-slide .sd-set > figure {
    border-radius: 2vw;
  }
  #life .gallery #slider .slick-slide .sd-set > span {
    margin-top: 1em;
    font-size: 3.4875vw;
  }
  #life .banner {
    margin-top: 8vw;
  }
  #life .banner > a {
    width: 88vw;
    height: 36.9875vw;
  }
}
#woman .first-view {
  position: relative;
  height: 37.765vw;
  padding-top: 32.5vw;
}
#woman .first-view #page-title {
  margin-top: 0;
  margin-bottom: 0;
}
#woman .first-view .img1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 65vw;
  height: 37.765vw;
}
#woman .first-view .img2 {
  position: absolute;
  top: 10vw;
  right: auto;
  bottom: auto;
  left: 15vw;
  width: 35vw;
  height: 40.25vw;
  z-index: -1;
}
#woman .wm-lead {
  margin-top: 2em;
  line-height: 2em;
  text-align: center;
}
#woman .wm-lead + .wm-ttl {
  margin-top: 5.5vw;
}
#woman .wm-ttl {
  margin-top: 8vw;
  text-align: center;
}
#woman .wm-ttl .wm-ttl-center {
  display: inline-flex;
  align-items: center;
  min-height: 3.75vw;
  padding: 0 1.3em;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
#woman .wm-ttl .wm-ttl-center > span {
  font-weight: 700;
}
#woman .wm-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8vw;
}
#woman .wm-wrap .wm-set {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  min-height: 34.5vw;
  margin: 0 2.5vw 5.5vw 0;
  background-image: url(/_/images/common/bgi_honeycomb_gray1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
#woman .wm-wrap .wm-set:nth-of-type(4n+1) {
  margin-left: 10vw;
}
#woman .wm-wrap .wm-set:nth-of-type(4n+3) {
  margin-left: 26.25vw;
}
#woman .wm-wrap .wm-set .wm-img {
  display: block;
  width: 20vw;
  height: 14vw;
  margin-top: -3.5vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
#woman .wm-wrap .wm-set .wm-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.3em;
}
#woman .wm-wrap .wm-set .wm-ttl > span.f18 {
  margin-top: 0.8em;
  font-weight: 700;
}
#woman .wm-wrap .wm-set .wm-ttl > span.f36 {
  margin-top: 0.12em;
  color: #007bbd;
  font-weight: 700;
}
#woman .wm-wrap .wm-set .wm-ttl > span.f36 > small {
  font-size: 66%;
  font-weight: 700;
}
#woman .wm-wrap .wm-set .wm-txt {
  width: 20vw;
  margin-top: 1.5em;
  line-height: 1.7em;
}
#woman .wm-wrap .wm-set .wm-txt.-large- {
  width: 22vw;
}
#woman .wm-wrap.-blue- {
  margin-top: 3vw;
}
#woman .wm-wrap.-blue- .wm-set {
  padding-top: 6vw;
  background-image: url(/_/images/common/bgi_honeycomb_blue2.svg);
}
#woman .wm-wrap.-blue- .wm-set:nth-of-type(n+3) {
  margin-top: -12vw;
}
#woman .wm-wrap.-blue- .wm-set .wm-ico {
  display: block;
  width: auto;
  height: 5vw;
}
#woman .wm-wrap.-blue- .wm-set .wm-ico > img {
  width: auto;
  height: 100%;
}
#woman .wm-wrap.-blue- .wm-set .wm-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.3em;
}
#woman .wm-wrap.-blue- .wm-set .wm-ttl > span {
  padding: 0.13em 0.2em 0.2em;
  color: white;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #007bbd;
}
#woman .wm-wrap.-blue- .wm-set .wm-ttl > span + span {
  margin-top: 0.2em;
}
#woman .dormitory {
  margin-top: 10vw;
}
#woman .dormitory .wm-wrap + small {
  display: block;
  margin-top: -3vw;
  text-align: center;
}
#woman .dormitory .bgi1 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 55vw;
  left: auto;
  width: 20vw;
  height: 71.3125vw;
}
#woman .dormitory .bgi2 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -70vw;
  left: 0;
  width: 20vw;
  height: 71.3125vw;
}
#woman .voice {
  margin-top: 10vw;
}
#woman .voice .lead-illust {
  width: 16vw;
  height: 5.875vw;
  margin: -3vw auto 0;
}
#woman .voice .vc-group {
  width: 60vw;
  margin: 5vw auto 0;
}
#woman .voice .vc-group .vc-set {
  margin-top: 1vw;
}
#woman .voice .vc-group .vc-set .-q- {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4vw;
  padding: 0 0 0 1.2vw;
  background-color: #007bbd;
  border-radius: 1vw;
  cursor: pointer;
}
#woman .voice .vc-group .vc-set .-q- > span {
  color: white;
  font-weight: 700;
}
#woman .voice .vc-group .vc-set .-q- > figure {
  position: absolute;
  top: -0.75vw;
  right: 3vw;
  bottom: auto;
  left: auto;
  width: 17vw;
  height: 5.5vw;
}
#woman .voice .vc-group .vc-set .-q- .status {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  bottom: auto;
  left: auto;
  width: 1.5vw;
  height: 1.5vw;
}
#woman .voice .vc-group .vc-set .-q- .status::before, #woman .voice .vc-group .vc-set .-q- .status::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1.5vw;
  height: 3px;
  background-color: white;
  transform: translateY(-50%);
}
#woman .voice .vc-group .vc-set .-q- .status::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.25s;
}
#woman .voice .vc-group .vc-set .-q-[aria-expanded=true] .status::after {
  transform: translateY(-50%) rotate(0);
}
#woman .voice .vc-group .vc-set .-a-[aria-hidden=true] {
  display: none;
}
#woman .voice .vc-group .vc-set .-a- .a-lists {
  padding-bottom: 1vw;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > figure {
  margin-right: 0;
  margin-left: 1.25vw;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.1vw;
  bottom: auto;
  left: auto;
  background-image: url(/_/images/life/woman/bal_voice_r.svg);
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li > figure {
  width: 5vw;
  margin-right: 1.25vw;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li > p {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 6.25vw);
  padding: 1.2em 1.5em;
  line-height: 1.8em;
  background-color: #e7f6ff;
  border-radius: 1.25vw;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li > p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -1.1vw;
  width: 1.125vw;
  height: 0.8125vw;
  margin-top: -0.4vw;
  background-image: url(/_/images/life/woman/bal_voice_l.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#woman .voice .vc-group .vc-set .-a- .a-lists > li > p > span {
  color: #007bbd;
}

@media screen and (max-width: 1024px) {
  #woman .first-view {
    height: 39.65vw;
  }
  #woman .wm-lead + .wm-ttl {
    margin-top: 7.5vw;
  }
  #woman .wm-ttl {
    margin-top: 10vw;
  }
  #woman .wm-ttl .wm-ttl-center {
    min-height: 4.25vw;
  }
  #woman .wm-wrap {
    margin-top: 12vw;
  }
  #woman .wm-wrap .wm-set {
    width: 36vw;
    min-height: 41.4vw;
    margin: 0 2.5vw 10vw 0;
  }
  #woman .wm-wrap .wm-set:nth-of-type(4n+1) {
    margin-left: 2.75vw;
  }
  #woman .wm-wrap .wm-set:nth-of-type(4n+3) {
    margin-left: 22vw;
  }
  #woman .wm-wrap .wm-set .wm-img {
    width: 24vw;
    height: 16.8vw;
    margin-top: -7.5vw;
  }
  #woman .wm-wrap .wm-set .wm-ttl {
    margin-top: 1.1em;
  }
  #woman .wm-wrap .wm-set .wm-ttl > span.f18 {
    margin-top: 0.6em;
    font-size: 1.4625vw;
  }
  #woman .wm-wrap .wm-set .wm-ttl > span.f36 {
    font-size: 2.925vw;
  }
  #woman .wm-wrap .wm-set .wm-txt {
    width: 25vw;
    margin-top: 1.3em;
    font-size: 1.35vw;
    line-height: 1.6em;
  }
  #woman .wm-wrap .wm-set .wm-txt.-large- {
    width: 26vw;
  }
  #woman .wm-wrap.-blue- {
    margin-top: 3vw;
  }
  #woman .wm-wrap.-blue- .wm-set:nth-of-type(n+3) {
    margin-top: -18vw;
  }
  #woman .wm-wrap.-blue- .wm-set .wm-ico {
    height: 6vw;
  }
  #woman .wm-wrap.-blue- .wm-set .wm-ttl {
    margin-top: 1.1em;
  }
  #woman .wm-wrap.-blue- .wm-set .wm-ttl > span {
    font-size: 1.875vw;
  }
  #woman .dormitory {
    margin-top: 10vw;
  }
  #woman .dormitory .wm-wrap + small {
    margin-top: -7vw;
    font-size: 1.3vw;
  }
  #woman .dormitory .bgi1 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 75vw;
    left: auto;
  }
  #woman .dormitory .bgi2 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -65vw;
    left: 0;
  }
  #woman .voice {
    margin-top: 8vw;
  }
  #woman .voice .lead-illust {
    width: 22.4vw;
    height: 8.225vw;
  }
  #woman .voice .vc-group {
    width: 80vw;
  }
  #woman .voice .vc-group .vc-set {
    margin-top: 1.3vw;
  }
  #woman .voice .vc-group .vc-set .-q- {
    height: 5.4vw;
    padding: 0 0 0 1.5vw;
  }
  #woman .voice .vc-group .vc-set .-q- > figure {
    position: absolute;
    top: -0.75vw;
    right: 3.6vw;
    bottom: auto;
    left: auto;
    width: 22.1vw;
    height: 7.15vw;
  }
  #woman .voice .vc-group .vc-set .-q- .status {
    position: absolute;
    top: 1.7vw;
    right: 1.5vw;
    bottom: auto;
    left: auto;
    width: 2vw;
    height: 2vw;
  }
  #woman .voice .vc-group .vc-set .-q- .status::before, #woman .voice .vc-group .vc-set .-q- .status::after {
    width: 2vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists {
    padding-bottom: 2vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li {
    margin-top: 1.3vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > figure {
    margin-left: 1.5vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > p::before {
    position: absolute;
    top: 50%;
    right: -1.65vw;
    bottom: auto;
    left: auto;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > figure {
    width: 7vw;
    margin-right: 1.5vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > p {
    max-width: calc(100% - 8.5vw);
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > p::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -1.65vw;
    width: 1.6875vw;
    height: 1.21875vw;
    margin-top: -0.6vw;
  }
}
@media screen and (max-width: 767px) {
  #woman .first-view {
    height: 110vw;
    padding-top: 88vw;
  }
  #woman .first-view .img1 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -10vw;
    width: 150vw;
    height: 87.15vw;
  }
  #woman .first-view .img2 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -30vw;
    width: 80vw;
    height: 92vw;
  }
  #woman .wm-lead {
    padding: 0 1.5em;
    line-height: 1.8em;
    text-align: left;
  }
  #woman .wm-lead + .wm-ttl {
    margin-top: 12vw;
  }
  #woman .wm-ttl {
    margin-top: 12vw;
  }
  #woman .wm-ttl .wm-ttl-center {
    min-height: 12vw;
    padding: 0 1.1em;
  }
  #woman .wm-wrap {
    margin-top: 3vw;
  }
  #woman .wm-wrap .wm-set {
    width: 90vw;
    min-height: auto;
    margin: 2vw auto 0 auto;
    padding: 1.5em;
    background-color: #f7f7f7;
    border-radius: 5vw;
    background-image: none;
  }
  #woman .wm-wrap .wm-set:nth-of-type(4n+1) {
    margin-left: auto;
  }
  #woman .wm-wrap .wm-set:nth-of-type(4n+3) {
    margin-left: auto;
  }
  #woman .wm-wrap .wm-set .wm-img {
    width: 60vw;
    height: 42vw;
    margin-top: 0;
    border-radius: 2vw;
  }
  #woman .wm-wrap .wm-set .wm-ttl > span.f18 {
    margin-top: 0.4em;
    font-size: 3.375vw;
  }
  #woman .wm-wrap .wm-set .wm-ttl > span.f36 {
    font-size: 6.75vw;
  }
  #woman .wm-wrap .wm-set .wm-txt {
    width: auto;
    font-size: 3.4vw;
  }
  #woman .wm-wrap .wm-set .wm-txt.-large- {
    width: auto;
  }
  #woman .wm-wrap.-blue- {
    margin-top: 3vw;
  }
  #woman .wm-wrap.-blue- .wm-set {
    padding-top: 1.5em;
    background-color: #f0faff;
    border-radius: 5vw;
    background-image: none;
  }
  #woman .wm-wrap.-blue- .wm-set:nth-of-type(n+3) {
    margin-top: 2vw;
  }
  #woman .wm-wrap.-blue- .wm-set .wm-ico {
    height: 14vw;
  }
  #woman .wm-wrap.-blue- .wm-set .wm-ttl > span {
    padding: 0.2em 0.26em 0.26em;
    font-size: 4.5vw;
  }
  #woman .dormitory {
    margin-top: 10vw;
  }
  #woman .dormitory .wm-wrap + small {
    margin-top: 1em;
    padding: 0 5vw;
    font-size: 3vw;
    text-align: left;
    line-height: 1.4em;
  }
  #woman .dormitory .bgi1 {
    display: none;
  }
  #woman .dormitory .bgi2 {
    display: none;
  }
  #woman .voice {
    margin-top: 20vw;
  }
  #woman .voice .lead-illust {
    width: 52.8vw;
    height: 19.3875vw;
    margin: -5vw auto 0;
  }
  #woman .voice .vc-group {
    width: 90vw;
    margin: 7.5vw auto 0;
  }
  #woman .voice .vc-group .vc-set {
    margin-top: 1.5vw;
  }
  #woman .voice .vc-group .vc-set .-q- {
    height: auto;
    padding: 0.8em 10vw 0.8em 3vw;
    border-radius: 2vw;
  }
  #woman .voice .vc-group .vc-set .-q- > figure {
    display: none;
  }
  #woman .voice .vc-group .vc-set .-q- .status {
    position: absolute;
    top: 3vw;
    right: 3vw;
    bottom: auto;
    left: auto;
    width: 4vw;
    height: 4vw;
  }
  #woman .voice .vc-group .vc-set .-q- .status::before, #woman .voice .vc-group .vc-set .-q- .status::after {
    width: 4vw;
    height: 2px;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists {
    padding-bottom: 5vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li {
    margin-top: 3vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > figure {
    margin-left: 2.5vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li:nth-of-type(even) > p::before {
    position: absolute;
    top: 50%;
    right: -3.63vw;
    bottom: auto;
    left: auto;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > figure {
    width: 16vw;
    margin-right: 2.5vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > p {
    max-width: calc(100% - 18.5vw);
    padding: 1.1em 1.4em;
    line-height: 1.6em;
    border-radius: 4vw;
  }
  #woman .voice .vc-group .vc-set .-a- .a-lists > li > p::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -3.63vw;
    width: 3.7125vw;
    height: 2.68125vw;
    margin-top: -1.32vw;
  }
}
