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

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset:not(.img-small) .btn a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px solid #886239;
  background: #886239;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  font-size: 14px;
  background-image: url(../images/arrow2.png);
  padding-right: 70px;
  padding-left: 15px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  font-size: 16px;
  width: 100%;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset:not(.img-small) .btn a, .mediaset .btn a {
    height: 55px;
    font-size: 14px;
  }
}

/* 
//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 {
  width: 100%;
}

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

.mediaset table,
.calloutset table,
.flowset table,
.badgeflow table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td,
.flowset table th,
.flowset table td,
.badgeflow table th,
.badgeflow table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #f8f8f8;
}
.mediaset table th,
.calloutset table th,
.flowset table th,
.badgeflow table th {
  min-width: 120px;
  background: #eeeeee;
  font-weight: bold;
}
.mediaset .linkbtn,
.calloutset .linkbtn,
.flowset .linkbtn,
.badgeflow .linkbtn {
  width: 100%;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child),
.calloutset .linkbtn:not(:last-child),
.flowset .linkbtn:not(:last-child),
.badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a,
.calloutset .linkbtn a,
.flowset .linkbtn a,
.badgeflow .linkbtn a {
  height: 50px;
  min-height: 50px;
}
.mediaset .listset,
.calloutset .listset,
.flowset .listset,
.badgeflow .listset {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td,
  .flowset table th,
  .flowset table td,
  .badgeflow table th,
  .badgeflow table td {
    padding: 3px 7px;
  }
}

.mediaset .linkbtn, .badgeflow .linkbtn {
  width: 100%;
  max-width: 270px;
  margin-right: 0;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a, .badgeflow .linkbtn a {
  height: 70px;
}
.mediaset table th, .badgeflow table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset .linkbtn, .badgeflow .linkbtn {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
    margin-bottom: 10px;
  }
  .mediaset .linkbtn a, .badgeflow .linkbtn a {
    height: 50px;
  }
  .mediaset table th, .badgeflow table th {
    width: auto;
  }
}

.calloutset.col2 .linkbtn,
.flowset.col2 .linkbtn {
  max-width: 350px;
}
.calloutset.col3 .linkbtn,
.flowset.col3 .linkbtn {
  max-width: 300px;
}
.calloutset.col4 .linkbtn,
.flowset.col4 .linkbtn {
  max-width: 240px;
}
.calloutset .listset,
.flowset .listset {
  width: 100%;
  padding: 10px 0;
}
.calloutset .listset li,
.flowset .listset li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.calloutset .listset li:nth-child(n+2),
.flowset .listset li:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .calloutset.col4 table th,
  .calloutset.col4 table td,
  .flowset.col4 table th,
  .flowset.col4 table td {
    min-width: 100%;
    display: block;
  }
  .calloutset.col4 .linkbtn a,
  .flowset.col4 .linkbtn a {
    font-size: 12px;
  }
}

.flowset .linkbtn {
  max-width: 300px;
}
@media (max-width: 767px) {
  .flowset table th,
  .flowset table td {
    min-width: 100%;
    display: block;
  }
  .flowset .linkbtn a {
    font-size: 12px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  height: 450px;
  position: relative;
  z-index: 1;
}
#pagetitle h2 {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  margin-left: -10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 40px 50px;
  text-shadow: 0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), 0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2);
}
#pagetitle h2::before {
  content: "";
  background-color: #8dc21f;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
#pagetitle small {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
  #pagetitle h2 {
    font-size: 60px;
  }
  #pagetitle small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 180px;
  }
  #pagetitle h2 {
    font-size: 28px;
    padding: 20px 15px;
  }
  #pagetitle small {
    font-size: 15px;
  }
}

/* ----------------------------------------------
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;
  color: #886239;
}

/* ----------------------------------------------
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: 63px;
  line-height: 1.3;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  border-left: 1px solid #886239;
  border-bottom: 1px solid #886239;
  padding: 0 10px 20px 30px;
}
.heading1 small {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 45px;
    padding-left: 15px;
  }
  .heading1 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .heading1 small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
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: 63px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
}
.heading2 p small {
  font-size: 22px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
  }
  .heading2 p small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
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 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  background-color: #8dc21f;
  position: relative;
  padding: 7px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.heading3 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .heading3 p {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    padding: 5px 18px;
    font-size: 17px;
  }
  .heading3 p::before {
    left: 5px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.heading4 p {
  color: #886239;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  border-left: 5px solid #886239;
  padding: 0 20px;
}
.heading4 p::before {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #c8c8c8;
  left: -5px;
  bottom: -10px;
}
@media (max-width: 1199px) {
  .heading4 p {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding: 0 10px;
    border-left-width: 4px;
    font-size: 17px;
  }
  .heading4 p::before {
    bottom: -8px;
  }
}

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

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.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: 100px;
}
.mediaset table th {
  width: 250px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 17px;
  border-left: #886239 4px solid;
  color: #886239;
}
.mediaset .btn {
  margin-left: auto;
  max-width: 270px;
  margin-top: 30px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40.6779661017%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small) .title {
  font-size: 20px;
  font-size: 20px;
  color: #000;
  padding-left: unset;
  border-left: unset;
}
.mediaset:not(.img-small) .text {
  line-height: 2;
}
.mediaset:not(.img-small) .btn {
  min-width: 240px;
  margin-top: 30px;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 3.3898305085%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 3.3898305085%;
}
.mediaset.img-small {
  /* 
     .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 table th {
    width: auto;
  }
  .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) .title {
    font-size: 18px;
  }
  .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 .title {
    padding-left: 12px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.mediaset table,
.calloutset table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #dac1a8;
}
.mediaset table th,
.calloutset table th {
  min-width: 120px;
  background: #dac1a8;
  font-weight: bold;
  color: #ffffff;
}
.mediaset table tr:not(:last-child) th,
.calloutset table tr:not(:last-child) th {
  border-bottom: 1px #ffffff solid;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td {
    padding: 3px 7px;
  }
}

/* ----------------------------------------------
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: 100px;
}
.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;
  letter-spacing: 0.1em;
  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.9661016949%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 2.7118644068%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 31.0169491525%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 3.4745762712%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.9661016949%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.staff .image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.212543554%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col4 table tr:not(:last-child) th {
    border-bottom: unset;
  }
  .calloutset.col4 table th,
  .calloutset.col4 table td {
    padding: 3px 7px;
  }
  .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: 100px;
}
.linkset.notLast {
  margin-bottom: 5px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.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: 5px;
}
.linkset.col3 li {
  width: 31.3559322034%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 5px;
}
.linkset a {
  padding-left: unset;
  padding-right: unset;
}
@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: 5px;
  }
  .linkset.col3 {
    /* 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 a {
    background-image: none;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 370px;
}
.linkbtn a {
  height: 90px;
  font-size: 16px;
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 767px) {
  .linkbtn {
    max-width: 270px;
  }
  .linkbtn a {
    height: 55px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  font-size: 14px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #886239;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #f3ebe3;
}
.tableset.type-normal th,
.tableset.type-normal td {
  border: unset;
  /*   
  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 {
  border-bottom: #886239 1px solid;
  color: #886239;
  background-color: unset;
}
.tableset.type-normal td {
  border-bottom: #eeeeee solid 1px;
  background-color: unset;
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.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 {
  color: #ffffff;
}
.tableset.type-scroll tbody th {
  background-color: #f3ebe3;
  color: #886239;
}
.tableset.type-scroll tbody th, .tableset.type-scroll tbody td {
  border-bottom: #ffffff 1px solid;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 2px;
    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: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td {
  border-top: #eeeeee 1px solid;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: #eeeeee 1px solid;
}
.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, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  background-color: #eeeeef;
  border: unset;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  /* 
  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;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
  color: #ffffff;
  width: 70px;
  height: 23px;
  background-color: #8dc21f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 14px;
}
.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;
  background-image: unset;
  padding-left: unset;
  padding-right: unset;
}
.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;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
    height: 22px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:first-child td.question {
    border-bottom: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:first-child) td.question {
    border-top: 0;
  }
  .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;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #f7f7f5;
}
.titletext .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .titletext {
    padding: 20px 20px;
  }
  .titletext .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: solid 2px #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: 6px;
  height: 6px;
  background-color: #88c23f;
  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 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  width: 30.5084745763%;
  margin-right: 5.0847457627%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .imgbox.no-img {
  width: 8.4745762712%;
  min-width: 100px;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #8dc21f;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.badgeflow .badge small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #8dc21f;
  padding-left: 20px;
  border-left: #8dc21f 5px solid;
}
@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 .imgbox.no-img {
    width: 100%;
    min-width: 75px;
    min-height: 75px;
    display: flex;
    align-items: end;
  }
  .badgeflow .imgbox.no-img .title {
    margin-left: 85px;
  }
  .badgeflow .badge {
    top: 0px;
    width: 75px;
    height: 75px;
    font-size: 18px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 12px;
    border-left: 4px solid #88c23f;
  }
}

/* ----------------------------------------------
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: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
  position: relative;
}
.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 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.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;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1):before {
    display: none;
  }
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .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 .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
/* ----------------------------------------------
qanda
------------------------------------------------- */
.qanda {
  margin-bottom: 100px;
}
.qanda .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.qanda .block:not(:first-child) {
  margin-top: 35px;
}
.qanda .block .q {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.qanda .block .q::before {
  content: "Q";
  font-size: 38px;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  background-color: #8dc21f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
  margin-right: 20px;
}
.qanda .block .a {
  display: flex;
  padding-left: 10px;
}
.qanda .block .a::before {
  content: "A";
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  background-color: #886239;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .qanda .block .q {
    font-size: 18px;
  }
  .qanda .block .q::before {
    width: 45px;
    height: 45px;
    font-size: 25px;
    margin-right: 12px;
  }
  .qanda .block .a {
    font-size: 14px;
    padding-left: 5px;
  }
  .qanda .block .a::before {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-right: 17px;
  }
}

/* ----------------------------------------------
news-list
------------------------------------------------- */
.news-category {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.news-category .title {
  font-size: 18px;
  margin-bottom: 7px;
}
.news-category ul {
  display: flex;
  align-items: center;
}
.news-category ul .cate {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.news-category ul .cate.event a {
  background-color: #886239;
}
.news-category ul .cate.column a {
  background-color: #008e45;
}
.news-category ul .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-category ul .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .news-category ul {
    flex-wrap: wrap;
  }
  .news-category ul .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  .news-category ul .cate a {
    font-size: 14px;
  }
}

.news-list {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
.news-list .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.news-list .content {
  display: flex;
  align-items: center;
}
.news-list a {
  transition: all 0.5s ease-out;
}
.news-list a:hover {
  opacity: 0.6;
}
.news-list article {
  position: relative;
  width: 23.6363636364%;
}
.news-list article:not(:nth-child(4n+1)) {
  margin-left: 1.8181818182%;
}
.news-list article:nth-child(n+5) {
  margin-top: 40px;
}
.news-list article .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-list article time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.news-list article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 5px;
}
.news-list article .image {
  border: 5px #ffffff solid;
  margin-bottom: 20px;
}
.news-list article .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list article .cate {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.news-list article .cate.event a {
  background-color: #886239;
}
.news-list article .cate.column a {
  background-color: #008e45;
}
.news-list article .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list article .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .news-list {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .news-list::before {
    width: 50%;
    height: 350px;
    position: absolute;
    background-image: url(../images/news-shape.webp);
    background-repeat: no-repeat;
    z-index: -1;
    top: -110px;
    left: 15%;
    background-size: contain;
  }
  .news-list .contents {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-list h2 {
    margin-bottom: 35px;
  }
  .news-list article {
    width: 47.5%;
  }
  .news-list article:not(:nth-child(4n+1)) {
    margin-left: unset;
  }
  .news-list article:nth-child(n+3) {
    margin-top: 30px;
  }
  .news-list article time {
    margin-right: 0px;
  }
  .news-list article .text {
    font-size: 14px;
    margin-top: 0;
  }
  .news-list article .image {
    margin-bottom: 10px;
  }
  .news-list article .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  .news-list article .cate a {
    font-size: 14px;
  }
  .news-list .btn {
    margin-top: 45px;
  }
}

/* ----------------------------------------------
ページネーション
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 100px;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
}
.ccm-pagination-wrapper .prev,
.ccm-pagination-wrapper .next,
.ccm-pagination-wrapper .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .page-item {
  padding: 5px;
  width: 60px;
  height: 60px;
  font-size: 15px;
}
.ccm-pagination-wrapper .page-item a,
.ccm-pagination-wrapper .page-item span {
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: #886239 solid 1px;
}
.ccm-pagination-wrapper .page-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  color: #886239;
  color: #000000;
}
.ccm-pagination-wrapper .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .page-item span {
  background-color: #886239;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-top: 50px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .page-item {
    padding: 3px;
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
  .ccm-pagination-wrapper .page-item a,
  .ccm-pagination-wrapper .page-item span {
    font-size: 14px;
  }
}

/* ----------------------------------------------
news-detail
------------------------------------------------- */
.news-detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
.news-detail .head {
  margin-bottom: 50px;
}
.news-detail .content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-detail .contents {
  margin-bottom: 90px;
  display: flex;
}
.news-detail .category {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.news-detail .category.event a {
  background-color: #886239;
}
.news-detail .category.column a {
  background-color: #008e45;
}
.news-detail .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail .category a:hover {
  opacity: 0.6;
}
.news-detail time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.news-detail .title {
  font-size: 30px;
  border-bottom: #000 solid 1px;
  padding-bottom: 10px;
}
.news-detail .image {
  width: 40%;
  margin-right: 50px;
}
.news-detail .image img {
  width: 100%;
}
.news-detail .text {
  font-size: 18px;
  flex: 1;
}
@media (max-width: 1199px) {
  .news-detail .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-detail .head {
    margin-bottom: 40px;
  }
  .news-detail .contents {
    margin-bottom: 50px;
    display: block;
  }
  .news-detail .title {
    font-size: 18px;
  }
  .news-detail .text {
    font-size: 14px;
  }
  .news-detail .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  .news-detail .cate a {
    font-size: 14px;
  }
  .news-detail .image {
    width: 100%;
    margin-bottom: 35px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
.case-categry.none {
  display: none;
}

.case {
  margin-bottom: 100px;
}
.case .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.case .case-categry {
  margin-bottom: 60px;
}
.case .case-categry .title {
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 18px;
  margin-bottom: 10px;
}
.case .case-categry ul {
  display: flex;
  flex-wrap: wrap;
}
.case .case-categry ul li {
  width: 19.4915254237%;
}
.case .case-categry ul li:not(:nth-child(5n+1)) {
  margin-left: 0.6355932203%;
}
.case .case-categry ul li:nth-child(n+6) {
  margin-top: 5px;
}
.case .case-categry ul li a {
  width: 100%;
  max-width: 230px;
  height: 70px;
  display: flex;
  background-color: #333333;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  line-height: 1.3;
  transition: all 0.5s ease-out;
  padding: 0 10px;
}
.case .case-categry ul li a:hover {
  opacity: 0.6;
}
.case .contents {
  display: flex;
  flex-wrap: wrap;
}
.case .contents .block {
  width: 31.3559322034%;
}
.case .contents .block:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.case .contents .block:nth-child(n+4) {
  margin-top: 55px;
}
.case .contents .image {
  margin-bottom: 15px;
}
.case .contents .image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.case .contents .image a {
  transition: all 0.5s ease-out;
}
.case .contents .image a:hover {
  opacity: 0.6;
}
.case .contents .title {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-bottom: 15px;
}
.case .contents .cate a {
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: #000000 1px solid;
  font-weight: 500;
  padding: 0 3px 3px 3px;
  transition: all 0.5s ease-out;
}
.case .contents .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .case .case-categry {
    margin-bottom: 30px;
  }
  .case .case-categry .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .case .case-categry ul {
    flex-wrap: wrap;
    gap: 5px 2.9661016949%;
  }
  .case .case-categry ul li {
    width: 31.3559322034%;
    /* &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .case .case-categry ul li:not(:first-child) {
    margin-left: 0;
  }
  .case .case-categry ul li a {
    height: 35px;
    font-size: 13px;
    line-height: 1.2;
  }
  .case .contents {
    justify-content: space-between;
  }
  .case .contents .block {
    margin-left: unset;
    width: 47.5%;
  }
  .case .contents .block:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  .case .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .case .contents .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
case-detail
------------------------------------------------- */
.case-detail {
  margin-bottom: 100px;
}
.case-detail .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 55px;
}
.case-detail .title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  border-bottom: 1px #754c24 solid;
  padding-bottom: 15px;
}
.case-detail .cate {
  margin-top: 25px;
}
.case-detail .cate a {
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: #000000 1px solid;
  font-weight: 500;
  padding: 0 3px 3px 3px;
  transition: all 0.5s ease-out;
}
.case-detail .cate a:hover {
  opacity: 0.6;
}
.case-detail .catch {
  margin-top: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.case-detail .text {
  margin-top: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media (max-width: 1199px) {
  .case-detail .title {
    font-size: 26px;
  }
  .case-detail .catch {
    font-size: 20px;
  }
  .case-detail .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .case-detail .inner {
    flex-direction: column-reverse;
  }
  .case-detail .contents {
    width: 100%;
  }
  .case-detail .head {
    margin-bottom: 35px;
  }
  .case-detail .title {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .case-detail .cate {
    margin-top: 15px;
  }
  .case-detail .catch {
    font-size: 18px;
  }
  .case-detail .text {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

/* ----------------------------------------------
サムネイルスライダー
------------------------------------------------- */
.slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.thumbset .main {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  overflow: hidden;
}
.thumbset .main li {
  width: 100%;
}
.thumbset .main li .image {
  position: relative;
}
.thumbset .main li .image img {
  width: auto;
  height: auto;
  max-height: 60vh;
  margin: 0 auto;
}
.thumbset .main li .image .image-description {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.thumbset .main li .image .image-description p {
  display: inline-block;
  background-color: #8dc21f;
  color: #fff;
  padding: 0 10px;
}
.thumbset .main li .image .image-description.before p {
  background-color: #8dc21f;
}
.thumbset .main li .image .image-description.after p {
  background-color: #f38f1e;
}
.thumbset .thumb {
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1190px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.thumbset .thumb .slick-list {
  width: 100%;
}
.thumbset .thumb li {
  margin: 0 5px;
}
.thumbset .thumb li .image {
  transition: all 0.5s ease-out;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.thumbset .thumb li .image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 230/180;
  font-family: "object-fit: cover;";
}
.thumbset .thumb li .image .image-description {
  display: none;
}
.thumbset .slick-prev,
.thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: 100%;
}
.thumbset .slick-prev {
  background-image: url("../images/slide-prev.png");
  left: -25px;
}
.thumbset .slick-next {
  background-image: url("../images/slide-next.png");
  right: -25px;
}
.thumbset .slick-arrow {
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  border-radius: 10px;
}
.thumbset .slick-arrow.slick-disabled {
  cursor: inherit;
}
@media (max-width: 1260px) {
  .thumbset .slick-prev {
    left: 5px;
  }
  .thumbset .slick-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .thumbset .slick-prev {
    left: 5px;
  }
  .thumbset .slick-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .thumbset .main {
    margin-bottom: 20px;
  }
  .thumbset .thumb {
    width: calc(100% - 10px);
  }
  .thumbset .slick-arrow {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=contents.css.map */