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

.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;
  padding: 5px 50px;
  width: 100%;
  min-height: 70px;
  background: #00a599;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-image: url(../images/contents-btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  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;
}

/* ----------------------------------------------
main
------------------------------------------------- */
#bg-loop {
  background-image: url(../images/main-bg-loop.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  z-index: 0;
  animation: 624.3s linear bg-loop infinite;
}
#bg-loop:after {
  position: absolute;
  top: 800px;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 100%);
}

@keyframes bg-loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 18730px -18730px;
  }
}
#main {
  position: relative;
  padding-bottom: 20px;
  background-position: initial !important;
}

/*
//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 {
  /*  max-width: 800px; */
  width: 100%;
  /* height: 100%;
    aspect-ratio: 67/36;
  margin: 0 auto; */
}

.mediaset table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset table th {
    width: auto;
  }
}

.mediaset table,
.calloutset table {
  margin-top: 20px;
  width: 100%;
}
.mediaset table tr:first-child th,
.calloutset table tr:first-child th {
  border-top: 1px solid #afafaf;
}
.mediaset table tr:last-child th,
.calloutset table tr:last-child th {
  border-bottom: 1px solid #afafaf;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-right: 1px solid #afafaf;
}
.mediaset table th,
.calloutset table th {
  text-align: center;
  min-width: 120px;
  background: #afafaf;
  font-weight: bold;
  color: #fff;
}
.mediaset table td,
.calloutset table td {
  border-color: #afafaf;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td {
    padding: 3px 7px;
  }
}

.calloutset table th,
.calloutset table td {
  font-size: 14px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  position: relative;
}
#pagetitle .image {
  margin-left: auto;
  width: 86.5625%;
  height: 550px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
}
#pagetitle .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#pagetitle h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 80px;
  left: 120px;
  padding: 20px 40px;
  background-color: #f38f1e;
  border-radius: 20px;
}
#pagetitle small {
  margin-top: 10px;
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 28px;
}
#pagetitle .scrollarea {
  top: inherit;
  transform: none;
  bottom: 30px;
}
@media (max-width: 1199px) {
  #pagetitle .image {
    height: 300px;
    border-bottom-left-radius: 40px;
  }
  #pagetitle h2 {
    padding: 15px 25px;
    bottom: 30px;
    left: 30px;
    font-size: 36px;
    border-radius: 15px;
  }
  #pagetitle small {
    margin-top: 5px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle .image {
    height: 220px;
    border-bottom-left-radius: 20px;
  }
  #pagetitle h2 {
    font-size: 28px;
    padding: 10px 20px;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
  }
  #pagetitle small {
    font-size: 16px;
  }
}

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

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

.heading1 .font-en, .heading2 .font-en, .heading3 .font-en, .heading4 .font-en {
  font-family: "acumin-variable", sans-serif;
}
.heading1 .font-jp, .heading2 .font-jp, .heading3 .font-jp, .heading4 .font-jp {
  font-family: "source-han-sans-japanese", sans-serif;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1 h2 {
  color: #ed5a24;
  font-size: 65px;
  line-height: 1.2;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  letter-spacing: 0.05em;
  padding: 0 10px 30px 10px;
  border-bottom: solid 1px #000;
}
.heading1 small {
  color: #000000;
  font-size: 28px;
  letter-spacing: 0.05em;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 42px;
    padding: 0 5px 20px 5px;
  }
  .heading1 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 32px;
    padding: 0 5px 15px 5px;
  }
  .heading1 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading2 p {
  font-size: 46px;
  line-height: 1.6;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.heading2 small {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  color: #f38f1e;
  font-size: 35px;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 36px;
  }
  .heading2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 26px;
  }
  .heading2 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.heading3 p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  padding: 9px 10px 9px 0;
  border-radius: 8px;
  background: #f38f1e;
  background: linear-gradient(90deg, rgb(243, 143, 30) 0%, rgb(237, 90, 36) 100%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.heading3 p:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 18px;
    gap: 10px;
  }
  .heading3 p:before {
    width: 10px;
    height: 10px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.heading4 p {
  font-size: 22px;
  line-height: 1.6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #c8c8c8;
}
.heading4 p:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 5px;
  background-color: #ed5a24;
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
  }
}

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

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

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  gap: 20px;
  color: #ed5a24;
}
.mediaset .title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 5px;
  background-color: #ed5a24;
}
.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;
}
@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:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /*
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /*
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.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 li {
  width: 30.5084745763%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
.linkset a {
  height: 100%;
}
@media (max-width: 1199px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.col3 {
    /* 2並び
    ul {
      justify-content: center;
    }
    li {
      width: 48%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:not(:nth-child(2n + 1)) {
        margin-left: 4%;
      }
      &:nth-child(n + 3) {
        margin-top: $LS-NL-mb;
      }
    }
    a {
      background-image: none;
      padding: 0 15px;
    } */
    /* 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 li {
    width: 32%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .linkset.col3 li:nth-child(n+4) {
    margin-top: 5px;
  }
  .linkset.col3:not(:has(:nth-child(3))) li {
    width: 45%;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 5px 7px;
    font-size: 14px;
    min-height: 40px;
    border-radius: 20px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 80px;
  width: calc(100% - 20px);
  max-width: 360px;
}
.linkbtn a {
  height: 90px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .linkbtn a {
    height: 70px;
    font-size: 15px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal td {
  /*
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
     */
}
.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  color: #f38f1e;
  border-bottom: solid 1px #f38f1e;
}
.tableset.type-normal td {
  border-bottom: 1px solid #c8c8c8;
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll tbody th {
  color: #f38f1e;
}
.tableset.type-scroll tbody th,
.tableset.type-scroll tbody td {
  background-color: #eeeeee;
}
.tableset.type-scroll tbody tr:not(:last-child) th,
.tableset.type-scroll tbody tr:not(:last-child) td {
  border-bottom: 1px solid #c8c8c8;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead th,
.tableset.type-scroll thead td {
  background-color: #f38f1e;
  color: #fff;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.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: 23px 25px;
  border-bottom: 1px solid #c8c8c8;
}
.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: none;
  background-color: #eeeeef;
  border-radius: 5px;
  padding: 10px;
  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: #fff;
  font-size: 18px;
  /*
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red {
  display: block;
  position: relative;
  width: 70px;
  height: 25px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required:before,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #f38f1e;
}
.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;
}
.miniSurveyView .alert {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .alert.alert-danger strong {
  color: red;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    font-size: 16px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .required,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td .red {
    width: 50px;
    height: 20px;
  }
  .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;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  border: solid 1px #eeeeee;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /*
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ed5a24;
  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: 0;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 0px;
  width: 29.6610169492%;
  margin-right: 5.9322033898%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #ed5a24;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
  line-height: 1.375;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  border-bottom-right-radius: 30px;
}
.badgeflow .badge small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  gap: 20px;
  color: #ed5a24;
}
.badgeflow .title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 5px;
  background-color: #ed5a24;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 70px;
    height: 70px;
    font-size: 18px;
    border-bottom-right-radius: 20px;
  }
  .badgeflow .badge small {
    font-size: 11px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

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

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.faqset .question,
.faqset .answer {
  display: flex;
}
.faqset .question:before,
.faqset .answer:before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  background-color: #f2d95b;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
.faqset .question {
  margin-bottom: 20px;
  align-items: center;
}
.faqset .question:before {
  margin-right: 20px;
  width: 75px;
  height: 75px;
  font-size: 38px;
  content: "Q";
  color: #fff;
  background-color: #ed5a24;
}
.faqset .question p {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
.faqset .answer:before {
  margin-left: 8px;
  margin-right: 29px;
  width: 55px;
  height: 55px;
  font-size: 28px;
  content: "A";
  background-color: #fff;
  color: #f38f1e;
  border: solid 2px #f38f1e;
  box-sizing: border-box;
  flex-shrink: 0;
}
.faqset .answer p {
  display: flex;
}
.faqset .answer p img {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faqset .question:before {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .faqset .question p {
    font-size: 18px;
  }
  .faqset .answer:before {
    margin-left: 0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 26px;
    border: solid 1px #f38f1e;
  }
  .faqset .answer p {
    display: block;
  }
  .faqset .answer p img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
求人情報　詳細 recruit_detail
------------------------------------------------- */
.recruit_detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  font-family: "source-han-sans-japanese", sans-serif;
}
.recruit_detail .head {
  padding: 40px;
  background-color: #eeeeee;
  border-top: solid 6px #f38f1e;
}
.recruit_detail .head h2 {
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #f38f1e;
  font-size: 30px;
  font-weight: 700;
}
.recruit_detail .head .category {
  margin-bottom: 10px;
}
.recruit_detail .head .category a {
  display: flex;
  text-decoration: none;
}
.recruit_detail .head .category p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 37px;
  padding: 5px 10px;
  font-weight: 700;
}
.recruit_detail .head .category p:nth-child(1) {
  border: solid 1px #f38f1e;
  color: #f38f1e;
}
.recruit_detail .head .category p:nth-child(2) {
  background-color: #f38f1e;
  color: #fff;
}
.recruit_detail .jobkategory,
.recruit_detail .jobtags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.recruit_detail .jobkategory li,
.recruit_detail .jobtags li {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.recruit_detail .jobkategory li {
  background-color: #ffffff;
}
.recruit_detail .jobtags {
  margin-bottom: 40px;
}
.recruit_detail .jobtags li {
  background-color: #eeeeee;
}
.recruit_detail .bottomarea {
  padding: 50px 40px;
  background-color: #fff;
}
.recruit_detail .bottomarea .tableset.type-normal {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .recruit_detail .head {
    padding: 30px 20px;
    border-top: solid 4px #f38f1e;
  }
  .recruit_detail .head h2 {
    font-size: 26px;
  }
  .recruit_detail .bottomarea {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .recruit_detail .head {
    padding: 20px 10px;
    border-top: solid 2px #f38f1e;
  }
  .recruit_detail .head h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .recruit_detail .head .category p {
    min-width: 80px;
    min-height: 30px;
  }
  .recruit_detail .bottomarea {
    padding: 30px 10px;
  }
  .recruit_detail .jobkategory li,
  .recruit_detail .jobtags li {
    padding: 3px 10px;
    font-size: 15px;
  }
  .recruit_detail .jobtags {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
ページリスト
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
}
.ccm-pagination-wrapper .prev,
.ccm-pagination-wrapper .next,
.ccm-pagination-wrapper .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .page-item {
  padding: 3px;
  width: 40px;
  height: 40px;
  font-size: 15px;
}
.ccm-pagination-wrapper .page-item a,
.ccm-pagination-wrapper .page-item span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ccm-pagination-wrapper .page-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #00a599;
  color: #fff;
}
.ccm-pagination-wrapper .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .page-item span {
  border: solid 1px #00a599;
  background-color: #fff;
  color: #00a599;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .page-item {
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

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

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------
求人情報ボタン
------------------------------------------------- */
.linkbtn.recruit a {
  background-image: url(../images/recruit.webp);
}/*# sourceMappingURL=contents.css.map */