@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;
  }
}

.topics-detail .btn 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;
  width: 100%;
  height: 70px;
  border: 1px solid #333333;
  background: #333333;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "bahnschrift-semicondensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  align-items: center;
}
.topics-detail .btn 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;
}
.topics-detail .btn a::after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::after, .linkbtn a::after, .linkset a::after, .mediaset .btn a::after {
  content: "";
  background-image: url(../images/arrow.webp);
  width: 31px;
  height: 8px;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  .topics-detail .btn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
    max-width: 260px;
    font-size: 14px;
  }
  .topics-detail .btn a::after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::after, .linkbtn a::after, .linkset a::after, .mediaset .btn a::after {
    right: 20px;
  }
}

/* 
//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%;
}

.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: 40px;
  padding: 0 10px;
  height: 500px;
  position: relative;
}
#pagetitle::before {
  content: "";
  background-image: url(../images/mainimg-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: calc(100% - 22px);
  height: 20%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  z-index: 3;
}
#pagetitle::after {
  content: "";
  width: 20px;
  height: calc(100vh - 135px);
  background-color: #0c0c0c;
  position: absolute;
  display: block;
  left: 0;
  top: -40px;
  z-index: 3;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c0c0c;
  font-size: 70px;
  line-height: 1.5;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  z-index: 3;
  padding-bottom: 20px;
}
#pagetitle h2::before {
  content: "";
  background-color: #ffffff;
  width: calc((100vw - 1180px) / 2 + 700px);
  height: 100px;
  position: absolute;
  left: calc((100vw - 1180px) / -2);
  bottom: 90px;
  z-index: -1;
}
#pagetitle h2::after {
  content: "";
  background-color: #ffffff;
  width: calc((100vw - 1180px) / 2 + 850px);
  height: 90px;
  position: absolute;
  left: calc((100vw - 1180px) / -2);
  bottom: 0px;
  z-index: -1;
}
#pagetitle small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 1220px) {
  #pagetitle #mainslider::after {
    width: 10px;
  }
  #pagetitle h2 {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  #pagetitle {
    height: 320px;
  }
  #pagetitle::before {
    width: calc(100% - 12px);
  }
  #pagetitle::after {
    width: 10px;
    height: 100%;
  }
  #pagetitle h2 {
    font-size: 50px;
    padding-bottom: 10px;
  }
  #pagetitle h2 small {
    font-size: 20px;
  }
  #pagetitle h2::before {
    left: -1px;
    height: 60px;
    bottom: 55px;
    width: 60%;
  }
  #pagetitle h2::after {
    left: -1px;
    height: 55px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    margin-bottom: 5px;
    height: 140px;
  }
  #pagetitle::before {
    width: calc(100% - 8px);
  }
  #pagetitle::after {
    width: 6px;
    top: -10px;
  }
  #pagetitle h2 {
    font-size: 26px;
    padding-bottom: 9px;
  }
  #pagetitle h2 small {
    font-size: 15px;
  }
  #pagetitle h2::before {
    max-width: 350px;
    width: 65%;
    height: 40px;
    bottom: 35px;
  }
  #pagetitle h2::after {
    max-width: 400px;
    width: 75%;
    height: 35px;
  }
}

/* ----------------------------------------------
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;
}
@media (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------
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: 60px;
  line-height: 1.3;
  display: block;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
.heading1 h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 45px;
  }
  .heading1 h2 small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 27px;
  }
  .heading1 h2 small {
    font-size: 16px;
    margin-top: 7px;
  }
}

/* ----------------------------------------------
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: 50px;
  line-height: 1.6;
  display: block;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
.heading2 p small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  padding-top: 30px;
}
.heading2 p small::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #0c0c0c;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 40px;
  }
  .heading2 p small {
    font-size: 20px;
    padding-top: 20px;
  }
  .heading2 p small::before {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 24px;
  }
  .heading2 p small {
    font-size: 16px;
    padding-top: 18px;
  }
  .heading2 p small::before {
    top: 6px;
    width: 50px;
  }
}

/* ----------------------------------------------
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-size: 40px;
  line-height: 1.7;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}
.heading3 p small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.heading3 p small::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #0c0c0c;
  display: block;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .heading3 p {
    font-size: 35px;
  }
  .heading3 p small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 21px;
  }
  .heading3 p small {
    font-size: 15px;
  }
  .heading3 p small::before {
    width: 40px;
    margin-right: 7px;
  }
}

/* ----------------------------------------------
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 {
  font-size: 30px;
  line-height: 1.7;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  border-bottom: #0c0c0c 1px solid;
  padding-bottom: 8px;
}
.heading4 p small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 20px;
    padding-bottom: 5px;
    flex-direction: column;
    align-items: initial;
  }
  .heading4 p small {
    font-size: 14px;
    margin-left: 0px;
  }
}

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

.heading1 .font-en,
.heading2 .font-en,
.heading3 .font-en,
.heading4 .font-en {
  font-family: "bahnschrift", sans-serif;
}
.heading1 .font-jp,
.heading2 .font-jp,
.heading3 .font-jp,
.heading4 .font-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

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

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
}
.fullimg img {
  width: 100%;
  height: auto;
}
.fullimg a {
  display: block;
  position: relative;
}
.fullimg .image_description {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  background-color: #fff;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .fullimg .image_description {
    bottom: 5px;
    padding: 3px 5px;
    line-height: 1.3;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.mediaset table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset table th {
    width: auto;
  }
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 30px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.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: 40.6779661017%;
}
.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: 3.3898305085%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 3.3898305085%;
}
.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 table {
    border-spacing: 0;
  }
  .mediaset table th,
  .mediaset table td {
    display: block;
    padding: 8px 10px;
  }
  .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: 70px;
}
.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;
  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 table {
    border-spacing: 0;
  }
  .calloutset table th,
  .calloutset table td {
    display: block;
    padding: 8px 10px;
  }
  .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;
}

.calloutset .image {
  position: relative;
}
.calloutset .image a {
  display: block;
  position: relative;
}
.calloutset .image_description {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  background-color: #fff;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .calloutset .image_description {
    bottom: 5px;
    padding: 3px 5px;
    line-height: 1.3;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.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;
}
@media (max-width: 1199px) {
  .linkset ul li a::after {
    display: none;
  }
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset {
    margin-bottom: 40px;
  }
  .linkset ul {
    justify-content: space-between;
  }
  .linkset a {
    height: 40px;
  }
  .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 70px;
  width: calc(100% - 20px);
  max-width: 400px;
}
.linkbtn a {
  height: 90px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .linkbtn {
    max-width: 270px;
  }
  .linkbtn a {
    height: 60px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.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: #fff;
  white-space: nowrap;
  border-bottom: #333333 3px solid;
  font-weight: bold;
}
.tableset td {
  border-bottom: #f0f0f0 1px solid;
  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-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll thead th {
  border: unset;
}
.tableset.type-scroll thead td {
  position: relative;
}
.tableset.type-scroll thead td:not(:first-child)::before {
  content: "";
  width: 2px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@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: 70px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
}
.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  border-bottom: #333333 3px solid;
  background: #fff;
  /* 
  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 .required {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  border-bottom: #f0f0f0 1px solid;
  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: 2px;
  }
  .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: 70px;
  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: 70px;
  border: solid 1px #333333;
}
.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: #333333;
  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: 50px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 50px;
  width: 35.593220339%;
  margin-right: 3.3898305085%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    left: -5px;
  }
  .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: 70px;
}
.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;
}
@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: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;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
/* ----------------------------------------------
topics
------------------------------------------------- */
.topics {
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
}
.topics .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.topics .contents {
  width: 79%;
}
.topics article:nth-child(2n) a {
  background-color: #ffffff;
}
.topics article a {
  line-height: 1;
  padding: 22px;
  padding-bottom: 25px;
  align-items: center;
  text-decoration: none;
  color: #0c0c0c;
  transition: all 0.5s ease-out;
  background-color: #f0f0f0;
  display: flex;
}
.topics article a:hover {
  opacity: 0.6;
}
.topics article .text-box {
  display: flex;
  flex-direction: column;
  gap: 15px 37px;
}
.topics article .image {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  margin-right: 40px;
}
.topics article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.topics article .time-cate {
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
.topics article .time-cate time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #0c0c0c;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.topics article .time-cate .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0c0c0c;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  padding: 1.21px 24px;
}
.topics article .text {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .topics article .time-cate {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .topics article .time-cate time {
    font-size: 14px;
  }
  .topics article .time-cate .cate {
    font-size: 14px;
    padding: 1.2px 18px;
  }
}
@media (max-width: 767px) {
  .topics .inner {
    flex-direction: column-reverse;
  }
  .topics .contents {
    width: 100%;
  }
  .topics article a {
    padding: 12px 10px;
    font-size: 14px;
  }
  .topics article .image {
    width: 70px;
    height: 56px;
    margin-right: 20px;
    display: block;
  }
  .topics article .text-box {
    row-gap: 10px;
  }
  .topics article .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .topics article .time-cate time {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .topics article .time-cate .cate {
    padding: 1.2px 10px;
  }
  .topics article .text {
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
  }
}

.category {
  width: 18.6%;
}
.category .cate-title {
  background-color: #333333;
  color: #ffffff;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  height: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category ul {
  margin-top: 5px;
}
.category ul li {
  border-bottom: #0c0c0c 1px solid;
  padding: 5px 0;
}
.category ul li a {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
  display: block;
  width: 100%;
}
.category ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .category {
    width: 100%;
    margin-bottom: 50px;
  }
  .category .cate-title {
    font-size: 16px;
    height: 43px;
  }
  .category ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

/* ----------------------------------------------
ページネーション
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 90px;
}
.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%;
}
.ccm-pagination-wrapper .page-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #f0f0f0;
  color: #0c0c0c;
}
.ccm-pagination-wrapper .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .page-item span {
  background-color: #0c0c0c;
  color: #fff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-top: 60px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .page-item {
    padding: 4px;
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .ccm-pagination-wrapper .page-item a,
  .ccm-pagination-wrapper .page-item span {
    font-size: 14px;
  }
}

/* ----------------------------------------------
次へ、前へブロック
------------------------------------------------- */
.ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.ccm-block-next-previous:has(.btn) {
  display: block;
}
.ccm-block-next-previous:has(.btn) > :not(.btn) {
  display: none;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: 30px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link,
.ccm-block-next-previous .ccm-block-next-previous-parent-link,
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  width: 120px;
  height: 55px;
  display: block;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  background-color: #0c0c0c;
  color: #fff;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-previous-link a:hover {
  opacity: 0.6;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  width: 200px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  order: 2;
}
.ccm-block-next-previous .spacer {
  display: none;
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    justify-content: center;
    /*  //１並び
    flex-direction: column;
     align-items: center;
     .ccm-block-next-previous-parent-link,
     .ccm-block-next-previous-next-link{
       margin-left: 0px;
       margin-top: 20px;
     }
     .ccm-block-next-previous-next-link,
     .ccm-block-next-previous-parent-link,
     .ccm-block-next-previous-previous-link {
       width: 200px;
       height: 50px;
       a {
         font-size: 15px;
       }
     } */
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link,
  .ccm-block-next-previous .ccm-block-next-previous-next-link {
    margin-left: 2%;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link,
  .ccm-block-next-previous .ccm-block-next-previous-parent-link,
  .ccm-block-next-previous .ccm-block-next-previous-previous-link {
    width: 32%;
    max-width: 200px;
    height: 50px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a,
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a,
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a {
    font-size: 15px;
  }
}

/* ----------------------------------------------
topics-detail
------------------------------------------------- */
.topics-detail {
  margin-bottom: 70px;
}
.topics-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.topics-detail .contents {
  width: 79%;
}
.topics-detail .head {
  margin-bottom: 55px;
}
.topics-detail .title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 15px;
}
.topics-detail .time-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}
.topics-detail .time-cate time {
  font-family: "bahnschrift", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
}
.topics-detail .time-cate .cate a {
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #0c0c0c;
  padding: 3.5px 23.45px;
}
.topics-detail .img-txt {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.topics-detail .img-txt .text {
  flex: 1;
  order: 1;
}
.topics-detail .img-txt:has(.text) .image {
  width: 30%;
}
.topics-detail .img-txt:has(.text) .image img {
  width: 100%;
}
.topics-detail .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-bottom: 50px;
}
.topics-detail .image {
  margin-bottom: 90px;
}
.topics-detail .image img {
  width: 100%;
}
.topics-detail .btn {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .topics-detail .title {
    font-size: 26px;
  }
  .topics-detail .time-cate {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 20px;
  }
  .topics-detail .time-cate time {
    font-size: 16px;
  }
  .topics-detail .time-cate .cate a {
    padding: 2px 15px;
  }
}
@media (max-width: 767px) {
  .topics-detail .inner {
    flex-direction: column-reverse;
  }
  .topics-detail .contents {
    width: 100%;
  }
  .topics-detail .head {
    margin-bottom: 35px;
  }
  .topics-detail .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  .topics-detail .time-cate time {
    font-size: 14px;
  }
  .topics-detail .time-cate .cate a {
    padding: 2px 10px;
  }
  .topics-detail .title {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .topics-detail .text {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .topics-detail .image {
    margin-bottom: 60px;
  }
}

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

.case {
  margin-bottom: 70px;
}
.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;
  position: relative;
}
.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 .image .address {
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #0c0c0c;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
.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: #0c0c0c 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 .image .address {
    padding: 0 5px;
    font-size: 12px;
  }
  .case .contents .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
case-detail
------------------------------------------------- */
.case-detail {
  margin-bottom: 70px;
}
.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 .address {
  text-decoration: none;
  display: inline-block;
  top: 10px;
  left: 10px;
  background-color: #0c0c0c;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-bottom: 5px;
}
.case-detail .title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 15px;
}
.case-detail .cate {
  margin-top: 25px;
}
.case-detail .cate a {
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: #0c0c0c 1px solid;
  font-weight: 500;
  padding: 0 3px 3px 3px;
  transition: all 0.5s ease-out;
}
.case-detail .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .case-detail .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .case-detail .inner {
    flex-direction: column-reverse;
  }
  .case-detail .contents {
    width: 100%;
  }
  .case-detail .head {
    margin-bottom: 35px;
  }
  .case-detail .address {
    font-size: 14px;
  }
  .case-detail .title {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .case-detail .cate {
    margin-top: 15px;
  }
  .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 img {
  width: auto;
  height: auto;
  max-height: 60vh;
  margin: 0 auto;
}
.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 .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 */