@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap");
main {
  padding: 0 0 110px;
  background: #AACE5E url(../re_img/kanri-eiyoshi/bg.png) center bottom/100% no-repeat;
}
@media screen and (min-width: 1024px) {
  main {
    padding: 0 0 228px;
  }
}

.serif {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.mv {
  position: relative;
}
.mv > .inner {
  height: 100%;
padding-top:3%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mv.second > .inner{
  position: static;
padding:40px 0 0 0;
}





.mv__ttl {
  margin-bottom: 20px;
  color: #fff;
  /*font-weight: 600;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mv__ttl .sub {
  margin-bottom: 0.5em;
  font-size: 18px;
  letter-spacing: 0.02em;
        margin-bottom: 0;
    }
.mv__ttl span {
  /*padding: 0 0.6em;
  background-color: #fff;
  border-radius: 1em;
  color: #0080CB;
  font-size: 25px;
  line-height: 45px;
  display: block;*/
}
.mv__ttl span small {
  font-size: 74.4%;
  line-height: 45px;
}
.mv__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.mv__contents img {
  width: 120px;
  display: block;
  order: 1;
}

@media only screen and (max-width: 769px) {
.mv.second > .inner .mv__contents img {
  width: 45%;
}
.mv.second > .inner .mv__txtWrap {
    margin-bottom: 30px;
}

}

.mv__txtWrap {
  width: 100%;
}
.mv__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.mv__txt:not(:last-child) {
  margin-bottom: 10px;
}
.mv__txt strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.375;
  display: block;
}


.mv.second > .inner .mv__txt {
color:#333;
}






.mv__img {
  width: 100%;
  height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .mv > .inner {
    max-width: 1184px;
  }
  .mv__ttl .sub {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  .mv__ttl span {
    font-size: 30px;
  }
  .mv__contents {
    flex-wrap: nowrap;
    align-items: center;
  }
  .mv__contents img {
    width: 140px;
    order: 0;
  }
  .mv__txtWrap {
    width: auto;
  }
  .mv__txt {
    font-size: 16px;
  }
  .mv__img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1024px) {
  .mv > .inner {
    padding-bottom: 25px;
  }
  .mv > .inner {
    max-width: 1184px;
  }
  .mv__ttl .sub {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .mv__ttl span {
    font-size: 40px;
    line-height: 60px;
  }
  .mv__ttl span small {
    line-height: 60px;
  }
  .mv__contents img {
    width: 224px;
  }
  .mv__txt {
    font-size: 18px;
  }
  .mv__txt:not(:last-child) {
    margin-bottom: 16px;
  }
  .mv__txt strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .mv > .inner {
    padding-bottom: 35px;
  }
  .mv__ttl {
    margin-bottom: 35px;
  }
  .mv__ttl .sub {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .mv__ttl span {
    font-size: 54px;
    line-height: 80px;
  }
  .mv__ttl span small {
    line-height: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .mv > .inner {
    padding-bottom: 45px;
  }
  .mv__ttl {
    margin-bottom: 45px;
  }
  .mv__ttl .sub {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .mv__ttl span {
    font-size: 70px;
    line-height: 104px;
  }
  .mv__ttl span small {
    line-height: 104px;
  }
  .mv__txt {
    font-size: 20px;
  }
  .mv__txt strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 1800px) {
  .mv > .inner {
    padding-bottom: 96px;
  }
  .mv__ttl {
    margin-bottom: 115px;
  }
  .mv__ttl .sub {
    font-size: 44px;
    letter-spacing: 0.04em;
  }
  .mv__ttl span {
    font-size: 86px;
    line-height: 128px;
  }
  .mv__ttl span small {
    line-height: 128px;
  }
  .mv__txt {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .mv__txt:not(:last-child) {
    margin-bottom: 16px;
  }
  .mv__txt strong {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.375;
    display: block;
  }
}

.topNews {
  padding: 30px 0 75px 23px;
}
.topNews__header {
  padding-right: 23px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
}
.topNews__header .ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.topNews__slider {
  margin-bottom: 30px;
}
.topNews__slider .slick-list {
  padding-right: 5%;
  padding-bottom: 2px !important;
}
.topNews__slider .slick-arrow {
  width: 44px;
  height: 44px;
  background: #0080CB url(../re_img/common/icon_arrow-wh.svg) center/12px no-repeat;
  border-radius: 50%;
  text-indent: -10em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -84px;
  overflow: hidden;
  z-index: 1;
}
.topNews__slider .slick-arrow:focus, .topNews__slider .slick-arrow:hover {
  outline: 0;
  opacity: 0.8;
}
.topNews__slider .slick-arrow.slick-next {
  right: calc(50% - 8px - 44px);
}
.topNews__slider .slick-arrow.slick-prev {
  left: calc(50% - 8px - 44px);
  transform: scale(-1, 1);
}
.topNews__slider .slick-dots {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 23px;
  margin: 0 auto;
}
.topNews__slider .slick-dots li {
  width: 100%;
  height: 2px;
  margin: 0;
  background: #F3F5F6;
  cursor: pointer;
  opacity: 1;
}
.topNews__slider .slick-dots li.slick-active {
  background-color: #333;
}
.topNews__slider .slick-dots li button {
  display: none;
}
.topNews__slider__item {
  margin-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(121, 121, 121, 0.16);
}
.topNews__slider__item figure {
  width: 100%;
  /*padding-top: 80%;*/
  padding-top: 100%;
  border-radius: 8px 8px 0 0;
}
.topNews__slider__item figure img {
  height: 100% !important;
}
.topNews__slider__item .body {
  padding: 24px 20px 20px;
}
.topNews__slider__item .body__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topNews__slider__item .body__meta time {
  color: #9B9B9B;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.topNews__slider__item .body__ttl {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7143;
}
.topNews__slider__item .category {
  color: #48AC23;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .topNews__slider .slick-list {
    padding-left: calc(50% - 200px) !important;
    padding-right: calc(50% - 200px + 5%) !important;
  }
}
@media screen and (min-width: 769px) {
  .topNews {
    padding: 60px 0 60px 15px;
  }
  .topNews__header {
    padding-right: 0;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .topNews__header .ttl {
    font-size: 30px;
  }
  .topNews__slider .slick-arrow {
    background-color: transparent;
    background-image: url(../re_img/common/icon_arrow-bk.svg);
    border: 1px solid #333;
    top: -70px;
    bottom: auto;
    opacity: 0.3;
  }
  .topNews__slider .slick-arrow:focus, .topNews__slider .slick-arrow:hover {
    outline: 0;
    opacity: 1;
  }
  .topNews__slider .slick-arrow.slick-next {
    right: 15px;
  }
  .topNews__slider .slick-arrow.slick-prev {
    left: auto;
    right: 80px;
    transform: scale(-1, 1);
  }
  .topNews__slider .slick-dots {
    width: calc(100% - 256px);
    max-width: 864px;
    margin: 0;
    bottom: -60px;
    left: 0;
    right: auto;
  }
  .topNews__slider__item .body {
    padding: 25px 24px 28px;
  }
  .topNews__slider__item__meta time {
    font-size: 16px;
  }
  .topNews__slider__item__ttl {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
  }
  .topNews__link {
    width: calc(100% - 48px);
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .topNews__link a {
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    grid-gap: 16px;
  }
  .topNews__link a img {
    width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #0080CB;
    border-radius: 50%;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .topNews {
    padding: 100px 0 100px 15px;
  }
  .topNews__header .ttl {
    font-size: 40px;
  }
  .topNews__slider .slick-arrow {
    width: 80px;
    height: 80px;
    top: -95px;
  }
  .topNews__slider .slick-arrow.slick-prev {
    right: 110px;
  }
  .topNews__link a img {
    width: 80px;
    height: 80px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1120px) {
  .topNews {
    padding-left: calc(50vw - 560px);
  }
  .topNews__slider .slick-arrow.slick-next {
    right: calc(50vw - 560px);
  }
  .topNews__slider .slick-arrow.slick-prev {
    right: calc(50vw - 560px + 112px);
  }
  .topNews__slider .slick-dots {
    width: 864px;
    max-width: 864px;
  }
  .topNews__link {
    width: 100%;
    margin: 0;
  }
}

.service {
  padding: 40px 0 50px;
}
.service__ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.service__ttl small {
  font-size: 80%;
}
.service__list {
  display: grid;
  grid-gap: 48px;
}
.service__listItem {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.service__listItem__img {
  width: 100%;
}
.service__listItem__txtWrap {
  width: 100%;
}
.service__listItem .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-weight: 500;
}
.service__listItem .btn {
  margin-top: 20px;
  background-color: #0080CB;
  letter-spacing: 0.04em;
}
.service__listItem .btn.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .service > .inner {
    max-width: 896px;
  }
  .service__listItem {
    flex-direction: row;
    align-items: center;
    grid-gap: 32px;
  }
  .service__listItem:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service__listItem__img {
    width: 50%;
    flex-shrink: 0;
  }
  .service__listItem__txtWrap {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service {
    padding: 0 0 77px;
  }
  .service__ttl {
    margin-bottom: 54px;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
  }
  .service__ttl small {
    font-size: 80%;
  }
  .service__listItem .ttl {
    font-size: 24px;
  }
  .service__listItem .btn {
    max-width: 352px;
    margin: 32px 0 0;
    font-size: 20px;
  }
}

.info__ttl {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.info__ttl strong {
  color: #0080CB;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.info__ttl strong a{
  color: #0080CB;
}

.info__ttl .dummy {
  width: 100%;
  display: block;
}
.info__instagram {
  padding: 32px 0;
  background-color: #fff;
text-align:center;
}
.info__link {
  margin-top: 80px;
}
.info__link a {
  width: 100%;
  padding: 20px 20px 0;
  background-color: #0080CB;
  border-radius: 16px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info__link a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.info__link a span span {
  font-size: 125%;
  letter-spacing: 0.04em;
}
.info__link a .img01 {
  width: 120px;
  margin-bottom: 15px;
  display: block;
}
.info__link a .img02 {
  width: 160px;
  margin-bottom: -60px;
  border: 18px solid #0080CB;
  border-radius: 50%;
  overflow: hidden;
}
.info__link a .img02 img {
  width: 100%;
  display: block;
}
.info__link a:hover span {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .info__ttl {
    font-size: 24px;
  }
  .info__ttl strong {
    font-size: 32px;
  }
  .info__instagram {
    padding: 56px 0;
  }
  .info__link a {
    height: 120px;
    padding: 0 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  .info__link a span {
    font-size: 20px;
  }
  .info__link a .img01, .info__link a .img02 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .info__link a {
    height: 160px;
  }
  .info__link a span {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .info__link a .img01 {
    width: 170px;
  }
  .info__link a .img02 {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .info__link a {
    padding: 0 60px;
  }
  .info__link a span {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .info__link a .img02 {
    width: 230px;
  }
}








/*add*/

@media only screen and (max-width: 769px) {

.mv > .inner {
    align-items: center;
    justify-content: center;
}
.mv__ttl .sub{
font-weight:bold;
}
.mv__ttl {
    padding-bottom: 50px;
}
.mv__ttl span {
    font-size: 3.5em;
}

.topNews__slider .slick-arrow.slick-next {
    left: 60px;
}
.topNews__slider .slick-arrow.slick-prev {
left: 0px;
}

.topNews__link{
        display: flex;
        flex-flow: wrap;
        padding: 11px 24px 0 0;
    }
    .topNews__link a {
        margin-left: auto;
        font-size: 14px;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        grid-gap: 16px;
    }
    .topNews__link a img {
        width: 44px;
        height: 44px;
        padding: 0 16px;
        background-color: #0080CB;
        border-radius: 50%;
        display: block;
    }



}