@charset "UTF-8";
/*
@mixin fontyumin($weight) {
  //font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ", system-ui, sans-serif;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight: $weight;

  body.is-ios & {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
}
  */
.ccm-block-next-previous .ccm-block-next-previous-parent-link 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;
  background: url(../images/arow.png) no-repeat center right 30px #00256a;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
body.is-ios .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .ccm-block-next-previous .ccm-block-next-previous-parent-link body.is-ios a, body.is-ios .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .miniSurveyView table.formBlockSurveyTable tr:last-child td body.is-ios input[type=submit], body.is-ios .linkbtn a, .linkbtn body.is-ios a, body.is-ios .linkset a, .linkset body.is-ios a, body.is-ios .mediaset .btn a, .mediaset .btn body.is-ios a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .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%;
}

.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%;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a, .badgeflow .linkbtn a {
  height: 76px;
  height: 76px;
}
.mediaset table th, .badgeflow table th {
  width: 250px;
}
@media (max-width: 767px) {
  .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;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  min-height: 500px;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 0 10px 0 max((100% - 1180px) / 2, 10px);
}
#pagetitle h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background-color: #00256a;
  padding: 5px 20px;
  margin-left: -20px;
  margin-bottom: -20px;
}
body.is-ios #pagetitle h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#pagetitle small {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffcf00;
}
@media (max-width: 999px) {
  #pagetitle {
    min-height: 350px;
  }
  #pagetitle h2 {
    font-size: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    min-height: 200px;
  }
  #pagetitle h2 {
    font-size: 30px;
  }
  #pagetitle small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
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-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.is-ios .heading1 h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.heading1 h2::before {
  content: "";
  width: 27px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
  margin-bottom: 10px;
}
.heading1 small {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 28px;
  }
  .heading1 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 22px;
  }
  .heading1 h2::before {
    width: 20px;
  }
  .heading1 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
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: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
body.is-ios .heading2 p {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.heading2 small {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 1px solid #ffcf00;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.heading2 small::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 26px;
  }
  .heading2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 20px;
  }
  .heading2 small {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .heading2 small::before {
    width: 15px;
  }
}

/* ----------------------------------------------
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 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  background-color: #ffcf00;
  padding: 5px 20px;
}
body.is-ios .heading3 p {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.heading3 small {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 20px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    padding: 5px 10px;
  }
  .heading3 small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading4 p {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffcf00;
}
body.is-ios .heading4 p {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.heading4 small {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    padding-bottom: 5px;
    border-bottom-width: 2px;
  }
  .heading4 small {
    font-size: 12px;
  }
}

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

/* ----------------------------------------------
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: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 60px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .imgbox {
  width: 25.4237288136%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
}

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

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
  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: 3.6016949153%;
       column-gap: 3.6016949153%;
}
.linkset.col3 li {
  width: 30.9322033898%;
}
.linkset a {
  line-height: 1.3;
}
@media (max-width: 999px) {
  .linkset.col4 a, .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    row-gap: 5px;
  }
  .linkset.col4 ul, .linkset.col3 ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .linkset.col4 li, .linkset.col3 li {
    width: 48%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
}

/* ----------------------------------------------
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 tbody tr:last-child th,
.tableset tbody tr:last-child td {
  border-bottom: 1px solid #e0dcdc;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border-top: 1px solid #e0dcdc;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f5f5f5;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll td {
  border-left: 1px solid #e0dcdc;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr:last-child th {
    border-bottom: unset;
  }
  .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 #e0dcdc;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #e0dcdc;
}
.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: #f5f5f5;
  /*
  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;
  background-color: #f5f5f5;
}
.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: #00256a;
  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;
  padding-left: 50px;
  width: 36.4406779661%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #ffcf00;
  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 .txtbox {
    margin-left: 0;
  }
  .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%;
  position: relative;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .block:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: var(--arrow-display, none);
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
@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:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1)::before {
    display: none;
  }
  .flowset .block:nth-child(2n+1) .image::before {
    display: none;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .block:nth-child(1) .image::before {
    display: none;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

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

/* ----------------------------------------------
business
------------------------------------------------- */
.linkset-business {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.linkset-business ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 2.9661016949%;
}
.linkset-business ul li {
  min-width: 31.3559322034%;
}
.linkset-business ul li a {
  text-decoration: none;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}
body.is-ios .linkset-business ul li a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.linkset-business ul li a::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow2.png) no-repeat center #00256a;
  margin-left: auto;
}
@media (max-width: 999px) {
  .linkset-business {
    margin-bottom: 40px;
  }
  .linkset-business ul li a {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .linkset-business {
    margin-bottom: 30px;
  }
  .linkset-business ul li a {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .linkset-business ul li a::after {
    width: 30px;
  }
}

/* ----------------------------------------------
company philosophy
------------------------------------------------- */
ol.philosophy {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 300px;
  margin-bottom: 100px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
body.is-ios ol.philosophy {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  ol.philosophy {
    font-size: 16px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  margin-bottom: 90px;
}
#interview .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.9661016949%;
}
#interview .contents .block {
  width: 31.3559322034%;
}
@media (max-width: 999px) {
  #interview {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #interview {
    margin-bottom: 70px;
  }
  #interview .contents {
    gap: 30px 6%;
  }
  #interview .contents .block {
    width: 47%;
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail .head {
  margin-bottom: 60px;
}
.detail .contents .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
.detail .contents .text + .heading {
  margin-top: 60px;
}
.detail .contents .fullimg {
  padding: 0;
  margin: 60px auto 0;
}
.detail .contents .heading {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #131313;
  padding: 0 5px 5px;
  margin-bottom: 30px;
  display: inline-block;
}
body.is-ios .detail .contents .heading {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.detail .contents .mediaset {
  padding: 0;
  margin-bottom: 0;
}
.detail .contents .mediaset.notLast {
  margin-bottom: 60px;
}
.detail.d-news .head time {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
  margin-bottom: 20px;
}
body.is-ios .detail.d-news .head time {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.detail.d-news .head .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #131313;
  padding-bottom: 20px;
}
body.is-ios .detail.d-news .head .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.detail.d-interview .head {
  display: flex;
  -moz-column-gap: 4.2372881356%;
       column-gap: 4.2372881356%;
}
.detail.d-interview .head .image {
  width: 45.7627118644%;
  position: relative;
}
.detail.d-interview .head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail.d-interview .head .image .num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background-color: #ffcf00;
  padding: 2.21px 12.75px;
  border-radius: 15px;
}
body.is-ios .detail.d-interview .head .image .num {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.detail.d-interview .head .txtbox {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  padding-top: 30px;
  flex: 1;
}
body.is-ios .detail.d-interview .head .txtbox {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail .head {
    margin-bottom: 40px;
  }
  .detail .contents .fullimg {
    margin-top: 40px;
  }
  .detail .contents .text {
    font-size: 16px;
  }
  .detail .contents .text + .heading {
    margin-top: 40px;
  }
  .detail .contents .heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .detail.d-news .head time {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .detail.d-news .head .title {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .detail.d-interview .head .txtbox {
    font-size: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .detail {
    margin-bottom: 70px;
  }
  .detail .head {
    margin-bottom: 30px;
  }
  .detail .contents .fullimg {
    margin-top: 30px;
  }
  .detail .contents .text {
    font-size: 14px;
  }
  .detail .contents .text + .heading {
    margin-top: 30px;
  }
  .detail .contents .heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail.d-news .head time {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail.d-news .head .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .detail.d-interview .head {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .detail.d-interview .head .image {
    width: 100%;
    max-width: 300px;
  }
  .detail.d-interview .head .txtbox {
    font-size: 18px;
    padding-top: 0px;
  }
  .detail.d-interview .head .txtbox br:not(.pc_none) {
    display: none;
  }
}

/* ----------------------------------------------
ccm-pagination-wrapper
------------------------------------------------- */
.ccm-pagination-wrapper {
  margin-bottom: 90px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-pagination-wrapper a {
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ccm-pagination-wrapper .pagination .prev, .ccm-pagination-wrapper .pagination .next,
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #131313;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next) {
  /* margin-left: 10px; */
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #00256a;
  color: #fff;
}
@media (max-width: 999px) {
  .ccm-pagination-wrapper {
    margin-bottom: 80px;
  }
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    font-size: 16px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-bottom: 70px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .pagination .page-item {
    /* margin-top: 10px; */
  }
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    font-size: 14px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  font-size: 0;
  background-color: #00256a;
  color: #00256a;
  border-radius: 50%;
  position: relative;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a::before {
  content: "く";
  position: absolute;
  color: #fff;
  font-size: 10px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 300px;
  height: 80px;
  border-radius: 40px;
  background-image: url(../images/arow3.png);
  font-size: 18px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before {
  transform: rotateY(180deg);
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    font-size: 16px;
    width: 270px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
    flex-direction: column;
    row-gap: 10px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
  .ccm-block-next-previous P {
    margin: 0 !important;
  }
}/*# sourceMappingURL=contents.css.map */