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

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background: #ed828b;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  border-radius: 50px;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow-cont.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}

.mediaset .text iframe, .calloutset .text iframe, .flowset .text iframe, .badgeflow .text iframe, .listset li iframe, .txtset iframe {
  width: 100%;
}

.mediaset img, .calloutset img, .fullimg img, .flowset img, .badgeflow img {
  border-radius: 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;
}
 */
#main {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  margin-top: 0;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
#pagetitle::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1600/80;
  background-image: url(../images/pagetitle-shape.webp);
  background-size: cover;
  max-height: 80px;
  bottom: 0;
  z-index: 2;
}
#pagetitle .mainimage {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetitle .mainimage img {
  width: 93.75%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 40px;
}
#pagetitle .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 93.75%;
  height: 100%;
}
#pagetitle .catch .catchinner h2 {
  color: #ed828b;
  font-size: 40px;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 6px solid #ed828b;
  border-radius: 30px;
  padding: 7px 17px;
}
#pagetitle .catch .catchinner h2 small {
  font-size: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pagetitle .catch .catchinner h2 small::before, #pagetitle .catch .catchinner h2 small::after {
  content: "";
  width: 52px;
  height: 2px;
  background-image: url(../images/pagetitle-s-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#pagetitle .catch .catchinner h2 small::before {
  margin-bottom: 11px;
}
#pagetitle .catch .catchinner h2 small::after {
  margin-top: 11px;
}
@media (max-width: 1299px) {
  #pagetitle .mainimage img {
    height: 500px;
  }
}
@media (max-width: 999px) {
  #pagetitle .mainimage img {
    height: 350px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 30px;
  }
  #pagetitle .catch .catchinner h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #pagetitle .mainimage img {
    height: 240px;
  }
  #pagetitle .catch .catchinner {
    padding: 0 10px;
  }
  #pagetitle .catch .catchinner h2 {
    flex-direction: column;
    align-items: start;
    font-size: 20px;
  }
  #pagetitle .catch .catchinner h2 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 100px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}
/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.heading1 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 46px;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}
.heading1 h2 small {
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #413b32;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.heading1 h2 small::before {
  content: "";
  width: 260px;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 23px;
  background: #413b32;
}
@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 36px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 26px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
  .heading1 h2 small::before {
    content: "";
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading2 p {
  position: relative;
  min-width: 340px;
  letter-spacing: 0.08em;
  font-size: 36px;
  line-height: 1.6;
  border-bottom: solid 1px #413b32;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.heading2 p small {
  letter-spacing: 0.08em;
  color: #413b32;
  font-size: 20px;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  margin-left: 17px;
  color: #7acc93;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #413b32;
}
@media (max-width: 999px) {
  .heading2 p {
    font-size: 28px;
  }
  .heading2 p small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    padding: 0 10px 10px;
    font-size: 24px;
    min-width: initial;
  }
  .heading2 p small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
  display: flex;
}
.heading3 p {
  position: relative;
  z-index: 2;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  align-items: center;
  border: solid 8px #7acc93;
  border-radius: 20px;
  padding: 2px 30px;
}
.heading3 p small {
  margin-left: 14px;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 999px) {
  .heading3 p {
    border: solid 6px #7acc93;
    font-size: 22px;
  }
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 20px;
    border: solid 4px #7acc93;
  }
  .heading3 p small {
    font-size: 16px;
  }
  .heading3 p::before {
    left: 15px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  letter-spacing: 0.08em;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: flex;
}
.heading4 p {
  position: relative;
  letter-spacing: 0.08em;
  font-size: 24px;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.heading4 p::before {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffe057;
  content: "";
  width: 100%;
  height: 16px;
  border-radius: 8px;
}
.heading4 p small {
  letter-spacing: 0.08em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin-left: 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .heading4 p::before {
    height: 8px;
  }
}

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

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  max-width: 1200px;
  width: 100%;
  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;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  color: #101010;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.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: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /* 
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  } 
   */
  /* 
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  } 
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
.mediaset.img-small .text {
  line-height: 1.875;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .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;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  font-size: 16px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  color: #101010;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  max-width: 1200px;
  width: 100%;
  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: 999px) {
  .linkset ul li a::after {
    display: none;
  }
  .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: 350px;
}
.linkbtn a {
  height: 60px;
  font-size: 16px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f2eee7;
  color: #413b32;
  font-weight: bold;
}
.tableset td {
  background: transparent;
}
.tableset.type-normal th,
.tableset.type-normal td {
  padding: 22.7px 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.tableset.type-normal tr th, .tableset.type-normal tr td {
  border-bottom: 1px dashed #413b32;
}
.tableset.type-normal tr th {
  width: 21.3559322034%;
}
.tableset.type-normal tr td {
  width: 78.6440677966%;
}
.tableset.type-normal tr:first-child th, .tableset.type-normal tr:first-child td {
  border-top: 1px solid #413b32;
}
.tableset.type-normal tr:last-child th, .tableset.type-normal tr:last-child td {
  border-bottom: 1px solid #413b32;
}
.tableset.type-scroll {
  overflow-x: auto;
  font-size: 14px;
}
.tableset.type-scroll th {
  width: 21.186440678%;
}
.tableset.type-scroll td {
  width: 26.0822033898%;
}
.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 td,
.tableset.type-scroll thead th {
  padding: 10px 20px;
}
.tableset.type-scroll thead th {
  border-top: 1px solid #413b32;
  border-bottom: 1px dashed #413b32;
}
.tableset.type-scroll thead td {
  text-align: center;
  border-top: 1px solid #413b32;
  border-bottom: 1px dashed #413b32;
  border-left: 1px dashed #413b32;
}
.tableset.type-scroll tbody tr th {
  border-bottom: 1px dashed #413b32;
}
.tableset.type-scroll tbody tr td {
  border-bottom: 1px dashed #413b32;
  border-left: 1px dashed #413b32;
}
.tableset.type-scroll tbody tr:last-child th, .tableset.type-scroll tbody tr:last-child td {
  border-bottom: 1px solid #413b32;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr th,
  .tableset.type-normal tr td {
    min-width: 100%;
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal tr th {
    border-bottom: 1px dashed #413b32;
  }
  .tableset.type-normal tr td {
    border-bottom: 1px solid #413b32;
  }
  .tableset.type-normal tr th, .tableset.type-normal tr td {
    font-size: 14px;
  }
  .tableset.type-normal tr:first-child td {
    border-top: none;
  }
  .tableset.type-normal tr:last-child th {
    border-bottom: 1px dashed #413b32;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  max-width: 1200px;
  width: 100%;
  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: 0px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 22.7px 30px;
}
.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: 1px dashed #413b32;
  color: #413b32;
  background: #f2eee7;
  /* 
  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: 1px dashed #413b32;
  background: transparent;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td {
  border-top: 1px solid #413b32;
}
.miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3) td {
  border-bottom: 1px solid #413b32 !important;
}
.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;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    border-bottom: 1px dashed #413b32;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    border-bottom: 1px solid #413b32;
  }
  .miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3) td.question {
    border-bottom: 1px dashed #413b32 !important;
  }
  .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;
  }
  .miniSurveyView table.formBlockSurveyTable tr:first-child td:not(.question) {
    border-top: none;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1000px;
  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;
  }
  .titletext .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border-radius: 20px;
  border: solid 4px #f2eee7;
}
.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;
  border-radius: 50%;
}
.listset li:nth-child(4n-3)::before, .listset li:nth-child(4n)::before {
  background-color: #7acc93;
}
.listset li:nth-child(4n-2)::before, .listset li:nth-child(4n-1)::before {
  background-color: #7acc93;
}
.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: 40px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 40px;
  width: 33.8983050847%;
  margin-right: 40px;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: #ffe057;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  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;
  color: #101010;
}
@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: 15px;
    width: 75px;
    height: 75px;
    font-size: 13px;
    left: 0px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

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

        .title {
          font-size: $flowset-sp-tit-fz;
        }
        .image {
          margin-bottom: $flowset-img-mb;
          @include img(full);
          position: relative;
          &:before {
            position: absolute;
            top: -80px;
            left: 0;
            display: block;
            content: "";
            width: 100%;
            height: 80px;
            background-image: url(../images/flowset-arrow-sp.png);
            background-repeat: no-repeat;
            background-position: center;
          }

      }
    }*/
  }
  .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 .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .block:nth-child(1) .image:before {
    display: none;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

/* ----------------------------------------------
moveinflow
------------------------------------------------- */
.moveinflow {
  margin-bottom: 100px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px;
  background-color: #f2eee7;
  border-radius: 20px;
  display: flex;
  padding: 65px 65px;
}
.moveinflow.notLast {
  margin-bottom: 40px;
}
.moveinflow .image {
  margin-right: 40px;
}
.moveinflow .image img {
  border-radius: 20px;
  min-width: 260px;
  width: 260px;
  aspect-ratio: 260/240;
}
.moveinflow .txtbox .title {
  margin-bottom: 23px;
  display: flex;
  font-size: 24px;
  line-height: 1.6666666667;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}
.moveinflow .txtbox .title p {
  margin-top: -10px;
  padding: 0 12px 10px 12px;
  border-bottom: solid #413b32 2px;
}
.moveinflow .txtbox .title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ed828b;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}
.moveinflow .txtbox .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1180px) {
  .moveinflow {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 999px) {
  .moveinflow {
    padding: 30px 10px;
  }
  .moveinflow .txtbox .title {
    font-size: 20px;
  }
  .moveinflow .txtbox .title p {
    padding: 0 12px 0px 12px;
  }
  .moveinflow .txtbox .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .moveinflow {
    flex-direction: column;
    padding: 10px;
  }
  .moveinflow .image {
    margin-right: 0px;
  }
  .moveinflow .image img {
    min-width: initial;
    width: 100%;
  }
  .moveinflow .txtbox {
    margin-top: 20px;
  }
  .moveinflow .txtbox .title {
    font-size: 18px;
  }
  .moveinflow .txtbox .title p {
    margin: 0;
  }
  .moveinflow .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
downloadset
------------------------------------------------- */
.downloadsetwarap {
  margin-bottom: 90px;
}
.downloadsetwarap .contents {
  margin-bottom: 100px;
}
.downloadsetwarap .downloadsetblock:not(.on) {
  display: none;
}
.downloadsetwarap .downloadsetblock:not(:last-child) {
  margin-bottom: 10px;
}
.downloadsetwarap .downloadsetblock.heading4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.downloadsetwarap .downloadsetblock:last-child {
  margin-bottom: 0;
}
.downloadsetwarap .pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.downloadsetwarap .pagenation li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ed828b;
  font-size: 18px;
}
.downloadsetwarap .pagenation li:not(.active) {
  cursor: pointer;
}
.downloadsetwarap .pagenation li.active {
  background-color: #ed828b;
  border: unset;
  color: #fff;
}
@media (max-width: 999px) {
  .downloadsetwarap {
    margin-bottom: 80px;
  }
  .downloadsetwarap .contents {
    margin-bottom: 80px;
  }
  .downloadsetwarap .pagenation li {
    width: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .downloadsetwarap {
    margin-bottom: 70px;
  }
  .downloadsetwarap .contents {
    margin-bottom: 70px;
  }
  .downloadsetwarap .pagenation li {
    width: 30px;
    font-size: 14px;
  }
}

.downloadset {
  margin-bottom: 100px;
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background-color: #f2eee7;
  padding: 23px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.downloadset.notLast {
  margin-bottom: 10px;
}
.downloadset .title {
  font-size: 20px;
  line-height: 2;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}
.downloadset .link {
  display: flex;
  align-items: center;
}
.downloadset .link a {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.downloadset .link.pdf::before {
  content: "";
  width: 32px;
  height: 35px;
  margin-right: 10px;
  background-image: url(../images/pdficon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 999px) {
  .downloadset {
    padding: 23px 10px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .downloadset .title {
    font-size: 16px;
  }
  .downloadset .link a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .downloadset {
    flex-direction: column;
    padding: 10px 10px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: start;
  }
  .downloadset .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .downloadset .link a {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagination01
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-pagination-wrapper .pagination .page-item {
  background-color: #e5ebef;
  border: solid 1px #e5ebef;
  border-radius: 50px;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #ed828b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination .page-item a {
  transition: all 0.5s ease-out;
}
.ccm-pagination-wrapper .pagination .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
  margin-left: 10px;
}
.ccm-pagination-wrapper .pagination .page-item.active {
  background-color: #ed828b;
  border: solid 1px #ed828b;
}
.ccm-pagination-wrapper .pagination .page-item.active .page-link {
  color: #fff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 700;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
    margin-left: 5px;
  }
}

/* ----------------------------------------------
pagination02
------------------------------------------------- */
.ccm-block-next-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link,
.ccm-block-next-previous .ccm-block-next-previous-parent-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  position: relative;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  color: #004999;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
  border-bottom: solid 1px #004999;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-next-link a:hover {
  opacity: 0.6;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  display: none;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/previous.png) no-repeat center/cover;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  position: relative;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 400px;
  height: 90px;
  background-color: #004999;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0833333333;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url(../images/pn-btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  display: none;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  content: "";
  width: 7px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/next.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a,
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    font-size: 14px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 5px;
    background: url(../images/previous.png) no-repeat center/cover;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 60px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
    content: "";
    width: 7px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/next.png) no-repeat center/cover;
  }
}/*# sourceMappingURL=contents.css.map */