@charset "UTF-8";
/*******************************************************************/
/* 共通 */
/*******************************************************************/
  .first-view,.faq-view {
    overflow-x: hidden;
  }

/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*=================================================================*/
  /* stickyを有効にするため、親要素のoverflowを解除
  /*=================================================================*/
  .mdl__wrapper {
    overflow: visible;
  }
  /*=================================================================*/
  /* first-view
  /*=================================================================*/
  .first-view {
    position: sticky;
    top: 81px;
    z-index: -2;
  }
  .first-view__block {
    height: calc(100vh - 81px);
    overflow: hidden;
  }
  .first-view__image--back {
    position: absolute;
    bottom:14.88%;
    left:1.125%;
    width: 98.5%;
    overflow: hidden;
    display: flex;
  }
  .first-view__image--back img {
    width: 231.31%;
    flex-shrink: 0;
  }
  .first-view__image--right {
    width: 19.025%;
    height: 78.049%;
    position: absolute;
    top:0;
    right:0;
  }
  .first-view__image--right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
  }
  .first-view__image--left {
    width: 10%;
    height: 100%;
    position: absolute;
    bottom:0;
    left:0;
  }
  .first-view__image--left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
  }
  .first-view__image--front {
    height: 82.92%;
    width: 42.5%;
    position: absolute;
    left: 12.5%;
    top: 50%;
    transform: translateY(-53.66%);
  }
  .first-view__image--front img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 1.5s;
  }
  .first-view__image--top {
    display: none;
  }
  .first-view__image--under {
    display: none;
  }
  .first-view__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-48.22%);
    display: inline-block;
    width: auto;
  }
  .first-view__text div {
    font-size: clamp(1.8rem, 2vw, 3.2rem);
    color: transparent;
    background: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, var(--sanno-color-blue) 0 100%);
    background-size: 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: left center, left center;
    background-clip: text, padding-box;
    -webkit-background-clip: text, padding-box;
    line-height: 2;
    padding:0 20px;
    width: fit-content;
    transition: background-size 0.2s;
  }
  .first-view__text div:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /*=================================================================*/
  /* navigation
  /*=================================================================*/
  .navigation {
    width: 80%;
    min-width: 750px;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 64px 0 rgba(0,0,0,0.16);
    z-index: 1;
    position: sticky;
    top:1.5vw;
    font-weight: 600;
  }
  .sticky-active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
  }
  .navigation__block {
    display: flex;
    align-items: center;
  }
  .navigation__block--normal {
    flex-basis: 62.5%;
    gap:5%;
    padding: 21.5px 3.125%;
  }
  .navigation__block--normal a {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
  .navigation__block--entry {
    flex-basis: 37.5%;
    display: flex;
  }
  .navigation__button {
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff !important;
    height: 100%;
    transition: .2s;
  }
  .navigation__button:hover {
    text-decoration: none;
    background-color: #000;
  }
  .navigation__button--new {
    background-color: var(--sanno-color-blue);
  }
  .navigation__button--senior {
    background-color: #0086FF;
  }
  .navigation__button-text {
    text-align: center;
    font-size: clamp(1.2rem, 1vw, 1.6rem);
  }
  .navigation__button-text--small {
    font-size: clamp(1.0rem, 0.75vw, 1.2rem);
  }
  /*=================================================================*/
  /* message-view
  /*=================================================================*/
  .message-view {
    overflow: hidden;
    display: flex;
    background-color: #fff;
    position: sticky;
    top:0;
    z-index: -1;
    height: 100vh;
    padding-bottom: 85%;
  }
  .message-view::before {
    content:"";
    width: 75%;
    height: 66.67%;
    display: block;
    background-color: #EDF6FF;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
  }
  .message-view__block {
    flex:1;
    display: flex;
    align-items: center;
  }
  .message-view__block--right {
    padding:0 0 0 5%;
  }
  .message-view__visual-block {
    width: 100%;
    height: 80%;
    display: flex;
    transform: rotate(8deg);
    margin: 8.78% 0 8.78% 0;
  }
  .message-view__visual {
    flex:1;
    height: 100%;
  }
  .message-view__visual--left {
    transform: translateY(-9.722%);
    overflow-y: hidden;
    height: 100%;
  }
  .message-view__visual--right {
    transform: translateY(9.722%);
    overflow-y: hidden;
    height: 100%;
  }
  .message-view__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .message-view__image--large {
    height: 37.0375%;
  }
  .message-view__image--small {
    height: 25.925%;
  }
  .message-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .message-view__catch-copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 6.46%;
  }
  .message-view__text {
    line-height: 2;
    font-size: clamp(1.2rem, 1.1vw, 1.8rem);
  }
  /*=================================================================*/
  /* about-view
  /*=================================================================*/
  .about-view {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    background-position: right bottom;
    background-size: 90% 72.36%;
    position: relative;
    z-index: 0;
    padding:5% 0 3.44% 0;
    overflow: hidden;
  }
  .about-view::before {
    content:"";
    min-width: 1350px;
    width: 90%;
    min-height: 445px;
    height: 39.02%;
    display: block;
    background: radial-gradient(circle at top right, #82D4AB 0%, #58B5E4 70%, #58B5E4 100%);
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
  }
  .about-view::after {
    content:"";
    width: 100%;
    height: 39.02%;
    display: block;
    background: #EDF6FF;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -2;
  }
  .about-view__block {
    flex:1;
    display: flex;
    align-items: flex-end;
  }
  .about-view__block--left {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding:0 7.69% 0 5%;
  }
  .about-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid #fff;
    color:#fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .about-view__catch-copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 6.46%;
    color:#fff;
  }
  .about-view__text {
    line-height: 2;
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
    color:#fff;
  }
  .about-view__link-block {
    width: 90%;
    height: 100%;
    display: flex;
    background-color: #fff;
  }
  .about-view__link {
    flex:1;
    display: block;
    position: relative;
    transition: .3s;
  }
  .about-view__link:hover {
    opacity: .7;
  }
  .about-view__link > img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .about-view__link-text {
    position: absolute;
    bottom:8.33%;
    left:11.11%;
    color:#fff;
    font-weight: bold;
  }
  .about-view__link-title--large {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: 10%;
  }
  .about-view__link-title--small {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    margin-bottom: 3.6%;
  }
  /*=================================================================*/
  /* data-view
  /*=================================================================*/
  .data-view__image--back {
    position: absolute;
    top:0;
    left:1.125%;
    width: 98.5%;
    overflow: hidden;
  }
  .data-view__image--back img {
    width: 213.81%;
  }
  .data-view {
    background-color: #EDF6FF;
    padding: 10% 0 13.81%;
    position: relative;
  }
  .data-view__head-block {
    width: 50%;
    padding:0 0 0 5%;
    display: flex;
    justify-content: flex-end;
  }
  .data-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .data-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .data-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    margin-right: 10.1em;
  }
  .data-view__data-list {
    width: 91%;
    max-width: 1280px;
    min-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1.56%;
  }
  .data-view__data-element {
    flex-basis: calc(100% / 5 - 1.56%);
    background-color: #fff;
    text-align: center;
    padding: 3.125% 0;
    margin-bottom:1.56%;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  }
  .data-view__data-element:nth-last-child(-n+5) {
  margin-bottom: 0;
  }
  .data-view__data-element img {
    width: 41.67%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  .data-view__data-label {
    background-color: var(--sanno-color-blue);
    color:#fff;
    font-size: clamp(1.2rem, 0.8vw, 1.4rem);
    padding: 1px 10px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto 10px;
    border-radius: 50px;
  }
  .data-view__data {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap:4px;
    margin-bottom: 10px;
  }
  .data-view__data-number {
    font-family: "Barlow", sans-serif;
    font-size: clamp(3.2rem, 5vw, 6.4rem);
    font-weight: bold;
    line-height: 1;
  }
  .data-view__data-unit {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
  .data-view__data-text {
    font-size: clamp(1.0rem, 0.75vw, 1.2rem);
  }
  /*=================================================================*/
  /* voice-view
  /*=================================================================*/
  .voice-view {
    background-color: #fff;
    padding: 10% 0 13.81%;
    position: relative;
    z-index: 0;
  }
  .voice-view__head-block {
    width: 50%;
    padding:0 0 0 5%;
    display: flex;
    justify-content: flex-end;
  }
  .voice-view__head {
    box-sizing: border-box;
    margin-bottom: 23%;
  }
  .voice-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .voice-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    margin-right: 21.9em;
  }
  .voice-view__sticky-block {
    width: 100%;
    height: 100%;
    position: relative;
    position: sticky;
    top: calc(50vh - 270px);
  }
  .voice-view__sticky-block:nth-of-type(n + 2) {
    margin-top: 13%;
  }
  .voice-view__block {
    width: 90%;
    max-width: 1440px;
    min-width: 750px;
    margin: 0 auto;
    height: 540px;
    display: flex;
    align-items: center;
  }
  .voice-view__block--backcolor {
    background: radial-gradient(circle at bottom center, #82D4AB 0%, #58B5E4 70%, #58B5E4 100%);
  }
  .voice-view__detail {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
    height: 400px;
    display: flex;
    width: 88.89%;
  }
  .voice-view__image {
    flex-basis: 31.25%;
  }
  .voice-view__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .voice-view__info-block {
    flex:1;
    display: flex;
    align-items: center;
    padding:0 5% 0 9.09%;
  }
  .voice-view__info-title {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 2.84%;
  }
  .voice-view__info-element {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 1.14%;
    font-size: clamp(1.2rem, 1vw, 1.6rem);
  }
  .voice-view__info-element::after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background-color: var(--sanno-color-blue);
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.41em;
  }
  .voice-view__detail--01 {
    transform: translate(-30px,-5.3%);
  }
  .voice-view__detail--01 .voice-view__info-block {
    background: url(../images/top/img_voice_detail_catch_01.svg)no-repeat;
    background-size: 48.98%;
    background-position: bottom right;
  }
  .voice-view__detail--02 {
    flex-direction: row-reverse;
    transform: translate(-20px, calc(-5.3% / 3 * 2));
  }
  .voice-view__detail--02 .voice-view__info-block {
    background: url(../images/top/img_voice_detail_catch_02.svg)no-repeat;
    background-size: 92.39%;
    background-position: top left;
  }
  .voice-view__detail--03 {
    transform: translate(-10px, calc(-5.3% / 3));
  }
  .voice-view__detail--03 .voice-view__info-block {
    background: url(../images/top/img_voice_detail_catch_03.svg)no-repeat;
    background-size: 85.11%;
    background-position: top left;
  }
  .voice-view__detail--04 {
    flex-direction: row-reverse;
  }
  .voice-view__detail--04 .voice-view__info-block {
    background: url(../images/top/img_voice_detail_catch_04.svg)no-repeat;
    background-size: 95.11%;
    background-position: top left;
  }
  .voice-view__image--back {
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: translateY(calc(100% + 40px));
    left: 1.125%;
    width: 98.5%;
    overflow: hidden;
  }
  .voice-view__image--back img {
    width: 210.063%;
  }
  /*=================================================================*/
  /* recruitment-view
  /*=================================================================*/
  .recruitment-view {
    background-color: #fff;
    padding: 10% 0 0;
    position: relative;
    z-index: 0;
  }
  .recruitment-view__head-block {
    width: 50%;
    padding:0 0 0 5%;
    display: flex;
    justify-content: flex-end;
  }
  .recruitment-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .recruitment-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .recruitment-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    margin-right: 21.9em;
  }
  .recruitment-view__tab-control {
    width: 70%;
    min-width: 700px;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
  }
  .recruitment-view__tab-button {
    color:#fff;
    text-align: center;
    flex:1;
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    padding: 1.79% 0;
    cursor: pointer;
    transition: .1s;
    font-weight: bold;
    border:none;
  }
  .recruitment-view__tab-button--new {
    background-color: var(--sanno-color-blue);
  }
  .recruitment-view__tab-button--senior {
    background-color: #0086FF;
  }
  .recruitment-view__tab-button--current {
    background-color: #EDF6FF;
    color: var(--sanno-color-blue);
  }
  .recruitment-view__tab-button:not(.recruitment-view__tab-button--current):hover {
    filter: brightness(80%);
  }
  .recruitment-view__tab-block {
    display: none;
    margin: 0 auto;
    width: 80%;
    min-width: 740px;
    max-width: 1280px;
    box-sizing: border-box;
    background-color: #EDF6FF;
    padding: 6.46% 12.92%;
  }
  .recruitment-view__tab-block--curent {
    display: block;
  }
  .recruitment-view__table-row {
    padding: 2.07% 0;
    display: flex;
    border-bottom: 1px solid rgba(0,88,168,0.2);
  }
  .recruitment-view__table-row > div {
    flex:1;
  }
  .recruitment-view__table-head {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    font-weight: bold;
  }
  .recruitment-view__table-body {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
  }
  .recruitment-view__flow-title {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    font-weight: bold;
    padding:2.07% 0 3.45%;
  }
  .recruitment-view__flow-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1.53%;
    margin-bottom: 3.45%;
  }
  .recruitment-view__flow-element {
    flex:1;
    background: #fff;
    border-radius: 50px;
    font-size: clamp(1.0rem, 1vw, 1.6rem);
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    padding: 2.07% 0;
    font-weight: bold;
  }
  .recruitment-view__flow-arrow {
    width: 3.75%;
    display: flex;
  }
  .recruitment-view__flow-arrow img{
    width: 100%;
    height: auto;
  }
  .recruitment-view__caution {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
  .recruitment-view__table-list-element {
    position: relative;
    padding-left: 0.75em;
  }
  .recruitment-view__table-list-element::after {
    content: "";
    display: block;
    width: 3px;
    aspect-ratio: 1/1;
    background-color: var(--sanno-color-blue);
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.6em;
  }
  /*=================================================================*/
  /* faq-view
  /*=================================================================*/
  .faq-view {
    background-color: #fff;
    display: flex;
    padding: 10% 0 13.81%;
  }
  .faq-view__head-block {
    flex:1;
    padding:0 0 0 5%;
    display: flex;
    justify-content: flex-end;
  }
  .faq-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .faq-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .faq-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    margin-right: 16.4em;
  }
  .faq-view__block {
    flex:1;
    padding:0 5% 0 0;
  }
  .faq-view__faq-block {
    width: 85.5%;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    margin-bottom: 2.5%;
  }
  .faq-view__faq-block:last-of-type {
    margin-bottom: 0;
  }
  .faq-view__faq-q {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3.13% 3.13% 3.13% calc(3.13% + 6%);
  }
  .faq-view__faq-q::after {
    content: "";
    display: block;
    width: 1.88%;
    aspect-ratio: 1 / 2;
    background-image: url(../images/top/icn_open-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .faq-view__faq-q--open::after {
    background-image: url(../images/top/icn_close-arrow.svg);
  }
  .faq-view__faq-q::before {
    content:"Q";
    color:#fff;
    width: 4%;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--sanno-color-blue);
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left:3.13%;
    transform: translateY(-50%);
  }
  .faq-view__faq-a {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    position: relative;
    padding: 0;
    box-sizing: border-box;
    padding: 0 3.13% 3.13% calc(3.13% + 6%);
  }
  .faq-view__faq-a::before {
    content:"A";
    color:#fff;
    width: 4%;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--sanno-color-red);
    letter-spacing: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    left:3.13%;
  }
  /*=================================================================*/
  /* entry-view
  /*=================================================================*/
  .entry-view {
    background-color: #fff;
  }
  .entry-view__block {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 1280/545;
    background-image:
      radial-gradient(
        circle at 62.5% 100%,      /* 中心を左から62.5%、下端（100%）に設定 */
        #82D4AB 0%,                /* 中心色 */
        #82d4ab00 100%   /* 外側は透明 */
      ),
      url('../images/top/img_entry_01.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .entry-view__content {
    width: 60.13%;
  }
  .entry-view__image--right {
    width: 19.025%;
    height: 78.049%;
    position: absolute;
    top:0;
    right:0;
  }
  .entry-view__image--right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
  }
  .entry-view__image--left {
    width: 10%;
    height: 100%;
    position: absolute;
    bottom:0;
    left:0;
  }
  .entry-view__image--left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
  }
  .entry-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid #fff;
    color:#fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 3%;
    margin:0 auto 6.46%;
    line-height: 1;
  }
  .entry-view__text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    color: #fff;
    margin:0 auto 6.46%;
  }
  .entry-view__text br {
    display: none;
  }
  .entry-view__text--small {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    font-weight: normal;
  }
  .entry-view__link-flex {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap:5.88%;
    margin:0 auto 6.46%;
  }
  .entry-view__link-block {
    flex:1;
  }
  .entry-view__link-info {
    font-size: clamp(1.0rem, 1vw, 1.6rem);
    color:#fff;
    margin-bottom: 3.13%;
  }
  .entry-view__link {
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap:3.13%;
    aspect-ratio: 320/64;
    align-items: center;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    transition: .2s;
  }
  .entry-view__link:hover {
    transform: translateY(3px);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
    opacity: .8;
  }
  .entry-view__link:hover { text-decoration: none; }
  .entry-view__link-text {
    font-family: "Barlow", sans-serif;
    font-size: clamp(1.2rem, 1.25vw, 3.2rem);
    color:#0086FF;
    font-weight: bold;
  }
  .entry-view__link--mynavi img {
    width: 60.36%;
  }
  .entry-view__link-icon {
    width: 8.33%;
  }
  .entry-view__link-icon img {
    width: 100%;
  }
}
/*******************************************************************/
/* TB(header only) */
/*******************************************************************/
@media screen and (min-width:769px) and ( max-width:1280px) {
  .voice-view__head-block,
  .data-view__head-block,
  .recruitment-view__head-block {
    width: fit-content;
    justify-content: flex-start;
  }
  .faq-view__head-block {
    justify-content: flex-start;
  }
  .faq-view__head-text {
    margin-right: 0;
  }
}
@media screen and (min-width:769px) and ( max-width:930px) {
  .faq-view__faq-block {
    width: 100% !important;
  }
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*=================================================================*/
  /* stickyを有効にするため、親要素のoverflowを解除
  /*=================================================================*/
  .mdl__wrapper {
    overflow: visible;
  }
  /*=================================================================*/
  /* first-view
  /*=================================================================*/
  .first-view__block {
    height: calc(100vh - 130px);
    overflow: hidden;
  }
  .first-view__image--back {
    display: none;
  }
  .first-view__image--right {
    display: none;
  }
  .first-view__image--left {
    display: none;
  }
  .first-view__image--front {
    height: 47.74%;
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .first-view__image--front img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 1.5s;
  }
  .first-view__image--top {
    height: 20.72%;
    margin-bottom: 2.9%;
  }
  .first-view__image--top img {
    height: 100%;
    width: auto;
  }
  .first-view__image--under {
    height: 7.85%;
  }
  .first-view__image--under img {
    height: 100%;
    width: auto;
  }
  .first-view__text {
    display: inline-block;
    width: auto;
    padding: 0 5%;
    transform: translateY(-15%);
  }
  .first-view__text div {
    font-size: clamp(1.8rem, 2vw, 3.2rem);
    color:transparent;
    background: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, var(--sanno-color-blue) 0 100%);
    background-size: 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: left center, left center;
    background-clip: text, padding-box;
    -webkit-background-clip: text, padding-box;
    line-height: 2;
    padding:0 20px;
    width: fit-content;
  }
  .first-view__text div:not(:last-of-type) {
    margin-bottom: 1.25%;
  }
  /*=================================================================*/
  /* navigation
  /*=================================================================*/
  .navigation {
    background-color: #fff;
    box-shadow: 0 4px 64px 0 rgba(0,0,0,0.16);
    z-index: 1;
    position: sticky;
    top:0;
    font-weight: 600;
  }
  .navigation__block {
    display: flex;
    align-items: center;
  }
  .navigation__block--normal {
    overflow-x: auto;
    flex-basis: 62.5%;
    gap:5%;
    padding: 13.5px 3.125%;
  }
  .navigation__block--normal a {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    white-space: nowrap;
  }
  .navigation__block--entry {
    flex-basis: 37.5%;
    display: flex;
  }
  .navigation__button {
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff !important;
    height: 100%;
    transition: .2s;
    padding: 4% 0;
  }
  .navigation__block--normal a {
    display: flex;
    align-items: center;
    gap:7px;
  }
  .navigation__block--normal a::before {
    content:"";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background: url(../images/top/icn_close-arrow_down.svg)no-repeat;
    background-size: 100%;
  }
  .navigation__button > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2.5%;
    white-space: nowrap;
  }
  .navigation__button--new {
    background-color: var(--sanno-color-blue);
  }
  .navigation__button--senior {
    background-color: #0086FF;
  }
  .navigation__button-text {
    text-align: center;
    font-size: clamp(1.6rem, 1.2vw, 1.6rem);
    line-height: 1;
  }
  .navigation__button-text--small {
    font-size: clamp(1.0rem, 0.75vw, 1.1rem);
    line-height: 1;
  }
  /*=================================================================*/
  /* message-view
  /*=================================================================*/
  .message-view {
    overflow: hidden;
    background-color: #fff;
  }
  .message-view__block {
    flex:1;
    display: flex;
    align-items: center;
  }
  .message-view__block--right {
    padding:8.78% 5% 15% 5%;
    position: relative;
    z-index: 0;
  }
  .message-view__block--right::after {
    content:"";
    width: 85%;
    min-height: 418px;
    height: 39.02%;
    display: block;
    background: #EDF6FF;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
  }
  .message-view__visual-block {
    width: 100%;
  }
  .message-view__visual {
    flex:1;
    height: 100%;
  }
  .message-view__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .message-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .message-view__catch-copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 6.46%;
    line-height: 1.6;
  }
  .message-view__text {
    line-height: 2;
    font-size: clamp(1.6rem, 1.1vw, 1.8rem);
  }
  .message-view__text br.message-view__br-pc {
    display: none;
  }
  /*=================================================================*/
  /* slider
  /*=================================================================*/
  .message-view__visual--left .slider-track {
    display: flex;
    width: 200%;
  }
  @keyframes scroll-left-sp {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
  .message-view__visual--right .slider-track {
    display: flex;
    width: 200%;
  }
  @keyframes scroll-right-sp {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
  .slider-track .message-view__image {
    flex: none;
    width: calc(100vh / 2 - 25vh);
    min-width: 120px;
  }
  .slider-track .message-view__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  /*=================================================================*/
  /* about-view
  /*=================================================================*/
  .about-view {
    overflow: hidden;
    background-color: #fff;
    background-position: right bottom;
    background-size: 90% 72.36%;
    position: relative;
    z-index: 0;
    padding:5% 0 11.44% 0;
    overflow: hidden;
  }
  .about-view::before {
    content:"";
    width: 100%;
    min-height: 570px;
    height: 39.02%;
    display: block;
    background: radial-gradient(circle at top 20px right -230%, #82D4AB 0%, #58B5E4 100%);
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
  }
  .about-view::after {
    content:"";
    width: 100%;
    height: 39.02%;
    display: block;
    background: #EDF6FF;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -2;
  }
  .about-view__block--left {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding:0 7.69% 0 5%;
  }
  .about-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid #fff;
    color:#fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .about-view__catch-copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 6.46%;
    color:#fff;
  }
  .about-view__text {
    line-height: 2;
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    color:#fff;
  }
  .about-view__text br {
    display: none;
  }
  .about-view__link-block {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    aspect-ratio: 360/320;
    display: flex;
    background-color: #fff;
    margin-bottom: 8%;
  }
  .about-view__link {
    flex:1;
    display: block;
    position: relative;
  }
  .about-view__link > img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .about-view__link-text {
    position: absolute;
    bottom:8.33%;
    left:11.11%;
    color:#fff;
    font-weight: bold;
  }
  .about-view__link-title--large {
    font-size: clamp(2.4rem, 2vw, 2.4rem);
    margin-bottom: 10%;
  }
  .about-view__link-title--small {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    margin-bottom: 3.6%;
  }
  .about-view__link-icon {
    width: 18px;
    height: 18px;
  }
  /*=================================================================*/
  /* data-view
  /*=================================================================*/
  .data-view__image--back {
    position: absolute;
    top:0;
    left:1.125%;
    width: 98.5%;
    overflow: hidden;
  }
  .data-view__image--back img {
    width: 380.25%;
  }
  .data-view {
    background-color: #EDF6FF;
    padding: 7% 0 13.81%;
    position: relative;
  }
  .data-view__head-block {
    padding:0 0 0 5%;
  }
  .data-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .data-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .data-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
  }
  .data-view__data-list {
    width: 91%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .data-view__data-element {
    flex-basis: calc(100% / 2 - 1.56%);
    background-color: #fff;
    text-align: center;
    padding: 3.125% 5%;
    box-sizing: border-box;
    margin-bottom:3%;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  }
  .data-view__data-element img {
    width: 58.82%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  .data-view__data-label {
    background-color: var(--sanno-color-blue);
    color:#fff;
    font-size: clamp(1.2rem, 0.8vw, 1.4rem);
    padding: 1px 10px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto 10px;
    border-radius: 10px;
  }
  .data-view__data {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap:4px;
    margin-bottom: 10px;
  }
  .data-view__data-number {
    font-family: "Barlow", sans-serif;
    font-size: clamp(4.5rem, 5vw, 6.4rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
  .data-view__data-unit {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
  .data-view__data-text {
    font-size: clamp(1.0rem, 0.75vw, 1.2rem);
  }
  /*=================================================================*/
  /* voice-view
  /*=================================================================*/
  .voice-view {
    background-color: #fff;
    padding: 10% 0 13.81%;
    position: relative;
    z-index: 0;
    background:
      radial-gradient(circle at 100% 495px, #82D4AB 0%, #82d4ab00 50%),
      radial-gradient(circle at 0 calc(100% - 400px), #82D4AB 0%, #82d4ab00 50%),
      #58B5E4;
  }
  .voice-view__head-block {
    padding:0 0 0 5%;
  }
  .voice-view__head {
    box-sizing: border-box;
    margin-bottom: 6%;
  }
  .voice-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid #fff;
    color:#fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .voice-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
    color:#fff;
  }
  .voice-view__block {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .voice-view__detail {
    margin: 0 auto 5%;
    background-color: #fff;
    width: 90%;
  }
  .voice-view__sticky-block:last-of-type .voice-view__detail {
    margin-bottom: 0;
  }
  .voice-view__image {
    aspect-ratio: 360/180;
  }
  .voice-view__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .voice-view__info-block {
    flex:1;
    display: flex;
    align-items: center;
    padding:6% 5% ;
  }
  .voice-view__info-title {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    margin-bottom: 2.84%;
  }
  .voice-view__info-element {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 1.14%;
    font-size: clamp(1.6rem, 1vw, 1.6rem);
  }
  .voice-view__info-element::after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    background-color: var(--sanno-color-blue);
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.41em;
  }
  .voice-view__image--back {
    display: none;
  }
  /*=================================================================*/
  /* recruitment-view
  /*=================================================================*/
  .recruitment-view {
    background-color: #fff;
    padding: 10% 0 0;
    position: relative;
    z-index: 0;
  }
  .recruitment-view__head-block {
    padding:0 0 0 5%;
  }
  .recruitment-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .recruitment-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin-bottom: 6.46%;
    line-height: 1;
  }
  .recruitment-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
  }
  .recruitment-view__tab-control {
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  .recruitment-view__tab-button {
    color:#fff;
    text-align: center;
    flex:1;
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    padding: 4.79% 0;
    cursor: pointer;
    transition: .1s;
    font-weight: bold;
    border:none;
  }
  .recruitment-view__tab-button--new {
    background-color: var(--sanno-color-blue);
  }
  .recruitment-view__tab-button--senior {
    background-color: #0086FF;
  }
  .recruitment-view__tab-button--current {
    background-color: #EDF6FF;
    color: var(--sanno-color-blue);
  }
  .recruitment-view__tab-block {
    display: none;
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    background-color: #EDF6FF;
    padding: 6.46% 5%;
  }
  .recruitment-view__tab-block--curent {
    display: block;
  }
  .recruitment-view__table-row {
    padding: 6.07% 0;
    border-bottom: 1px solid rgba(0,88,168,0.2);
  }
  .recruitment-view__table-row > div {
    flex:1;
  }
  .recruitment-view__table-head {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    font-weight: bold;
    margin-bottom: 5.07%;
  }
  .recruitment-view__table-body {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
  }
  .recruitment-view__flow-title {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    font-weight: bold;
    padding:2.07% 0 3.45%;
  }
  .recruitment-view__flow-body {
    margin-bottom: 9.45%;
  }
  .recruitment-view__flow-element {
    flex:1;
    background: #fff;
    border-radius: 50px;
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    padding: 3% 0;
    font-weight: bold;
  }
  .recruitment-view__flow-arrow {
    width: 5.75%;
    margin: 3% auto;
    display: flex;
    transform: rotate(90deg);
  }
  .recruitment-view__flow-arrow img{
    width: 100%;
    height: auto;
  }
  .recruitment-view__caution {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
  }
  .recruitment-view__table-list-element {
    position: relative;
    padding-left: 0.75em;
  }
  .recruitment-view__table-list-element::after {
    content: "";
    display: block;
    width: 3px;
    aspect-ratio: 1/1;
    background-color: var(--sanno-color-blue);
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.6em;
  }
  /*=================================================================*/
  /* faq-view
  /*=================================================================*/
  .faq-view {
    background-color: #fff;
    padding: 10% 0 18.81%;
  }
  .faq-view__head-block {
    text-align: center;
  }
  .faq-view__head {
    box-sizing: border-box;
    margin-bottom: 6.46%;
  }
  .faq-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid var(--sanno-color-blue);
    color:var(--sanno-color-blue);
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin:0 auto 6.46%;
    line-height: 1;
  }
  .faq-view__head-text {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight:bold;
  }
  .faq-view__faq-block {
    width: 90%;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    margin:0 auto 2.5%;
  }
  .faq-view__faq-block:last-of-type {
    margin-bottom: 0;
  }
  .faq-view__faq-q {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5.13% 5.13% 5.13% calc(5.13% + 9%);
  }
  .faq-view__faq-q::after {
    content: "";
    display: block;
    width: 3.88%;
    aspect-ratio: 1 / 2;
    background-image: url(../images/top/icn_open-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .faq-view__faq-q--open::after {
    background-image: url(../images/top/icn_close-arrow.svg);
  }
  .faq-view__faq-q::before {
    content:"Q";
    color:#fff;
    width: 24px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--sanno-color-blue);
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left:3.13%;
    transform: translateY(-50%);
  }
  .faq-view__faq-a {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    position: relative;
    padding: 0;
    box-sizing: border-box;
    padding: 0 5.13% 5.13% calc(5.13% + 9%);
  }
  .faq-view__faq-a::before {
    content:"A";
    color:#fff;
    width: 24px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--sanno-color-red);
    letter-spacing: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    left:3.13%;
  }
  /*=================================================================*/
  /* entry-view
  /*=================================================================*/
  .entry-view {
    background-color: #fff;
    padding-bottom: 10%;
  }
  .entry-view__block {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 1280/545;
    background-image:
      radial-gradient(
        circle at 62.5% 100%,
        #82D4AB 0%,
        #82d4ab00 100%
      ),
      url('../images/top/img_entry_01.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10% 5%;
  }
  .entry-view__image--right {
    display: none;
  }
  .entry-view__image--left {
    display: none;
  }
  .entry-view__title {
    font-size: clamp(4.8rem, 6vw, 9.6rem);
    border-bottom: 2px solid #fff;
    color:#fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 6.46%;
    margin:0 auto 6.46%;
    line-height: 1;
  }
  .entry-view__text {
    font-size: clamp(2.0rem, 2vw, 2.4rem);
    font-weight:bold;
    color: #fff;
  }
  .entry-view__text--small {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    font-weight: normal;
  }
  .entry-view__link-flex {
    margin:0 auto 6.46%;
  }
  .entry-view__link-block {
    margin-top: 9.69%;
  }
  .entry-view__link-info {
    font-size: clamp(1.6rem, 1vw, 1.6rem);
    color:#fff;
    margin-bottom: 3.13%;
  }
  .entry-view__link {
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap:3.13%;
    aspect-ratio: 320/64;
    align-items: center;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    transition: .2s;
  }
  .entry-view__link:hover { text-decoration: none; }
  .entry-view__link-text {
    font-family: "Barlow", sans-serif;
    font-size: clamp(2.0rem, 1.25vw, 3.2rem);
    color:#0086FF;
    font-weight: bold;
  }
  .entry-view__link--mynavi img {
    width: 60.36%;
  }
  .entry-view__link-icon {
    width: 8.33%;
  }
  .entry-view__link-icon img {
    width: 100%;
  }
  .entry-view__content {
    width: 100%;
  }
}