/* all device
-------------------------------------------------- */
@media all {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  body {
    background-color: #fff;
    color: #333;
  }
  .linkStyle1 {
    color: #333;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
  }
  .linkStyle1:hover, .linkStyle1:active, .linkStyle1:focus {
    color: black;
  }
  .linkStyle1.underline {
    text-decoration: underline;
  }
  .btn1 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #479797;
    border: none;
    border-radius: 9999px;
  }
  .btn1:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(71, 151, 151, 0.7);
    border: none;
  }
  .gNavi ul li.naviCase .main {
    letter-spacing: 0;
  }
  .fNavi ul li.naviCase .main {
    letter-spacing: 0;
  }
  .titType1 .main {
    font-weight: 500;
  }
  .titType1 .sub {
    color: #479797;
  }
  #floatingGoTop a {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#eee), color-stop(70%, #fff));
    background-image: linear-gradient(top left, #eee, #fff 70%);
  }
  #floatingGoTop a::after {
    border-width: 3px;
    border-color: #479797;
  }
  .siteKv .partsScroll {
    position: absolute;
    left: 10vw;
    bottom: 3vw;
  }
  .siteKv .contentBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .kvCnt1 {
    display: block;
    height: auto;
  }
  .kvCnt1Picture {
    position: absolute;
  }
  .featureList .gridContainer {
    gap: 8rem 5rem !important;
  }
  #introSec {
    background-color: #f2fcfa !important;
  }
  #contactSec {
    background-color: #f2fcfa !important;
  }
  .openBox {
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .openBox .closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .openBox .closed .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #333;
    color: #fff;
  }
  .openBox .calendar {
    margin: 0 auto;
  }
  .tableCalendar {
    border: none;
    background-color: transparent;
    margin: 0 auto;
  }
  .tableCalendar tr {
    background-color: transparent;
  }
  .tableCalendar tr th {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #707070;
    padding: 0;
  }
  .tableCalendar tr td {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #707070;
    padding: 0;
  }
  .tableCalendar tr td img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .tableCalendar tr:last-child th {
    border: none;
  }
  .tableCalendar tr:last-child td {
    border: none;
  }
  .floatBox1 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #fff;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .floatBox1.isInview {
    opacity: 1;
  }
  .floatBox1 .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .floatBox1 .title {
    font-weight: 400;
  }
  .floatBox1 .image img {
    height: 100%;
    aspect-ratio: auto;
  }
  .staffListItem .name .sub {
    opacity: 1;
    color: #479797;
  }
  #introSlider .swiper-container {
    position: relative;
  }
  #introSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #AAA;
  }
  #introSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #479797;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-position: center center;
    background-repeat: no-repeat;
  }
  #introSlider .swiper-button-prev::after,
  #introSlider .swiper-button-next::after {
    display: none;
  }
  #introSlider .swiper-button-prev {
    left: 3%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important;
  }
  #introSlider .swiper-button-next {
    right: 3%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 42px;
  }
  .tel .num {
    letter-spacing: -0.03em !important;
  }
  #toastBtnBase {
    top: 10px !important;
    right: 10px !important;
  }
  #toastBtn {
    border-radius: 100%;
    background-color: transparent !important;
  }
  #toastBtn .toastTrigger span {
    background-color: #479797;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a::after {
    width: 8px;
    height: 8px;
    margin-top: -22px;
  }
  .kvCnt1 {
    width: 260px;
  }
  .kvCnt1Picture {
    width: 260px;
    right: 0;
    bottom: 8vw;
  }
  #featureSec {
    padding-bottom: 150px;
    margin-bottom: 0px;
  }
  #servicesSec {
    padding-bottom: 180px;
    margin-bottom: -50px;
  }
  #introSliderSec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .openBox {
    border-radius: 10px;
    padding: 30px 25px 40px;
  }
  .openBox .closed {
    gap: 8px;
  }
  .openBox .closed .name {
    height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0 6px;
  }
  .openBox .closed .day {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 2px;
  }
  .openBox .secNote {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .openBox .calendar .note {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 10px;
    letter-spacing: 0;
  }
  .tableCalendar {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .tableCalendar tr th {
    height: 40px;
  }
  .tableCalendar tr th.timeCel {
    width: 6.5em;
    padding-right: 8px;
  }
  .tableCalendar tr td {
    height: 40px;
  }
  .tableCalendar tr td img {
    width: 20px;
  }
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 5vw;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
  }
  .floatBox1 .image img {
    aspect-ratio: 2/1;
  }
  .staffListItem .image {
    width: 150px;
  }
  .staffListItem .post {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .staffListItem .name .main {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .staffListItem .text {
    width: 260px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .copyContact {
    padding-bottom: 30px;
  }
  .copyContact .main {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #introSlider {
    max-width: 100%;
  }
  #introSlider .swiper-slide {
    width: 80vw;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-color: transparent;
    background-size: 18px auto;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 60px;
  }
  #toastBtn {
    background-color: transparent !important;
  }
  #toastBtn .toastTrigger span {
    background-color: #479797;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a {
    border-radius: 100%;
  }
  #floatingGoTop a::after {
    width: 12px;
    height: 12px;
    margin-top: -20px;
  }
  .kvCnt1 {
    width: 40vw;
    max-width: 600px;
  }
  .kvCnt1Picture {
    width: 40vw;
    max-width: 600px;
    right: 5vw;
    bottom: 5vw;
  }
  #featureSec {
    padding-bottom: 150px;
    margin-bottom: 0px;
  }
  .voiceRecordGrid .gridContainer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-grid-columns: none !important;
    grid-template-columns: none !important;
    gap: 5rem;
  }
  #servicesSec {
    padding-bottom: 180px;
    margin-bottom: -50px;
  }
  .infoPanel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infoPanel .leftPanel {
    width: 100%;
  }
  .infoPanel .centerPanel {
    width: 50vw;
  }
  .infoPanel .rightPanel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #introSliderSec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .introBox {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .introBox .image {
    width: 40vw;
  }
  .introBox .image img {
    height: 100%;
  }
  .openBox {
    width: 600px;
    border-radius: 10px;
    padding: 40px 20px 50px;
  }
  .openBox .closed {
    gap: 18px;
  }
  .openBox .closed .name {
    height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 8px;
  }
  .openBox .closed .day {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 2px;
  }
  .openBox .secNote {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .openBox .calendar {
    width: 540px;
  }
  .openBox .calendar .note {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  .tableCalendar {
    width: 540px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .tableCalendar tr th {
    height: 50px;
  }
  .tableCalendar tr th.timeCel {
    width: 8em;
    padding-right: 15px;
  }
  .tableCalendar tr td {
    height: 50px;
  }
  .tableCalendar tr td img {
    width: 30px;
  }
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 30px;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .floatBox1 .image {
    width: 240px;
  }
  .staffList .gridContainer {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6rem 4rem !important;
  }
  .staffListItem .image {
    width: 200px;
  }
  .staffListItem .post {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .staffListItem .name .main {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .staffListItem .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .copyContact {
    padding-bottom: 40px;
  }
  .copyContact .main {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #introSlider {
    max-width: 100%;
  }
  #introSlider .swiper-slide {
    width: 80vw;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-color: transparent;
    background-size: 18px auto;
  }
  #introSlider .swiper-slide {
    width: 40vw;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 46px;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a {
    border-radius: 100%;
  }
  #floatingGoTop a::after {
    width: 12px;
    height: 12px;
    margin-top: -20px;
  }
  .kvCnt1 {
    width: 40vw;
    max-width: 600px;
  }
  .kvCnt1Picture {
    width: 40vw;
    max-width: 600px;
    right: 5vw;
    bottom: 5vw;
  }
  #introSec {
    padding: 100px 0;
  }
  #featureSec {
    padding-bottom: 200px;
    margin-bottom: 0px;
  }
  #servicesSec {
    padding: 250px 0 250px;
    margin-bottom: 0;
  }
  #introSliderSec {
    padding-top: 0;
    padding-bottom: 0;
  }
  #contactSec {
    padding: 100px 0;
  }
  .openBox {
    width: 800px;
    border-radius: 10px;
    padding: 50px 20px 60px;
  }
  .openBox .closed {
    gap: 18px;
  }
  .openBox .closed .name {
    height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 8px;
  }
  .openBox .closed .day {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 2px;
  }
  .openBox .secNote {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .openBox .calendar {
    width: 540px;
  }
  .openBox .calendar .note {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  .tableCalendar {
    width: 540px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .tableCalendar tr th {
    height: 50px;
  }
  .tableCalendar tr th.timeCel {
    width: 8em;
    padding-right: 15px;
  }
  .tableCalendar tr td {
    height: 50px;
  }
  .tableCalendar tr td img {
    width: 30px;
  }
  .floatBox1 {
    max-width: 1000px;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 40px;
  }
  .floatBox1 .title {
    padding-bottom: 25px;
  }
  .floatBox1 .image {
    width: 400px;
  }
  .staffList .gridContainer {
    gap: 5rem !important;
  }
  .copyContact {
    padding-bottom: 40px;
  }
  .copyContact .main {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #introSlider {
    padding-bottom: 40px;
  }
  #introSlider .swiper-container {
    width: 100%;
  }
  #introSlider .swiper-slide {
    max-width: 500px;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-slide .slideInner .cover {
    display: block;
  }
  #introSlider .swiper-slide .slideInner .cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-size: 12px auto;
    width: 50px;
    height: 50px;
    margin-top: -45px;
    border-radius: 100%;
    -webkit-transition-duration: 0.4s !important;
            transition-duration: 0.4s !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #introSlider .swiper-button-prev:hover,
  #introSlider .swiper-button-next:hover {
    background-color: #ddd;
  }
  #introSlider .swiper-slide-prev .slideInner .cover::after,
  #introSlider .swiper-slide-next .slideInner .cover::after,
  #introSlider .swiper-slide-duplicate-prev .slideInner .cover::after,
  #introSlider .swiper-slide-duplicate-next .slideInner .cover::after {
    opacity: 0.4;
  }
}
/*# sourceMappingURL=style.css.map */