@charset "UTF-8";
.flowset .text, .badgeflow .text, .calloutset .text, .mediaset .text {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media (max-width: 767px) {
  .flowset .text, .badgeflow .text, .calloutset .text, .mediaset .text {
    font-size: 14px;
  }
}

.ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  width: 100%;
  height: 70px;
  background: #9E8B85;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-image: url(../images/contents-btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 10px;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}

/*
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
.mediaset .text iframe,
.calloutset .text iframe,
.flowset .text iframe,
.badgeflow .text iframe,
.listset li iframe,
.txtset iframe {
  /*  max-width: 800px; */
  width: 100%;
  /* height: 100%;
    aspect-ratio: 67/36;
  margin: 0 auto; */
}

.mediaset table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset table th {
    width: auto;
  }
}

.mediaset table,
.calloutset table {
  margin-top: 20px;
  width: 100%;
}
.mediaset table tr:first-child th,
.calloutset table tr:first-child th {
  border-top: 1px solid #e8d5c8;
}
.mediaset table tr:last-child th,
.calloutset table tr:last-child th {
  border-bottom: 1px solid #e8d5c8;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-right: 1px solid #e8d5c8;
}
.mediaset table th,
.calloutset table th {
  text-align: center;
  min-width: 120px;
  background: #e8d5c8;
  font-weight: bold;
  color: #754c24;
}
.mediaset table td,
.calloutset table td {
  border-color: #e8d5c8;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td {
    padding: 3px 7px;
  }
}

.calloutset table th,
.calloutset table td {
  font-size: 14px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  height: 400px;
  position: relative;
}
#pagetitle::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1600/70;
  min-height: 70px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/bl.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#pagetitle .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 46px;
  line-height: 1.3;
  padding: 5px 10px;
  font-family: "fot-tsukumin-pr6n", serif;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.5);
}
#pagetitle small {
  display: block;
}
@media (max-width: 1199px) {
  #pagetitle {
    height: 300px;
  }
  #pagetitle h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 220px;
  }
  #pagetitle h2 {
    font-size: 28px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1~4 見出し1~4 マージン調整
------------------------------------------------- */
.heading1.notLast,
.heading2.notLast,
.heading3.notLast,
.heading4.notLast {
  margin-bottom: 20px;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1 h2 {
  font-size: 52px;
  line-height: 1.6;
  position: relative;
  padding: 0 0 20px 50px;
  border-bottom: solid 1px #bbaca7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  letter-spacing: 0.154em;
}
.heading1 h2 small {
  display: block;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.heading1 h2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 7px;
  height: 100%;
  background-color: #bbaca7;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 40px;
    padding: 0 0 15px 30px;
  }
  .heading1 h2:before {
    width: 5px;
  }
  .heading1 h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
    padding: 0 0 10px 20px;
  }
  .heading1 h2:before {
    width: 3px;
  }
  .heading1 h2 small {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading2 p {
  font-size: 30px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
}
.heading2 p small {
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 2.5;
  padding-left: 45px;
  transform: scaleX(0.7);
  left: -23px;
  white-space: nowrap;
  min-width: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  left: 0;
}
.heading2 p small::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 43% 50%, 100% 100%, 0 100%);
  margin-right: 13px;
  background: #bbaca7;
}
.heading2 p small::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 43% 50%, 100% 100%, 0 100%);
  background: #bbaca7;
}
.heading2 p small::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 57% 50%);
  background: #bbaca7;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 26px;
  }
  .heading2 p small {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
  }
  .heading2 p small:after, .heading2 p small:before {
    width: 21px;
    height: 35px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading3 p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  padding: 9px 20px 9px 40px;
  display: flex;
  align-items: center;
  background-color: #d4b99c;
  position: relative;
}
.heading3 p:after {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 18px;
    padding: 5px 10px 7px 25px;
  }
  .heading3 p:after {
    left: 7px;
    width: 1px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading4 p {
  color: #9e8b86;
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  font-weight: 700;
  border-bottom: solid 1px #9e8b86;
  padding-left: 45px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.heading4 p::before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scaleX(1.43);
  content: "";
  width: 15px;
  height: 35px;
  clip-path: polygon(0 0, 100% 0, 43% 50%, 100% 100%, 0 100%);
  margin-right: 13px;
  background: #bbaca7;
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
    padding-left: 30px;
  }
  .heading4 p::before {
    left: 3px;
    width: 12px;
    height: 30px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  line-height: 2;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  gap: 20px;
  color: #9e8b86;
}
.mediaset .title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 5px;
  background-color: #9e8b86;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.notLast {
  margin-bottom: 100px;
}
.mediaset:not(.img-small) {
  /*
  .title{
  	margin-bottom: $MD-tit-mb;
  	font-size: $MD-tit-fz;
  	line-height: $MD-tit-lh;
  }
  .text{
  	line-height: $lh;
  }
  .btn{
  	width: 100%;
  	max-width: $btnWidth;
  	margin-top: $MD-btn-mt;
  	a{
  		@extend %btn;
  	}
  }
   */
}
.mediaset:not(.img-small) .imgbox {
  width: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /*
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  }
   */
  /*
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  }
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  color: #754c24;
  font-weight: bold;
}
.calloutset.col4 {
  /*
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /*
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.case-category ul li a {
  border-radius: 5px;
  height: 35px;
  font-weight: 500;
}
.linkset.case-category ul li:nth-child(1) a {
  background-color: #bbaca7;
}
.linkset.case-category ul li:nth-child(3) a {
  background-color: #c2986d;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 30px;
}
.linkset.col3 li {
  width: 30.5084745763%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 15px;
  }
  .linkset.col4 li a {
    height: 38px;
    font-size: 14px;
  }
  .linkset.col3 {
    /* 2並び
    ul {
      justify-content: center;
    }
    li {
      width: 48%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:not(:nth-child(2n + 1)) {
        margin-left: 4%;
      }
      &:nth-child(n + 3) {
        margin-top: $LS-NL-mb;
      }
    }
    a {
      background-image: none;
      padding: 0 15px;
    } */
    /* 1並び
    max-width: $LS-col3-block-width;
    li {
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:nth-child(n + 2) {
        margin-top: $LS-NL-mb;
      }
    }
     */
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 li {
    width: 32%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .linkset.col3 li:nth-child(n+4) {
    margin-top: 5px;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 7px;
    font-size: 14px;
    max-height: 40px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 80px;
  width: calc(100% - 20px);
  max-width: 360px;
}
.linkbtn a {
  height: 90px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .linkbtn a {
    height: 70px;
    font-size: 15px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal td {
  /*
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
     */
}
.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  color: #754c24;
  border-bottom: solid 1px #754c24;
}
.tableset.type-normal td {
  border-bottom: 1px solid #c8c8c8;
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll tbody th {
  color: #754c24;
}
.tableset.type-scroll tbody th,
.tableset.type-scroll tbody td {
  background-color: #f3ebe3;
}
.tableset.type-scroll tbody tr:not(:last-child) th,
.tableset.type-scroll tbody tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead th,
.tableset.type-scroll thead td {
  background-color: #e8d5c8;
  color: #754c24;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #c8c8c8;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea {
  border: none;
  background-color: #eeeeef;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  background: #fff;
  font-size: 18px;
  /*
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red {
  display: block;
  position: relative;
  width: 70px;
  height: 25px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required:before,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #bbaca7;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
.miniSurveyView .alert {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .alert.alert-danger strong {
  color: red;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    font-size: 16px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red {
    width: 50px;
    height: 20px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  border: solid 1px #f3ebe3;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /*
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #9e8b86;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 0;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 0px;
  width: 29.6610169492%;
  margin-right: 5.9322033898%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #d4b99c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
  line-height: 1.375;
  color: #fff;
}
.badgeflow .badge small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  gap: 20px;
  color: #9e8b86;
}
.badgeflow .title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 5px;
  background-color: #9e8b86;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 70px;
    height: 70px;
    font-size: 18px;
    border-bottom-right-radius: 20px;
  }
  .badgeflow .badge small {
    font-size: 11px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
  position: relative;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .block:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: var(--arrow-display, none);
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #754c24;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
  .flowset .block:nth-child(3n+1):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1)::before {
    display: none;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .block:nth-child(1) .image::before {
    display: none;
  }
}

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.faqset .question,
.faqset .answer {
  display: flex;
}
.faqset .question:before,
.faqset .answer:before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  background-color: #f2d95b;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
.faqset .question {
  margin-bottom: 20px;
  align-items: center;
}
.faqset .question:before {
  margin-right: 20px;
  width: 75px;
  height: 75px;
  font-size: 38px;
  content: "Q";
  color: #fff;
  background-color: #d4b99c;
}
.faqset .question p {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
.faqset .answer:before {
  margin-left: 7px;
  margin-right: 28px;
  width: 55px;
  height: 55px;
  font-size: 28px;
  content: "A";
  background-color: #9e8b86;
  color: #fff;
}
@media (max-width: 767px) {
  .faqset .question:before {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .faqset .question p {
    font-size: 18px;
  }
  .faqset .answer:before {
    margin-left: 0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}

/* ----------------------------------------------
list
------------------------------------------------- */
.list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.2372881356%;
  margin-bottom: 90px;
}
.list .block {
  width: 30.5084745763%;
}
.list .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.list .block a:hover {
  opacity: 0.6;
}
.list .block .image {
  aspect-ratio: 360/270;
  margin-bottom: 10px;
}
.list .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .block .cate {
  color: #fff;
  background-color: #bbaca7;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.list .block .cate.cate-renovation {
  background-color: #c2986d;
}
.list .block .cate.cate-new {
  background: #9E8B85;
}
.list .block time {
  display: block;
  letter-spacing: 0.05em;
  color: #000;
}
.list .block .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media (max-width: 1199px) {
  .list {
    margin-bottom: 80px;
  }
  .list .block .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .list {
    margin-bottom: 70px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .list .block {
    width: 47%;
  }
  .list .block .title {
    font-size: 18px;
  }
  .list .block .cate {
    padding: 0 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail .head {
  margin-bottom: 60px;
}
.detail .head .title {
  font-family: "fot-tsukumin-pr6n", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  border-left: 7px solid #bbaca7;
  border-bottom: 1px solid #bbaca7;
  padding: 0 30px 10px;
  margin-bottom: 10px;
}
.detail .head .cate {
  text-align: end;
}
.detail .head .cate a {
  text-decoration: none;
}
.detail .head time {
  display: block;
  text-align: end;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #754c24;
}
.detail .contents .slide {
  margin-bottom: 60px;
}
.detail .contents .slide .image {
  aspect-ratio: 3/2;
}
.detail .contents .slide .image img {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.detail .contents .slide .main {
  margin-bottom: 30px;
  max-width: 760px;
  margin: 0 auto 20px;
}
.detail .contents .slide .main .slick-arow {
  position: absolute;
  top: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #754c24;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
}
.detail .contents .slide .main .slick-arow.prev {
  left: 0;
  transform: translate(calc(-100% - 20px), -50%);
  background-image: url(../images/slide-prevarow.png);
}
.detail .contents .slide .main .slick-arow.next {
  right: 0;
  transform: translate(calc(100% + 20px), -50%);
  background-image: url(../images/slide-nextarow.png);
}
.detail .contents .slide .thumb {
  /* サムネ4枚以下は位置固定（ズレ防止）*/
  /* slick がガタつく場合の追加補正（必要なら）*/
}
.detail .contents .slide .thumb.thumb-fixed .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.detail .contents .slide .thumb .thumb-fixed .slick-list {
  margin: 0 -5px;
}
.detail .contents .slide .thumb .image {
  margin: 0 5px;
}
.detail .contents .slide .thumb .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .contents .img-text {
  display: flex;
  -moz-column-gap: 3.3898305085%;
       column-gap: 3.3898305085%;
}
.detail .contents .img-text .image {
  width: 30.5084745763%;
}
.detail .contents .img-text .text {
  flex: 1;
}
.detail .contents .tableset {
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail .head {
    margin-bottom: 40px;
  }
  .detail .head .title {
    font-size: 26px;
    padding: 0 25px 10px;
  }
  .detail .head time {
    font-size: 18px;
  }
  .detail .contents .slide {
    margin-bottom: 40px;
  }
  .detail .contents .slide .main .slick-arow.prev, .detail .contents .slide .main .slick-arow.next {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .detail {
    margin-bottom: 70px;
  }
  .detail .head {
    margin-bottom: 30px;
  }
  .detail .head .title {
    font-size: 22px;
    padding: 0 15px 10px;
    border-left-width: 5px;
  }
  .detail .head time {
    font-size: 16px;
  }
  .detail .contents .slide {
    margin-bottom: 30px;
  }
  .detail .contents .slide .main .slick-arow {
    width: 50px;
  }
}

/* ----------------------------------------------
ccm-pagination-wrapper
------------------------------------------------- */
.ccm-pagination-wrapper {
  margin-bottom: 90px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-pagination-wrapper a {
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ccm-pagination-wrapper .pagination .prev, .ccm-pagination-wrapper .pagination .next,
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #9e8b86;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next) {
  /* margin-left: 10px; */
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #9e8b86;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #9e8b86;
  color: #fff;
  border: unset;
}
@media (max-width: 1199px) {
  .ccm-pagination-wrapper {
    margin-bottom: 80px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-bottom: 70px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 25px;
    height: 25px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 129/13;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  padding-left: 65px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  background-image: url(../images/detail-prevarow.png);
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 270px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  padding-right: 65px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before {
  background-image: url(../images/detail-nextarow.png);
}
@media (max-width: 1199px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
    flex-direction: column;
    row-gap: 10px;
  }
  .ccm-block-next-previous p {
    margin: 0 !important;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #contact {
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=contents.css.map */