@charset "UTF-8";
.accordion {
  display: none !important;
  animation-name: accordionFade;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  display: block;
  opacity: 0;
}
.accordion._open {
  display: block !important;
}
.accordion__btn p::before {
  content: "続きを見る";
}
.accordion__btn._open p::before {
  content: "閉じる";
}

@keyframes accordionFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.frog_info {
  transform-origin: center bottom;
  animation: yurayura_info 2s linear infinite;
}

@keyframes yurayura_info {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.frog_left {
  transform-origin: center right;
  animation: yurayura_left 1.2s linear infinite;
}

@keyframes yurayura_left {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.frog_right {
  transform-origin: center left;
  animation: yurayura_right 1.2s linear infinite;
}

@keyframes yurayura_right {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@font-face {
  font-family: "NotoSansJP-Resize";
  src: url("../fonts/NotoSansJP-Bold_Resize.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansJP-Resize";
  src: url("../fonts/NotoSansJP-Medium_Resize.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansJP-Resize";
  src: url("../fonts/NotoSansJP-Regular_Resize.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansJP-Resize";
  src: url("../fonts/NotoSansJP-Light_Resize.woff2");
  font-weight: 300;
}
main * {
  box-sizing: border-box;
  color: unset;
  font-family: "NotoSansJP-Resize", sans-serif;
  font-feature-settings: "palt";
  text-align: justify;
}
main figure {
  margin: unset;
}
main img {
  display: block;
}
main .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .pc,
main .tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .pc,
main .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  main .tab,
main .sp {
    display: none !important;
  }
}

.splash-bg {
  position: relative;
}
.splash-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.splash-bg.splash-bg__in::before {
  width: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.hero_h1_fade {
  opacity: 0;
}
.hero_h1_fade.hero_h1_fade__in {
  animation-name: fadeHeroH1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hero_h1_fade.hero_h1_fade__in:nth-of-type(1) {
  animation-delay: 0;
}
.hero_h1_fade.hero_h1_fade__in:nth-of-type(2) {
  animation-delay: 0.2s;
}
.hero_h1_fade.hero_h1_fade__in:nth-of-type(3) {
  animation-delay: 0.4s;
}
.hero_h1_fade.hero_h1_fade__in:nth-of-type(4) {
  animation-delay: 0.6s;
}
@keyframes fadeHeroH1 {
  0% {
    transform: translateX(10vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero_menu_fade {
  opacity: 0;
}
.hero_menu_fade.hero_menu_fade__in {
  animation-name: fadeHeroMenu;
  animation-duration: 0.6s;
  animation-delay: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeHeroMenu {
  100% {
    opacity: 1;
  }
}

.fade_zoom {
  opacity: 0;
}
.fade_zoom.fade_zoom__in {
  animation-name: faadeZoom;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes faadeZoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  main {
    z-index: 1;
  }
  main * {
    color: #333;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main * {
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  main * {
    font-size: 2.34vwpx;
  }
}
@media screen and (max-width: 767px) {
  main .outer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main .common-title {
    margin-bottom: 10.43vw;
    display: flex;
    justify-content: center;
    position: relative;
  }
  main .common-title h2 {
    padding: 2.6vw 10.43vw;
    border-radius: 50vw;
    position: relative;
  }
  main .common-title h2::before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 2.6vw 10.43vw;
    border: solid 0.26vw #0072bc;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main .common-title h2::after {
    content: "";
    width: 100%;
    height: 100%;
    padding: 2.6vw 10.43vw;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    z-index: 1;
    background-color: #FFF;
  }
  main .common-title h2 span:nth-of-type(1) {
    display: block;
    position: relative;
    z-index: 2;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 6.21vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 5.21vwpx;
  }
}
@media screen and (max-width: 767px) {
  main .common-title h2 span.slash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  main .common-title h2 span.slash::before {
    content: "";
    width: 3.91vw;
    height: 0.26vw;
    border-bottom: solid 0.26vw #FFF;
    display: block;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: 3;
  }
  main .common-title h2 span.slash::after {
    content: "";
    width: 0.26vw;
    height: 6.51vw;
    display: block;
    position: absolute;
    right: 30%;
    bottom: -3.92vw;
    z-index: 4;
    transform: rotate(45deg);
    transform-origin: center 2.6vw;
    background-color: #0072bc;
  }
}
@media screen and (max-width: 767px) {
  main .common-triangle {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
  }
  main .common-triangle .triangle-top::before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(0 0, 100% 0, 40% 60%, 0% 100%);
  }
  main .common-triangle .triangle-top:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(0 0, 0 100%, 40% 60%);
  }
  main .common-triangle .triangle-bottom::before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(60% 40%, 100% 0, 100% 100%, 0% 100%);
  }
  main .common-triangle .triangle-bottom:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(100% 0, 60% 40%, 100% 100%);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 5vw;
    padding-top: 9.12vw;
    padding-bottom: 9.12vw;
    background-image: url(../Images/nana_suganuma/header.jpg);
    background-size: 260%;
    background-position: 60% bottom;
    background-repeat: no-repeat;
  }
  .hero__breadcrumb {
    margin-bottom: 13.03vw;
  }
  .hero__breadcrumb ul {
    display: flex;
  }
  .hero__breadcrumb ul li {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__breadcrumb ul li {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__breadcrumb ul li {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__breadcrumb ul li:not(:last-child)::after {
    content: "/";
    margin: 0 1em;
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .hero__breadcrumb ul li a {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__breadcrumb ul li a {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__breadcrumb ul li a {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 h1 {
    margin-bottom: 5.21vw;
    display: inline-block;
  }
  .hero__h1 h1 span {
    display: block;
    color: #FFF;
  }
  .hero__h1 h1 span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 5.17vw;
	text-shadow: 0 0 10px rgb(0,0,0,0.8);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 4.17vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(2) {
    padding: 0.25em 1em;
    border: solid 0.26vw #FFF;
    display: inline-block;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 8.82vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 7.82vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 8.82vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 7.82vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(4) {
    text-align: right;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 4.65vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 3.65vwpx;
  }
}
@media screen and (max-width: 767px) {
  .hero__navi {
    width: 78%;
    padding: 1.95vw 3.25vw;
    display: inline-block;
    transform: skewX(-10deg);
    background-color: rgba(244, 251, 255, 0.85);
  }
  .hero__navi ul {
    display: flex;
    flex-wrap: wrap;
    transform: skewX(10deg);
  }
  .hero__navi ul li:not(:last-child)::after {
    content: "｜";
    margin: 0 0.5em;
    display: inline-flex;
  }
  .hero__navi ul li a {
    color: #0072bc;
    font-weight: 500;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__navi ul li a {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .hero__navi ul li a {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .intro__title__h2 {
    padding-top: 5.21vw;
    padding-bottom: 5.21vw;
    background-color: #3194d4;
  }
  .intro__title__h2 > .inner {
    position: relative;
    text-align: center;
  }
  .intro__title__h2 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1), .intro__title__h2 h2 span:nth-last-of-type(3) {
    width: 8.47vw;
    height: 4.43vw;
    margin-bottom: 2em;
    display: block;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img, .intro__title__h2 h2 span:nth-last-of-type(3) img {
    width: 100%;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img {
    transform: rotate(70deg);
    margin-bottom: 2em;
  }
  .intro__title__h2 h2 span:nth-last-of-type(3) img {
    transform: rotate(-70deg);
    margin-bottom: 2em;
  }
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    padding: 0 0.5em;
    text-align: center;
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 4.91vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 3.91vwpx;
  }
}
@media screen and (max-width: 767px) {
  .intro__title__h2__bg-title {
    position: absolute;
    right: 0;
    bottom: -3.92vw;
    z-index: 1;
    font-family: "BIZ UDPGothic", sans-serif;
    opacity: 0.5;
    color: #0072bc;
    letter-spacing: -0.01em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__title__h2__bg-title {
    font-size: 9.34vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .intro__title__h2__bg-title {
    font-size: 8.34vwpx;
  }
}
@media screen and (max-width: 767px) {
  .intro__title__polygon-area {
    background-color: #f4fbff;
  }
  .intro__title__polygon-area > .inner {
    display: flex;
    justify-content: right;
  }
  .intro__title__polygon-area__polygon {
    width: 5.21vw;
    height: 7.82vw;
    margin-right: 11.73vw;
    clip-path: polygon(75% 0, 0 0, 0 100%);
    background-color: #3194d4;
  }
}
@media screen and (max-width: 767px) {
  .intro__contents {
    background-color: #f4fbff;
  }
  .intro__contents > .inner {
    padding-top: 5.21vw;
    padding-bottom: 13.03vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 5.21vw;
  }
  .intro__contents__visual {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .intro__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .intro__contents__visual figure figcaption {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__contents__visual figure figcaption {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .intro__contents__visual figure figcaption {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .intro__contents__msg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .intro__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .intro__contents__link {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .intro__contents__link a {
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__contents__link a {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .intro__contents__link a {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .intro__contents__link a::before {
    content: "> ";
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 13.03vw;
    padding-bottom: 13.03vw;
    background-image: url(../Images/nana_suganuma/message_sp.png);
  }
  .message__title h2 {
    margin-bottom: 52.15vw !important;
  }
  .message__contents {
    width: 100%;
  }
  .message__contents__msg {
    padding: 6.51vw;
    background-color: white;
  }
  .message__contents__msg h3 {
    margin-bottom: 1em;
    display: flex;
    justify-content: right;
    align-items: center;
    white-space: nowrap;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .message__contents__msg h3 {
    font-size: 4.38vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .message__contents__msg h3 {
    font-size: 3.38vwpx;
  }
}
@media screen and (max-width: 767px) {
  .message__contents__msg h3::before {
    content: "";
    width: 100%;
    height: 0.13vw;
    margin-right: 1em;
    background-color: #0072bc;
  }
}
@media screen and (max-width: 767px) {
  .message__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .message__contents__link {
    margin-top: 1.3vw;
    text-align: right;
  }
  .message__contents__link a {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .message__contents__link a {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .message__contents__link a {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .message__contents__link a::before {
    content: "> ";
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 13.03vw;
    padding-bottom: 13.03vw;
    background-color: #f4fbff;
  }
  .news__contents .no-slide .slick-track {
    transform: unset !important;
  }
  .news__contents .slick-prev,
.news__contents .slick-next {
    width: 7.82vw;
    height: 7.82vw;
    border: solid 0.26vw #0072bc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .news__contents .slick-prev::before,
.news__contents .slick-next::before {
    content: "";
    width: 3.65vw;
    height: 1.56vw;
    display: block;
    background-image: url(../Images/icon_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
  }
  .news__contents .slick-prev::before {
    transform: rotate(-90deg);
  }
  .news__contents .slick-next::before {
    transform: rotate(90deg);
  }
  .news__contents .slick-track {
    display: flex !important;
  }
  .news__contents .slick-track a {
    height: auto;
    padding: 1.3vw;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
  }
  .news__contents .slick-track a.slick-slide {
    margin: 0 1.3vw;
  }
  .news__contents .slick-track a figure {
    margin-bottom: 2.6vw;
  }
  .news__contents .slick-track a figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .news__contents .slick-track a h3 {
    margin-bottom: 0.25em;
    flex-grow: 1;
    font-weight: 700;
  }
  .news__contents .slick-track a time {
    text-align: right;
    display: block;
    color: #0072bc;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news__contents .slick-track a time {
    font-size: 2.82vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .news__contents .slick-track a time {
    font-size: 1.82vwpx;
  }
}
@media screen and (max-width: 767px) {
  .news__contents .slick-track a p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news__contents .slick-track a p {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .news__contents .slick-track a p {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .result {
    background-image: url(../Images/nana_suganuma/result.jpg);
    background-position: left !important;
  }
  .result.outer {
    padding: unset;
  }
  .result .sp-bg {
    width: 100%;
    height: 90vw;
    background-image: url(../Images/nana_suganuma/result.jpg);
    background-size: cover;
    background-position: 100% bottom;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 40px), 0% 100%);
  }
  .result .inner {
    margin-top: -10%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .result__scroll {
    background-color: rgba(0, 114, 188, 0.75);
  }
  .result__scroll._open__contents {
    height: 84.74vw;
  }
  .result__scroll__contents {
    padding: 13.03vw 5.21vw;
    overflow-y: auto;
  }
  .result__scroll__contents__title {
    margin-bottom: 5.21vw;
  }
  .result__scroll__contents__title h2 {
    border-bottom: solid 0.39vw #FFF;
  }
  .result__scroll__contents__title h2 span {
    padding-bottom: 0.25em;
    margin-bottom: 0.52vw;
    border-bottom: solid 0.13vw #FFF;
    display: block;
    color: #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .result__scroll__contents__title h2 span {
    font-size: 5.95vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .result__scroll__contents__title h2 span {
    font-size: 4.95vwpx;
  }
}
@media screen and (max-width: 767px) {
  .result__scroll__contents__inner {
    text-align: center;
  }
  .result__scroll__contents__inner__accordion dl {
    margin-bottom: 2em;
  }
  .result__scroll__contents__inner__accordion dl dt {
    margin-bottom: 0.5em;
    color: #FFF;
    font-weight: 700;
  }
  .result__scroll__contents__inner__accordion dl dd {
    padding-left: 2em;
    text-indent: -0.75em;
    color: #FFF;
  }
  .result__scroll__contents__inner__accordion dl dd::before {
    content: "・";
    margin-right: 0.25em;
  }
  .result__scroll__contents__inner__accordion__btn {
    padding: 0.5em 2em;
    border-radius: 50vw;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
  }
  .result__scroll__contents__inner__accordion__btn:hover {
    opacity: 0.6;
  }
  .result__scroll__contents__inner__accordion__btn p {
    text-align: center;
    color: #0072bc;
  }
}
@media screen and (max-width: 767px) {
  .result .triangle-bottom::before {
    background-color: #fff4f4 !important;
  }
}
@media screen and (max-width: 767px) {
  .profile {
    padding-top: 13.03vw;
    padding-bottom: 26.07vw;
    background-color: #fff4f4;
  }
  .profile__title h2::before {
    border-color: #ed8dab !important;
  }
  .profile__title h2 span:nth-of-type(1) {
    color: #ed8dab !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 6.21vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 5.21vwpx;
  }
}
@media screen and (max-width: 767px) {
  .profile__title h2 span.slash::after {
    background-color: #ed8dab !important;
  }
}
@media screen and (max-width: 767px) {
  .profile__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.21vw;
    flex-direction: column;
  }
  .profile__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .profile__contents__inner__parsonal {
    margin-bottom: 2.6vw;
  }
  .profile__contents__inner__parsonal dl {
    display: grid;
    grid-template-columns: 4.2em auto;
    grid-template-rows: auto;
  }
  .profile__contents__inner__parsonal dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align-last: justify;
  }
  .profile__contents__inner__parsonal dl dd {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .profile__contents__inner__parsonal dl dd::before {
    content: "：";
    margin: 0 0.5em;
  }
  .profile__contents__inner__outline {
    margin-bottom: 2.6vw;
  }
  .profile__contents__inner__link dl dt {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .profile__contents__inner__link dl dt {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .profile__contents__inner__link dl dt {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .profile__contents__inner__link dl dd a {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .infomation {
    padding-top: 7.82vw;
    padding-bottom: 7.82vw;
    background-color: #0072bc;
  }
  .infomation__contents {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 5.21vw;
  }
  .infomation__contents__visual {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
  }
  .infomation__contents__visual__inner {
    position: relative;
  }
  .infomation__contents__visual__inner figure {
    width: 100%;
  }
  .infomation__contents__visual__inner figure img {
    width: 100%;
  }
  .infomation__contents__visual__inner .msg {
    width: 45%;
    height: 100%;
    position: absolute;
    top: -31.3vw;
    left: 0;
    background-image: url(../Images/balloon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .infomation__contents__visual__inner .msg p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    color: #ed8dab;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .infomation__contents__visual__inner .sign {
    width: 65%;
    position: absolute;
    left: 0;
    bottom: -10.44vw;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  }
  .infomation__contents__visual__inner .sign img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infomation__contents__sns {
    margin-top: 15vw;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
  }
  .infomation__contents__sns dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
  }
  .infomation__contents__sns dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li {
    margin: 0 1.3vw;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a {
    display: inline-block;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a img {
    height: 4.56vw;
  }
}
@media screen and (max-width: 767px) {
  .infomation__contents__official-site {
    grid-column: 1/2;
    grid-row: 3/4;
    display: grid;
  }
  .infomation__contents__official-site dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__official-site dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dt span {
    display: block;
    text-align: center;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    color: #FFF;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 2.08vwpx;
  }
}
@media screen and (max-width: 767px) {
  .infomation__contents__official-site dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) a img {
    width: 29.98vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main {
    z-index: 1;
  }
  main * {
    color: #333;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  main * {
    font-size: 19;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  main * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .outer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .common-title {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  main .common-title h2 {
    padding: 20px 80px;
    border-radius: 50vw;
    position: relative;
  }
  main .common-title h2::before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 20px 80px;
    border: solid 2px #0072bc;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main .common-title h2::after {
    content: "";
    width: 100%;
    height: 100%;
    padding: 20px 80px;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #FFF;
  }
  main .common-title h2 span:nth-of-type(1) {
    display: block;
    position: relative;
    z-index: 2;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 41;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .common-title h2 span.slash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  main .common-title h2 span.slash::before {
    content: "";
    width: 30px;
    height: 2px;
    border-bottom: solid 2px #FFF;
    display: block;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: 3;
  }
  main .common-title h2 span.slash::after {
    content: "";
    width: 2px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30%;
    bottom: -30px;
    z-index: 4;
    transform: rotate(45deg);
    transform-origin: center 20px;
    background-color: #0072bc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  main .common-triangle {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 60%;
    background-repeat: no-repeat;
  }
  main .common-triangle .triangle-top::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(0 0, 100% 0, 40% 60%, 0% 100%);
  }
  main .common-triangle .triangle-top:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(0 0, 0 100%, 40% 60%);
  }
  main .common-triangle .triangle-bottom::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(60% 40%, 100% 0, 100% 100%, 0% 100%);
  }
  main .common-triangle .triangle-bottom:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(100% 0, 60% 40%, 100% 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 140px;
    background-image: url(../Images/nana_suganuma/header.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .hero__breadcrumb {
    margin-bottom: 100px;
  }
  .hero__breadcrumb ul {
    display: flex;
  }
  .hero__breadcrumb ul li {
    color: #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__breadcrumb ul li {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__breadcrumb ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__breadcrumb ul li:not(:last-child)::after {
    content: "/";
    margin: 0 1em;
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__breadcrumb ul li a {
    color: #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__breadcrumb ul li a {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__breadcrumb ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__h1 h1 {
    margin-bottom: 40px;
    display: inline-block;
  }
  .hero__h1 h1 span {
    display: block;
    color: #FFF;
  }
  .hero__h1 h1 span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 47;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__h1 h1 span:nth-of-type(2) {
    padding: 0.25em 1em;
    border: solid 2px #FFF;
    display: inline-block;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(2) {
    font-size: 25;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 89;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 88px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 89;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 88px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__h1 h1 span:nth-of-type(4) {
    text-align: right;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 41;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__navi {
    width: 60%;
    padding: 15px 30px;
    display: inline-block;
    transform: skewX(-10deg);
    background-color: rgba(244, 251, 255, 0.85);
  }
  .hero__navi ul {
    display: flex;
    transform: skewX(10deg);
    flex-wrap: wrap;
  }
  .hero__navi ul li:not(:last-child)::after {
    content: "｜";
    margin: 0 1em;
    display: inline-flex;
  }
  .hero__navi ul li a {
    color: #0072bc;
    font-weight: 500;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .hero__navi ul li a {
    font-size: 19;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .hero__navi ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__title__h2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3194d4;
  }
  .intro__title__h2 > .inner {
    position: relative;
    text-align: center;
  }
  .intro__title__h2 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1), .intro__title__h2 h2 span:nth-last-of-type(3) {
    width: 65px;
    height: 34px;
    display: block;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img, .intro__title__h2 h2 span:nth-last-of-type(3) img {
    width: 100%;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img {
    transform: rotate(90deg);
  }
  .intro__title__h2 h2 span:nth-last-of-type(3) img {
    transform: rotate(-90deg);
  }
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    padding: 0 1em;
    text-align: center;
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 33;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__title__h2__bg-title {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 1;
    font-family: "BIZ UDPGothic", sans-serif;
    opacity: 0.5;
    color: #0072bc;
    letter-spacing: -0.01em;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .intro__title__h2__bg-title {
    font-size: 91;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .intro__title__h2__bg-title {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__title__polygon-area {
    background-color: #f4fbff;
  }
  .intro__title__polygon-area > .inner {
    display: flex;
    justify-content: right;
  }
  .intro__title__polygon-area__polygon {
    width: 40px;
    height: 60px;
    margin-right: 90px;
    clip-path: polygon(75% 0, 0 0, 0 100%);
    background-color: #3194d4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__contents {
    background-color: #f4fbff;
  }
  .intro__contents > .inner {
    padding-top: 40px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .intro__contents__visual {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .intro__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .intro__contents__visual figure figcaption {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .intro__contents__visual figure figcaption {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .intro__contents__visual figure figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__contents__msg {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .intro__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__contents__link {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .intro__contents__link a {
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .intro__contents__link a {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .intro__contents__link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .intro__contents__link a::before {
    content: "> ";
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .message {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../Images/nana_suganuma/message.jpg);
  }
  .message__contents {
    max-width: 60%;
    width: 100%;
  }
  .message__contents__msg {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .message__contents__msg h3 {
    margin-bottom: 1em;
    display: flex;
    justify-content: right;
    align-items: center;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .message__contents__msg h3 {
    font-size: 27;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .message__contents__msg h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .message__contents__msg h3::before {
    content: "";
    width: 30%;
    height: 1px;
    margin-right: 1em;
    background-color: #0072bc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .message__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .message__contents__link {
    margin-top: 10px;
    text-align: right;
  }
  .message__contents__link a {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .message__contents__link a {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .message__contents__link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .message__contents__link a::before {
    content: "> ";
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4fbff;
  }
  .news__contents .no-slide .slick-track {
    transform: unset !important;
  }
  .news__contents .slick-prev,
.news__contents .slick-next {
    width: 60px;
    height: 60px;
    border: solid 2px #0072bc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .news__contents .slick-prev::before,
.news__contents .slick-next::before {
    content: "";
    width: 28px;
    height: 12px;
    display: block;
    background-image: url(../Images/icon_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
  }
  .news__contents .slick-prev::before {
    transform: rotate(-90deg);
  }
  .news__contents .slick-next::before {
    transform: rotate(90deg);
  }
  .news__contents .slick-track {
    display: flex !important;
  }
  .news__contents .slick-track a {
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
  }
  .news__contents .slick-track a.slick-slide {
    margin: 0 10px;
  }
  .news__contents .slick-track a figure {
    margin-bottom: 20px;
  }
  .news__contents .slick-track a figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .news__contents .slick-track a h3 {
    margin-bottom: 0.25em;
    flex-grow: 1;
    font-weight: 700;
  }
  .news__contents .slick-track a time {
    text-align: right;
    display: block;
    color: #0072bc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .news__contents .slick-track a time {
    font-size: 15;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .news__contents .slick-track a time {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news__contents .slick-track a p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .news__contents .slick-track a p {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .news__contents .slick-track a p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .result {
    background-image: url(../Images/nana_suganuma/result.jpg);
  }
  .result .inner {
    height: 900px;
    display: flex;
    align-items: center;
  }
  .result__scroll {
    width: 600px;
    padding: 40px 20px;
    background-color: rgba(0, 114, 188, 0.75);
  }
  .result__scroll._open {
    height: 900px;
    padding: 120px 20px;
  }
  .result__scroll__contents {
    height: 100%;
    padding: 20px 20px;
    overflow-y: auto;
  }
  .result__scroll__contents__title {
    margin-bottom: 40px;
  }
  .result__scroll__contents__title h2 {
    border-bottom: solid 3px #FFF;
  }
  .result__scroll__contents__title h2 span {
    padding-bottom: 0.25em;
    margin-bottom: 4px;
    border-bottom: solid 1px #FFF;
    display: block;
    color: #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .result__scroll__contents__title h2 span {
    font-size: 39;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .result__scroll__contents__title h2 span {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .result__scroll__contents__inner {
    text-align: center;
  }
  .result__scroll__contents__inner__accordion dl {
    margin-bottom: 2em;
  }
  .result__scroll__contents__inner__accordion dl dt {
    margin-bottom: 0.5em;
    color: #FFF;
    font-weight: 700;
  }
  .result__scroll__contents__inner__accordion dl dd {
    padding-left: 2em;
    text-indent: -0.75em;
    color: #FFF;
  }
  .result__scroll__contents__inner__accordion dl dd::before {
    content: "・";
    margin-right: 0.25em;
  }
  .result__scroll__contents__inner__accordion__btn {
    padding: 0.5em 2em;
    border-radius: 50vw;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
  }
  .result__scroll__contents__inner__accordion__btn:hover {
    opacity: 0.6;
  }
  .result__scroll__contents__inner__accordion__btn p {
    text-align: center;
    color: #0072bc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .result .triangle-bottom::before {
    background-color: #fff4f4 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff4f4;
  }
  .profile__title h2::before {
    border-color: #ed8dab !important;
  }
  .profile__title h2 span:nth-of-type(1) {
    color: #ed8dab !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 41;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__title h2 span.slash::after {
    background-color: #ed8dab !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
  }
  .profile__contents__visual figure {
    width: 600px;
  }
  .profile__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .profile__contents__inner__parsonal {
    margin-bottom: 20px;
  }
  .profile__contents__inner__parsonal dl {
    display: grid;
    grid-template-columns: 4.2em auto;
    grid-template-rows: auto;
  }
  .profile__contents__inner__parsonal dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align-last: justify;
  }
  .profile__contents__inner__parsonal dl dd {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .profile__contents__inner__parsonal dl dd::before {
    content: "：";
    margin: 0 0.5em;
  }
  .profile__contents__inner__outline {
    margin-bottom: 20px;
  }
  .profile__contents__inner__link dl dt {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .profile__contents__inner__link dl dt {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .profile__contents__inner__link dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__contents__inner__link dl dd a {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .infomation {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0072bc;
  }
  .infomation__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .infomation__contents__visual {
    grid-column: 1/2;
    grid-row: 1/3;
    display: grid;
    place-content: center;
  }
  .infomation__contents__visual__inner {
    position: relative;
  }
  .infomation__contents__visual__inner figure {
    width: 380px;
  }
  .infomation__contents__visual__inner figure img {
    width: 100%;
  }
  .infomation__contents__visual__inner .msg {
    width: 55%;
    height: 100%;
    position: absolute;
    top: -140px;
    left: -60px;
    background-image: url(../Images/balloon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .infomation__contents__visual__inner .msg p {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
    color: #ed8dab;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .infomation__contents__visual__inner .sign {
    width: 250px;
    position: absolute;
    left: -50px;
    bottom: -40px;
  }
  .infomation__contents__visual__inner .sign img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .infomation__contents__sns {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
  }
  .infomation__contents__sns dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
  }
  .infomation__contents__sns dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    margin: 0 20px;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li {
    margin: 0 10px;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a {
    display: inline-block;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a img {
    height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .infomation__contents__official-site {
    grid-column: 2/3;
    grid-row: 2/3;
    display: grid;
  }
  .infomation__contents__official-site dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__official-site dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dt span {
    display: block;
    text-align: center;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    color: #FFF;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 17;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .infomation__contents__official-site dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    margin: 0 20px;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) a img {
    width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    z-index: 1;
  }
  main * {
    color: #333;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  main * {
    font-size: 19;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  main * {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  main .outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  main .common-title {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  main .common-title h2 {
    padding: 20px 80px;
    border-radius: 50vw;
    position: relative;
  }
  main .common-title h2::before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 20px 80px;
    border: solid 2px #0072bc;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main .common-title h2::after {
    content: "";
    width: 100%;
    height: 100%;
    padding: 20px 80px;
    border-radius: 50vw;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #FFF;
  }
  main .common-title h2 span:nth-of-type(1) {
    display: block;
    position: relative;
    z-index: 2;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 41;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  main .common-title h2 span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  main .common-title h2 span.slash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  main .common-title h2 span.slash::before {
    content: "";
    width: 30px;
    height: 2px;
    border-bottom: solid 2px #FFF;
    display: block;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: 3;
  }
  main .common-title h2 span.slash::after {
    content: "";
    width: 2px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30%;
    bottom: -30px;
    z-index: 4;
    transform: rotate(45deg);
    transform-origin: center 20px;
    background-color: #0072bc;
  }
}
@media screen and (min-width: 1200px) {
  main .common-triangle {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 30% 15%;
    background-repeat: no-repeat;
  }
  main .common-triangle .triangle-top::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(0 0, 100% 0, 40% 60%, 0% 100%);
  }
  main .common-triangle .triangle-top:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(0 0, 0 100%, 40% 60%);
  }
  main .common-triangle .triangle-bottom::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    background-color: #f4fbff;
    clip-path: polygon(60% 40%, 100% 0, 100% 100%, 0% 100%);
  }
  main .common-triangle .triangle-bottom:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 7;
    background-color: #d0eaf9;
    clip-path: polygon(100% 0, 60% 40%, 100% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 140px;
    background-image: url(../Images/nana_suganuma/header.jpg);
    background-size: cover;
    background-position: 30% 15%;
    background-repeat: no-repeat;
  }
  .hero__breadcrumb {
    margin-bottom: 100px;
  }
  .hero__breadcrumb ul {
    display: flex;
  }
  .hero__breadcrumb ul li {
    color: #FFF;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__breadcrumb ul li {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__breadcrumb ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__breadcrumb ul li:not(:last-child)::after {
    content: "/";
    margin: 0 1em;
    display: inline-flex;
  }
}
@media screen and (min-width: 1200px) {
  .hero__breadcrumb ul li a {
    color: #FFF;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__breadcrumb ul li a {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__breadcrumb ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__h1 h1 {
    margin-bottom: 40px;
    display: inline-block;
  }
  .hero__h1 h1 span {
    display: block;
    color: #FFF;
  }
  .hero__h1 h1 span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 47;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(1) {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__h1 h1 span:nth-of-type(2) {
    padding: 0.25em 1em;
    border: solid 2px #FFF;
    display: inline-block;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(2) {
    font-size: 25;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 89;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) {
    font-size: 88px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 89;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(3) strong {
    font-size: 88px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__h1 h1 span:nth-of-type(4) {
    text-align: right;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 41;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__h1 h1 span:nth-of-type(4) {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__navi {
    padding: 15px 50px;
    display: inline-block;
    transform: skewX(-10deg);
    background-color: rgba(244, 251, 255, 0.85);
  }
  .hero__navi ul {
    display: flex;
    transform: skewX(10deg);
  }
  .hero__navi ul li:not(:last-child)::after {
    content: "｜";
    margin: 0 2em;
    display: inline-flex;
  }
  .hero__navi ul li a {
    color: #0072bc;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .hero__navi ul li a {
    font-size: 19;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .hero__navi ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__title__h2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3194d4;
  }
  .intro__title__h2 > .inner {
    position: relative;
    text-align: center;
  }
  .intro__title__h2 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1), .intro__title__h2 h2 span:nth-last-of-type(3) {
    width: 65px;
    height: 34px;
    display: block;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img, .intro__title__h2 h2 span:nth-last-of-type(3) img {
    width: 100%;
  }
  .intro__title__h2 h2 span:nth-last-of-type(1) img {
    transform: rotate(90deg);
  }
  .intro__title__h2 h2 span:nth-last-of-type(3) img {
    transform: rotate(-90deg);
  }
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    padding: 0 1em;
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 33;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .intro__title__h2 h2 span:nth-last-of-type(2) {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__title__h2__bg-title {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 1;
    font-family: "BIZ UDPGothic", sans-serif;
    opacity: 0.5;
    color: #0072bc;
    letter-spacing: -0.01em;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .intro__title__h2__bg-title {
    font-size: 91;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .intro__title__h2__bg-title {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__title__polygon-area {
    background-color: #f4fbff;
  }
  .intro__title__polygon-area > .inner {
    display: flex;
    justify-content: right;
  }
  .intro__title__polygon-area__polygon {
    width: 40px;
    height: 60px;
    margin-right: 90px;
    clip-path: polygon(75% 0, 0 0, 0 100%);
    background-color: #3194d4;
  }
}
@media screen and (min-width: 1200px) {
  .intro__contents {
    background-color: #f4fbff;
  }
  .intro__contents > .inner {
    padding-top: 40px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 600px auto;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .intro__contents__visual {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .intro__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .intro__contents__visual figure figcaption {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .intro__contents__visual figure figcaption {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .intro__contents__visual figure figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__contents__msg {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .intro__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .intro__contents__link {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .intro__contents__link a {
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .intro__contents__link a {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .intro__contents__link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__contents__link a::before {
    content: "> ";
  }
}
@media screen and (min-width: 1200px) {
  .message {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../Images/nana_suganuma/message.jpg);
  }
  .message__contents {
    max-width: 600px;
    width: 100%;
  }
  .message__contents__msg {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .message__contents__msg h3 {
    margin-bottom: 1em;
    display: flex;
    justify-content: right;
    align-items: center;
    white-space: nowrap;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .message__contents__msg h3 {
    font-size: 27;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .message__contents__msg h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .message__contents__msg h3::before {
    content: "";
    width: 100%;
    height: 1px;
    margin-right: 1em;
    background-color: #0072bc;
  }
}
@media screen and (min-width: 1200px) {
  .message__contents__msg p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .message__contents__link {
    margin-top: 10px;
    text-align: right;
  }
  .message__contents__link a {
    color: #FFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .message__contents__link a {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .message__contents__link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .message__contents__link a::before {
    content: "> ";
  }
}
@media screen and (min-width: 1200px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4fbff;
  }
  .news__contents .no-slide .slick-track {
    transform: unset !important;
  }
  .news__contents .slick-prev,
.news__contents .slick-next {
    width: 60px;
    height: 60px;
    border: solid 2px #0072bc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .news__contents .slick-prev::before,
.news__contents .slick-next::before {
    content: "";
    width: 28px;
    height: 12px;
    display: block;
    background-image: url(../Images/icon_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
  }
  .news__contents .slick-prev::before {
    transform: rotate(-90deg);
  }
  .news__contents .slick-next::before {
    transform: rotate(90deg);
  }
  .news__contents .slick-track {
    display: flex !important;
  }
  .news__contents .slick-track a {
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
  }
  .news__contents .slick-track a.slick-slide {
    margin: 0 10px;
  }
  .news__contents .slick-track a figure {
    margin-bottom: 20px;
  }
  .news__contents .slick-track a figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .news__contents .slick-track a h3 {
    margin-bottom: 0.25em;
    flex-grow: 1;
    font-weight: 700;
  }
  .news__contents .slick-track a time {
    text-align: right;
    display: block;
    color: #0072bc;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .news__contents .slick-track a time {
    font-size: 15;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .news__contents .slick-track a time {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .news__contents .slick-track a p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .news__contents .slick-track a p {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .news__contents .slick-track a p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .result {
    background-image: url(../Images/nana_suganuma/result.jpg);
  }
  .result .inner {
    height: 900px;
    display: flex;
    align-items: center;
  }
  .result__scroll {
    width: 600px;
    padding: 40px 20px;
    background-color: rgba(0, 114, 188, 0.75);
  }
  .result__scroll._open {
    height: 900px;
    padding: 120px 20px;
  }
  .result__scroll__contents {
    height: 100%;
    padding: 20px 20px;
    overflow-y: auto;
  }
  .result__scroll__contents__title {
    margin-bottom: 40px;
  }
  .result__scroll__contents__title h2 {
    border-bottom: solid 3px #FFF;
  }
  .result__scroll__contents__title h2 span {
    padding-bottom: 0.25em;
    margin-bottom: 4px;
    border-bottom: solid 1px #FFF;
    display: block;
    color: #FFF;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .result__scroll__contents__title h2 span {
    font-size: 39;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .result__scroll__contents__title h2 span {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .result__scroll__contents__inner {
    text-align: center;
  }
  .result__scroll__contents__inner__accordion dl {
    margin-bottom: 2em;
  }
  .result__scroll__contents__inner__accordion dl dt {
    margin-bottom: 0.5em;
    color: #FFF;
    font-weight: 700;
  }
  .result__scroll__contents__inner__accordion dl dd {
    padding-left: 4em;
    text-indent: -0.75em;
    color: #FFF;
  }
  .result__scroll__contents__inner__accordion dl dd::before {
    content: "・";
    margin-right: 0.25em;
  }
  .result__scroll__contents__inner__accordion__btn {
    padding: 0.5em 2em;
    border-radius: 50vw;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
  }
  .result__scroll__contents__inner__accordion__btn:hover {
    opacity: 0.6;
  }
  .result__scroll__contents__inner__accordion__btn p {
    text-align: center;
    color: #0072bc;
  }
}
@media screen and (min-width: 1200px) {
  .result .triangle-bottom::before {
    background-color: #fff4f4 !important;
  }
}
@media screen and (min-width: 1200px) {
  .profile {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff4f4;
  }
  .profile__title h2::before {
    border-color: #ed8dab !important;
  }
  .profile__title h2 span:nth-of-type(1) {
    color: #ed8dab !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 41;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .profile__title h2 span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__title h2 span.slash::after {
    background-color: #ed8dab !important;
  }
}
@media screen and (min-width: 1200px) {
  .profile__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .profile__contents__visual figure {
    width: 600px;
  }
  .profile__contents__visual figure img {
    width: 100%;
    height: 100%;
  }
  .profile__contents__inner__parsonal {
    margin-bottom: 20px;
  }
  .profile__contents__inner__parsonal dl {
    display: grid;
    grid-template-columns: 4.2em auto;
    grid-template-rows: auto;
  }
  .profile__contents__inner__parsonal dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align-last: justify;
  }
  .profile__contents__inner__parsonal dl dd {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .profile__contents__inner__parsonal dl dd::before {
    content: "：";
    margin: 0 0.5em;
  }
  .profile__contents__inner__outline {
    margin-bottom: 20px;
  }
  .profile__contents__inner__link dl dt {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .profile__contents__inner__link dl dt {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .profile__contents__inner__link dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__contents__inner__link dl dd a {
    font-family: "BIZ UDPGothic", sans-serif;
    color: #0072bc;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .infomation {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0072bc;
  }
  .infomation__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .infomation__contents__visual {
    grid-column: 1/2;
    grid-row: 1/3;
    display: grid;
    place-content: center;
  }
  .infomation__contents__visual__inner {
    position: relative;
  }
  .infomation__contents__visual__inner figure {
    width: 380px;
  }
  .infomation__contents__visual__inner figure img {
    width: 100%;
  }
  .infomation__contents__visual__inner .msg {
    width: 55%;
    height: 100%;
    position: absolute;
    top: -140px;
    left: -60px;
    background-image: url(../Images/balloon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .infomation__contents__visual__inner .msg p {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
    color: #ed8dab;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .infomation__contents__visual__inner .msg p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .infomation__contents__visual__inner .sign {
    width: 250px;
    position: absolute;
    left: -50px;
    bottom: -40px;
  }
  .infomation__contents__visual__inner .sign img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .infomation__contents__sns {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
  }
  .infomation__contents__sns dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
  }
  .infomation__contents__sns dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    margin: 0 20px;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li {
    margin: 0 10px;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a {
    display: inline-block;
  }
  .infomation__contents__sns dl dd:nth-of-type(2) ul li a img {
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .infomation__contents__official-site {
    grid-column: 2/3;
    grid-row: 2/3;
    display: grid;
  }
  .infomation__contents__official-site dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  .infomation__contents__official-site dl dt {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dt span {
    display: block;
    text-align: center;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(1) {
    margin-bottom: 0.5em;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
  }
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    color: #FFF;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 17;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .infomation__contents__official-site dl dt span:nth-of-type(2) a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .infomation__contents__official-site dl dd:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    content: "";
    width: 1px;
    height: 100%;
    margin: 0 20px;
    display: block;
    background-color: #FFF;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
    display: grid;
    place-content: center;
  }
  .infomation__contents__official-site dl dd:nth-of-type(2) a img {
    width: 230px;
  }
}

/*# sourceMappingURL=suganuma_nana.css.map */
