/* --------------- variables --------------------- */
/* Break Point */
#mv .mvTitle p {
  font-weight: 700;
  line-height: 1.7;
}
#mv .splide__arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
}
#mv .splide__arrow svg {
  display: none;
}
#mv .splide__arrow--prev {
  background-image: url(../images/common/aroow_green_line.svg);
  transform: scale(-1, 1);
}
#mv .splide__arrow--next {
  background-image: url(../images/common/aroow_green_line.svg);
}
#mv .splide__pagination {
  position: absolute;
  display: flex;
}
#mv .splide__pagination li {
  font-size: 0;
}
#mv .splide__pagination__page {
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  transition: 0.3s;
  color: transparent;
  background-color: transparent;
  border: 1px solid #202020;
}
#mv .splide__toggle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
#mv .splide__toggle.is-active .splide__toggle__play, #mv .splide__toggle:not(.is-active) .splide__toggle__pause {
  display: block;
}
#mv .splide__toggle.is-active .splide__toggle__pause, #mv .splide__toggle:not(.is-active) .splide__toggle__play {
  display: none;
}
#mv .splide__toggle__play,
#mv .splide__toggle__pause {
  display: inline-block;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mv .splide__toggle__play {
  background-image: url("../images/common/icon_stop.svg");
}
#mv .splide__toggle__pause {
  background-image: url("../images/common/icon_start.svg");
}
#mv .mvSlide {
  display: flex;
}
#mv .mvSlide .textWrap {
  background-color: #ffffff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#mv .mvSlide .textWrap a {
  text-decoration: none;
}
#mv .mvSlide .textWrap .ymdCat .ymd {
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #484742;
}
#mv .mvSlide .textWrap .ymdCat .cat {
  display: inline-block;
  color: #8e4c35;
  background-color: #ffe8e6;
  line-height: 1;
  font-weight: 700;
}
#mv .mvSlide .textWrap .title a {
  display: block;
  color: #202020;
  font-weight: 700;
}
#mv .mvSlide .textWrap .tagList li a {
  color: #115431;
  font-weight: 500;
}

#newArticle {
  position: relative;
}
#newArticle .articleCont .articleCat {
  text-align: center;
  position: relative;
}
#newArticle .articleCont figure {
  text-align: center;
  position: relative;
  z-index: 2;
}
#newArticle .articleCont .textWrap {
  background-color: #ffffff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#newArticle .articleCont .textWrap a {
  text-decoration: none;
}
#newArticle .articleCont .textWrap .ymdCat .ymd {
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #484742;
}
#newArticle .articleCont .textWrap .ymdCat .cat {
  display: inline-block;
  color: #8e4c35;
  background-color: #ffe8e6;
  line-height: 1;
  font-weight: 700;
}
#newArticle .articleCont .textWrap .title a {
  display: block;
  color: #202020;
  font-weight: 700;
}
#newArticle .articleCont .textWrap .tagList li a {
  color: #115431;
  font-weight: 500;
}
#newArticle .viewMore a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fbeeed;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  border-top: 1px solid #f0c3bd;
  border-bottom: 1px solid #f0c3bd;
}

#news h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
}
#news .newsList li .ymdCat {
  display: flex;
  align-items: center;
}
#news .newsList li .ymdCat .ymd {
  color: #484742;
  font-family: "Jost", sans-serif;
}
#news .newsList li .ymdCat .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #115431;
  background-color: #f2f3f3;
  line-height: 1;
  font-weight: 700;
}
#news .newsList li .title {
  font-weight: 700;
}
#news .btnWrap .btn {
  border: 1px solid #202020;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  position: relative;
}

#recommendArticle {
  background-color: #fbeeed;
}
#recommendArticle .recommendWrap h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
#recommendArticle .recommendWrap .recommendBox h3 {
  font-weight: 700;
  position: relative;
}
#recommendArticle .recommendWrap .recommendBox .recommendList li > a {
  text-decoration: none;
}
#recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .ymd {
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #484742;
}
#recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .cat {
  display: inline-block;
  color: #8e4c35;
  background-color: #ffe8e6;
  line-height: 1;
  font-weight: 700;
}
#recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .title {
  display: block;
  color: #202020;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  #mv {
    background-color: #fbeeed;
    padding-bottom: 20px;
  }
  #mv .mvTitle {
    text-align: center;
    max-width: 375px;
    margin: 0 auto;
  }
  #mv .mvTitle figure {
    display: none;
  }
  #mv .mvTitle p {
    display: none;
  }
  #mv .splide__arrow {
    width: 28px;
    height: 28px;
    bottom: 0;
  }
  #mv .splide__arrow--prev {
    right: 55px;
  }
  #mv .splide__arrow--next {
    right: 18px;
  }
  #mv .splide__pagination {
    gap: 13px;
    right: 129px;
    bottom: 10px;
  }
  #mv .splide__pagination__page {
    width: 7px;
    height: 7px;
  }
  #mv .splide__pagination__page.is-active {
    background: url(../images/home/slider_active.svg) no-repeat center/cover;
    border: none;
    border-radius: 0;
    width: 10px;
    height: 10px;
  }
  #mv .splide__toggle {
    width: 16px;
    height: 16px;
    right: 100px;
    bottom: 6px;
  }
  #mv .splide__toggle__play {
    width: 16px;
    height: 16px;
  }
  #mv .splide__toggle__pause {
    width: 16px;
    height: 16px;
  }
  #mv .mvSlide {
    padding: 0 0px 40px;
    max-width: 375px;
    margin: 0 auto;
  }
  #mv .mvSlide figure {
    padding: 0 18px;
  }
  #mv .mvSlide figure img {
    border-radius: 50% 50% 0 0;
    aspect-ratio: 17/14;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mv .mvSlide .textWrap {
    padding: 20px 15px;
    position: relative;
    left: 28px;
    width: calc(100% - 28px);
    margin-top: -30px;
  }
  #mv .mvSlide .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #mv .mvSlide .textWrap .ymdCat .ymd {
    font-size: 12px;
  }
  #mv .mvSlide .textWrap .ymdCat .cat {
    font-size: 11px;
    padding: 3px 18px;
    border-radius: 10px;
  }
  #mv .mvSlide .textWrap .title a {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 10px;
  }
  #mv .mvSlide .textWrap .tagList {
    margin-top: 8px;
    line-height: 1.2;
  }
  #mv .mvSlide .textWrap .tagList li {
    display: inline-block;
    margin-right: 10px;
  }
  #mv .mvSlide .textWrap .tagList li a {
    font-size: 11px;
  }
  #newArticle {
    background: url(../images/home/new_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
    background-color: #fff;
    padding-top: 70px;
  }
  #newArticle:before {
    content: "";
    display: inline-block;
    background: url(../images/home/img_new.webp) no-repeat center/cover;
    aspect-ratio: 1156/481;
    width: 172px;
    height: auto;
    position: absolute;
    left: -2px;
    top: 0px;
  }
  #newArticle .newArticleInner {
    padding: 0 30px;
    max-width: 375px;
    margin: 0 auto;
  }
  #newArticle .articleList {
    margin-top: 50px;
  }
  #newArticle .articleCont + .articleCont {
    margin-top: 50px;
  }
  #newArticle .articleCont.pickupArticle {
    position: relative;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span {
    font-size: 29px;
    font-weight: 500;
    color: #f5d9d5;
    line-height: 1;
    writing-mode: vertical-rl;
    position: absolute;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span:first-of-type {
    right: -20px;
    top: 10px;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span:last-of-type {
    left: -20px;
    top: 115px;
  }
  #newArticle .articleCont .articleCat {
    margin-bottom: 17px;
  }
  #newArticle .articleCont .articleCat img {
    width: 24px;
    position: relative;
    z-index: 2;
    opacity: 0.5;
  }
  #newArticle .articleCont .articleCat:before {
    content: "";
    display: block;
    width: 100%;
    height: 5.5px;
    background: url(../images/common/article_cat_line.webp) repeat-x;
    background-size: 5.5px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #newArticle .articleCont .articleCat.education:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_education_sp.webp) no-repeat center/cover;
    width: 88px;
    height: 41px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 44px);
  }
  #newArticle .articleCont .articleCat.people:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_people_sp.webp) no-repeat center/cover;
    width: 78px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 39px);
  }
  #newArticle .articleCont .articleCat.life:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_life_sp.webp) no-repeat center/cover;
    width: 90px;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
  }
  #newArticle .articleCont figure img {
    aspect-ratio: 364/255;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #newArticle .articleCont .textWrap {
    padding: 15px 15px;
  }
  #newArticle .articleCont .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #newArticle .articleCont .textWrap .ymdCat .ymd {
    font-size: 12px;
  }
  #newArticle .articleCont .textWrap .ymdCat .cat {
    font-size: 11px;
    padding: 3px 18px;
    border-radius: 10px;
  }
  #newArticle .articleCont .textWrap .title a {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 10px;
  }
  #newArticle .articleCont .textWrap .tagList {
    margin-top: 8px;
    line-height: 1.2;
  }
  #newArticle .articleCont .textWrap .tagList li {
    display: inline-block;
    margin-right: 10px;
  }
  #newArticle .articleCont .textWrap .tagList li a {
    font-size: 11px;
  }
  #newArticle .viewMore {
    margin-top: 30px;
  }
  #newArticle .viewMore a {
    height: 50px;
    font-size: 12px;
  }
  #newArticle .viewMore a span {
    display: inline-block;
    position: relative;
    padding-right: 28px;
  }
  #newArticle .viewMore a span:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
  }
  #news {
    padding: 50px 0;
  }
  #news .newsInner {
    padding: 0 18px;
    max-width: 375px;
    margin: 0 auto;
  }
  #news h2 {
    font-size: 19px;
    padding-bottom: 15px;
  }
  #news h2:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #484742;
    position: absolute;
    bottom: 0;
    left: calc(50% - 9px);
  }
  #news .newsList {
    margin-top: 12px;
  }
  #news .newsList li {
    background: url(../images/common/dot_yoko.webp) repeat-x;
    background-position: left bottom;
    background-size: 6px auto;
  }
  #news .newsList li a {
    position: relative;
    display: block;
    padding: 18px 30px 18px 0;
  }
  #news .newsList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 10px;
    height: 7px;
    position: absolute;
    right: 3px;
    top: calc(50% - 4px);
  }
  #news .newsList li .ymdCat .ymd {
    font-size: 12px;
    width: 75px;
  }
  #news .newsList li .ymdCat .cat {
    font-size: 11px;
    padding: 3px 18px;
    border-radius: 10px;
  }
  #news .newsList li .title {
    margin-top: 12px;
    font-size: 13px;
  }
  #news .btnWrap {
    margin-top: 20px;
    text-align: right;
  }
  #news .btnWrap .btn {
    font-size: 12px;
    padding: 10px 37px 10px 25px;
  }
  #news .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    transform: rotate(-90deg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
  }
  #recommendArticle .recommendArticleInner {
    padding: 0 18px;
    max-width: 375px;
    margin: 0 auto;
  }
  #recommendArticle .recommendWrap {
    padding-bottom: 20px;
    position: relative;
  }
  #recommendArticle .recommendWrap:before {
    content: "";
    display: block;
    background: url(../images/common/img_hand.webp) no-repeat bottom center/cover;
    aspect-ratio: 550/260;
    width: 106px;
    height: auto;
    position: absolute;
    top: 84px;
    right: -18px;
    z-index: 2;
  }
  #recommendArticle .recommendWrap h2 {
    padding-left: 49px;
  }
  #recommendArticle .recommendWrap h2 img {
    max-width: 275px;
  }
  #recommendArticle .recommendWrap h2 + p {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-top: -15px;
    position: relative;
    z-index: 2;
  }
  #recommendArticle .recommendWrap .recommendBox {
    margin-top: -66px;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    padding: 94px 18px 40px;
    background-color: #fff;
    position: relative;
  }
  #recommendArticle .recommendWrap .recommendBox:before {
    content: "";
    display: block;
    background: url(../images/common/reccomend_box_top_sp.webp) no-repeat bottom center/cover;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -11px;
    left: 0;
  }
  #recommendArticle .recommendWrap .recommendBox:after {
    content: "";
    display: block;
    background: url(../images/common/reccomend_box_bottom_sp.webp) no-repeat bottom center/cover;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 0px;
  }
  #recommendArticle .recommendWrap .recommendBox > div + div {
    margin-top: 30px;
  }
  #recommendArticle .recommendWrap .recommendBox h3 {
    font-size: 19px;
    padding-bottom: 15px;
    text-align: center;
  }
  #recommendArticle .recommendWrap .recommendBox h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #202020;
    position: absolute;
    bottom: 0;
    left: calc(50% - 9px);
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList {
    margin-top: 30px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li + li {
    margin-top: 15px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li > a {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li figure {
    width: 92px;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex: none;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .ymd {
    font-size: 12px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .cat {
    font-size: 11px;
    padding: 3px 18px;
    border-radius: 10px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .title {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  #mv {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fbeeed;
    display: flex;
    gap: 30px;
  }
  #mv .mvTitle {
    text-align: center;
    flex: none;
    width: 42%;
  }
  #mv .mvTitle h1 {
    padding-left: 5%;
  }
  #mv .mvTitle h1 img {
    width: 400px;
  }
  #mv .mvTitle figure {
    text-align: left;
    transform: translateX(-10%);
  }
  #mv .mvTitle figure img {
    width: 100%;
  }
  #mv .mvTitle p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    padding-right: 70px;
    padding-left: 5%;
  }
  #mv .splide__arrow {
    width: 32px;
    height: 32px;
    top: calc(50% - 32px);
    transition: 0.3s;
    cursor: pointer;
  }
  #mv .splide__arrow:hover {
    opacity: 0.6;
  }
  #mv .splide__arrow--prev {
    left: -65px;
  }
  #mv .splide__arrow--next {
    right: calc(10vw - 36px);
  }
  #mv .splide__pagination {
    gap: 13px;
    left: 20px;
    bottom: 40px;
  }
  #mv .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  #mv .splide__pagination__page.is-active {
    background: url(../images/home/slider_active.svg) no-repeat center/cover;
    border: none;
    border-radius: 0;
    width: 12px;
    height: 12px;
  }
  #mv .splide__toggle {
    width: 16px;
    height: 16px;
    left: 110px;
    bottom: 38px;
    transition: 0.3s;
  }
  #mv .splide__toggle:hover {
    opacity: 0.6;
  }
  #mv .splide__toggle__play {
    width: 16px;
    height: 16px;
    transition: 0.3s;
  }
  #mv .splide__toggle__play:hover {
    opacity: 0.6;
  }
  #mv .splide__toggle__pause {
    width: 16px;
    height: 16px;
    transition: 0.3s;
  }
  #mv .splide__toggle__pause:hover {
    opacity: 0.6;
  }
  #mv .mvSlide {
    width: calc(58% - 30px);
  }
  #mv .mvSlide .splide__slide {
    padding-bottom: 80px;
    position: relative;
    padding-right: 25px;
  }
  #mv .mvSlide figure {
    border-radius: 50% 50% 0 0;
    overflow: hidden;
  }
  #mv .mvSlide figure:hover img {
    transform: scale(1.05);
  }
  #mv .mvSlide figure img {
    transition: 0.5s;
    aspect-ratio: 335/271;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mv .mvSlide .textWrap {
    padding: 20px 40px 20px 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 145px);
  }
  #mv .mvSlide .textWrap a {
    transition: 0.3s;
  }
  #mv .mvSlide .textWrap a:hover {
    opacity: 0.6;
  }
  #mv .mvSlide .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  #mv .mvSlide .textWrap .ymdCat .ymd {
    font-size: 14px;
  }
  #mv .mvSlide .textWrap .ymdCat .cat {
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  #mv .mvSlide .textWrap .title a {
    line-height: 1.3;
    font-size: 30px;
    margin-top: 15px;
  }
  #mv .mvSlide .textWrap .tagList {
    margin-top: 10px;
  }
  #mv .mvSlide .textWrap .tagList li {
    display: inline-block;
    margin-right: 10px;
  }
  #mv .mvSlide .textWrap .tagList li a {
    font-size: 14px;
  }
  #newArticle {
    background: url(../images/home/new_bg_pc.webp) no-repeat center top;
    background-size: 100% auto;
    background-color: #fff;
    padding-top: 120px;
  }
  #newArticle:before {
    content: "";
    display: inline-block;
    background: url(../images/home/img_new.webp) no-repeat center/cover;
    width: 578px;
    height: 240px;
    position: absolute;
    left: 0;
    top: -40px;
  }
  #newArticle .newArticleInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  #newArticle .articleList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 51px;
    margin-top: 50px;
  }
  #newArticle .articleList .articleCont {
    width: calc(33.3333333333% - 34px);
  }
  #newArticle .articleCont:nth-of-type(3n + 2) {
    padding-top: 50px;
  }
  #newArticle .articleCont.pickupArticle {
    max-width: 905px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
  }
  #newArticle .articleCont.pickupArticle .articleCat {
    max-width: 810px;
    margin: 0 auto 30px;
  }
  #newArticle .articleCont.pickupArticle figure {
    max-width: 810px;
    margin: 0 auto;
  }
  #newArticle .articleCont.pickupArticle .textWrap {
    max-width: 484px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #newArticle .articleCont.pickupArticle .textWrap .title a {
    font-size: 30px;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span {
    font-size: 53px;
    font-weight: 500;
    color: #f5d9d5;
    line-height: 1;
    writing-mode: vertical-rl;
    position: absolute;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span:first-of-type {
    right: 0px;
    top: 49px;
  }
  #newArticle .articleCont.pickupArticle .pickupTag span:last-of-type {
    left: 0px;
    bottom: 45px;
  }
  #newArticle .articleCont .articleCat {
    margin-bottom: 17px;
  }
  #newArticle .articleCont .articleCat img {
    width: 45px;
    position: relative;
    z-index: 2;
    opacity: 0.5;
  }
  #newArticle .articleCont .articleCat:before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-color: #fff7e6;
    border-top: 1px solid #f0c3bd;
    border-bottom: 1px solid #f0c3bd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #newArticle .articleCont .articleCat.education:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_education.webp) no-repeat center/cover;
    width: 146px;
    height: 67px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 73px);
  }
  #newArticle .articleCont .articleCat.people:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_people.webp) no-repeat center/cover;
    width: 121px;
    height: 61px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60.5px);
  }
  #newArticle .articleCont .articleCat.life:after {
    content: "";
    display: inline-block;
    background: url(../images/common/cat_life.webp) no-repeat center/cover;
    width: 140px;
    height: 69px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
  }
  #newArticle .articleCont figure {
    overflow: hidden;
  }
  #newArticle .articleCont figure:hover img {
    transform: scale(1.05);
  }
  #newArticle .articleCont figure img {
    transition: 0.5s;
    aspect-ratio: 364/255;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #newArticle .articleCont .textWrap {
    padding: 20px 10px;
    position: relative;
    z-index: 2;
  }
  #newArticle .articleCont .textWrap a {
    transition: 0.3s;
  }
  #newArticle .articleCont .textWrap a:hover {
    opacity: 0.6;
  }
  #newArticle .articleCont .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  #newArticle .articleCont .textWrap .ymdCat .ymd {
    font-size: 14px;
  }
  #newArticle .articleCont .textWrap .ymdCat .cat {
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  #newArticle .articleCont .textWrap .title a {
    line-height: 1.3;
    font-size: 26px;
    margin-top: 15px;
  }
  #newArticle .articleCont .textWrap .tagList {
    margin-top: 10px;
  }
  #newArticle .articleCont .textWrap .tagList li {
    display: inline-block;
    margin-right: 10px;
  }
  #newArticle .articleCont .textWrap .tagList li a {
    font-size: 13px;
  }
  #newArticle .viewMore {
    margin-top: 60px;
  }
  #newArticle .viewMore a {
    height: 68px;
    font-size: 16px;
    transition: 0.3s;
  }
  #newArticle .viewMore a:hover {
    opacity: 0.6;
  }
  #newArticle .viewMore a span {
    display: inline-block;
    position: relative;
    padding-right: 37px;
    padding-top: 3px;
  }
  #newArticle .viewMore a span:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
  #news {
    padding: 80px 0 90px;
  }
  #news .newsInner {
    width: 90%;
    max-width: 910px;
    margin: 0 auto 0;
  }
  #news h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  #news h2:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #484742;
    position: absolute;
    bottom: 0;
    left: calc(50% - 13px);
  }
  #news .newsList {
    margin-top: 25px;
  }
  #news .newsList li {
    background: url(../images/common/dot_yoko.webp) repeat-x;
    background-position: left bottom;
    background-size: 6px auto;
  }
  #news .newsList li a {
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 25px 40px 25px 8px;
    gap: 35px;
    transition: 0.3s;
  }
  #news .newsList li a:hover {
    opacity: 0.6;
  }
  #news .newsList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 10px;
    height: 7px;
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
  }
  #news .newsList li .ymdCat {
    flex: none;
  }
  #news .newsList li .ymdCat .ymd {
    font-size: 15px;
    width: 125px;
  }
  #news .newsList li .ymdCat .cat {
    width: 115px;
    height: 24px;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 12px;
  }
  #news .newsList li .title {
    font-size: 16px;
  }
  #news .btnWrap {
    margin-top: 40px;
    text-align: center;
  }
  #news .btnWrap .btn {
    font-size: 14px;
    padding: 15px 60px 15px 40px;
    transition: 0.3s;
  }
  #news .btnWrap .btn:hover {
    opacity: 0.6;
  }
  #news .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
  }
  #recommendArticle {
    padding-bottom: 25px;
  }
  #recommendArticle .recommendArticleInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  #recommendArticle .recommendWrap {
    padding-bottom: 50px;
    position: relative;
  }
  #recommendArticle .recommendWrap:before {
    content: "";
    display: block;
    background: url(../images/common/img_hand.webp) no-repeat bottom center/cover;
    width: 225px;
    height: 130px;
    position: absolute;
    top: 102px;
    right: -10px;
    z-index: 2;
  }
  #recommendArticle .recommendWrap h2 {
    padding-left: 90px;
  }
  #recommendArticle .recommendWrap h2 img {
    max-width: 484px;
  }
  #recommendArticle .recommendWrap h2 + p {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
  }
  #recommendArticle .recommendWrap .recommendBox {
    margin-top: -65px;
    display: flex;
    gap: 120px;
    padding: 95px 60px 50px;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    background-color: #fff;
    position: relative;
  }
  #recommendArticle .recommendWrap .recommendBox:before {
    content: "";
    display: block;
    background: url(../images/common/reccomend_box_top_pc.webp) no-repeat bottom center/cover;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -28px;
    left: 0;
  }
  #recommendArticle .recommendWrap .recommendBox:after {
    content: "";
    display: block;
    background: url(../images/common/reccomend_box_bottom_pc.webp) no-repeat bottom center/cover;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: -1px;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
  }
  #recommendArticle .recommendWrap .recommendBox > div {
    flex: 1;
  }
  #recommendArticle .recommendWrap .recommendBox > div + div {
    position: relative;
  }
  #recommendArticle .recommendWrap .recommendBox > div + div:before {
    content: "";
    display: block;
    background: url(../images/common/dot.webp) repeat-y;
    background-size: 2px auto;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -66px;
    top: 16px;
  }
  #recommendArticle .recommendWrap .recommendBox h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  #recommendArticle .recommendWrap .recommendBox h3:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #202020;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList {
    margin-top: 28px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li + li {
    margin-top: 15px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li > a {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li > a:hover {
    opacity: 0.6;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li figure {
    width: 122px;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex: none;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .ymd {
    font-size: 14px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .ymdCat .cat {
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  #recommendArticle .recommendWrap .recommendBox .recommendList li .textWrap .title {
    line-height: 1.3;
    font-size: 18px;
    margin-top: 14px;
  }
}
/*# sourceMappingURL=map/home.css.map */
