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

.prev_next .archivebtn a, .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;
  width: 100%;
  height: 55px;
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  font-size: 16px;
  background-image: url(../images/arrow.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.prev_next .archivebtn 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;
}
@media (max-width: 767px) {
  .prev_next .archivebtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset:not(.img-small) .btn a, .mediaset .btn a {
    font-size: 14px;
    height: 50px;
  }
}

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

.wrapper {
  overflow: hidden;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  height: 700px;
  position: relative;
  display: flex;
  z-index: -1;
}
#pagetitle::before {
  content: "";
  background-image: url(../images/contents-bg.png);
  width: 70%;
  height: 2500px;
  position: absolute;
  z-index: -1;
  background-size: 100%;
  background-position: right top;
  top: 700px;
  background-repeat: no-repeat;
  left: -10%;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: 105px;
  line-height: 1.4;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 17.9vw;
  width: 100%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 600;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-right: 100px;
  padding-bottom: 50px;
  margin-top: auto;
  text-align: end;
  text-shadow: 0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), 0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5);
}
#pagetitle h2::after {
  content: "";
  background-color: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  clip-path: polygon(0 17.9vw, 100% 0, 100% 100%, 0 100%);
}
#pagetitle small {
  display: block;
  font-size: 33px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  #pagetitle {
    height: 370px;
  }
  #pagetitle::before {
    top: 370px;
  }
  #pagetitle h2 {
    padding-right: 50px;
    padding-bottom: 20px;
    font-size: 75px;
  }
  #pagetitle h2 small {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 210px;
  }
  #pagetitle::before {
    top: 210px;
  }
  #pagetitle h2 {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }
  #pagetitle h2 small {
    font-size: 16px;
  }
}

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

/* ----------------------------------------------
heading1 見出し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: 80px;
  color: #000000;
  line-height: 1.3;
  font-weight: bold;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 600;
}
.heading1 h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 29px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
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: 65px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 600;
}
.heading2 p::before, .heading2 p::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.heading2 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.heading2 small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  min-width: 210px;
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 40px;
  }
  .heading2 p small {
    min-width: 160px;
    padding: 2px 20px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 27px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .heading2 p small {
    font-size: 16px;
    min-width: 110px;
  }
}

/* ----------------------------------------------
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: 20px;
  line-height: 1.6;
  background-color: #000000;
  position: relative;
  padding: 9px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.heading4 p {
  font-size: 22px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 500;
  border-left: 5px solid #000000;
  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;
  }
  .heading4.type-collar2 p {
    border-left-width: 4px;
  }
}

/* ----------------------------------------------
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.type-collar2 .title {
  border-left: #E6B1AA 4px solid;
}
.mediaset table th {
  width: 250px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 17px;
  border-left: #000000 4px solid;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  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 {
  width: 100%;
  max-width: 270px;
  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 #000000;
}
.mediaset table th,
.calloutset table th {
  min-width: 120px;
  background: #000000;
  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.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 {
    border-bottom: unset;
  }
  .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.type-collar2 table th {
    border-bottom: unset;
  }
}

.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;
}
@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: 60px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .linkbtn {
    max-width: 270px;
  }
}

/* ----------------------------------------------
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: #000000;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.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: #000000 1px solid;
  background-color: unset;
  color: #000000;
}
.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 thead td {
  text-align: center;
}
.tableset.type-scroll tbody tr:not(:last-child) th, .tableset.type-scroll tbody tr:not(:last-child) td {
  border-bottom: #000000 1px solid;
}
.tableset.type-scroll tbody th {
  color: #000000;
}
.tableset.type-scroll tbody th, .tableset.type-scroll tbody td {
  background-color: #eeeeee;
}
@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 .red {
  color: #ffffff;
  width: 70px;
  height: 23px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.miniSurveyView table.formBlockSurveyTable .red::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  color: #ffffff;
  padding-right: 4px;
}
.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 {
  flex-wrap: wrap;
  /* 
  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;
  flex-wrap: wrap;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
  color: #ffffff;
  width: 70px;
  height: 23px;
  background-color: #ff0000;
  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;
}
.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 1px #eeeeee;
}
.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: #ff0000;
  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: 100px;
}
.badgeflow.type-collar2 .title {
  border-left: #E6B1AA 4px solid;
}
.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 .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #ff0000;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
}
.badgeflow .badge small {
  display: block;
  font-size: 13px;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 26px;
  padding-left: 17px;
  border-left: #000000 4px solid;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 17px;
  }
  .badgeflow .badge small {
    font-size: 12px;
  }
  .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: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  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 {
  width: 30.5084745763%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(3n+1):before {
  display: none;
}
.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.1em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset.service {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .flowset.service .block {
    width: min(100%, 400px);
    margin: 0 !important;
  }
  .flowset.service .block:not(:first-child)::before {
    content: "";
    display: block !important;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 20px;
    height: 40px;
    background: url(../images/flowset-arrow.png) no-repeat center/cover;
  }
  .flowset.service .block .image::before {
    display: none;
  }
  .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) .image:before {
    display: none;
  }
  .flowset .block:nth-child(2n+1):before {
    display: none;
  }
  .flowset .block:nth-child(2n+1)::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%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  position: relative;
  margin-top: calc(100px + 16vw);
}
.contactbnr::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: -17.9vw;
  right: 0;
  height: 17.9vw;
  width: 100%;
  z-index: -1;
  clip-path: polygon(0 17.9vw, 100% 0, 100% 100%, 0 100%);
}

/* ----------------------------------------------
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;
  color: #ffffff;
  font-weight: 600;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
.qanda .block .a {
  display: flex;
  padding-left: 10px;
}
.qanda .block .a::before {
  content: "A";
  font-size: 28px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 30px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
@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;
  }
}

/* ----------------------------------------------
carlist
------------------------------------------------- */
.carlist {
  width: min(100% - 20px, 1180px);
  margin: 0 auto 90px;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 6.6666666667%;
  padding: 40px 2.5%;
}
.carlist.one {
  justify-content: start;
}
.carlist .block {
  min-width: 20%;
}
.carlist .block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.carlist .block .title::before {
  content: "■";
}
.carlist .block ul {
  font-weight: 400;
  line-height: 2.25;
  color: #fff;
}
.carlist .block ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.carlist .block ul li::before {
  content: "・";
}
.carlist .reference {
  min-width: 44.5454545455%;
  background-color: #b80000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px;
}
@media (max-width: 1199px) {
  .carlist {
    margin-bottom: 80px;
  }
  .carlist .block .title {
    font-size: 20px;
  }
  .carlist .reference {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .carlist {
    margin-bottom: 70px;
    gap: 40px 6%;
  }
  .carlist .block {
    min-width: 47%;
  }
  .carlist .block .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .carlist .reference {
    font-size: 16px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
.newslist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.2372881356%;
  margin-bottom: 90px;
}
.newslist .block {
  width: 30.5084745763%;
}
.newslist .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.newslist .block a:hover {
  opacity: 0.6;
}
.newslist .block .image {
  aspect-ratio: 360/270;
}
.newslist .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist .block time {
  font-weight: 400;
  display: block;
  color: #000;
}
.newslist .block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 1199px) {
  .newslist {
    margin-bottom: 80px;
  }
  .newslist .block .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newslist {
    margin-bottom: 70px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .newslist .block {
    width: 47%;
  }
  .newslist .block .title {
    font-size: 18px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
.categorylist {
  margin-bottom: 60px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.categorylist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6949152542%;
}
.categorylist ul li {
  min-width: 18.6440677966%;
}
.categorylist ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  text-decoration: none;
  background: url(../images/arrow.png) no-repeat center right 30px #000;
  padding: 5px 40px;
  color: #fff;
}
.categorylist ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .categorylist {
    margin-bottom: 40px;
  }
  .categorylist ul li a {
    background: unset;
    background-color: #000000;
  }
}
@media (max-width: 767px) {
  .categorylist {
    margin-bottom: 30px;
  }
  .categorylist ul {
    gap: 10px 1.6949152542%;
  }
  .categorylist ul li {
    min-width: 24%;
    min-width: unset;
  }
  .categorylist ul li a {
    background-position: center right 20px;
    padding: 2px 25px;
    min-height: 37px;
  }
}

.caselist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.caselist .block {
  display: flex;
  -moz-column-gap: 5.9322033898%;
       column-gap: 5.9322033898%;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}
.caselist .block:not(:has(.data)) .images {
  width: 100%;
}
.caselist .block:not(:has(.data)) .images:not(:has(.image:nth-child(2))) .image {
  width: 100%;
}
.caselist .block .images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3.0303030303%;
  width: 55.9322033898%;
  /* &:not(:has(.image:nth-child(2))){
    width: perCalc(320px,$contWidth);
    .image{
      width: 100%;
    }
  } */
}
.caselist .block .images .image {
  width: 48.4848484848%;
  aspect-ratio: 320/280;
  /* a[data-lightbox="casepop"]{
    img {
      width: 100%;
      height: 100%;
      aspect-ratio: 100/90;
      object-fit: cover;
    }
  } */
}
.caselist .block .images .image a {
  transition: all 0.5s ease-out;
}
.caselist .block .images .image a:hover {
  opacity: 0.6;
}
.caselist .block .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caselist .block .data {
  flex: 1;
}
.caselist .block .data table {
  width: 100%;
}
.caselist .block .data table th,
.caselist .block .data table td {
  padding: 15px;
}
.caselist .block .data table th {
  border-bottom: 1px solid #000;
  font-weight: 700;
  white-space: nowrap;
}
.caselist .block .data table td {
  border-bottom: 1px solid #eee;
}
.caselist .block:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .caselist {
    margin-bottom: 80px;
  }
  .caselist .block {
    padding-bottom: 40px;
  }
  .caselist .block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .caselist .block {
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 30px;
  }
  .caselist .block .images {
    width: 100%;
  }
  .caselist .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
.voicelist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.voicelist .block {
  display: flex;
  -moz-column-gap: 3.3898305085%;
       column-gap: 3.3898305085%;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.voicelist .block:not(:has(.txbox)) .image {
  width: 100%;
}
.voicelist .block .image {
  width: 30.5084745763%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.voicelist .block .image img {
  width: 100%;
}
.voicelist .block .txbox {
  flex: 1;
}
.voicelist .block .txbox .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.voicelist .block .txbox .text {
  line-height: 1.625;
}
.voicelist .block.img-right .image {
  order: 1;
}
.voicelist .block:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .voicelist {
    margin-bottom: 80px;
  }
  .voicelist .block {
    padding-bottom: 40px;
  }
  .voicelist .block .txbox .title {
    font-size: 18px;
    margin: 20px 0;
  }
  .voicelist .block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .voicelist {
    margin-bottom: 70px;
  }
  .voicelist .block {
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 25px;
  }
  .voicelist .block .image {
    width: 100%;
    flex-direction: unset;
    -moz-column-gap: 3.0303030303%;
         column-gap: 3.0303030303%;
  }
  .voicelist .block .image .img {
    width: 48.4848484848%;
    aspect-ratio: 320/280;
  }
  .voicelist .block .image .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voicelist .block .txbox .title {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .voicelist .block.img-right .image {
    order: unset;
  }
  .voicelist .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail .head {
  margin-bottom: 40px;
}
.detail .head .title {
  border-left: 7px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 30px 10px;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.detail .head time {
  display: block;
  text-align: end;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.detail .img-text {
  display: flex;
  align-items: start;
  -moz-column-gap: 5.0847457627%;
       column-gap: 5.0847457627%;
}
.detail .img-text:not(:has(.text)) .image {
  width: 100%;
}
.detail .img-text .image {
  width: 30.5084745763%;
}
.detail .img-text .image img {
  width: 100%;
}
.detail .img-text .text {
  flex: 1;
}
@media (max-width: 1199px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail .head .title {
    font-size: 26px;
    padding: 0 20px 5px;
  }
  .detail .head time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail {
    margin-bottom: 70px;
  }
  .detail .head .title {
    font-size: 22px;
    padding: 0 15px 5px;
    border-left-width: 5px;
  }
  .detail .head time {
    font-size: 16px;
  }
  .detail .img-text {
    flex-direction: column;
    row-gap: 30px;
  }
  .detail .img-text .image {
    width: 100%;
  }
}

/* ----------------------------------------------
pagination_wrapper
------------------------------------------------- */
.pagination {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 34px;
  height: 34px;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li a.prev, .pagination .page-numbers li a.next {
  display: none;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: unset;
  border-radius: 50%;
}
.pagination .page-numbers li:has(.prev) {
  display: none;
}
.pagination .page-numbers li:has(.next) {
  display: none;
}
@media (max-width: 1199px) {
  .pagination .page-numbers {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-bottom: 70px;
  }
  .pagination .page-numbers li {
    padding: 3px;
    width: 25px;
    height: 25px;
  }
}

/* ----------------------------------------------
prev_next
------------------------------------------------- */
.prev_next {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prev_next > :not(.archivebtn) a {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "acumin-variable", sans-serif;
  font-size: 26px;
  color: #000;
}
.prev_next > :not(.archivebtn) a::before {
  content: "";
  width: 82px;
  aspect-ratio: 82/11;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.prev_next .prev {
  margin-right: auto;
}
.prev_next .prev a::before {
  background-image: url(../images/prev-arow.png);
}
.prev_next .next {
  margin-left: auto;
}
.prev_next .next a::before {
  order: 1;
  background-image: url(../images/next-arow.png);
}
.prev_next .archivebtn {
  margin-left: auto;
  margin-right: auto;
}
.prev_next .archivebtn a {
  width: 270px;
}
.prev_next .arrow {
  display: none;
}
.prev_next .prev_arrow {
  display: none;
}
@media (max-width: 1199px) {
  .prev_next {
    margin-bottom: 80px;
  }
  .prev_next > :not(.archivebtn) a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .prev_next {
    margin-bottom: 70px;
  }
  .prev_next > :not(.archivebtn) a {
    font-size: 18px;
  }
  .prev_next > :not(.archivebtn) a::before {
    width: 40px;
  }
  .prev_next .archivebtn a {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .prev_next > :not(.archivebtn) a {
    font-size: 16px;
  }
  .prev_next > :not(.archivebtn) a::before {
    width: 20px;
  }
  .prev_next .archivebtn a {
    width: 100px;
  }
}

/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
div#wpcf7cpcnf {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
div#wpcf7cpcnf table {
  width: 100%;
  border-collapse: separate;
}
div#wpcf7cpcnf table tr:first-child th,
div#wpcf7cpcnf table tr:first-child td {
  border-top: 1px solid #f8f8f8;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
  padding: 23px 25px;
  border-bottom: 1px solid #f8f8f8;
}
div#wpcf7cpcnf table th {
  white-space: nowrap;
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
}
div#wpcf7cpcnf table td {
  border-bottom: 1px solid #f8f8f8;
}
div#wpcf7cpcnf table td p {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.6;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #ff0000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #ff0000;
}
@media (max-width: 767px) {
  div#wpcf7cpcnf table tr:first-child td {
    border-top: unset;
  }
  div#wpcf7cpcnf table th,
  div#wpcf7cpcnf table td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=contents.css.map */