@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#mv {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  #mv {
    padding: 0;
    overflow: hidden;
  }
}
#mv img {
  width: 100%;
  height: auto;
}

/*/////////////////////////////////////////
//  index
/////////////////////////////////////////*/
#index {
  margin-top: 40px;
  position: relative;
}
#index:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 91.1420204978vw;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 8.78477306vw;
  background-image: url("../images/top/back1@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #index:before {
    right: 0;
    width: 100%;
    height: 12.37rem;
    top: 1.1rem;
    background-image: url("../images/top/back1_sp@2x.png");
  }
}
#index .inner {
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #index .inner {
    flex-direction: column;
    gap: 0.32rem;
    padding: 0 0.32rem;
  }
}
#index .txt-area {
  width: 334px;
}
@media screen and (max-width: 768px) {
  #index .txt-area {
    width: 100%;
  }
}
#index .txt-area p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #index .txt-area p {
    letter-spacing: 0.1em;
    font-size: 0.14rem;
  }
}
#index figure {
  width: 206px;
}
@media screen and (max-width: 768px) {
  #index figure {
    width: 2.06rem;
  }
}
@media screen and (max-width: 768px) {
  #index .sec-header h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#index .sec-header img {
  width: 249px;
}
@media screen and (max-width: 768px) {
  #index .sec-header img {
    width: 2.49rem;
  }
}
#index .num-list {
  width: 592px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #index .num-list {
    width: 100%;
    flex-direction: column;
  }
}
#index .num-list li {
  width: calc((100% - 16px) / 2);
  background: #fff;
  border-radius: 20px;
  border: 2px dotted #f07800;
  padding: 20px 20px 40px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #index .num-list li {
    width: 100%;
    padding: 0.2rem 0.2rem 0.4rem;
    gap: 0.12rem;
  }
}
#index .num-list li .txt {
  display: flex;
  align-items: flex-end;
  color: #f07800;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #index .num-list li .txt {
    gap: 0.08rem;
  }
}
#index .num-list li .txt span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.08em;
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #index .num-list li .txt span {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
  }
}
#index .num-list li .txt p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #index .num-list li .txt p {
    font-size: 0.64rem;
  }
}

/*/////////////////////////////////////////
//  work
/////////////////////////////////////////*/
#work {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #work {
    overflow-x: hidden;
    margin-top: 0;
    padding-top: 1.2rem;
  }
}
#work .work-area {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/top/back-works@2x.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #work .work-area {
    background-image: url("../images/top/back-works_sp@2x.jpg");
  }
}
#work .ttl-works {
  position: absolute;
  top: -10px;
  left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
#work .ttl-works .ttl {
  display: block;
  width: 384px;
}
@media screen and (max-width: 768px) {
  #work .ttl-works .ttl {
    width: 3.82rem;
    text-align: center;
  }
}
#work .ttl-works .ttl img {
  width: 100%;
  height: auto;
}
#work .ttl-works .obj-work1 {
  display: block;
  position: absolute;
  top: -30px;
  right: -70px;
  width: 237px;
}
@media screen and (max-width: 768px) {
  #work .ttl-works .obj-work1 {
    width: 2.79rem;
    top: -1.4rem;
    right: -0.4rem;
  }
}
#work .ttl-works .obj-work1 img {
  width: 100%;
  height: auto;
}
#work .ttl-works .obj-work2 {
  position: absolute;
  bottom: 10px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  #work .ttl-works .obj-work2 {
    display: none;
  }
}
#work .work-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 962px;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 320px;
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #work .work-list {
    padding: 3.6rem 0.16rem 0.32rem;
  }
}
#work .work-list li {
  width: calc((100% - 16px) / 2);
  background: #fff;
  border-radius: 24px;
  padding: 24px 24px 8px;
  border: 1px solid #cfc7c0;
}
@media screen and (max-width: 768px) {
  #work .work-list li {
    width: 100%;
    padding: 0.16rem 0.16rem 0.16rem;
  }
}
#work .work-list figure {
  position: relative;
  height: 3.18rem;
  overflow: hidden;
  border-radius:16px;
}
#work .work-list figure img {
  width: 100%;
}
#work .work-list h3 {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
#work .work-list .txt-area {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  grid-template-areas: "grid1 grid1" "grid2 grid3";
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1.5px dashed #ccc2b8;
  gap: 0;
}
@media screen and (max-width: 768px) {
  #work .work-list .txt-area {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
  }
}
#work .work-list .txt-area .txt {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
  grid-area: grid1;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  #work .work-list .txt-area .txt {
    font-size: 0.14rem;
    line-height: 2;
    min-height: initial;
  }
}
#work .work-list .txt-area .area {
  grid-area: grid2;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #work .work-list .txt-area .area {
    font-size: 0.12rem;
    line-height: 2;
  }
}
#work .work-list .txt-area .txt-link {
  grid-area: grid3;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.9166666667;
  font-weight: 500;
  color: #f07800;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #work .work-list .txt-area .txt-link {
    font-size: 0.12rem;
    line-height: 1;
  }
}
#work .work-list .txt-area .txt-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url("../images/common/arrow-right-d3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #work .work-list .txt-area .txt-link:after {
    width: 0.05rem;
    height: 0.08rem;
  }
}

/*/////////////////////////////////////////
//  about
/////////////////////////////////////////*/
#about {
  position: relative;
  margin-top: -330px;
  padding-top: 368px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 0.5rem;
    padding-top: 2rem;
  }
}
#about:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 69.3265007321vw;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1366/947;
  background-image: url("../images/top/back2@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #about:before {
    background-image: url("../images/top/back2_sp@2x.png");
    width: 100%;
    height: 9.6rem;
    top: 0.5rem;
  }
}
#about .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .inner {
    margin-top: -0.4rem;
  }
}
#about .inner .obj-about {
  position: absolute;
  width: 273px;
  top: -80px;
  left: -136.5px;
}
@media screen and (max-width: 768px) {
  #about .inner .obj-about {
    width: 2.73rem;
    top: -1.7rem;
    left: 0.4rem;
    transform: rotate(-20deg);
  }
}
#about .sec-header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#about .sec-header h2 em {
  justify-content: center;
}
#about .about-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #about .about-list {
    gap: 0.16rem;
    padding: 0 0.16rem;
  }
}
#about .about-list li {
  width: calc((100% - 32px) / 3);
  height: 290px;
  aspect-ratio: 311/290;
  background: #fff;
  border-radius: 24px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  #about .about-list li {
    width: 100%;
    height: 2.9rem;
    padding: 0.08rem;
  }
}
#about .about-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-self: center;
  border-radius: 20px;
}
#about .about-list li a h3 {
  width: 100%;
}
#about .about-list li a img {
  width: 100%;
}
#about .about-list li:nth-child(1) a {
  background-image: url("../images/top/img-about1@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-list li:nth-child(2) a {
  background-image: url("../images/top/img-about2@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-list li:nth-child(3) a {
  background-image: url("../images/top/img-about3@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-list li:nth-child(4) a {
  background-image: url("../images/top/img-about4@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-list li:nth-child(5) a {
  background-image: url("../images/top/img-about5@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-list li:nth-child(6) a {
  background-image: url("../images/top/img-about6@2x.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*/////////////////////////////////////////
//  blog
/////////////////////////////////////////*/
#blog {
  margin-top: 112px;
  padding-top: 40px;
  padding-bottom: 56px;
  background-image: url("../images/common/back01@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #blog {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
#blog .inner {
  position: relative;
}
#blog .inner .obj-blog {
  position: absolute;
  right: -120px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  #blog .inner .obj-blog {
    right: 0.26rem;
    top: -2rem;
    width: 2.81rem;
  }
}
#blog .sec-header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#blog .sec-header h2 {
  width: -moz-fit-content;
  width: fit-content;
}
#blog .sec-header h2 em {
  justify-content: center;
}
#blog .sec-header h2 .jp {
  width: -moz-fit-content;
  width: fit-content;
}
#blog .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #blog .blog-list {
    margin-top: 0.32rem;
    padding: 0 0.16rem 0.32rem;
    gap: 0.16rem;
  }
}
#blog .blog-list li {
  width: calc((100% - 32px) / 3);
  background: #fff;
  border-radius: 24px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  #blog .blog-list li {
    width: 100%;
    padding: 0.08rem;
  }
}
#blog .blog-list li figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#blog .blog-list li figure img {
  width: 100%;
  height: auto;
}
#blog .blog-list li .txt-area {
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  #blog .blog-list li .txt-area {
    padding: 0 0.12rem;
  }
}
#blog .blog-list li h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: 1px dashed #f07800;
}
@media screen and (max-width: 768px) {
  #blog .blog-list li h3 {
    font-size: 0.16rem;
    padding-bottom: 0.08rem;
    margin-top: 0.08rem;
  }
}
#blog .blog-list li p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #blog .blog-list li p {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}

/*/////////////////////////////////////////
//  review
/////////////////////////////////////////*/
#review {
  background-image: url("../images/common/back02@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0 53px;
}
@media screen and (max-width: 768px) {
  #review {
    padding: 1.2rem 0 1.2rem;
  }
}
#review .inner {
  position: relative;
}
#review .inner .obj-review {
  position: absolute;
  left: -120px;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #review .inner .obj-review {
    left: 0.32rem;
    top: -2.4rem;
    width: 2.81rem;
  }
}
#review .sec-header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#review .sec-header h2 {
  width: -moz-fit-content;
  width: fit-content;
}
#review .sec-header h2 em {
  justify-content: center;
}
#review .sec-header h2 .jp {
  width: -moz-fit-content;
  width: fit-content;
}
#review #review-slider {
  margin-top: 32px;
}
#review #review-slider li {
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  #review #review-slider li {
    padding: 0 0.04rem;
  }
}
#review #review-slider li .review-items {
  background: #fff;
  padding: 8px;
  border-radius: 24px;
}
#review #review-slider li .review-items .review-box {
  background: #fffaf5;
  border-radius: 20px;
  padding: 16px 16px 24px;
}
#review #review-slider li .review-items .review-box > p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 3;
  font-weight: 400;
}
#review #review-slider li .review-items .review-box > p span {
  border-bottom: 1px dashed #d9d1c8;
  padding-bottom: 8px;
}
#review #review-slider li .review-items .ttl-review {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px dashed #f07800;
  padding-bottom: 16px;
}
#review #review-slider li .review-items .ttl-review span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #fff;
  background: #47372b;
  height: 24px;
}
#review #review-slider li .review-items .ttl-review p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
#review #review-slider li .review-items .ttl-review p em {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#review .link-btn {
  margin-top: 32px;
}

/*/////////////////////////////////////////
//  news
/////////////////////////////////////////*/
#news {
  padding: 80px 0 48px;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 1.2rem 0 1.2rem;
  }
}
#news .inner {
  display: flex;
  gap: 24px;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.32rem;
    padding: 0 0.32rem;
  }
}
#news .inner .obj-news {
  position: absolute;
  right: -120px;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #news .inner .obj-news {
    right: 0.26rem;
    top: -2rem;
    width: 2.81rem;
    transform: rotate(7deg);
  }
}
@media screen and (max-width: 768px) {
  #news .sec-header {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #news .sec-header h2 {
    order: 1;
  }
}
#news .sec-header .news-link {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.9166666667;
  font-weight: 500;
  color: #f07800;
}
@media screen and (max-width: 768px) {
  #news .sec-header .news-link {
    font-size: 0.12rem;
    line-height: 1;
    order: 3;
  }
}
#news .sec-header .news-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  margin-top: 40px;
  background-image: url("../images/common/arrow-right-d3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#news .news-list {
  max-width: 728px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news .news-list {
    order: 2;
  }
}
#news .news-list div {
  display: flex;
  align-items: center;
  gap: 48px;
  border-bottom: 1px dashed #d9d1c8;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #news .news-list div {
    flex-direction: column;
    gap: 0.08rem;
    padding-bottom: 0.24rem;
    align-items: flex-start;
  }
}
#news .news-list div:not(:first-child) {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  #news .news-list div:not(:first-child) {
    padding-top: 0.24rem;
  }
}
#news .news-list div dt {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #news .news-list div dt {
    font-size: 0.14rem;
    line-height: 2;
  }
}
#news .news-list div dd {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #news .news-list div dd {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

/*/////////////////////////////////////////
//  area
/////////////////////////////////////////*/
#area {
  padding: 56px 0;
  background-image: url("../images/common/back01@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #area {
    padding: 1.2rem 0;
  }
  #area .sec-header {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#area .inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #area .inner {
    flex-direction: column;
    gap: 0.44rem;
  }
}
#area iframe {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  #area iframe {
    width: 100%;
  }
}
#area .area-list {
  width: 316px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #area .area-list {
    width: 100%;
    padding: 0 0.16rem;
    margin-top: 0.24rem;
  }
}
#area .area-list dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #area .area-list dt {
    font-size: 0.16rem;
  }
}
#area .area-list dd {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #area .area-list dd {
    font-size: 0.14rem;
  }
}
#area .area-list dd strong {
  font-weight: 700;
  display: block;
}/*# sourceMappingURL=style.css.map */