@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenOld400", serif;
  src: url("../font/ZenOldMincho-Regular.woff2");
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant", serif;
  src: url("../font/Cormorant-VariableFont_wght.woff");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .service-about {
    padding: 50px 0 70px;
  }
}

.service-about__list {
  display: block;
}
@media screen and (min-width: 601px) {
  .service-about__list {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .service-about__list {
    margin: 50px auto 0;
  }
}

.service-about__item {
  position: relative;
}
@media screen and (min-width: 601px) {
  .service-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1560px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 600px) {
  .service-about__item {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .service-about__item:nth-child(n+2) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__item:nth-child(n+2) {
    margin-top: 70px;
  }
}
.service-about__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-left: auto;
}
@media screen and (min-width: 601px) {
  .service-about__item:nth-child(even) .service-about__box {
    margin-right: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .service-about__item:nth-child(even) .service-about__box {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media screen and (min-width: 601px) {
  .service-about__item:nth-child(even) .service-about__img {
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__item:nth-child(even) .service-about__img {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .service-about__item:nth-child(even) .service-about__figure {
    margin-left: 25px;
    margin-right: 0;
  }
}
.service-about__item.--preparation {
  width: 100%;
}
.service-about__item.--preparation .service-about__box {
  margin: 0 auto;
}

@media screen and (min-width: 601px) {
  .service-about__box {
    display: block;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .service-about__box {
    width: calc(100% - 540px);
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .service-about__box {
    width: calc(100% - 320px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__box {
    margin: 20px auto 0;
    text-align: center;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .service-about__box .c-heading3 {
    font-size: 32px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1199px) {
  .service-about__box .c-heading3 {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .service-about__box .c-heading3 {
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .service-about__box .c-button {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .service-about__figure {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .service-about__figure {
    max-width: 340px;
    min-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__figure {
    height: 180px;
    margin-right: 25px;
  }
}

@media screen and (min-width: 601px) {
  .service-about__img {
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .service-about__img {
    height: 100%;
    border-radius: 0 10px 10px 0;
  }
}

@media screen and (min-width: 601px) {
  .service-about__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    margin: 15px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__category {
    display: block;
    font-size: 15px;
    margin: 10px auto 15px;
  }
}

.service-about__catItem {
  background-color: #4D3221;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (min-width: 601px) {
  .service-about__catItem {
    padding: 7px 17px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__catItem {
    padding: 7px;
  }
}
@media screen and (min-width: 601px) {
  .service-about__catItem:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .service-about__catItem:nth-child(n+2) {
    margin-left: 10px;
  }
}

.service-about__text {
  font-size: 16px;
  line-height: 2.3;
}
@media screen and (min-width: 1200px) {
  .service-about__text {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .service-about__text {
    margin-bottom: 30px;
  }
}
.services-outlook {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #4D3221;
}
@media screen and (min-width: 601px) {
  .services-outlook {
    background-image: linear-gradient(0deg, transparent 41px, #F0F0F0 32px), linear-gradient(90deg, transparent 41px, #F0F0F0 42px);
    background-size: 42px 42px;
  }
}
@media screen and (max-width: 600px) {
  .services-outlook {
    background-image: linear-gradient(0deg, transparent 29px, #F0F0F0 20px), linear-gradient(90deg, transparent 29px, #F0F0F0 30px);
    background-size: 30px 30px;
    padding: 70px 0 100px;
  }
}

.services-outlook__box {
  border-radius: 15px;
  border: 1px solid #4D3221;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .services-outlook__box {
    padding: 60px 80px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .services-outlook__box {
    padding: 30px;
    margin: 50px auto 0;
  }
}

.services-outlook__list {
  display: block;
}
.services-outlook__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .services-outlook__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services-outlook__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .services-outlook__item {
    text-align: center;
  }
  .services-outlook__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.service-outlook__subBox {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service-outlook__subBox:after {
    content: "・・・";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -95px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 23px;
    color: #000;
  }
}

.service-outlook__catItem {
  background-color: #4D3221;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .service-outlook__catItem {
    padding: 15px 20px;
    font-size: 21px;
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .service-outlook__catItem {
    margin-bottom: 15px;
    padding: 5px 40px;
    font-size: 20px;
  }
}

.services-outlook__text {
  font-size: 16px;
  line-height: 2.3;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .services-outlook__text {
    width: calc(100% - 319px);
  }
}