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

.recruti-btn ul li 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: 70px;
  border: 1px solid #0168b7;
  background: #0168b7;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.5s ease-out;
  position: relative;
  display: flex;
  align-items: center;
}
.recruti-btn ul li 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;
}
.recruti-btn ul li a::after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::after, .linkbtn a::after, .linkset a::after, .mediaset .btn a::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  background-image: url(../images/arrow.png);
  right: 30px;
}
@media (max-width: 767px) {
  .recruti-btn ul li a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 50px;
    font-size: 14px;
  }
}

/* 
//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: 140px;
  padding: 0 10px;
  height: 540px;
  position: relative;
  margin-left: 100px;
}
#pagetitle::before {
  content: "";
  background-color: #00a0e9;
  width: calc(100% + 100px);
  height: 350px;
  position: absolute;
  left: -100px;
  bottom: -110px;
  z-index: -1;
}
#pagetitle h1 {
  color: #000;
  font-size: 50px;
  line-height: 1.6;
  position: absolute;
  top: 20%;
  left: calc((100vw - 1180px) / 2 - 100px);
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  z-index: 2;
}
#pagetitle h1::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: calc(100% + 55px);
  position: absolute;
  z-index: -1;
  left: -27.5px;
}
#pagetitle small {
  font-size: 24px;
  color: #0168b7;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  margin-left: 25px;
}
@media (max-width: 1450px) {
  #pagetitle h1 {
    left: 35px;
  }
}
@media (max-width: 1199px) {
  #pagetitle {
    margin-left: 50px;
    height: 450px;
  }
  #pagetitle h1 {
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 180px;
    margin-left: 10px;
    margin-bottom: 40px;
  }
  #pagetitle::before {
    height: 100px;
    bottom: -20px;
  }
  #pagetitle h1 {
    font-size: 20px;
    padding: 0 10px;
    left: 10px;
  }
  #pagetitle h1::before {
    width: 100%;
    left: 0;
  }
  #pagetitle small {
    font-size: 14px;
    margin-left: 15px;
  }
}

/* ----------------------------------------------
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;
  display: block;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 60px;
  padding-top: 50px;
}
.heading1 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 32px;
  background-image: url(../images/h2-shape.png);
}
.heading1 h2 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 30px;
  color: #0168b7;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 40px;
    padding-top: 40px;
  }
  .heading1 h2::before {
    background-size: 100%;
    width: 40px;
    height: 25.5px;
  }
  .heading1 h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 24px;
    padding-top: 30px;
  }
  .heading1 h2::before {
    background-size: 100%;
    width: 30px;
    height: 19px;
  }
  .heading1 h2 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading2 p {
  font-size: 50px;
  line-height: 1.6;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 50px;
  display: flex;
  align-items: center;
  padding-left: 67px;
}
.heading2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 32px;
  background-image: url(../images/h2-shape.png);
}
.heading2 p small {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 24px;
  color: #ffffff;
  background-color: #00a0e9;
  margin-left: 23px;
  padding: 0 20px;
  line-height: 1.4;
  margin-top: 0.3em;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 35px;
    padding-left: 55px;
  }
  .heading2 p::before {
    background-size: 100%;
    width: 40px;
    height: 25.5px;
  }
  .heading2 p small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
    padding-left: 40px;
  }
  .heading2 p::before {
    background-size: 100%;
    width: 30px;
    height: 19px;
  }
  .heading2 p small {
    font-size: 15px;
    padding: 0 10px;
    margin-left: 13px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading3 p {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 95px;
  display: flex;
  align-items: center;
  padding-bottom: 0.3em;
}
.heading3 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 119px;
  height: 72px;
  z-index: -1;
  background-image: url(../images/h4-shape.png);
}
.heading3 p small {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #00a0e9;
  margin-left: 15px;
  margin-top: 0.3em;
}
@media (max-width: 1199px) {
  .heading3 p {
    padding-left: 83px;
    font-size: 30px;
  }
  .heading3 p::before {
    background-size: 100%;
    width: 100px;
    height: 59px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    padding-left: 50px;
    font-size: 18px;
  }
  .heading3 p::before {
    background-size: 100%;
    width: 60px;
    height: 36px;
  }
  .heading3 p small {
    font-size: 14px;
    margin-left: 10px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading4 p {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.6;
  background-color: #00a0e9;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 3px 30px;
}
.heading4 p small {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding-top: 0.3em;
  display: flex;
  align-items: center;
}
.heading4 p small::before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 25px;
  display: block;
  transform: rotate(25deg);
  margin: 0 13px;
}
@media (max-width: 1199px) {
  .heading4 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding: 2px 15px;
    font-size: 16px;
  }
  .heading4 p small {
    font-size: 13px;
  }
  .heading4 p small::before {
    height: 15px;
    margin: 0 8px;
  }
}

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

/* ----------------------------------------------
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 table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset table th {
    width: auto;
  }
}
.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: 30px;
}
.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: 40.6779661017%;
}
.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: 3.3898305085%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 3.3898305085%;
}
.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;
  }
}

.mediaset table,
.calloutset table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #e7e4e4;
}
.mediaset table th,
.calloutset table th {
  min-width: 120px;
  background: #f8f8f8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td {
    padding: 3px 7px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  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 .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 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 5px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 5px;
}
.linkset.col3 li {
  width: 31.3559322034%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .linkset ul li a::after {
    display: none;
  }
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 5px;
  }
  .linkset.col3 {
    /* 1並び
    max-width: $LS-col3-block-width;
    li {
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:nth-child(n + 2) {
        margin-top: $LS-NL-mb;
      }
    }
     */
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 500px;
}
.linkbtn a {
  height: 100px;
  font-size: 20px;
}
.linkbtn a::after {
  background-image: url(../images/arrow2.png);
  width: 30px;
  height: 20px;
}
@media (max-width: 767px) {
  .linkbtn {
    max-width: 270px;
  }
  .linkbtn a {
    height: 55px;
    font-size: 14px;
  }
  .linkbtn a::after {
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    background-image: url(../images/arrow.png);
    right: 30px;
  }
}

/* ----------------------------------------------
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;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border: 1px solid #e7e4e4;
  font-size: 14px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f8f8f8;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #ffffff;
}
.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 {
  border-right: 0;
}
.tableset.type-normal td {
  border-left: 0;
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal tr th {
    border-bottom: 0;
  }
  .tableset.type-normal tr:not(:nth-child(n+2)) td {
    border-bottom: unset;
  }
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal th,
  .tableset.type-normal thead td,
  .tableset.type-normal thead th {
    border-right: #e7e4e4 solid 1px;
  }
  .tableset.type-normal td {
    border-left: #e7e4e4 solid 1px;
  }
  .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;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border: 1px solid #e7e4e4;
}
.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: #f8f8f8;
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #ffffff;
}
.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;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    border-bottom: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:first-child) td.question {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #f7f7f5;
}
.titletext .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .titletext {
    padding: 20px 20px;
  }
  .titletext .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #f8f8f8;
}
.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: #31da99;
  border-radius: 50%;
}
.listset li:nth-child(1)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(5)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(9)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(13)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(17)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(21)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(25)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(29)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(33)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(37)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(41)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(45)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(49)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(53)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(57)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(61)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(65)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(69)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(73)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(77)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(81)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(85)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(89)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(93)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(97)::before {
  background-color: #ff6d60;
}
.listset li:nth-child(4n)::before {
  background-color: #ff6d60;
}
.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;
  }
  .listset li:nth-child(2n+1)::before {
    background-color: #31da99;
  }
  .listset li:nth-child(2n)::before {
    background-color: #ff6d60;
  }
}

/* ----------------------------------------------
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: 35.593220339%;
  margin-right: 3.3898305085%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #fad400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #121212;
  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 .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
------------------------------------------------- */
/* ----------------------------------------------
interview
------------------------------------------------- */
.interview {
  margin-bottom: 100px;
  overflow: hidden;
}
.interview .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.interview .inner .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interview .inner .contents .block {
  width: 50%;
}
.interview .inner .contents .block:nth-child(2n-1) {
  margin-left: -20px;
}
.interview .inner .contents .block:nth-child(n+3) {
  margin-top: 60px;
}
.interview .inner .contents .block a {
  transition: all 0.5s ease-out;
}
.interview .inner .contents .block a:hover {
  opacity: 0.6;
}
.interview .inner .contents .block .image {
  position: relative;
  width: 100%;
  margin-bottom: 40px; /*
 transform:  skew(-8deg,0);
 overflow: hidden;
*/
}
.interview .inner .contents .block .image img {
  -webkit-clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
          clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
  width: 100%; /*
transform:scale(1.0, 1) skew(8deg,0);
aspect-ratio: 590/560;
object-fit: cover;*/
}
.interview .inner .contents .block .image .number {
  position: absolute;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 18px;
  color: #ffffff;
  background-color: #ff6d60;
  left: 12%;
  top: 20px;
  padding: 0 20px;
}
.interview .inner .contents .block .image::before {
  content: "";
  width: 86%;
  height: 100%;
  background-color: #ff6d60;
  transform: skew(-8deg, 0deg);
  position: absolute;
  bottom: -4%;
  right: 3%;
  z-index: -1;
}
.interview .inner .contents .block .image::after {
  content: "";
  width: 10px;
  height: 101%;
  transform: skew(-8deg, 0deg);
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 3;
  background-color: #ffffff;
}
.interview .inner .contents .block .name {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: #0168b7;
  font-size: 18px;
  margin-bottom: 10px;
  margin: 0 30px;
  margin-bottom: 7px;
}
.interview .inner .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 30px;
}
.interview .inner .contents .block:nth-child(2n) .image .number {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(2n) .image::before {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(3n) .image .number {
  background-color: #fad400;
}
.interview .inner .contents .block:nth-child(3n) .image::before {
  background-color: #fad400;
}
.interview .inner .contents .block:nth-child(4n) .image .number {
  background-color: #00a0e9;
}
.interview .inner .contents .block:nth-child(4n) .image::before {
  background-color: #00a0e9;
}
.interview .inner .contents .block:nth-child(6n) .image .number {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(6n) .image::before {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(7n) .image .number {
  background-color: #fad400;
}
.interview .inner .contents .block:nth-child(7n) .image::before {
  background-color: #fad400;
}
.interview .inner .contents .block:nth-child(9n) .image .number {
  background-color: #ff6d60;
}
.interview .inner .contents .block:nth-child(9n) .image::before {
  background-color: #ff6d60;
}
.interview .inner .contents .block:nth-child(10n) .image .number {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(10n) .image::before {
  background-color: #31da99;
}
.interview .inner .contents .block:nth-child(11n) .image .number {
  background-color: #fad400;
}
.interview .inner .contents .block:nth-child(11n) .image::before {
  background-color: #fad400;
}
@media (max-width: 1250px) {
  .interview .inner .contents .block:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .interview .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .interview .inner .contents .block .image {
    margin-bottom: 15px;
  }
  .interview .inner .contents .block .image::before {
    width: 85%;
    bottom: -3%;
    right: 4%;
  }
  .interview .inner .contents .block .image::after {
    left: 4%;
  }
  .interview .inner .contents .block .image .number {
    font-size: 12px;
    top: 10px;
    padding: 0 15px;
  }
  .interview .inner .contents .block .name {
    margin: 0 10px;
    font-size: 13px;
  }
  .interview .inner .contents .block .title {
    font-size: 14px;
    margin: 0 10px;
  }
}

/* ----------------------------------------------
interview-detail
------------------------------------------------- */
.interview-detail {
  margin-bottom: 100px;
}
.interview-detail .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}
.interview-detail .inner .main-block {
  display: flex;
  padding-bottom: 30px;
  position: relative;
  color: #ffffff;
  margin-bottom: 60px;
}
.interview-detail .inner .main-block::before {
  content: "";
  background-color: #ff6d60;
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.interview-detail .inner .main-block .image {
  width: 50%;
  margin-top: -30px;
}
.interview-detail .inner .main-block .image img {
  width: 100%;
  aspect-ratio: 100/100;
}
.interview-detail .inner .main-block .contents {
  display: block;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  padding: 25px 40px;
}
.interview-detail .inner .main-block .contents .number {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 24px;
  margin-bottom: 10px;
}
.interview-detail .inner .main-block .contents .name {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.interview-detail .inner .main-block .contents .title {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 25px;
}
.interview-detail .inner .main-block .contents .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
}
.interview-detail .inner .qanda-block {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.interview-detail .inner .qanda-block:not(:last-child) {
  margin-bottom: 60px;
}
.interview-detail .inner .qanda-block.no-image .contents {
  margin-top: 0px;
}
.interview-detail .inner .qanda-block .contents {
  width: 100%;
  margin-right: -75px;
  z-index: 2;
  background-color: #ffffff;
  margin-top: 60px;
  border: solid 2px #ff6d60;
  padding: 40px;
}
.interview-detail .inner .qanda-block .contents .question {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #ff6d60;
  font-weight: 700;
  display: flex;
  line-height: 1.7;
  margin-bottom: 20px;
}
.interview-detail .inner .qanda-block .contents .question::before {
  content: "Q.";
}
.interview-detail .inner .qanda-block .contents .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.8888888889;
}
.interview-detail .inner .qanda-block .image {
  min-width: 50%;
  z-index: 0;
  margin-bottom: 60px;
}
.interview-detail .inner .qanda-block .image img {
  width: 100%;
}
.interview-detail .inner .qanda-block.img-left .contents {
  margin-right: unset;
  margin-left: -75px;
  order: 1;
}
.interview-detail .linkbtn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .interview-detail .inner .main-block {
    display: block;
  }
  .interview-detail .inner .main-block::before {
    width: 100%;
    height: calc(100% - 10px);
    bottom: 0;
  }
  .interview-detail .inner .main-block .image {
    width: 100%;
    margin-right: -10px;
    margin-left: 10px;
  }
  .interview-detail .inner .main-block .contents {
    width: 100%;
    padding: 20px 10px;
  }
  .interview-detail .inner .main-block .contents .number {
    font-size: 15px;
  }
  .interview-detail .inner .main-block .contents .name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .interview-detail .inner .main-block .contents .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .interview-detail .inner .main-block .contents .text {
    font-size: 14px;
  }
  .interview-detail .inner .qanda-block {
    flex-direction: column-reverse;
  }
  .interview-detail .inner .qanda-block:not(:last-child) {
    margin-bottom: 40px;
  }
  .interview-detail .inner .qanda-block .contents {
    width: 90%;
    margin-left: unset;
    margin-top: 0;
    margin-top: -30px;
    padding: 10px;
  }
  .interview-detail .inner .qanda-block .contents .question {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .interview-detail .inner .qanda-block .contents .text {
    font-size: 14px;
  }
  .interview-detail .inner .qanda-block .image {
    width: 90%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .interview-detail .inner .qanda-block.img-left {
    flex-direction: column;
  }
  .interview-detail .inner .qanda-block.img-left .image {
    margin-left: unset;
    margin-right: auto;
  }
  .interview-detail .inner .qanda-block.img-left .contents {
    margin-left: unset;
    margin-left: auto;
  }
  .interview-detail .inner .qanda-block.no-image .contents {
    width: 100%;
  }
  .interview-detail .linkbtn {
    margin-top: 50px;
  }
}

.interview-detail .interview-detail.notLast {
  margin-bottom: 50px;
}

/* ----------------------------------------------
about-btn
------------------------------------------------- */
.about-btn {
  margin-bottom: 100px;
}
.about-btn .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  gap: 0 2.8248587571%;
  display: flex;
}
.about-btn .inner .block {
  width: 22.8813559322%;
}
.about-btn .inner .block .image {
  position: relative;
  margin-bottom: 20px;
}
.about-btn .inner .block .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00a0e9;
  position: absolute;
  bottom: -10px;
  right: -5px;
  z-index: -1;
}
.about-btn .inner .block .image img {
  width: 100%;
  margin-left: -5px;
}
.about-btn .inner .block a {
  transition: all 0.5s ease-out;
  color: #121212;
  text-decoration: none;
}
.about-btn .inner .block a:hover {
  opacity: 0.6;
}
.about-btn .inner .block .title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-btn .inner .block .title::after {
  content: "";
  background-image: url(../images/about-arrow1.png);
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
}
.about-btn .inner .block:nth-child(2) .image::before {
  background-color: #31da99;
}
.about-btn .inner .block:nth-child(2) .title::after {
  background-image: url(../images/about-arrow2.png);
}
.about-btn .inner .block:nth-child(3) .image::before {
  background-color: #ff6d60;
}
.about-btn .inner .block:nth-child(3) .title::after {
  background-image: url(../images/about-arrow3.png);
}
.about-btn .inner .block:nth-child(4) .image::before {
  background-color: #fad400;
}
.about-btn .inner .block:nth-child(4) .title::after {
  background-image: url(../images/about-arrow4.png);
}
@media (max-width: 1199px) {
  .about-btn .inner .block .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-btn .inner {
    gap: unset;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-btn .inner .block {
    width: 47%;
  }
  .about-btn .inner .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .about-btn .inner .block .image {
    margin-bottom: 10px;
  }
  .about-btn .inner .block .image::before {
    right: -3px;
    bottom: -6px;
  }
  .about-btn .inner .block .image img {
    margin-left: -3px;
  }
  .about-btn .inner .block .title {
    font-size: 15px;
  }
  .about-btn .inner .block .title::after {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}

/* ----------------------------------------------
recruit-btn
------------------------------------------------- */
.recruti-btn {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.recruti-btn ul {
  display: flex;
  flex-wrap: wrap;
}
.recruti-btn ul li {
  width: 31.3559322034%;
}
.recruti-btn ul li:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.recruti-btn ul li:nth-child(n+4) {
  margin-top: 5px;
}
.recruti-btn ul li a {
  padding: 0 10px;
}
.recruti-btn ul li a:after {
  background-image: url(../images/recruti-arrow.png);
  width: 10px;
  height: 17px;
}
@media (max-width: 1199px) {
  .recruti-btn ul li a::after {
    display: none;
  }
}

/* ----------------------------------------------
ページリスト
------------------------------------------------- */
#main .pagination {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#main .pagination .ccm-pagination-wrapper {
  display: flex;
  justify-content: center;
}
#main .pagination .numbers,
#main .pagination .ccm-page-left,
#main .pagination .ccm-page-right {
  width: 48px;
  height: 48px;
}
#main .pagination .ccm-page-left a,
#main .pagination .ccm-page-right a,
#main .pagination .numbers 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%;
  background-color: #0168b7;
  color: #fff;
  font-size: 18px;
}
#main .pagination .ccm-page-left a:hover,
#main .pagination .ccm-page-right a:hover,
#main .pagination .numbers a:hover {
  opacity: 0.6;
}
#main .pagination .ccm-page-left strong,
#main .pagination .ccm-page-left span,
#main .pagination .ccm-page-right strong,
#main .pagination .ccm-page-right span,
#main .pagination .numbers strong,
#main .pagination .numbers span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #0168b7;
  background-color: #fff;
  color: #0168b7;
}
@media (max-width: 767px) {
  #main .pagination .ccm-pagination {
    flex-wrap: wrap;
  }
  #main .pagination .numbers,
  #main .pagination .ccm-page-left,
  #main .pagination .ccm-page-right {
    padding: 3px;
    width: 30px;
    height: 30px;
  }
}
#main div.ccm-pagination span.ccm-page-left,
#main div.ccm-pagination span.ccm-page-right {
  position: inherit;
}
#main div.ccm-pagination span {
  margin-right: 0;
}/*# sourceMappingURL=contents.css.map */