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

.recruitment ul 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: 64px;
  background: #141437;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  transition: all 0.5s ease-out;
  border-radius: 10px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  position: relative;
}
.recruitment ul 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;
}
.recruitment ul 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: 7px;
  height: 10px;
  position: absolute;
  right: 30px;
  background-image: url("../images/arrow2.webp");
}
@media (max-width: 767px) {
  .recruitment ul a, .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;
  padding: 0 10px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  height: 420px;
  position: relative;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141437;
  font-size: 50px;
  line-height: 1.4;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
#pagetitle small {
  display: block;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 1450px) {
  #pagetitle {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1199px) {
  #pagetitle {
    height: 350px;
  }
  #pagetitle h2 {
    font-size: 45px;
  }
  #pagetitle h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 180px;
    border-radius: 15px;
  }
  #pagetitle h2 {
    font-size: 26px;
  }
  #pagetitle h2 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
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;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
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 {
  font-size: 30px;
  line-height: 1.6;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.heading1 h2 p {
  background-color: #141437;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  padding: 0 20px;
}
.heading1 h2 small {
  display: block;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #141437;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 40px;
  }
  .heading1 h2 small {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 27px;
  }
  .heading1 h2 p {
    padding: 0 10px;
  }
  .heading1 h2 small {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

/* ----------------------------------------------
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: 24px;
  line-height: 1.4;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.heading2 p small {
  display: block;
  font-size: 24px;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #73ccc5;
  display: flex;
  align-items: center;
}
.heading2 p small::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #73ccc5;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 35px;
  }
  .heading2 p small {
    font-size: 18px;
  }
  .heading2 p small::before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 23px;
  }
  .heading2 p small {
    font-size: 15px;
  }
  .heading2 p small::before {
    width: 25px;
    height: 1px;
    margin-right: 7px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading3 p {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: #141437 1px solid;
  padding-bottom: 10px;
}
.heading3 p small {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #73ccc5;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .heading3 p {
    font-size: 27px;
  }
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 19px;
    padding-bottom: 5px;
  }
  .heading3 p small {
    font-size: 14px;
    margin-left: 10px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading4 p {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  border: #141437 1px solid;
  padding: 5px 33px;
  background-color: #fff;
  position: relative;
}
.heading4 p::before {
  content: "";
  background-color: #141437;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .heading4 p {
    font-size: 22px;
    padding: 4px 25px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 16px;
    padding: 0 18px;
  }
  .heading4 p::before {
    right: -3px;
    bottom: -3px;
  }
}

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

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

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.mediaset .imgbox img {
  border-radius: 10px;
}
.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;
  }
}

/* ----------------------------------------------
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: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image img {
  border-radius: 10px;
}
.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: 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 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: 400px;
}
.linkbtn a {
  height: 90px;
  font-size: 20px;
}
.linkbtn a::after {
  content: "";
  width: 10px;
  height: 14px;
  right: 30px;
  background-image: url("../images/arrow.webp");
}
@media (max-width: 767px) {
  .linkbtn {
    max-width: 280px;
  }
  .linkbtn a {
    height: 65px;
    font-size: 15px;
  }
  .linkbtn a::after {
    width: 7px;
    height: 10px;
    background-size: 100%;
    right: 30px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  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 #f2eee7;
  font-size: 14px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f8f7f6;
  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 {
  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: #f2eee7 1px solid;
  }
  .tableset.type-normal td {
    border-left: #f2eee7 1px solid;
  }
  .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: 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 #f2eee7;
}
.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: #f8f7f6;
  /* 
  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: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):nth-last-child(2) td, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):nth-last-child(3) td {
  border: unset;
}
.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: 0;
  }
  .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;
  border-radius: 10px;
  background-color: #f8f7f6;
}
.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: #4bb2f8;
  border-radius: 50%;
}
.listset li:nth-child(2n)::before {
  background-color: #73ccc5;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  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: linear-gradient(150deg, #92e2a9 0px, #92e2a9 20%, #4bb2f8 80%, #4bb2f8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .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;
  width: 100%;
  max-width: 1200px;
  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 img {
  border-radius: 10px;
}
.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;
}
.interview .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.interview .contents {
  gap: 0 2.9661016949%;
  display: flex;
  flex-wrap: wrap;
}
.interview .block {
  width: 31.3559322034%;
}
.interview .block:nth-child(n+4) {
  margin-top: 60px;
}
.interview .block a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.interview .block a:hover {
  opacity: 0.6;
}
.interview .block a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/430;
  border-radius: 10px 10px 0 0;
}
.interview .block a .content {
  background-color: #f8f7f6;
  border-radius: 0 0 10px 10px;
  padding: 30px 15px;
  padding-bottom: 40px;
}
.interview .block a .content .title {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  margin-bottom: 20px;
}
.interview .block a .content .cate ul {
  display: flex;
}
.interview .block a .content .cate ul li {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
}
.interview .block a .content .cate ul li:not(:first-child)::before {
  content: "/";
  margin: 0 0.2em;
}
@media (max-width: 767px) {
  .interview .contents {
    gap: 0;
    justify-content: space-between;
  }
  .interview .contents .block {
    width: 47%;
  }
  .interview .contents .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .interview .contents .block .content {
    padding: 15px 10px;
  }
  .interview .contents .block .content .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .interview .contents .block .content .cate ul {
    flex-wrap: wrap;
  }
  .interview .contents .block .content .cate ul li {
    font-size: 13px;
  }
}

/* ----------------------------------------------
interview-detail
------------------------------------------------- */
.interview-detail {
  margin-bottom: 100px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.interview-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.interview-detail .inner .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4705882353;
}
.interview-detail .inner .image-text {
  display: flex;
  margin: 50px 0;
  /* margin-top: 50px; */
}
.interview-detail .inner .image-text .image {
  width: 50%;
}
.interview-detail .inner .image-text .image img {
  width: 100%;
  border-radius: 10px;
}
.interview-detail .inner .image-text .text-block {
  width: 50%;
  padding-left: 35px;
}
.interview-detail .inner .image-text .text-block .cate ul {
  display: flex;
}
.interview-detail .inner .image-text .text-block .cate ul li {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.interview-detail .inner .image-text .text-block .cate ul li:not(:first-child)::before {
  content: "/";
  margin: 0 0.3em;
}
.interview-detail .inner .image-text .text-block .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-top: 30px;
}
.interview-detail .inner .qanda {
  margin-top: 60px;
}
.interview-detail .inner .qanda .block .q {
  font-size: 20px;
  letter-spacing: 0.08em;
  background-color: #f8f7f6;
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 1.7;
}
.interview-detail .inner .qanda .block .q::before {
  content: "Q.";
  color: #4bb2f8;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-right: 0.2em;
}
.interview-detail .inner .qanda .block .a {
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 20px 67px;
  line-height: 1.8888888889;
}
.interview-detail .inner .qanda .block:nth-child(n+2) {
  margin-top: 30px;
}
.interview-detail .inner .linkbtn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .interview-detail .inner .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .interview-detail .inner .title {
    font-size: 19px;
  }
  .interview-detail .inner .image-text {
    display: block;
    margin: 30px 0;
    /* margin-top: 30px; */
  }
  .interview-detail .inner .image-text .image {
    width: 100%;
  }
  .interview-detail .inner .image-text .text-block {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .interview-detail .inner .image-text .text-block .cate ul li {
    font-size: 16px;
  }
  .interview-detail .inner .image-text .text-block .text {
    font-size: 14px;
    margin-top: 15px;
  }
  .interview-detail .inner .qanda {
    margin-top: 40px;
  }
  .interview-detail .inner .qanda .block .q {
    padding: 5px 10px;
    font-size: 15px;
  }
  .interview-detail .inner .qanda .block .q::before {
    font-size: 18px;
  }
  .interview-detail .inner .qanda .block .a {
    font-size: 14px;
    padding: 10px 38px;
    padding-right: 10px;
  }
  .interview-detail .inner .linkbtn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
.news {
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.news article a {
  display: flex;
  align-items: center;
  padding: 20px 100px 20px 40px;
  transition: all 0.5s ease-out;
  text-decoration: none;
  background-color: #f8f7f6;
  min-height: 90px;
  border-radius: 10px;
  position: relative;
}
.news article a:hover {
  opacity: 0.6;
}
.news article a::after {
  content: "";
  background-image: url(../images/news-arrow.png);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
}
.news article + article {
  margin-top: 40px;
}
.news article time {
  display: block;
  flex-shrink: 0;
  line-height: 2.1428571429;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 30px;
  font-weight: 500;
  color: #4bb2f8;
}
.news article .text {
  line-height: 1.875;
  font-weight: 500;
}
.news .ccm-pagination-wrapper {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .news article a {
    flex-direction: column;
    justify-content: center;
    align-items: unset;
    padding: 10px 10px;
    padding-right: 55px;
    min-height: 70px;
  }
  .news article a::after {
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .news article + article {
    margin-top: 30px;
  }
  .news article time {
    margin-right: 0px;
    line-height: 1.5;
  }
  .news article .text {
    font-size: 14px;
  }
  .news .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
ページネーション
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.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: 5px;
  width: 60px;
  height: 60px;
  font-size: 18px;
}
.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%;
  border-radius: 50%;
}
.ccm-pagination-wrapper .page-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  border: solid 1px #141437;
  background-color: #fff;
  color: #141437;
}
.ccm-pagination-wrapper .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .page-item span {
  background-color: #4bb2f8;
  color: #fff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .page-item {
    padding: 3px;
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
news-detail
------------------------------------------------- */
.news-detail {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.news-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.news-detail .inner .head .time {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #4bb2f8;
}
.news-detail .inner .head .title {
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.4705882353;
  margin-top: 15px;
}
.news-detail .inner .image-text {
  margin-top: 50px;
}
.news-detail .inner .image-text .image img {
  width: 100%;
  border-radius: 10px;
}
.news-detail .inner .image-text .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-top: 50px;
}
.news-detail .inner .linkbtn {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .news-detail .inner head .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-detail .inner .head .time {
    font-size: 15px;
  }
  .news-detail .inner .head .title {
    font-size: 19px;
    margin-top: 7px;
  }
  .news-detail .inner .image-text {
    margin-top: 30px;
  }
  .news-detail .inner .image-text .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .news-detail .inner .linkbtn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
recruitment
------------------------------------------------- */
.recruitment {
  margin-bottom: 100px;
}
.recruitment ul {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.recruitment ul li {
  width: 22.8813559322%;
}
.recruitment ul li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.recruitment ul li:nth-child(n+5) {
  margin-top: 5px;
}
.recruitment ul a {
  background-color: #fff;
  border: #141437 1px solid;
  color: #141437;
  height: 74px;
  font-size: 18px;
  padding: 0 10px;
}
.recruitment ul a::after {
  background-image: url(../images/recruitment-arrow.png);
  width: 10px;
  height: 7px;
  right: 20px;
}
@media (max-width: 1199px) {
  .recruitment ul li a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruitment ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .recruitment ul li {
    width: 48%;
  }
  .recruitment ul li:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .recruitment ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .recruitment ul li a {
    font-size: 14px;
    height: 60px;
  }
  .recruitment ul li a::after {
    background-image: url(../images/recruitment-arrow.png);
    width: 10px;
    height: 7px;
    right: 10px;
  }
}

/* ----------------------------------------------
ページリスト
------------------------------------------------- */
.pagination {
  width: 100%;
  max-width: 1200px;
  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;
}
.pagination .ccm-pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination .numbers,
.pagination .ccm-page-left,
.pagination .ccm-page-right {
  width: 48px;
  height: 48px;
}
.pagination .ccm-page-left a,
.pagination .ccm-page-right a,
.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: #4bb2f8;
  color: #fff;
  font-size: 18px;
}
.pagination .ccm-page-left a:hover,
.pagination .ccm-page-right a:hover,
.pagination .numbers a:hover {
  opacity: 0.6;
}
.pagination .ccm-page-left strong,
.pagination .ccm-page-left span,
.pagination .ccm-page-right strong,
.pagination .ccm-page-right span,
.pagination .numbers strong,
.pagination .numbers span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #4bb2f8;
  background-color: #fff;
  color: #4bb2f8;
}
@media (max-width: 767px) {
  .pagination .ccm-pagination {
    flex-wrap: wrap;
  }
  .pagination .numbers,
  .pagination .ccm-page-left,
  .pagination .ccm-page-right {
    padding: 3px;
    width: 30px;
    height: 30px;
  }
}

div.ccm-pagination span.ccm-page-left,
div.ccm-pagination span.ccm-page-right {
  position: inherit;
}

div.ccm-pagination span {
  margin-right: 0;
}/*# sourceMappingURL=contents.css.map */