@charset "UTF-8";
.certification dl:first-of-type,
.welfarePoint dl:first-of-type {
  --number:url(../../common/images/sec/number/txt_no1.svg);
}
.certification dl:nth-of-type(2),
.welfarePoint dl:nth-of-type(2) {
  --number:url(../../common/images/sec/number/txt_no2.svg);
}
.certification dl:nth-of-type(3),
.welfarePoint dl:nth-of-type(3) {
  --number:url(../../common/images/sec/number/txt_no3.svg);
}
.certification dl:nth-of-type(4),
.welfarePoint dl:nth-of-type(4) {
  --number:url(../../common/images/sec/number/txt_no4.svg);
}
.certification dl:nth-of-type(5),
.welfarePoint dl:nth-of-type(5) {
  --number:url(../../common/images/sec/number/txt_no5.svg);
}
.certification dl:nth-of-type(6),
.welfarePoint dl:nth-of-type(6) {
  --number:url(../../common/images/sec/number/txt_no6.svg);
}
.certification dl:nth-of-type(7),
.welfarePoint dl:nth-of-type(7) {
  --number:url(../../common/images/sec/number/txt_no7.svg);
}
.certification dl:nth-of-type(8),
.welfarePoint dl:nth-of-type(8) {
  --number:url(../../common/images/sec/number/txt_no8.svg);
}
.certification dl:nth-of-type(9),
.welfarePoint dl:nth-of-type(9) {
  --number:url(../../common/images/sec/number/txt_no9.svg);
}
.certification dl:nth-of-type(10),
.welfarePoint dl:nth-of-type(10) {
  --number:url(../../common/images/sec/number/txt_no10.svg);
}
.certification dl:nth-of-type(11),
.welfarePoint dl:nth-of-type(11) {
  --number:url(../../common/images/sec/number/txt_no11.svg);
}
.certification dl:nth-of-type(12),
.welfarePoint dl:nth-of-type(12) {
  --number:url(../../common/images/sec/number/txt_no12.svg);
}
.certification dl:nth-of-type(13),
.welfarePoint dl:nth-of-type(13) {
  --number:url(../../common/images/sec/number/txt_no13.svg);
}
.certification dl:nth-of-type(14),
.welfarePoint dl:nth-of-type(14) {
  --number:url(../../common/images/sec/number/txt_no14.svg);
}
.certification dl:nth-of-type(15),
.welfarePoint dl:nth-of-type(15) {
  --number:url(../../common/images/sec/number/txt_no15.svg);
}
.certification dl:nth-of-type(16),
.welfarePoint dl:nth-of-type(16) {
  --number:url(../../common/images/sec/number/txt_no16.svg);
}
.certification dl:nth-of-type(17),
.welfarePoint dl:nth-of-type(17) {
  --number:url(../../common/images/sec/number/txt_no17.svg);
}
.certification dl:nth-of-type(18),
.welfarePoint dl:nth-of-type(18) {
  --number:url(../../common/images/sec/number/txt_no18.svg);
}
.certification dl:nth-of-type(19),
.welfarePoint dl:nth-of-type(19) {
  --number:url(../../common/images/sec/number/txt_no19.svg);
}
.certification dl:nth-of-type(20),
.welfarePoint dl:nth-of-type(20) {
  --number:url(../../common/images/sec/number/txt_no20.svg);
}

* {
  --pdfIcon:url(../images/sec/icon_pdf.svg);
  --excelIcon:url(../images/sec/icon_excel.svg);
  --wordIcon:url(../images/sec/icon_word.svg);
  --powerPointIcon:url(../images/sec/icon_powerPoint.svg);
}

.flow > dl:first-of-type {
  --backColor:#f1ede6;
  --backImage:url(../images/sec/deco_flow01.svg);
}
.flow > dl:first-of-type::after {
  --backImage:url(../images/sec/deco_flow_tri01.svg);
}
.flow > dl:nth-of-type(2) {
  --backColor:#fbc9af;
  --backImage:url(../images/sec/deco_flow02.svg);
}
.flow > dl:nth-of-type(2)::after {
  --backImage:url(../images/sec/deco_flow_tri02.svg);
}
.flow > dl:nth-of-type(3) {
  --backColor:#ffaf88;
  --backImage:url(../images/sec/deco_flow03.svg);
}
.flow > dl:nth-of-type(3)::after {
  --backImage:url(../images/sec/deco_flow_tri03.svg);
}
.flow > dl:nth-of-type(4) {
  --backColor:#ff945e;
  --backImage:url(../images/sec/deco_flow04.svg);
}
.flow > dl:nth-of-type(4)::after {
  --backImage:url(../images/sec/deco_flow_tri04.svg);
}
.flow > dl:nth-of-type(5) {
  --backColor:#ff6c00;
  --backImage:url(../images/sec/deco_flow05.svg);
  color: #fff;
}

/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  article {
    padding: 50px 0 100px;
  }
  h3.withLogo {
    margin: 0 auto 60px;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.4em;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h3.withLogo span {
    color: #a09e9e;
    margin-bottom: 8px;
    font-size: 2.1rem;
    line-height: 1em;
    letter-spacing: 0.18em;
  }
  article a.btn {
    color: #fff;
    margin-top: 34px;
    padding: 19px 86px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    min-width: 320px;
    border-radius: 100px;
    position: relative;
    background-image: linear-gradient(70deg, rgb(91, 111, 186), rgb(255, 108, 0));
    background-size: 100%;
    box-sizing: border-box;
    transition: 0.2s;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  section.mainVisual {
    position: relative;
    z-index: 1;
  }
  section.mainVisual .catchCopy {
    padding: 62px 140px 150px 128px;
    position: absolute;
    left: 10px;
    top: -20px;
    z-index: 2;
    background-image: url("../images/top/deco_catchcopy01.svg"), url("../images/top/deco_catchcopy02.svg"), url("../images/top/deco_catchcopy03.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left calc(50% + 50px) top 0, left 0 bottom 0, right 0 top 5px;
  }
  section.mainVisual .catchCopy img {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  section.mainVisual .sliderOuter #mainSlider {
    height: 1000px;
    filter: drop-shadow(0 30px 0 rgb(9, 97, 188));
    -webkit-filter: drop-shadow(0 30px 0 rgb(9, 97, 188));
  }
  section.mainVisual .sliderOuter #mainSlider .vegas-slide {
    margin-left: auto;
    width: max(100% - 100px, 1500px);
    height: 1000px;
    mask-image: url("../images/top/mask.svg");
    mask-repeat: no-repeat;
    mask-position: right 0 top 0;
    mask-size: 100%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url("../images/top/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right 0 top 0;
    -webkit-mask-size: 100%;
  }
  section.mainVisual .sliderOuter a.btn_next {
    margin: auto;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 8px 0px #0a0a0a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
  }
  section.mainVisual .sliderOuter a.btn_next img {
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter a.btn_next:hover {
    opacity: 1;
  }
  section.mainVisual .sliderOuter a.btn_next:hover img {
    margin-right: -20px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents {
    display: flex;
    align-items: flex-end;
    gap: 70px;
    position: absolute;
    right: 226px;
    bottom: 24px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList {
    display: flex;
    gap: 18px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #f1791c;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li.active, section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li:hover {
    background: #f1791c;
    border: 2px solid #fff;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #ff6c00;
    background: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause.now_playing {
    background-image: url("../images/top/icon_pause_orange.svg");
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause.now_pausing {
    background-image: url("../images/top/icon_play_orange.svg");
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause:hover {
    opacity: 1;
    background-color: #ffdbc0;
  }
  section.mainVisual .sliderOuter .bottomContents .topics {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more {
    padding: 18px 30px 18px 22px;
    line-height: 1em;
    width: 136px;
    background: #ffefad;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    position: absolute;
    right: 24px;
    top: -50px;
    z-index: 1;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more::before {
    content: "→";
    margin: auto;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more:hover {
    opacity: 1;
    background: #fde57f;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more:hover::before {
    right: 8px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox {
    padding: 40px 36px 22px;
    display: inline-block;
    width: 518px;
    background: #fff;
    border: 8px solid #64b571;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a {
    display: inline-flex;
    flex-direction: column;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .data {
    margin-bottom: 4px;
    line-height: 1em;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .category {
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin-left: 15px;
    padding: 3px 10px;
    border-radius: 3px;
    transform: translateY(-1.8px);
    font-weight: 300;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .title {
    line-height: 1.6em;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a:hover {
    color: #64b571;
    opacity: 1;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination {
    margin-top: 24px;
    position: relative !important;
    bottom: unset;
    display: flex;
    align-items: flex-start;
    gap: 3px;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 3px;
    background: #c8c8c8 !important;
    opacity: 1 !important;
    position: relative;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #c8c8c8 !important;
    opacity: 1 !important;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet-active span {
    background-color: #ff6c00;
    animation: progress 4.8s linear forwards;
  }
  @keyframes progress {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  /*=================================================================*/
  /*	支援金 */
  /*=================================================================*/
  section.supportMoney {
    margin: 130px auto 0;
  }
  section.supportMoney .inner {
    margin: 0 auto;
    padding: 0 50px;
    width: 1300px;
    box-sizing: border-box;
  }
  section.supportMoney .infoList {
    padding-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    background: url("../images/top/bg_support_money.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
  section.supportMoney .infoList > a {
    padding: 52px 6px 68px;
    background: #ffefad;
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    border-radius: 90.5px 90.5px 6px 6px;
    position: relative;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a:before {
    content: "";
    width: 42px;
    height: 42px;
    background: #fff;
    background-image: url("../images/top/icon_black_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    bottom: 8px;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a:hover {
    opacity: 1;
    background: #f7dd70;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a:hover:before {
    background-position: calc(50% + 8px) center;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a img {
    width: fit-content;
  }
  section.supportMoney .infoList > a:nth-child(1):after {
    content: url("../images/top/deco_support_money01.svg");
    position: absolute;
    top: -96px;
    left: -55px;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(2):after {
    content: url("../images/top/deco_support_money02.svg");
    position: absolute;
    top: -20px;
    right: -30px;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(3):after {
    content: url("../images/top/deco_support_money03.svg");
    position: absolute;
    top: 60px;
    right: -58px;
    z-index: -1;
  }
  /*=================================================================*/
  /*	働きやすい職場 */
  /*=================================================================*/
  section.comfortableWorkplace {
    margin: 100px auto;
  }
  section.comfortableWorkplace .inner {
    margin: 0 auto;
    padding: 0 50px;
    width: 1300px;
    box-sizing: border-box;
  }
  section.comfortableWorkplace .policy {
    margin-bottom: 100px;
    text-align: center;
  }
  section.comfortableWorkplace .policy h2 {
    margin-bottom: 50px;
    display: flex;
    gap: 25px;
    align-items: flex-end;
    justify-content: center;
  }
  section.comfortableWorkplace .policy > p {
    font-size: 2rem;
    font-weight: 400;
  }
  section.comfortableWorkplace .welfarePoint dl {
    display: flex;
    gap: 2.5%;
  }
  section.comfortableWorkplace .welfarePoint dl dt {
    width: 47.5%;
    min-width: 400px;
    text-align: center;
  }
  section.comfortableWorkplace .welfarePoint dl dt img {
    margin-top: 24px;
    width: 100%;
    height: auto;
  }
  section.comfortableWorkplace .welfarePoint dl dd {
    padding-left: 20px;
    width: 50%;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3 {
    font-size: 3.7rem;
    border-bottom: none;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3::before {
    content: "";
    margin-left: -20px;
    width: 74px;
    height: 48px;
    background-image: var(--number);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section.comfortableWorkplace .welfarePoint dl dd > p {
    margin-top: 24px;
    font-size: 1.9rem;
    font-weight: 500;
  }
  section.comfortableWorkplace .welfarePoint dl:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  section.comfortableWorkplace .welfarePoint dl:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  /*=================================================================*/
  /*	スタッフの声 */
  /*=================================================================*/
  section.voice {
    margin-top: 220px;
    background-image: url("../images/top/icon_sun.svg");
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: calc(50% - 476px) 124px;
  }
  section.voice h3.withLogo:before {
    content: url("../images/top/icon_h3_voice.svg");
    margin-bottom: 2px;
  }
  section.voice .voiceSlider {
    margin-bottom: 60px;
    padding-bottom: 50px;
    max-width: 100vw;
    overflow: hidden;
    background-image: url("../images/top/deco_voice01.svg");
    background-repeat: no-repeat;
    background-size: min(90%, 1372px) auto;
    background-position: right 0 bottom 0;
  }
  section.voice .voiceSlider .swiper-wrapper {
    margin-bottom: 60px;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide {
    margin: 0 45px;
    width: 430px !important;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a {
    margin-bottom: 4px;
    width: 430px;
    height: 305px;
    display: block;
    border-radius: 60px;
    overflow: hidden;
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > p {
    margin: 0 4px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.6;
  }
  section.voice .voiceSlider > a.btn {
    margin: 0 auto;
  }
  /*=================================================================*/
  /*	職員の一日 */
  /*=================================================================*/
  section.schedule {
    padding-bottom: 230px;
    background-image: url("../images/top/deco_schedule01.svg");
    background-repeat: no-repeat;
    background-size: min(80%, 640px) auto;
    background-position: left 0 bottom 0;
  }
  section.schedule h3.withLogo:before {
    content: url("../images/top/icon_h3_calendar.svg");
    margin-bottom: 2px;
  }
  section.schedule a.btn {
    margin: 0 auto;
  }
  section.schedule .reportBox {
    margin: 0 auto 40px;
    padding: 30px;
    width: 900px;
    border-radius: 20px;
    background: #ece8dc;
  }
  section.schedule .reportBox:nth-of-type(n+2) {
    margin-top: 80px;
  }
  section.schedule .reportBox .aboutJob {
    margin-bottom: 30px;
    padding: 20px 26px 50px;
    background: #fff;
    border-bottom: 4px solid #e7d299;
  }
  section.schedule .reportBox .aboutJob h4 {
    margin-bottom: 16px;
    padding-bottom: 2px;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 2px solid #ebebeb;
    position: relative;
  }
  section.schedule .reportBox .aboutJob h4:before {
    content: "";
    width: 136px;
    height: 2px;
    background: #e7d299;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  section.schedule .reportBox .aboutJob .labelBox {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.schedule .reportBox .aboutJob .labelBox span {
    background-color: #d8d5c2;
    font-size: 1.4rem;
    padding: 4px 22px;
    border-radius: 10px;
  }
  section.schedule .reportBox .aboutJob .task {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  section.schedule .reportBox .aboutJob .task ul {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  section.schedule .reportBox .aboutJob .task ul li {
    padding-left: 30px;
    background: url(../images/union/icon_list_marker_circle.svg) no-repeat left calc(0.9em - 7.5px);
  }
  section.schedule .reportBox .aboutJob .task ul li:nth-child(n+2) {
    margin-top: 1.8em;
  }
  section.schedule .reportBox .aboutJob .task > img {
    margin-left: 40px;
    border-radius: 15px;
  }
  section.schedule .reportBox .timeTable h5 {
    margin: 28px 0;
    padding-left: 50px;
    font-size: 2rem;
  }
  section.schedule .reportBox .timeTable .timeline {
    padding: 18px 50px 40px;
    border-top: 4px solid #e7d299;
    background: #fff;
  }
  section.schedule .reportBox .timeTable .timeline dl {
    padding: 24px 0;
    font-size: 1.9rem;
    font-weight: 600;
    background: url(../images/top/border_dot_gray.png) repeat-x;
    background-position: left 0 bottom 0;
    display: flex;
    align-items: center;
    gap: 46px;
  }
  section.schedule .reportBox .timeTable .timeline dl dt {
    min-width: 60px;
  }
  section.schedule .reportBox .timeTable .timeline dl dd {
    flex: 1;
  }
  /*=================================================================*/
  /*	認定・宣言 */
  /*=================================================================*/
  section.certificationDeclaration {
    padding: 50px 0 0;
  }
  section.certificationDeclaration h3.withLogo:before {
    content: url("../images/top/icon_h3_certification.svg");
    margin-bottom: 2px;
  }
  section.certificationDeclaration .inner {
    margin: 0 auto;
    padding: 0 50px;
    width: 1300px;
    box-sizing: border-box;
  }
  section.certificationDeclaration .certification dl {
    display: flex;
    align-items: center;
    gap: 5.5%;
  }
  section.certificationDeclaration .certification dl dt {
    min-width: 400px;
    width: 44.5%;
    text-align: center;
  }
  section.certificationDeclaration .certification dl dt img {
    min-width: 260px;
    height: auto;
  }
  section.certificationDeclaration .certification dl dd {
    width: 50%;
  }
  section.certificationDeclaration .certification dl dd p {
    margin-top: 24px;
    font-size: 2rem;
  }
  section.certificationDeclaration .certification dl:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  section.certificationDeclaration .certification dl:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  section.certificationDeclaration .certification dl ol {
    padding-left: 1em;
    padding-top: 30px;
  }
  section.certificationDeclaration .certification dl ol li {
    list-style-type: decimal;
    font-weight: 600;
    padding-left: 7px;
  }
  section.certificationDeclaration .certification dl ol li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  section.certificationDeclaration .certification h4 {
    font-size: 3.7rem;
    border-bottom: none;
  }
  section.certificationDeclaration .certification h4::before {
    content: "";
    width: 71px;
    height: 45px;
    background-image: var(--number);
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    display: block;
  }
  section.certificationDeclaration .certification h4::after {
    display: none;
  }
  /*=================================================================*/
  /*	inviewアニメーション用 */
  /*=================================================================*/
  .mainVisual .catchCopy {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px) translateY(10px);
  }
  .mainVisual .catchCopy.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }
  .supportMoney .infoList {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .supportMoney .infoList.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }
  .comfortableWorkplace .policy h2 img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .comfortableWorkplace .policy.inview h2 img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.4s;
    transition-delay: 0.8s;
  }
  .welfarePoint dl {
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
  }
  .welfarePoint dl:nth-child(2n-1) {
    transform: translateX(-40px);
  }
  .welfarePoint dl.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.6s;
    transition-delay: 0.8s;
  }
  .voice .voiceSlider .swiper-wrapper li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  .voice .voiceSlider.inview .swiper-wrapper li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.8s;
    transition-delay: 0.6s;
  }
  .schedule .reportBox {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  .schedule .reportBox.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }
  .certificationDeclaration .certification dl {
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
  }
  .certificationDeclaration .certification dl:nth-child(2n-1) {
    transform: translateX(-40px);
  }
  .certificationDeclaration .certification dl.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  article {
    padding: 10% 0 30%;
  }
  h3.withLogo {
    margin: 0 auto 10%;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.6em;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h3.withLogo span {
    font-size: 1.8rem;
    color: #a09e9e;
    letter-spacing: 0.2rem;
    line-height: 1;
  }
  article a.btn {
    color: #fff;
    margin: 30px auto 0;
    padding: 12px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    border-radius: 100px;
    position: relative;
    background-image: linear-gradient(70deg, rgb(91, 111, 186), rgb(255, 108, 0));
    background-size: 100%;
    box-sizing: border-box;
    transition: 0.2s;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  section.mainVisual {
    position: relative;
    z-index: 1;
  }
  section.mainVisual .catchCopy {
    padding: 5% 12% 8% 10%;
    position: absolute;
    left: 2%;
    top: -30px;
    z-index: 2;
    background-image: url("../images/top/deco_catchcopy01.svg"), url("../images/top/deco_catchcopy02.svg"), url("../images/top/deco_catchcopy03.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 55% top 0, left 0 bottom 0, right 0 top 20%;
    background-size: 5% auto, 18% auto, 12% auto;
    width: max(77%, 200px);
    box-sizing: border-box;
  }
  section.mainVisual .catchCopy img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  section.mainVisual .sliderOuter #mainSlider {
    margin-left: 2%;
    width: 98%;
    height: auto;
    aspect-ratio: 3/2;
    filter: drop-shadow(0 15px 0 rgb(9, 97, 188));
    -webkit-filter: drop-shadow(0 15px 0 rgb(9, 97, 188));
  }
  section.mainVisual .sliderOuter #mainSlider .vegas-slide {
    margin-left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    mask-image: url("../images/top/mask.svg");
    mask-repeat: no-repeat;
    mask-position: right 0 top 0;
    mask-size: 100%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url("../images/top/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right 0 top 0;
    -webkit-mask-size: 100%;
  }
  section.mainVisual .sliderOuter a.btn_next {
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 4px 0px #0a0a0a;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  section.mainVisual .sliderOuter a.btn_next img {
    width: 50%;
    height: auto;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter a.btn_next:active {
    opacity: 1;
  }
  section.mainVisual .sliderOuter a.btn_next:active img {
    margin-right: -10px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents {
    margin-top: -40px;
    position: relative;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList {
    display: flex;
    gap: 18px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #f1791c;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li.active, section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li:hover {
    background: #f1791c;
    border: 2px solid #fff;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #ff6c00;
    background: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px auto;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause.now_playing {
    background-image: url("../images/top/icon_pause_orange.svg");
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause.now_pausing {
    background-image: url("../images/top/icon_play_orange.svg");
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause:hover {
    opacity: 1;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause:active {
    background-color: #ffdbc0;
  }
  section.mainVisual .sliderOuter .bottomContents .topics {
    margin-top: 70px;
    margin: 60px 4% 0;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more {
    padding: 10px 28px 10px 16px;
    line-height: 1em;
    width: 100px;
    background: #ffefad;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    position: absolute;
    right: 24px;
    top: -33px;
    z-index: 1;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more::before {
    content: "→";
    margin: auto;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more:active {
    opacity: 1;
    background: #fde57f;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more:active::before {
    right: 8px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox {
    padding: 20px 24px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 6px solid #64b571;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a {
    display: inline-flex;
    flex-direction: column;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .data {
    margin-bottom: 4px;
    line-height: 1em;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .category {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin-left: 15px;
    padding: 3px 10px;
    border-radius: 3px;
    transform: translateY(-1.8px);
    font-weight: 300;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a .title {
    line-height: 1.6em;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox li.swiper-slide a:hover {
    color: #64b571;
    opacity: 1;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination {
    margin-top: 16px;
    position: relative !important;
    bottom: unset;
    display: flex;
    align-items: flex-start;
    gap: 3px;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 6px;
    background: #c8c8c8 !important;
    opacity: 1 !important;
    position: relative;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #c8c8c8 !important;
    opacity: 1 !important;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox .swiper-pagination .swiper-pagination-bullet-active span {
    background-color: #ff6c00;
    animation: progress 4.8s linear forwards;
  }
  @keyframes progress {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  /*=================================================================*/
  /*	支援金 */
  /*=================================================================*/
  section.supportMoney {
    margin: 30% auto;
  }
  section.supportMoney .inner {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  section.supportMoney .infoList {
    padding-bottom: 20px;
    background: url("../images/top/bg_support_money.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section.supportMoney .infoList > a {
    padding: 12% 6% 16%;
    background: #ffefad;
    width: 80%;
    text-align: center;
    border-radius: 50px 50px 6px 6px;
    position: relative;
    transition: 0.3s;
    box-sizing: border-box;
  }
  section.supportMoney .infoList > a:before {
    content: "";
    width: 14%;
    aspect-ratio: 1/1;
    background: #fff;
    background-image: url("../images/top/icon_black_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    bottom: 8px;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a:active {
    opacity: 1;
    background: #f7dd70;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a:active:before {
    background-position: calc(50% + 8px) center;
    transition: 0.3s;
  }
  section.supportMoney .infoList > a img {
    width: fit-content;
    max-width: 100%;
  }
  section.supportMoney .infoList > a:nth-child(1):after {
    content: "";
    display: inline-block;
    width: 80%;
    aspect-ratio: 2/1;
    background: url("../images/top/deco_support_money01.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -44%;
    left: -16%;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(2):after {
    content: "";
    display: inline-block;
    width: 24%;
    aspect-ratio: 1.16/1;
    background: url("../images/top/deco_support_money02.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -10%;
    right: -16%;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(3):after {
    content: "";
    display: inline-block;
    width: 18%;
    aspect-ratio: 1/1;
    background: url("../images/top/deco_support_money03.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 30%;
    left: -16%;
    z-index: -1;
  }
  /*=================================================================*/
  /*	働きやすい職場 */
  /*=================================================================*/
  section.comfortableWorkplace {
    margin: 30% auto;
  }
  section.comfortableWorkplace .inner {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  section.comfortableWorkplace .policy {
    margin-bottom: 20%;
  }
  section.comfortableWorkplace .policy h2 {
    margin-bottom: 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.comfortableWorkplace .policy h2 img:nth-child(1), section.comfortableWorkplace .policy h2 img:nth-child(3) {
    width: 80%;
    max-width: fit-content;
  }
  section.comfortableWorkplace .policy h2 img:nth-child(2) {
    width: 100%;
    max-width: fit-content;
  }
  section.comfortableWorkplace .policy > p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  section.comfortableWorkplace .welfarePoint dl {
    display: flex;
    flex-direction: column;
    gap: 2.5%;
  }
  section.comfortableWorkplace .welfarePoint dl dt {
    margin-bottom: 4%;
  }
  section.comfortableWorkplace .welfarePoint dl dt img {
    margin: 0 auto;
    width: 100%;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    border-bottom: none;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3::before {
    content: "";
    width: 60px;
    height: 38px;
    background-image: var(--number);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section.comfortableWorkplace .welfarePoint dl:nth-of-type(n + 2) {
    margin-top: 120px;
  }
  /*=================================================================*/
  /*	スタッフの声 */
  /*=================================================================*/
  section.voice {
    margin: 30% auto;
    background-image: url("../images/top/icon_sun.svg");
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 15% 100px;
  }
  section.voice h3.withLogo:before {
    content: url("../images/top/icon_h3_voice.svg");
    margin-bottom: 2px;
  }
  section.voice .voiceSlider {
    max-width: 100vw;
    overflow: hidden;
    background-image: url("../images/top/deco_voice01.svg");
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: right 0 bottom 25%;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a {
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:active {
    opacity: 0.9;
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:active img {
    transform: scale(1.05);
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a img {
    border-radius: 20px;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > p {
    margin: 0 4px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
  }
  /*=================================================================*/
  /*	職員の一日 */
  /*=================================================================*/
  section.schedule {
    padding-bottom: 20%;
    background-image: url("../images/top/deco_schedule01.svg");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: left 0 bottom 0;
  }
  section.schedule h3.withLogo:before {
    content: url("../images/top/icon_h3_calendar.svg");
    margin-bottom: 2px;
  }
  section.schedule a.btn {
    margin: 0 auto;
  }
  section.schedule .reportBox {
    margin: 0 auto 30px;
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 20px;
    background: #ece8dc;
  }
  section.schedule .reportBox:nth-of-type(n+2) {
    margin-top: 40px;
  }
  section.schedule .reportBox .aboutJob {
    margin-bottom: 40px;
    padding: 20px 20px 30px;
    background: #fff;
    border-bottom: 4px solid #e7d299;
  }
  section.schedule .reportBox .aboutJob h4 {
    margin-bottom: 0.8em;
    padding-bottom: 0.2em;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 2px solid #ebebeb;
    position: relative;
  }
  section.schedule .reportBox .aboutJob h4:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #e7d299;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  section.schedule .reportBox .aboutJob .labelBox {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.schedule .reportBox .aboutJob .labelBox span {
    background-color: #d8d5c2;
    font-size: 1.2rem;
    padding: 4px 10px;
    border-radius: 10px;
  }
  section.schedule .reportBox .aboutJob .task {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  section.schedule .reportBox .aboutJob .task ul {
    font-size: 1.4rem;
  }
  section.schedule .reportBox .aboutJob .task ul li {
    padding-left: 1.2em;
    background: url(../images/union/icon_list_marker_circle.svg) no-repeat left 0.5em;
    background-size: 0.8em auto;
  }
  section.schedule .reportBox .aboutJob .task ul li:nth-child(n+2) {
    margin-top: 0.8em;
  }
  section.schedule .reportBox .aboutJob .task > img {
    border-radius: 15px;
  }
  section.schedule .reportBox .timeTable h5 {
    margin: 1em 0;
    padding-left: 0.6em;
    font-size: 2rem;
  }
  section.schedule .reportBox .timeTable .timeline {
    padding: 10px 20px 20px;
    border-top: 4px solid #e7d299;
    background: #fff;
  }
  section.schedule .reportBox .timeTable .timeline dl {
    padding: 1em 0;
    font-size: 1.6rem;
    font-weight: 600;
    background: url(../images/top/border_dot_gray.png) repeat-x;
    background-size: 6px auto;
    background-position: left 0 bottom 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  section.schedule .reportBox .timeTable .timeline dl dt {
    min-width: 3em;
  }
  section.schedule .reportBox .timeTable .timeline dl dd {
    flex: 1;
  }
  /*=================================================================*/
  /*	認定・宣言 */
  /*=================================================================*/
  section.certificationDeclaration {
    margin: 10% auto 0;
  }
  section.certificationDeclaration h3.withLogo:before {
    content: url("../images/top/icon_h3_certification.svg");
    margin-bottom: 2px;
  }
  section.certificationDeclaration .inner {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  section.certificationDeclaration .certification dl dt {
    margin-bottom: 15px;
  }
  section.certificationDeclaration .certification dl dt img {
    margin: 0 auto;
    max-width: fit-content;
    display: block;
  }
  section.certificationDeclaration .certification dl ol {
    padding: 5% 0 0 1em;
  }
  section.certificationDeclaration .certification dl ol li {
    list-style-type: decimal;
    font-weight: 600;
    padding-left: 7px;
  }
  section.certificationDeclaration .certification dl ol li:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
  section.certificationDeclaration .certification dl dd {
    padding: 20px;
    background: #ece8dc;
    border-radius: 16px;
  }
  section.certificationDeclaration .certification dl:nth-of-type(n + 2) {
    margin-top: 14%;
    padding-top: 14%;
    border-top: 2px dashed #e7d299;
  }
  section.certificationDeclaration .certification h4 {
    margin-bottom: 4%;
    font-size: 2rem;
    border-bottom: none;
  }
  section.certificationDeclaration .certification h4::before {
    content: "";
    width: 56px;
    height: 35px;
    background-image: var(--number);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  /*=================================================================*/
  /*	inviewアニメーション用 */
  /*=================================================================*/
  .mainVisual .catchCopy {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px) translateY(10px);
  }
  .mainVisual .catchCopy.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  .supportMoney .infoList {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .supportMoney .infoList.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  .comfortableWorkplace .policy h2 img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .comfortableWorkplace .policy.inview h2 img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.4s;
    transition-delay: 0.4s;
  }
  .welfarePoint dl {
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
  }
  .welfarePoint dl:nth-child(2n-1) {
    transform: translateX(-40px);
  }
  .welfarePoint dl.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  .voice .voiceSlider .swiper-wrapper li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  .voice .voiceSlider.inview .swiper-wrapper li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.8s;
    transition-delay: 0.4s;
  }
  .schedule .reportBox {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  .schedule .reportBox.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  .certificationDeclaration .certification dl {
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
  }
  .certificationDeclaration .certification dl:nth-child(2n-1) {
    transform: translateX(-40px);
  }
  .certificationDeclaration .certification dl.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* TB */
/*******************************************************************/
@media screen and (min-width:769px) and ( max-width:1100px) {
  /*<start>==========================================================*/
  article {
    padding: 6% 0 20%;
  }
  h3.withLogo {
    margin: 0 auto 8%;
    font-size: 3.2rem;
  }
  h3.withLogo span {
    margin-bottom: 4%;
    font-size: 1.8rem;
  }
  article a.btn {
    padding: 16px 60px;
    min-width: 280px;
  }
  article a.btn:hover {
    opacity: 1;
  }
  article a.btn:active {
    opacity: 0.6;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  section.mainVisual .catchCopy {
    padding: 4% 10% 8% 8%;
    background-position: left 55% top 0, left 0 bottom 0, right 0 top 20%;
    background-size: 6% auto, 20% auto, 16% auto;
    width: max(65%, 400px);
    left: 2%;
    top: 0%;
    z-index: 2;
  }
  section.mainVisual .catchCopy img {
    width: 100%;
    height: auto;
  }
  section.mainVisual .sliderOuter #mainSlider {
    margin-left: 2%;
    width: 98%;
    height: auto;
    aspect-ratio: 3/2;
    filter: drop-shadow(0 20px 0 rgb(9, 97, 188));
    -webkit-filter: drop-shadow(0 20px 0 rgb(9, 97, 188));
  }
  section.mainVisual .sliderOuter #mainSlider .vegas-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  section.mainVisual .sliderOuter a.btn_next {
    width: 80px;
    height: 80px;
    top: 60px;
    bottom: unset;
  }
  section.mainVisual .sliderOuter a.btn_next img {
    width: 40%;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter a.btn_next:hover img {
    margin-right: unset;
  }
  section.mainVisual .sliderOuter a.btn_next:active img {
    margin-right: -20px;
    transition: 0.3s;
  }
  section.mainVisual .sliderOuter .bottomContents {
    margin-top: -100px;
    width: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    right: unset;
    bottom: unset;
    gap: 80px 40px;
    box-sizing: border-box;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation {
    margin-bottom: 0;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation ul.pageList li {
    width: 24px;
    height: 24px;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause {
    width: 48px;
    height: 48px;
    background-size: 16px auto;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause:hover {
    opacity: 1;
    background-color: #fff;
  }
  section.mainVisual .sliderOuter .bottomContents #pagenation .btn_pause:active {
    background-color: #ffdbc0;
  }
  section.mainVisual .sliderOuter .bottomContents .topics a.btn_more {
    padding: 14px 30px 14px 18px;
    width: 120px;
    top: -42px;
  }
  section.mainVisual .sliderOuter .bottomContents .topics .topicBox {
    padding: 30px 30px 20px;
    width: 400px;
  }
  /*=================================================================*/
  /*	支援金 */
  /*=================================================================*/
  section.supportMoney {
    margin: 14% auto 0;
  }
  section.supportMoney .inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  section.supportMoney .infoList {
    padding: 0 8% 5%;
    gap: 4%;
  }
  section.supportMoney .infoList > a {
    padding: 6% 3% 8%;
    width: 30.6666666667%;
    border-radius: 26% 26% 6% 6%;
  }
  section.supportMoney .infoList > a:before {
    content: "";
    width: 16%;
    height: auto;
    aspect-ratio: 1/1;
    background-size: 60% auto;
  }
  section.supportMoney .infoList > a:active:before {
    background-position: calc(50% + 6px) center;
  }
  section.supportMoney .infoList > a img {
    width: fit-content;
    max-width: 100%;
  }
  section.supportMoney .infoList > a:nth-child(1):after {
    content: "";
    display: inline-block;
    width: 100%;
    aspect-ratio: 2/1;
    background: url(../images/top/deco_support_money01.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -40%;
    left: -26%;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(2):after {
    content: "";
    display: inline-block;
    width: 24%;
    aspect-ratio: 1.16/1;
    background: url("../images/top/deco_support_money02.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -16%;
    right: -12%;
    z-index: -1;
  }
  section.supportMoney .infoList > a:nth-child(3):after {
    content: "";
    display: inline-block;
    width: 24%;
    aspect-ratio: 1/1;
    background: url("../images/top/deco_support_money03.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 34%;
    right: -20%;
    z-index: -1;
  }
  /*=================================================================*/
  /*	働きやすい職場 */
  /*=================================================================*/
  section.comfortableWorkplace {
    margin: 14% auto;
  }
  section.comfortableWorkplace .inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  section.comfortableWorkplace .policy {
    margin-bottom: 14%;
  }
  section.comfortableWorkplace .policy h2 {
    margin-bottom: 8%;
    flex-wrap: wrap;
  }
  section.comfortableWorkplace .policy > p {
    font-size: 1.8rem;
  }
  section.comfortableWorkplace .welfarePoint dl {
    gap: 2%;
    align-items: center;
  }
  section.comfortableWorkplace .welfarePoint dl dt {
    width: 40%;
    min-width: 200px;
  }
  section.comfortableWorkplace .welfarePoint dl dt img {
    margin: 0;
  }
  section.comfortableWorkplace .welfarePoint dl dd {
    padding-left: 20px;
    flex: 1;
    width: auto;
    box-sizing: border-box;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3 {
    font-size: 2.8rem;
  }
  section.comfortableWorkplace .welfarePoint dl dd h3::before {
    content: "";
    margin-left: -20px;
    width: 74px;
    height: 48px;
  }
  section.comfortableWorkplace .welfarePoint dl dd > p {
    margin-top: 4%;
    font-size: 1.6rem;
  }
  section.comfortableWorkplace .welfarePoint dl:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  /*=================================================================*/
  /*	スタッフの声 */
  /*=================================================================*/
  section.voice {
    margin: 20% 0 10%;
    background-size: 12% auto;
    background-position: 22% 16%;
  }
  section.voice .voiceSlider {
    padding-bottom: 6%;
    background-size: 90% auto;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide {
    margin: 0 2%;
    width: 50% !important;
    min-width: 400px;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a {
    margin-bottom: 2%;
    width: 100%;
    height: auto;
    aspect-ratio: 1.4/1;
    border-radius: 40px;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:active {
    opacity: 0.9;
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a:active img {
    transform: scale(1.05);
    transition: 0.3s;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
  }
  section.voice .voiceSlider .swiper-wrapper li.swiper-slide > p {
    margin: 0 1%;
    font-size: 2.2rem;
  }
  /*=================================================================*/
  /*	職員の一日 */
  /*=================================================================*/
  section.schedule {
    padding-bottom: 20%;
    background-size: 80% auto;
  }
  section.schedule a.btn {
    margin: 6% auto 0;
  }
  section.schedule .reportBox {
    margin: 0 auto;
    padding: 26px;
    width: calc(100% - 40px);
  }
  section.schedule .reportBox:nth-of-type(n+2) {
    margin-top: 8%;
  }
  section.schedule .reportBox .aboutJob {
    margin-bottom: 5%;
    padding: 20px 26px 40px;
  }
  section.schedule .reportBox .aboutJob h4 {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    font-size: 2.6rem;
  }
  section.schedule .reportBox .aboutJob .labelBox {
    margin-bottom: 3%;
  }
  section.schedule .reportBox .aboutJob .labelBox span {
    padding: 3px 16px;
  }
  section.schedule .reportBox .aboutJob .task {
    width: 100%;
  }
  section.schedule .reportBox .aboutJob .task ul {
    flex: 1;
  }
  section.schedule .reportBox .aboutJob .task ul li {
    padding-left: 1.4em;
    background-size: 0.8em 0.8em;
    background-position: left 0.5em;
  }
  section.schedule .reportBox .aboutJob .task ul li:nth-child(n+2) {
    margin-top: 1.4em;
  }
  section.schedule .reportBox .aboutJob .task > img {
    margin-left: 5%;
    width: 40%;
  }
  section.schedule .reportBox .timeTable h5 {
    margin: 4% 0;
    padding-left: 40px;
    font-size: 2rem;
  }
  section.schedule .reportBox .timeTable .timeline {
    padding: 10px 30px 40px;
  }
  section.schedule .reportBox .timeTable .timeline dl {
    padding: 1.2em 0;
    font-size: 1.8rem;
  }
  /*=================================================================*/
  /*	認定・宣言 */
  /*=================================================================*/
  section.certificationDeclaration {
    padding-top: 6%;
  }
  section.certificationDeclaration .inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  section.certificationDeclaration .certification dl {
    gap: 2%;
    align-items: center;
  }
  section.certificationDeclaration .certification dl dt {
    width: 40%;
    min-width: 200px;
  }
  section.certificationDeclaration .certification dl dt img {
    width: 100%;
    height: auto;
    min-width: unset;
    max-width: fit-content;
  }
  section.certificationDeclaration .certification dl dd {
    padding-left: 20px;
    flex: 1;
    width: auto;
    box-sizing: border-box;
  }
  section.certificationDeclaration .certification dl dd p {
    margin-top: 4%;
    font-size: 1.6rem;
  }
  section.certificationDeclaration .certification dl:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  section.certificationDeclaration .certification dl ol {
    padding: 1.6em 0 0 1em;
  }
  section.certificationDeclaration .certification dl ol li:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
  section.certificationDeclaration .certification h4 {
    font-size: 2.8rem;
  }
  section.certificationDeclaration .certification h4::before {
    margin-left: -20px;
    width: 74px;
    height: 48px;
  }
  /*<end>============================================================*/
}

/*# sourceMappingURL=top.css.map */
