/* --------------- variables --------------------- */
/* Break Point */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 0 20px 0 rgba(74, 112, 108, 0.25);
  font-weight: 700;
  text-align: center;
  color: #005046;
}

#mv {
  opacity: 0;
  animation: fadeInMv 1.5s ease-out forwards;
  animation-delay: 0.3s;
}
@keyframes fadeInMv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#introduction {
  position: relative;
}
#introduction h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
#introduction .introText {
  line-height: 2.2;
}
#introduction .ccBox {
  background-color: #fff;
  box-shadow: 4px 0 20px 0 rgba(74, 112, 108, 0.25);
}
#introduction .ccBox h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
#introduction .ccBox .ccList li .ccText p {
  line-height: 1.8;
}
.curve {
  overflow: hidden;
}
#topic h2 {
  font-family: "Viga", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
#topic .topicList .slick-track {
  display: flex;
}
#topic .topicList .slick-slide {
  height: auto !important;
}
#topic .topicList .slick-slide > div {
  height: 100%;
}
#topic .topicList .topicItem figure {
  margin: 0;
}
#topic .topicList .topicItem .topicText .cat {
  color: #005046;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
#topic .topicList .topicItem .topicText .topicTitle {
  font-weight: 500;
  line-height: 1.4;
}
#topic .topicList .topicItem .topicText .excerpt {
  color: #4f5459;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news h2 {
  font-weight: 700;
  border-bottom: 2px solid #40a6a6;
}
#news .newsList > a {
  border-bottom: 1px solid #dbdbd9;
}
#news .newsList > a dt {
  font-family: "Viga", sans-serif;
  letter-spacing: 0.06em;
}
#sns h2 {
  font-weight: 700;
  border-bottom: 2px solid #40a6a6;
}
@media screen and (max-width: 1023px) {
  body main {
    padding-bottom: 70px;
  }
  .btn {
    width: 100%;
    max-width: 295px;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 35px;
    margin: 0 auto;
  }
  .btn:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
  }
  #mv {
    background: url(../images/home/mv_sp.webp) no-repeat center/cover;
    width: 100%;
    height: auto;
    aspect-ratio: 750/1003;
    position: relative;
  }
  #mv .btn {
    border-radius: 20px;
    height: 38px;
    font-size: 13px;
    position: absolute;
    bottom: 135px;
    right: 10px;
    max-width: 183px;
  }
  #introduction {
    padding-top: 60px;
    padding-bottom: 25px;
    background: url(../images/home/cc_bg_sp.webp) no-repeat top center;
    background-size: 100% auto;
    background-color: #f7f7f5;
  }
  #introduction h2 {
    font-size: 20px;
  }
  #introduction .introText {
    font-size: 14px;
    margin-top: 30px;
  }
  #introduction .btns {
    margin-top: 30px;
  }
  #introduction .btns .btn + .btn {
    margin-top: 20px;
  }
  #introduction .ccBox {
    margin-top: 50px;
    padding: 35px 20px 40px;
  }
  #introduction .ccBox h3 {
    font-size: 20px;
  }
  #introduction .ccBox .ccList {
    margin-top: 25px;
  }
  #introduction .ccBox .ccList li + li {
    margin-top: 40px;
  }
  #introduction .ccBox .ccList li figure {
    text-align: center;
  }
  #introduction .ccBox .ccList li figure img {
    border-radius: 15px;
  }
  #introduction .ccBox .ccList li .ccText {
    margin-top: 20px;
  }
  #introduction .ccBox .ccList li .ccText .btnWrap {
    margin-top: 25px;
  }
  .curve span {
    display: block;
    height: 30px;
    width: 110%;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #f7f7f5;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    position: relative;
    z-index: 2;
  }
  #topic {
    background: url(../images/home/topic_bg_sp.webp) no-repeat top center;
    background-size: 100% auto;
    margin-top: -30px;
    padding-top: 80px;
    padding-bottom: 25px;
  }
  #topic h2 {
    font-size: 21px;
  }
  #topic .topicList {
    margin-top: 20px;
  }
  #topic .topicList .slick-slide {
    margin: 0 6px;
    border-radius: 15px;
  }
  #topic .topicList .slick-list {
    padding-bottom: 20px !important;
  }
  #topic .topicList .topicItem {
    box-shadow: 4px 0 20px 0 rgba(74, 112, 108, 0.25);
    height: 100%;
    border-radius: 15px;
  }
  #topic .topicList .topicItem a {
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 22px 25px 25px;
    border-radius: 15px;
  }
  #topic .topicList .topicItem figure img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 14/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #topic .topicList .topicItem .topicText .cat {
    font-size: 12px;
    margin-top: -12px;
  }
  #topic .topicList .topicItem .topicText .cat span {
    display: inline-block;
    background-color: #dff5f2;
    border-radius: 12px;
    padding: 6px 10px;
    min-width: 135px;
  }
  #topic .topicList .topicItem .topicText .topicTitle {
    margin-top: 10px;
    font-size: 15px;
  }
  #topic .topicList .topicItem .topicText .excerpt {
    margin-top: 10px;
    font-size: 12px;
  }
  #topic .topicList .slide-arrow {
    width: 46px;
    height: 46px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 23px);
    z-index: 2;
    cursor: pointer;
  }
  #topic .topicList .prev-arrow {
    transform: scale(-1, 1);
    left: calc(6% - 20px);
  }
  #topic .topicList .next-arrow {
    right: calc(6% - 20px);
  }
  #news {
    padding-top: 25px;
  }
  #news .commonInner {
    position: relative;
    padding-bottom: 35px;
  }
  #news h2 {
    font-size: 19px;
    padding-bottom: 10px;
  }
  #news h2 .more {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: inline-block;
    color: #4d4d4f;
    font-size: 13px;
    padding-right: 30px;
  }
  #news h2 .more:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
  }
  #news .newsList {
    margin-top: 15px;
  }
  #news .newsList > a {
    padding: 15px 0;
    display: block;
  }
  #news .newsList > a dt {
    font-size: 12px;
    line-height: 1;
  }
  #news .newsList > a dd {
    margin-top: 5px;
  }
  #sns {
    margin-top: 40px;
  }
  #sns .commonInner {
    position: relative;
    padding-bottom: 35px;
  }
  #sns h2 {
    font-size: 19px;
    padding-bottom: 10px;
  }
  #sns h2 .more {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: inline-block;
    color: #4d4d4f;
    font-size: 13px;
    padding-right: 30px;
  }
  #sns h2 .more:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
  }
  #sns .bnrList {
    margin-top: 20px;
  }
  #sns .bnrList li {
    text-align: center;
  }
  #sns .bnrList li + li {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  body main {
    padding-bottom: 130px;
  }
  .btn {
    width: 100%;
    max-width: 244px;
    height: 64px;
    border-radius: 32px;
    font-size: 19px;
    padding: 10px 40px;
    transition: 0.3s;
  }
  .btn:before {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: calc(50% - 7px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  .btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 27px;
    top: calc(50% - 3.5px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .btn:hover {
    background-color: #e3fcf9;
  }
  .btn:hover:before {
    opacity: 1;
  }
  .btn:hover:after {
    opacity: 0;
  }
  #mv {
    border-radius: 20px;
    background: url(../images/home/mv_pc.webp) no-repeat center/cover;
    width: calc(100% - 80px);
    max-width: 1520px;
    height: 606px;
    margin: 0 auto;
    position: relative;
  }
  #mv .btn {
    border-radius: 25px;
    height: 50px;
    font-size: 17px;
    position: absolute;
    bottom: 37px;
    left: calc(90% - 168px);
  }
  #introduction {
    padding-top: 140px;
    padding-bottom: 50px;
    background: url(../images/home/cc_bg_pc.webp) no-repeat top center;
    background-size: 100% auto;
    background-color: #f7f7f5;
  }
  #introduction h2 {
    font-size: 34px;
  }
  #introduction .introText {
    text-align: center;
    font-size: 19px;
    margin-top: 60px;
  }
  #introduction .btns {
    margin-top: 50px;
    display: flex;
    -moz-column-gap: 35px;
         column-gap: 35px;
    justify-content: center;
  }
  #introduction .ccBox {
    margin-top: 110px;
    padding: 80px 60px 100px;
  }
  #introduction .ccBox h3 {
    font-size: 34px;
  }
  #introduction .ccBox .ccList {
    margin-top: 60px;
  }
  #introduction .ccBox .ccList li {
    display: flex;
    gap: 60px;
  }
  #introduction .ccBox .ccList li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #introduction .ccBox .ccList li + li {
    margin-top: 100px;
  }
  #introduction .ccBox .ccList li figure {
    flex: 1;
  }
  #introduction .ccBox .ccList li .ccText {
    flex: 1;
  }
  #introduction .ccBox .ccList li .ccText p {
    font-size: 17px;
  }
  #introduction .ccBox .ccList li .ccText .btnWrap {
    margin-top: 30px;
  }
  .curve span {
    display: block;
    height: 105px;
    width: 110%;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #f7f7f5;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    position: relative;
    z-index: 2;
  }
  #topic {
    background: url(../images/home/topic_bg_pc.webp) no-repeat top center;
    background-size: 100% auto;
    margin-top: -105px;
    padding-top: 200px;
  }
  #topic h2 {
    font-size: 32px;
  }
  #topic .topicList {
    margin-top: 30px;
    display: flex;
  }
  #topic .topicList .slick-slide {
    margin: 0 15px;
    border-radius: 20px;
  }
  #topic .topicList .slick-list {
    padding-bottom: 20px !important;
  }
  #topic .topicList .topicItem {
    box-shadow: 4px 0 20px 0 rgba(74, 112, 108, 0.25);
    height: 100%;
    border-radius: 20px;
  }
  #topic .topicList .topicItem a {
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s;
  }
  #topic .topicList .topicItem a:hover {
    background-color: #e3fcf9;
    color: #005046;
  }
  #topic .topicList .topicItem figure img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 14/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #topic .topicList .topicItem .topicText .cat {
    font-size: 15px;
    margin-top: -15px;
  }
  #topic .topicList .topicItem .topicText .cat span {
    display: inline-block;
    background-color: #dff5f2;
    border-radius: 15px;
    padding: 7px 20px;
    min-width: 140px;
  }
  #topic .topicList .topicItem .topicText .topicTitle {
    margin-top: 15px;
    font-size: 20px;
  }
  #topic .topicList .topicItem .topicText .excerpt {
    margin-top: 15px;
    font-size: 16px;
  }
  #topic .topicList .slide-arrow {
    width: 60px;
    height: 60px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    transition: 0.3s;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 2;
    cursor: pointer;
  }
  #topic .topicList .slide-arrow:hover {
    opacity: 0.5;
  }
  #topic .topicList .prev-arrow {
    transform: scale(-1, 1);
    left: calc(10% - 60px);
  }
  #topic .topicList .next-arrow {
    right: calc(10% - 60px);
  }
  #news {
    padding-top: 110px;
  }
  #news h2 {
    font-size: 28px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news h2 a {
    display: inline-block;
    color: #4d4d4f;
    font-size: 18px;
    padding-right: 40px;
    position: relative;
  }
  #news h2 a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    transition: 0.3s;
  }
  #news h2 a:hover {
    color: #005046;
  }
  #news .newsList {
    margin-top: 30px;
  }
  #news .newsList > a {
    padding: 25px 0;
    display: flex;
    transition: 0.5s;
  }
  #news .newsList > a:hover {
    background-color: #e3fcf9;
  }
  #news .newsList > a:hover dd {
    color: #005046;
  }
  #news .newsList > a dt {
    font-size: 16px;
    width: 160px;
    padding-right: 30px;
    padding-left: 10px;
    flex: none;
  }
  #sns {
    margin-top: 110px;
  }
  #sns h2 {
    font-size: 28px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sns h2 a {
    display: inline-block;
    color: #4d4d4f;
    font-size: 18px;
    padding-right: 40px;
    position: relative;
  }
  #sns h2 a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    transition: 0.3s;
  }
  #sns h2 a:hover {
    color: #005046;
  }
  #sns .bnrList {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  #sns .bnrList li {
    width: calc(50% - 5px);
  }
  #sns .bnrList li a {
    transition: 0.3s;
  }
  #sns .bnrList li a:hover {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=map/home.css.map */
