@charset "UTF-8";
@font-face {
  font-family: "ebrima";
  src: url(../fonts/ebrima.ttf);
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #b55e4e;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 30px;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 45px;
  }
}

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

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
}
#pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 208, 196, 0.67);
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #311303;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
}
#pagetitle small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #pagetitle h2 {
    height: 300px;
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    margin-bottom: 10px;
  }
  #pagetitle h2 {
    height: 200px;
    font-size: 30px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  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;
}
.heading1 h2 {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.heading1 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 24px;
  }
  .heading1 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading2 p {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 5px 0;
  border-top: 3px solid #dcd0c4;
  position: relative;
  gap: 10px 20px;
}
.heading2 p::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #b55e4e;
}
.heading2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 28px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .heading2 p::before {
    width: 80px;
  }
  .heading2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 22px;
    border-width: 2px;
    padding-top: 5px;
    flex-direction: column;
    align-items: unset;
  }
  .heading2 p::before {
    width: 60px;
    height: 2px;
    top: -2px;
  }
  .heading2 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: 50px;
}
.heading3 p {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px 10px;
  border-bottom: 1px solid #dcd0c4;
  gap: 10px 20px;
}
.heading3 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 22px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .heading3 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 18px;
    padding-bottom: 5px;
    flex-direction: column;
    align-items: unset;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading4 p {
  color: #b55e4e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcd0c4;
  padding-bottom: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.heading4 p::before {
  content: "";
  flex: 1;
  max-width: 6px;
  min-width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b55e4e;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 16px;
  }
}

/* ----------------------------------------------
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;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .imgbox {
  width: 25.4237288136%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@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 .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: 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;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.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: 40px;
}
.linkset.notLast {
  margin-bottom: 10px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset a {
  padding: 0 10px;
}
.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: 10px;
}
.linkset.col3 ul {
  justify-content: center;
}
.linkset.col3 li {
  width: 32.2033898305%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 1.6949152542%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 10px;
}
.linkset.col3 a {
  background-image: none;
  font-size: 14px;
}
.linkset.col3 .notLast {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset {
    /* &.col3 {
       max-width: $LS-col3-block-width; 
      li {
        width: 47%;
        a{
          background-image: none;
        }
        &:not(:first-child) {
          margin-left: 0;
        }
        &:nth-child(even){
          margin-left: auto;
        }
        &:nth-child(n + 3) {
          margin-top: $LS-NL-mb;
        }
      }
    }  
    */
  }
  .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: 10px;
  }
  .linkset.col4 li a {
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 li {
    width: 32%;
  }
  .linkset.col3 li a {
    background-image: none;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:not(:nth-child(3n-2)) {
    margin-left: auto;
  }
  .linkset.col3 li:nth-child(n+4) {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 365px;
}
/* ----------------------------------------------
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: $TB-lh;
  border-collapse: separate;
    border-spacing: $TB-sc-spacing; */
}
.tableset tbody tr:last-child th,
.tableset tbody tr:last-child td {
  border-bottom: solid 1px #dcd0c4;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border-bottom: dashed 1px #dcd0c4;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f2efeb;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal tr:first-child th,
.tableset.type-normal tr:first-child td {
  border-top: solid 1px #dcd0c4;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.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 td {
  white-space: nowrap;
  border-left: dashed 1px #dcd0c4;
}
.tableset.type-scroll thead th, .tableset.type-scroll thead td {
  border-top: solid 1px #dcd0c4;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr:first-child td {
    border-top: unset;
  }
  .tableset.type-normal tr:last-child th {
    border-bottom: dashed 1px #dcd0c4;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    /* margin-bottom: $TB-sp-sc-spacing; */
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal td {
    font-size: 14px;
  }
  .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: $TB-lh;
  border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: solid 1px #dcd0c4;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr).last td {
  border-bottom: solid 1px #dcd0c4;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: dashed 1px #dcd0c4;
}
.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 {
  background: #f2efeb;
  /* 
  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 .red {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@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):first-child td:not(:first-child) {
    border-top: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr).last td:not(:last-child) {
    border-bottom: dashed 1px #dcd0c4;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    /* margin-bottom: $TB-sp-sc-spacing; */
  }
  .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;
  }
}

.alert {
  margin-top: 20px;
  text-align: center;
}
.alert.alert-danger strong {
  color: red;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #f2efeb;
}
.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: #b55e4e;
  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;
  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: 50px;
  width: 36.4406779661%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #b55e4e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    left: -5px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  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.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

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

.mediaset .tableset,
.calloutset .tableset {
  margin: 0;
  padding: 0;
}
.mediaset .listset,
.calloutset .listset {
  margin: 0;
  width: 100%;
}

/* 
//医療一覧用ボタンサイズ調整--------------------
.medicalbtn{

  .linkset{
    ul{
      li{
        a{
          background-image: none;

        }
      }
    }
  }
  @include tab{
    .linkset{
      ul{
        li{
          a{
            height: 70px;

          }

        }
      }
    }
  }
  @include sp{
    .linkset{
      ul{
        li{
          a{
            height: 80px;
          }
        }
      }
    }
  }
  @media (max-width: 425px) {
    .linkset{
      ul{
        li{
          a{
            height: 100px;
          }
        }
      }
    }
}
} */
/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 90px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
medical
------------------------------------------------- */
.medical-heading {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background-color: #f2efeb;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.medical-heading .icon {
  width: 110px;
  aspect-ratio: 1/1;
  background-color: #e3d9d0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical-heading .icon img {
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
.medical-heading .title {
  flex: 1;
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
}
@media (max-width: 999px) {
  .medical-heading {
    margin-bottom: 25px;
    padding: 15px 20px;
  }
  .medical-heading .icon {
    width: 90px;
  }
  .medical-heading .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .medical-heading {
    margin-bottom: 20px;
    padding: 10px;
  }
  .medical-heading .icon {
    width: 50px;
  }
  .medical-heading .icon img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
  .medical-heading .title {
    font-size: 18px;
  }
}

.medical-contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.medical-contents:not(.bd-none):not(.bd-top) {
  border-top: 1px solid #dcd0c4;
  border-bottom: 1px solid #dcd0c4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.medical-contents.bd-none {
  margin-bottom: 60px;
}
.medical-contents.bd-top {
  border-top: 1px solid #dcd0c4;
  padding-top: 60px;
}
.medical-contents .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.medical-contents .text .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  color: #b55e4e;
  margin-bottom: 15px;
}
.medical-contents .text ul li {
  position: relative;
  padding-left: 20px;
}
.medical-contents .text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.medical-contents .text div {
  overflow-x: auto;
  width: 100%;
}
.medical-contents .text div table {
  width: 100%;
  min-height: 175px;
}
.medical-contents .text div table thead th, .medical-contents .text div table thead td {
  white-space: nowrap;
  border: solid 1px #dcd0c4;
  padding: 5px;
  background-color: #f2efeb;
}
.medical-contents .text div table tbody th, .medical-contents .text div table tbody td {
  white-space: nowrap;
  border: solid 1px #dcd0c4;
  padding: 5px;
}
.medical-contents .text div table tbody th {
  background-color: #f2efeb;
}
.medical-contents .listset ul li::before {
  content: "" !important;
  position: relative !important;
}
.medical-contents .linkbtn {
  max-width: 270px;
  margin: 0;
}
@media (max-width: 999px) {
  .medical-contents {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .medical-contents:not(.bd-none):not(.bd-top) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .medical-contents.bd-none {
    margin-bottom: 50px;
  }
  .medical-contents.bd-top {
    padding-top: 50px;
  }
  .medical-contents .text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .medical-contents .text .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .medical-contents .text ul li {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .medical-contents {
    margin-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .medical-contents:not(.bd-none):not(.bd-top) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .medical-contents.bd-none {
    margin-bottom: 40px;
  }
  .medical-contents.bd-top {
    padding-top: 40px;
  }
  .medical-contents .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .medical-contents .text .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .medical-contents .text ul li {
    padding-left: 16px;
  }
  .medical-contents .text div table thead th, .medical-contents .text div table thead td {
    padding: 2px;
  }
  .medical-contents .text div table tbody th, .medical-contents .text div table tbody td {
    padding: 2px;
  }
}

.medical-before-after {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.medical-before-after .images {
  display: flex;
  margin-bottom: 30px;
}
.medical-before-after .images .block {
  width: 45.4545454545%;
  position: relative;
}
.medical-before-after .images .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.medical-before-after .images .block::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 46px;
  background-color: #f2efeb;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #b28575;
}
.medical-before-after .images .block:first-child::after {
  content: "Before";
}
.medical-before-after .images .block:last-child::after {
  content: "After";
}
.medical-before-after .images .arow {
  flex: 1;
  background: url(../images/arow-blown.png) no-repeat center;
}
.medical-before-after .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  .medical-before-after {
    margin-bottom: 80px;
  }
  .medical-before-after .images {
    margin-bottom: 25px;
  }
  .medical-before-after .images .block::after {
    font-size: 18px;
    width: 110px;
    height: 40px;
  }
  .medical-before-after .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .medical-before-after {
    margin-bottom: 70px;
  }
  .medical-before-after .images {
    margin-bottom: 20px;
  }
  .medical-before-after .images .block::after {
    font-size: 16px;
    width: 90px;
    height: 35px;
  }
  .medical-before-after .images .arow {
    background-size: 15px auto;
  }
  .medical-before-after .text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .medical-before-after .images {
    flex-direction: column;
    align-items: center;
  }
  .medical-before-after .images .block {
    width: 100%;
    max-width: 400px;
  }
  .medical-before-after .images .arow {
    flex: unset;
    width: 100%;
    height: 30px;
    transform: rotate(90deg);
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail-head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.detail-head time {
  font-family: "ebrima";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 30px;
}
.detail-head .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #dcd0c4;
  padding-bottom: 30px;
}
@media (max-width: 999px) {
  .detail-head {
    margin-bottom: 50px;
  }
  .detail-head time {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .detail-head .title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .detail-head {
    margin-bottom: 40px;
  }
  .detail-head time {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail-head .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.detail-contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail-contents .fullimg {
  padding: 0;
  margin: 0 auto 40px;
}
.detail-contents .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  .detail-contents {
    margin-bottom: 80px;
  }
  .detail-contents .fullimg {
    margin-bottom: 30px;
  }
  .detail-contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-contents {
    margin-bottom: 70px;
  }
  .detail-contents .fullimg {
    margin-bottom: 25px;
  }
  .detail-contents .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
ccm-pagination-wrapper
------------------------------------------------- */
.ccm-pagination-wrapper {
  margin-bottom: 90px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-pagination-wrapper a {
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ccm-pagination-wrapper .pagination .prev, .ccm-pagination-wrapper .pagination .next,
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #311303;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next) {
  /* margin-left: 10px; */
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #b55e4e;
  color: #f2efeb;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #f2efeb;
  color: #311303;
  border: 0.5px solid #311303;
}
@media (max-width: 999px) {
  .ccm-pagination-wrapper {
    margin-bottom: 80px;
  }
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    font-size: 16px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-bottom: 70px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .pagination .page-item {
    /* margin-top: 10px; */
  }
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    font-size: 14px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: none;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 400px;
  height: 80px;
  border-radius: 40px;
  font-size: 20px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 340px;
    height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
    flex-direction: column;
    row-gap: 10px;
  }
  .ccm-block-next-previous p {
    margin: 0 !important;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 280px;
    height: 60px;
    font-size: 16px;
  }
}/*# sourceMappingURL=contents.css.map */