@charset "UTF-8";
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: url(../images/arow3.png) no-repeat center right 30px #0071b8;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 50px;
  }
}

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

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

.mediaset table,
.calloutset table,
.flowset table,
.badgeflow table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td,
.flowset table th,
.flowset table td,
.badgeflow table th,
.badgeflow table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #f8f8f8;
}
.mediaset table th,
.calloutset table th,
.flowset table th,
.badgeflow table th {
  min-width: 120px;
  background: #eeeeee;
  font-weight: bold;
}
.mediaset .linkbtn,
.calloutset .linkbtn,
.flowset .linkbtn,
.badgeflow .linkbtn {
  width: 100%;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child),
.calloutset .linkbtn:not(:last-child),
.flowset .linkbtn:not(:last-child),
.badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a,
.calloutset .linkbtn a,
.flowset .linkbtn a,
.badgeflow .linkbtn a {
  height: 50px;
  min-height: 50px;
}
.mediaset .listset,
.calloutset .listset,
.flowset .listset,
.badgeflow .listset {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td,
  .flowset table th,
  .flowset table td,
  .badgeflow table th,
  .badgeflow table td {
    padding: 3px 7px;
  }
}

.mediaset .linkbtn, .badgeflow .linkbtn {
  width: 100%;
  max-width: 270px;
  margin-right: 0;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a, .badgeflow .linkbtn a {
  height: 70px;
}
.mediaset table th, .badgeflow table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset .linkbtn, .badgeflow .linkbtn {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
    margin-bottom: 10px;
  }
  .mediaset .linkbtn a, .badgeflow .linkbtn a {
    height: 50px;
  }
  .mediaset table th, .badgeflow table th {
    width: auto;
  }
}

.calloutset.col2 .linkbtn,
.flowset.col2 .linkbtn {
  max-width: 350px;
}
.calloutset.col3 .linkbtn,
.flowset.col3 .linkbtn {
  max-width: 300px;
}
.calloutset.col4 .linkbtn,
.flowset.col4 .linkbtn {
  max-width: 240px;
}
.calloutset .listset,
.flowset .listset {
  width: 100%;
  padding: 10px 0;
}
.calloutset .listset li,
.flowset .listset li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.calloutset .listset li:nth-child(n+2),
.flowset .listset li:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .calloutset.col4 table th,
  .calloutset.col4 table td,
  .flowset.col4 table th,
  .flowset.col4 table td {
    min-width: 100%;
    display: block;
  }
  .calloutset.col4 .linkbtn a,
  .flowset.col4 .linkbtn a {
    font-size: 12px;
  }
}

.flowset .linkbtn {
  max-width: 300px;
}
@media (max-width: 767px) {
  .flowset table th,
  .flowset table td {
    min-width: 100%;
    display: block;
  }
  .flowset .linkbtn a {
    font-size: 12px;
  }
}

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

.calloutset table th {
  background-color: #0071b8;
}
.calloutset table th, .calloutset table td {
  font-size: 14px;
}

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

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 1.875% 0 10px;
}
#pagetitle h2 {
  /* align-content: center;
  justify-items: end; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  min-height: 450px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #fff;
  font-size: 75px;
  line-height: 1.6;
}
#pagetitle .tx {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 10px 10px 30px;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
  box-shadow: 0 2px 1px -1px #000, -3px 0 1px -2px #000;
}
#pagetitle small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #pagetitle h2 {
    min-height: 300px;
    font-size: 50px;
  }
  #pagetitle .tx {
    padding-left: 20px;
  }
  #pagetitle small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #pagetitle h2 {
    min-height: 200px;
    font-size: 30px;
  }
  #pagetitle .tx {
    padding-left: 10px;
  }
  #pagetitle small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
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;
  color: #000;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1 h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 62px;
  line-height: 1.6;
  border-left: 7px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 10px 10px 20px;
}
.heading1 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 40px;
    padding-left: 15px;
  }
  .heading1 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 30px;
    padding-left: 10px;
    border-left-width: 5px;
  }
  .heading1 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: 50px;
}
.heading2 p {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 55px;
  line-height: 1.6;
  text-align: center;
}
.heading2 span {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.heading2 span::before, .heading2 span::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.heading2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 34px;
  }
  .heading2 span {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .heading2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 26px;
  }
  .heading2 span {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .heading2 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading3 p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  background-color: #000;
  position: relative;
  padding: 5px 30px;
}
.heading3 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 18px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 16px;
    padding: 5px 15px;
  }
  .heading3 p::before {
    left: 5px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
}
.heading4 p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  border-left: 5px solid #0071b8;
  padding: 0px 30px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
    padding: 0 15px;
    border-left-width: 3px;
  }
}

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

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

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .title {
  padding-left: 20px;
  border-left: 5px solid #000;
}
.mediaset.img-small .imgbox {
  width: 25.4237288136%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .title {
    padding-left: 10px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.linkset.col4 ul {
  -moz-column-gap: 2.8248587571%;
       column-gap: 2.8248587571%;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col3 ul {
  justify-content: center;
  -moz-column-gap: 4.2372881356%;
       column-gap: 4.2372881356%;
}
.linkset.col3 li {
  width: 30.5084745763%;
}
.linkset a {
  line-height: 1.3;
}
@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    row-gap: 5px;
  }
  .linkset.col4 ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .linkset.col4 li {
    width: 48%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .linkset.col3 li {
    /* width: 47%; */
    width: 32%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(even){
      margin-left: auto;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .linkset.col3 li a {
    background-image: none;
  }
}

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

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

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: solid 2px #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: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  width: 29.8305084746%;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
}
.badgeflow .badge small {
  font-size: 12px;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 20px;
  border-left: 5px solid #000;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .badge small {
    font-size: 8px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 20px;
    padding-left: 10px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------
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%;
  position: relative;
}
.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 .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: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1):before {
    display: none;
  }
  .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::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .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 .title {
    font-size: 18px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
.q-ablock {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.q-ablock.notLast {
  margin-bottom: 30px;
}
.q-ablock .q,
.q-ablock .a {
  padding-left: 80px;
  position: relative;
}
.q-ablock .q::before,
.q-ablock .a::before {
  position: absolute;
  left: 0;
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 28px;
  color: #fff;
}
.q-ablock .q {
  background-color: #eeeeef;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.q-ablock .q::before {
  content: "Q";
  background-color: #0071b8;
  min-height: 100%;
}
.q-ablock .q .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.q-ablock .a::before {
  content: "A";
  background-color: #000;
}
.q-ablock .a .text {
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 70px;
  }
  .q-ablock .q::before,
  .q-ablock .a::before {
    width: 45px;
    font-size: 22px;
  }
  .q-ablock .q {
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 50px;
  }
  .q-ablock .q::before,
  .q-ablock .a::before {
    width: 40px;
    font-size: 20px;
  }
  .q-ablock .q {
    min-height: 40px;
  }
  .q-ablock .q .title {
    font-size: 16px;
  }
  .q-ablock .a .text {
    padding-top: 5px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
.informationset {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.informationset .information-list {
  width: calc(98% - 160px);
}
.informationset .cates {
  width: 160px;
}
.informationset .cates .category .cate-title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 999px) {
  .informationset .information-list {
    width: calc(98% - 140px);
  }
  .informationset .cates {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .informationset {
    flex-direction: column-reverse;
  }
  .informationset .information-list {
    width: 100%;
  }
  .informationset .cates {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
information-detail
------------------------------------------------- */
.information-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.information-detail .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.information-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.information-detail .inner .heading .catebox {
  display: flex;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
  margin-bottom: 31px;
}
.information-detail .inner .heading .catebox time {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #00145d;
  color: #fff;
  min-width: 120px;
  height: 30px;
  padding: 0 7px 0px;
  font-size: 16px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information-detail .inner .heading .catebox .cate {
  min-width: 120px;
  height: 30px;
  padding: 0 7px 0px;
  background-color: #0071b8;
}
.information-detail .inner .heading .catebox .cate a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.information-detail .inner .heading .catebox .cate a:hover {
  opacity: 0.6;
}
.information-detail .inner .heading .title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 40px;
}
.information-detail .inner .heading .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0071b8;
}
.information-detail .inner .contents .block .column {
  margin-bottom: 80px;
  display: flex;
}
.information-detail .inner .contents .block .column .imgbox {
  margin-right: 4.2372881356%;
  min-width: 40%;
}
.information-detail .inner .contents .block .column .imgbox img {
  width: 100%;
}
.information-detail .inner .contents .block .column .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
}
.information-detail .inner .contents .block .column .text.top {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  .information-detail .inner .heading {
    margin-bottom: 20px;
  }
  .information-detail .inner .heading .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .information-detail .inner .heading time {
    font-size: 18px;
    line-height: 1.6;
  }
  .information-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .information-detail .inner .contents .block .column .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .information-detail .inner .heading .title {
    font-size: 18px;
  }
  .information-detail .inner .heading time {
    font-size: 15px;
    line-height: 1.6;
  }
  .information-detail .inner .contents .block .column {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .information-detail .inner .contents .block .column .imgbox {
    margin-right: 0;
    min-width: initial;
    width: 100%;
    max-width: 472px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .information-detail .inner .contents .block .column .text {
    font-size: 14px;
  }
  .information-detail .inner .contents .block .column .text.top {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
pagination01
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  margin-top: 90px;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-pagination-wrapper .pagination .page-item {
  background: #fff;
  border: solid 1px #0071b8;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #0071b8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination .page-item a {
  transition: all 0.5s ease-out;
  color: #000;
}
.ccm-pagination-wrapper .pagination .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
  margin-left: 10px;
}
.ccm-pagination-wrapper .pagination .page-item.active {
  background: #0071b8;
  border: solid 1px #0071b8;
}
.ccm-pagination-wrapper .pagination .page-item.active .page-link {
  color: #fff;
}
.ccm-pagination-wrapper .pagination .page-item.prev, .ccm-pagination-wrapper .pagination .page-item.next, .ccm-pagination-wrapper .pagination .visually-hidden {
  display: none;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-top: 50px;
  }
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 700;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
    margin-left: 5px;
  }
}

/* ----------------------------------------------
pagination02
------------------------------------------------- */
.ccm-block-next-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 0 10px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link,
.ccm-block-next-previous .ccm-block-next-previous-parent-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  position: relative;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  color: #0071b8;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-next-link a:hover {
  opacity: 0.6;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  position: relative;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 400px;
  height: 90px;
  background: #0071b8;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5555555556;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link::after {
  content: "";
  position: absolute;
  width: 44px;
  aspect-ratio: 55/15;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  width: 90px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 1px #0071b8;
  color: transparent;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  width: 28px;
  height: 9px;
  background: url(../images/previous.webp) no-repeat center/cover;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  content: "";
  width: 28px;
  aspect-ratio: 3.1111111111;
  background: url(../images/next.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a,
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    font-size: 14px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    width: 60px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
    content: "";
    margin-right: 5px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 60px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
    content: "";
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .ccm-block-next-previous {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    width: 50px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 165px;
    height: 50px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link::after {
    width: 28px;
    right: 10px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
.interview {
  margin-bottom: 100px;
}
.interview .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.interview .contents {
  display: flex;
  flex-wrap: wrap;
  /* .title{
    font-size: 18px;
    letter-spacing: 0.08em;
    @include lh(18,24);
    margin-bottom: 15px;
  }
  .cate{
    a{
      letter-spacing: 0.08em;
      text-decoration: none;
      border-bottom: #000000 1px solid;
      font-weight: 500;
      padding: 0 3px 3px 3px;
      @include opacity;
    }
  } */
}
.interview .contents .block {
  width: 31.3559322034%;
  position: relative;
}
.interview .contents .block:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.interview .contents .block:nth-child(n+4) {
  margin-top: 55px;
}
.interview .contents .image {
  aspect-ratio: 370/500;
}
.interview .contents .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.interview .contents .image a {
  transition: all 0.5s ease-out;
}
.interview .contents .image a:hover {
  opacity: 0.6;
}
.interview .contents .txbox {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.interview .contents .txbox .department {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  padding-left: 20px;
}
.interview .contents .txbox .data {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  background-color: #0071b8;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 3px 10px;
}
@media (max-width: 999px) {
  .interview .contents .txbox .department {
    font-size: 40px;
    padding-left: 15px;
  }
  .interview .contents .txbox .data {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .interview .contents {
    justify-content: space-between;
    /* .title{
      font-size: 15px;
      margin-bottom: 10px;
    } */
  }
  .interview .contents .block {
    margin-left: unset;
    width: 47.5%;
  }
  .interview .contents .block:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  .interview .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .interview .contents .txbox .department {
    font-size: 30px;
    padding-left: 10px;
  }
  .interview .contents .txbox .data {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .interview .contents .txbox .department {
    font-size: 24px;
  }
  .interview .contents .txbox .data {
    font-size: 12px;
    padding: 3px 5px;
  }
}

#pagetitle.interview {
  height: 780px;
  position: relative;
}
#pagetitle.interview h2 {
  align-items: start;
  min-height: initial;
  position: absolute;
  margin-left: 55px;
  bottom: 229px;
}
#pagetitle.interview h2 .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin: 15px 0 0 27px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
}
@media (max-width: 999px) {
  #pagetitle.interview {
    height: 500px;
  }
  #pagetitle.interview h2 {
    bottom: 80px;
  }
  #pagetitle.interview h2 .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle.interview {
    height: 350px;
  }
  #pagetitle.interview h2 {
    bottom: 30px;
    margin-left: 0;
  }
  #pagetitle.interview h2 .text {
    font-size: 16px;
    margin-left: 0;
  }
}

.interviewset {
  margin-bottom: 100px;
}
.interviewset .interviewblock {
  margin-bottom: 100px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.interviewset .interviewblock.notLast {
  margin-bottom: 50px;
}
.interviewset .interviewblock .txtbox {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.interviewset .interviewblock .txtbox .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 20px;
  border-left: 5px solid #000;
}
.interviewset .interviewblock .imgbox {
  width: 72.0625%;
}
.interviewset .interviewblock .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1153/500;
}
.interviewset .interviewblock.img-left .imgbox {
  margin-right: auto;
}
.interviewset .interviewblock.img-right .imgbox {
  margin-left: auto;
}
@media (max-width: 767px) {
  .interviewset .interviewblock .txtbox .title {
    padding-left: 10px;
    border-left-width: 3px;
    font-size: 20px;
  }
  .interviewset .interviewblock .imgbox {
    width: calc(100% - 10px);
  }
  .interviewset .interviewblock .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1153/500;
  }
}/*# sourceMappingURL=contents.css.map */