@charset "UTF-8";
@font-face {
  font-family: "mv-boli";
  src: url(../fonts/mv-boli.ttf);
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: url(../images/btn-flow3.png) no-repeat center right 30px #f24452;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.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) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 55px;
  }
}

/* 
//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;
  height: 500px;
  position: relative;
}
#pagetitle::before {
  content: "";
  width: 100%;
  height: 200px;
  /* aspect-ratio: 1600/200;
  max-height: 200px; */
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/mainbottom-bg.png) repeat-x;
}
#pagetitle h1 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  padding: 0 10px;
  bottom: 12%;
  width: 100%;
}
#pagetitle small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
}
@media (max-width: 999px) {
  #pagetitle {
    height: 380px;
  }
  #pagetitle::before {
    height: 120px;
  }
  #pagetitle h1 {
    font-size: 28px;
  }
  #pagetitle small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 270px;
  }
  #pagetitle::before {
    height: 105px;
  }
  #pagetitle h1 {
    font-size: 28px;
  }
  #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: 70px;
  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-size: 60px;
  line-height: 1.6;
  text-align: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading1 h2::before {
  content: "";
  width: 142px;
  /* height: 6px; */
  aspect-ratio: 142/6;
  background: url(../images/heading-shape.webp) no-repeat center/cover;
  margin-bottom: 20px;
}
.heading1 small {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
  margin-top: -3px;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 40px;
  }
  .heading1 h2::before {
    width: 120px;
    margin-bottom: 15px;
  }
  .heading1 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2::before {
    width: 100px;
    margin-bottom: 10px;
  }
  .heading1 small {
    font-size: 24px;
  }
}

/* ----------------------------------------------
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 {
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 10px;
}
.heading2 p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: url(../images/heading-shape.png) repeat-x;
  bottom: 0;
  left: 0;
}
.heading2 small {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
  text-shadow: none;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .heading2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 24px;
    flex-direction: column;
  }
  .heading2 small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  /* span{
    margin: 0 auto;
  } */
}
.heading3 p {
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  background-color: #f24452;
  padding: 10px 30px;
  position: relative;
  border-radius: 45px;
}
.heading3 p::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-color: #f24452;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.heading3 small {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
  /* margin-top: auto;
  margin-bottom: 10px; */
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding-right: 30px;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 28px;
    padding: 10px 20px;
    min-height: 80px;
  }
  .heading3 small {
    padding-right: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 22px;
    padding: 10px 15px !important;
    min-height: 70px;
    flex-direction: column;
    row-gap: 10px;
  }
  .heading3 small {
    /* padding-right: $heading3pd-sp; */
    padding-right: 0;
    position: unset;
    font-size: 16px;
    margin-left: auto;
  }
}

/* ----------------------------------------------
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 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 30px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 310px;
  border-radius: 35px;
  border: 2px solid #f24452;
  padding: 0 20px;
  position: relative;
}
.heading4 p::before, .heading4 p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% + 4px);
  background-color: #fff;
  top: -2px;
}
.heading4 p::before {
  left: 30px;
}
.heading4 p::after {
  right: 30px;
}
.heading4 p span {
  z-index: 1;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 24px;
    min-height: 60px;
    min-width: 270px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 20px;
    min-height: 55px;
    min-width: 240px;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
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;
  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: 40px;
}
.mediaset.img-right .imgbox {
  order: 1;
  margin-left: 40px;
}
.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: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.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: 30px;
}
.linkset.col3 ul {
  justify-content: center;
}
.linkset.col3 li {
  width: 30.9322033898%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 3.6016949153%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
.linkset.media {
  margin-bottom: 60px;
}
.linkset.media a {
  height: 60px;
  background: #f4db14;
  font-size: 18px;
  color: #121212;
}
.linkset.inlink a {
  height: 60px;
  background-image: url(../images/inlinkbtn.png);
}
@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
  .linkset.media {
    margin-bottom: 50px;
  }
  .linkset.media a {
    height: 55px;
    font-size: 16px;
  }
  .linkset.inlink a {
    height: 55px;
  }
}
@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: 30px;
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 li {
    width: 47%;
  }
  .linkset.col3 li a {
    background-image: none;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(even) {
    margin-left: auto;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.media {
    margin-bottom: 40px;
  }
  .linkset.media li:nth-child(n+3) {
    margin-top: 10px;
  }
  .linkset.media a {
    height: 50px;
    font-size: 14px;
  }
  .linkset.inlink li:nth-child(n+3) {
    margin-top: 10px;
  }
  .linkset.inlink a {
    height: 50px;
  }
}

/* ----------------------------------------------
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: 1.8;
  /* border-collapse: separate; */
  border-spacing: 2px;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border-bottom: 1px solid #f7e4d4;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f6eee7;
  white-space: nowrap;
  font-weight: 700;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal tr:first-child th,
.tableset.type-normal tr:first-child td {
  border-top: 1px solid #f7e4d4;
}
.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 {
  border-left: 1px solid #f7e4d4;
}
.tableset.type-scroll thead th, .tableset.type-scroll thead td {
  border-top: 1px solid #f7e4d4;
}
.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 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: 1.8;
  /* border-collapse: separate; */
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: 1px solid #f7e4d4;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #f7e4d4;
}
.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 {
  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: #f6eee7;
  /* 
  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: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) 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;
  border: solid 2px #f24452;
}
.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: #f4db14;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset {
    border-width: 1px;
  }
  .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: -49px;
  width: 100px;
  aspect-ratio: 100/98;
  /* height: $bflow-badge-size; */
  background: url(../images/badge-bg.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
}
.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-left: 0;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .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;
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 90px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
media
------------------------------------------------- */
#media {
  margin-bottom: 90px;
}
#media .contents .block .image {
  position: relative;
}
#media .contents .block .image .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4db14;
  padding: 3px 10px;
  min-height: 37px;
  min-width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  max-width: calc(100% - 5px);
}
@media (max-width: 999px) {
  #media {
    margin-bottom: 80px;
  }
  #media .contents .block .image .cate {
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  #media {
    margin-bottom: 70px;
  }
  #media .contents .block .image .cate {
    min-width: 100px;
    min-height: 30px;
  }
}

/* ----------------------------------------------
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-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}
.detail-head .time-cate time,
.detail-head .time-cate .cate {
  margin-bottom: 0;
}
.detail-head time {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2b4f9e;
  margin-bottom: 20px;
}
.detail-head .cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4db14;
  min-width: 120px;
  min-height: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.detail-head .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #121212;
  font-weight: 500;
  padding: 3px 10px;
}
.detail-head .cate:not(.a) {
  padding: 3px 10px;
}
.detail-head .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-bottom: 4px solid #f24452;
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  .detail-head {
    margin-bottom: 50px;
  }
  .detail-head .time-cate {
    margin-bottom: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .detail-head time {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .detail-head .cate {
    min-width: 110px;
  }
  .detail-head .title {
    font-size: 22px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .detail-head {
    margin-bottom: 40px;
  }
  .detail-head .time-cate {
    margin-bottom: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .detail-head time {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .detail-head .cate {
    min-width: 100px;
    min-height: 30px;
  }
  .detail-head .title {
    font-size: 18px;
    border-width: 2px;
  }
}

.detail-contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-bottom: 90px;
}
.detail-contents .fullimg {
  padding: 0;
  margin: 0 auto 60px;
}
.detail-contents .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  color: #f24452;
  margin-bottom: 10px;
}
.detail-contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
.detail-contents .text + .heading {
  margin-top: 60px;
}
@media (max-width: 999px) {
  .detail-contents {
    margin-bottom: 80px;
  }
  .detail-contents .fullimg {
    margin-bottom: 50px;
  }
  .detail-contents .heading {
    font-size: 20px;
  }
  .detail-contents .text {
    font-size: 16px;
  }
  .detail-contents .text + .heading {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .detail-contents {
    margin-bottom: 70px;
  }
  .detail-contents .fullimg {
    margin-bottom: 40px;
  }
  .detail-contents .heading {
    font-size: 18px;
  }
  .detail-contents .text {
    font-size: 14px;
  }
  .detail-contents .text + .heading {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
pagination_wrapper
------------------------------------------------- */
/* $pagination-color: #fff;
$pagination-size: 50px;
$pagination-margin: 5px;
.pagination {
  @include contSize(true);
  h2 {
    display: none;
  }
  .page-numbers {
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    li {
      padding: $pagination-margin;
      box-sizing: content-box;
      width: $pagination-size;
      height: $pagination-size;
      .page-numbers{
        font-size: 18px;
        border-radius: 50%;
      }
      a {
        @include opacity;
        @include flex-center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #121212;
        background-color: $pagination-color;
        border: 1px solid #f24452;
        &.prev,
        &.next{
          display: none;
        }
      }
      span{
        @include flex-center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        &.current {
          background-color: #f24452;
          color: #fff;
          font-weight: bold;
        }
      }
      &:has(.prev){
        display: none;
      }
      &:has(.next){
        display: none;
      }
    }
  }
  @include tab{
    .page-numbers{
      margin-bottom: 80px;
      li{
        .page-numbers{
          font-size: 16px;
        }
      }
    }
  }
  @include sp {
    .page-numbers {
      margin-bottom: 70px;
      li {
        padding: 3px;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        .page-numbers{
          font-size: 14px;
        }
      }
    }
  }
} */
/* ----------------------------------------------
prev_next
------------------------------------------------- */
/* %prev_next-arow{
  content: "";
  width: 36px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  @include sp{
    width: 30px;
  }
}
.prev_next {
  @include contSize(false);
  max-width: 1000px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  a{
    text-decoration: none;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #f24452;
    border-bottom: 2px solid #f24452;
    padding:0 5px 10px;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }

.prev{
  margin-right: auto;
  a{
    &::before{
      @extend %prev_next-arow;
      background-image: url(../images/prev-arow2.png);
    }
  }
}
.next{
  margin-left: auto;
  a{
    &::after{
      @extend %prev_next-arow;
      background-image: url(../images/next-arow2.png);
    }
  }
}
.archivebtn { 
  margin-left: auto;
  margin-right: auto;

}

  & > div:nth-child(2) {
   // margin-left: auto;
  }


  .arrow {
    display: none;
  }
  .prev_arrow {
    display: none;
  }
  .no_post {
    //display: none;
  }
  @include tab{
    margin-bottom: 80px;
    a{
      font-size: 18px;
    }
  }
  @include sp {
    margin-bottom: 70px;
    flex-direction: column;
    a{
      font-size: 16px;
      padding-bottom: 5px;
    }
    & > div{
      &:not(:last-child){
        margin-bottom: 10px;
      }
    }
    .prev{
      margin-left: auto;
    }
    .next{
      margin-right: auto;
    }
  }
} */
/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
/* div#wpcf7cpcnf {
  z-index: 1;
  @include contSize(true);
  margin-bottom: $mb;
  table {
    width: 100%;
    //line-height: $TB-lh;
    //border-collapse: separate;
    border-spacing: $TB-sc-spacing;
    tr{
      &:first-child{
        th,
        td{
          border-top: $TB-th-bd;
        }
      }
    }
    //質問側,入力側 共通
    th,
    td {
      padding: $TB-p;
      @if ($TB-th-bd == $TB-td-bd) {
        border-bottom: $TB-th-bd;
      }
    }
    //質問側
    th {
      white-space: nowrap;
      background: $TB-th-bg;
      border-bottom: $TB-th-bd;
    }
    //入力側
    td {
      border-bottom: $TB-td-bd;
      p{
        border: $FORM-input-bd;
        padding: 5px;
        width: 100%;
        outline: none;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
            "メイリオ", system-ui, sans-serif;
      }
    }

  }
   //送信ボタンデザイン
   .wpcf7cp-btns {
    display: flex;
    justify-content: center;
    //共通
    button.wpcf7cp-cfm-edit-btn,
    button.wpcf7cp-cfm-submit-btn {
      margin: 20px 10px 0px 10px;
      cursor: pointer;
      @include opacity;
      text-decoration: none;
      width: 100%;
      max-width: 200px;
      height: 50px;
      font-weight: bold;
      border-radius: 8px;
      color: $btnColor;
      font-size: 16px;
      @include flex-center;
    }
    //修正ボタン
    button.wpcf7cp-cfm-edit-btn {
      background-color: $btnBg;
      //border: 1px solid $btnBg;
    }
    //送信ボタン
    button.wpcf7cp-cfm-submit-btn {
      background-color: $btnBg;
      //border: 1px solid $btnBg;
    }
  }
@include sp {
  table {
    tr {
      &:not(:first-child) th,
      td {
        border-top: 0;
      }
    }
    tr{
      &:first-child{
        td{
          border-top: unset;
        }
      }
    }
    //質問側,入力側 共通
    th,
    td {
      display: block;
      @if ($TB-p != $TB-sp-p) {
        padding: $TB-sp-p;
      }
    }
    //質問側
    th {
      border-width: 2px;
      //margin-bottom: $TB-sp-sc-spacing;
    }
    //入力側
    td {
    }

  }
 //送信ボタンデザイン
    .wpcf7cp-btns {
      flex-direction: column;
      align-items: center;
    }
}
} */
/* ----------------------------------------------
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: #121212;
}
.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: #fff;
  border: 1px solid #f24452;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #f24452;
  color: #fff;
  border: unset;
}
@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 .ccm-block-next-previous-next-link a::after, .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  width: 36px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-next-link a::after, .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
    width: 30px;
  }
}

.ccm-block-next-previous {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ccm-block-next-previous a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #f24452;
  border-bottom: 2px solid #f24452;
  padding: 0 5px 10px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  background-image: url(../images/prev-arow2.png);
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  background-image: url(../images/next-arow2.png);
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
    /* display: block;
    text-align: center; */
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .ccm-block-next-previous a {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .ccm-block-next-previous P {
    margin-left: unset !important;
    margin-right: unset !important;
    /* &:not(:last-child){
      margin-bottom: 10px;
    } */
  }
}

.interviewset {
  background: url(../images/interview-contents-bg-top.png) no-repeat center top 145px/100%, url(../images/interview-contents-bg-btm.png) no-repeat center bottom/100%, linear-gradient(180deg, transparent 0, transparent calc(145px + 13vw), #fd2e68 calc(145px + 13vw), #fd2e68 calc(100% - 15vw), transparent calc(100% - 15vw), transparent 100%);
}
.interviewset .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0 20px;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.interviewset .inner .contents {
  display: flex;
}
.interviewset .inner .contents .block {
  position: relative;
  width: 25%;
}
.interviewset .inner .contents .block:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.interviewset .inner .contents .block:nth-child(4n+1) {
  margin-top: 180px;
}
.interviewset .inner .contents .block:nth-child(4n+1) .num::before {
  border-color: #00ce88 transparent transparent transparent;
}
.interviewset .inner .contents .block:nth-child(4n+2) {
  margin-top: 120px;
}
.interviewset .inner .contents .block:nth-child(4n+2) .num::before {
  border-color: #0080dd transparent transparent transparent;
}
.interviewset .inner .contents .block:nth-child(4n+3) {
  margin-top: 60px;
}
.interviewset .inner .contents .block:nth-child(4n+3) .num::before {
  border-color: #fd2e68 transparent transparent transparent;
}
.interviewset .inner .contents .block:nth-child(4n) .num::before {
  border-color: #fad400 transparent transparent transparent;
}
.interviewset .inner .contents .block a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.interviewset .inner .contents .block a:hover {
  opacity: 0.6;
}
.interviewset .inner .contents .block .num {
  position: absolute;
  top: -20px;
  left: -8%;
  z-index: 1;
  padding: 0px 16px;
  color: #fff;
  text-shadow: #121212 1px 0 5px;
  font-size: 34px;
}
.interviewset .inner .contents .block .num::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
}
.interviewset .inner .contents .block .image {
  margin-bottom: 15px;
}
.interviewset .inner .contents .block .image img {
  aspect-ratio: 230/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewset .inner .contents .block .title {
  margin-bottom: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.interviewset .inner .contents .block .text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .interviewset .inner .contents {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 540px;
  }
  .interviewset .inner .contents .block {
    width: 46%;
  }
  .interviewset .inner .contents .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .interviewset .inner .contents .block:nth-child(4n+1) {
    margin-top: 30px;
  }
  .interviewset .inner .contents .block:nth-child(4n+2) {
    margin-top: 0;
  }
  .interviewset .inner .contents .block:nth-child(4n+3) {
    margin-top: 90px;
  }
  .interviewset .inner .contents .block:nth-child(4n) {
    margin-top: 60px;
  }
  .interviewset .inner .contents .block:not(:nth-child(2n+1)) {
    margin-left: 8%;
  }
  .interviewset .inner .contents .block .num {
    padding: 0px 8px;
    font-size: 28px;
  }
  .interviewset .inner .contents .block .num::before {
    border-width: 80px 80px 0 0;
  }
  .interviewset .inner .contents .block .title {
    font-size: 16px;
  }
  .interviewset .inner .contents .block .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=contents.css.map */