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

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background: #004999;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  border-radius: 50px;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
  content: "";
  width: 20px;
  height: 9px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow-cont.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}

.mediaset .text iframe, .calloutset .text iframe, .flowset .text iframe, .badgeflow .text iframe, .listset li iframe, .txtset iframe {
  width: 100%;
}

.mediaset img, .calloutset img, .fullimg img, .flowset img, .badgeflow img {
  border-radius: 10px;
}

/* 
//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;
}
 */
#main {
  position: relative;
  z-index: 2;
}

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

.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;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
#pagetitle #mainimage {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#pagetitle #mainimage img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#pagetitle .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
}
#pagetitle .catch .catchinner h2 small {
  font-size: 40px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pagetitle .catch .catchinner h2 small::before, #pagetitle .catch .catchinner h2 small::after {
  content: "";
  width: 52px;
  height: 2px;
  background-repeat: no-repeat;
  background-size: cover;
}
#pagetitle .catch .catchinner h2 small::before {
  margin-bottom: 11px;
}
#pagetitle .catch .catchinner h2 small::after {
  margin-top: 11px;
}
@media (max-width: 1299px) {
  #pagetitle #mainimage img {
    height: 500px;
  }
}
@media (max-width: 999px) {
  #pagetitle #mainimage img {
    height: 350px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 40px;
  }
  #pagetitle .catch .catchinner h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #pagetitle #mainimage img {
    height: 240px;
  }
  #pagetitle .catch .catchinner {
    padding: 0 10px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 30px;
  }
  #pagetitle .catch .catchinner h2 small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 70px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  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;
  letter-spacing: 0.1em;
}
.heading1 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 50px;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
}
.heading1 h2 small {
  font-size: 24px;
  color: #004999;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2px;
  padding: 0 6px;
}
.heading1 h2::before {
  content: "";
  width: 32px;
  height: 28px;
  margin-bottom: 23px;
  background-image: url(../images/h-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 45px;
  }
  .heading1 h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.heading2 p {
  position: relative;
  font-size: 40px;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.heading2 p span {
  display: flex;
  align-items: center;
}
.heading2 p span::before {
  content: "";
  width: 32px;
  height: 28px;
  margin-right: 19px;
  background-image: url(../images/h-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.heading2 p small {
  color: #004999;
  font-size: 20px;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  margin-left: 16px;
}
@media (max-width: 999px) {
  .heading2 p {
    font-size: 30px;
  }
  .heading2 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
    font-size: 24px;
  }
  .heading2 p small {
    margin-left: 0px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.heading3 p {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
}
.heading3 p small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  color: #004999;
  font-size: 18px;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 22px;
  background-color: #e5ebef;
  border-radius: 50px;
  height: 30px;
  min-width: 130px;
}
@media (max-width: 999px) {
  .heading3 p {
    font-size: 26px;
  }
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
    font-size: 22px;
  }
  .heading3 p small {
    margin-left: 0px;
    font-size: 16px;
  }
  .heading3 p::before {
    left: 15px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  display: flex;
}
.heading4 p {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading4 p span {
  display: flex;
  align-items: center;
}
.heading4 p span::before {
  content: "";
  width: 32px;
  height: 28px;
  margin-right: 19px;
  background-image: url(../images/h-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.heading4 p small {
  color: #004999;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-left: 21px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading4 {
    margin-bottom: 25px;
  }
  .heading4 p {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    font-size: 18px;
  }
  .heading4 p small {
    margin-left: 0px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .txtset {
    margin-bottom: 75px;
  }
}

/* ----------------------------------------------
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;
}
/* ----------------------------------------------
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 .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  color: #101010;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) {
  /* 
  .title{
  	margin-bottom: $MD-tit-mb;
  	font-size: $MD-tit-fz;
  	line-height: $MD-tit-lh;
  }
  .text{
  	line-height: $lh;
  }
  .btn{
  	width: 100%;
  	max-width: $btnWidth;
  	margin-top: $MD-btn-mt;
  	a{
  		@extend %btn;
  	}
  }
   */
}
.mediaset:not(.img-small) .imgbox {
  width: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /* 
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  } 
   */
  /* 
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  } 
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
.mediaset.img-small .text {
  line-height: 1.875;
}
@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 .text {
    font-size: 14px;
  }
  .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;
  font-size: 16px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  color: #101010;
  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 {
  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: 999px) {
  .linkset ul li a::after {
    display: none;
  }
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 5px;
  }
  .linkset.col3 {
    /* 1並び
    max-width: $LS-col3-block-width;
    li {
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:nth-child(n + 2) {
        margin-top: $LS-NL-mb;
      }
    }
     */
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 350px;
}
.linkbtn a {
  height: 60px;
  font-size: 16px;
}
/* ----------------------------------------------
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;
  border-collapse: separate;
  border-spacing: 0px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: transparent;
  font-weight: bold;
}
.tableset td {
  background: transparent;
}
.tableset.type-normal th,
.tableset.type-normal td {
  padding: 22.7px 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.tableset.type-normal tr th {
  border-bottom: 1px solid #e5ebef;
  width: 21.3559322034%;
}
.tableset.type-normal tr td {
  border-bottom: 1px solid #e5ebef;
  width: 78.6440677966%;
}
.tableset.type-normal tr:first-child th {
  border-top: 1px solid #e5ebef;
}
.tableset.type-normal tr:first-child td {
  border-top: 1px solid #e5ebef;
}
.tableset.type-scroll {
  overflow-x: auto;
  font-size: 14px;
}
.tableset.type-scroll th {
  width: 21.186440678%;
}
.tableset.type-scroll td {
  width: 26.0822033898%;
}
.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,
.tableset.type-scroll thead th {
  padding: 10px 20px;
}
.tableset.type-scroll thead th {
  border-top: 1px solid #e5ebef;
  border-bottom: 1px solid #e5ebef;
}
.tableset.type-scroll thead td {
  text-align: center;
  border-top: 1px solid #e5ebef;
  border-bottom: 1px solid #e5ebef;
  border-left: 1px solid #e5ebef;
}
.tableset.type-scroll tbody tr th {
  border-bottom: 1px solid #e5ebef;
}
.tableset.type-scroll tbody tr td {
  border-bottom: 1px solid #e5ebef;
  border-left: 1px solid #e5ebef;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr th,
  .tableset.type-normal tr td {
    min-width: 100%;
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal tr th {
    border-bottom: 1px solid #e5ebef;
  }
  .tableset.type-normal tr td {
    border-bottom: 1px solid #e5ebef;
  }
  .tableset.type-normal tr th, .tableset.type-normal tr td {
    font-size: 14px;
  }
  .tableset.type-normal tr:first-child td {
    border-top: none;
  }
  .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;
  border-collapse: separate;
  border-spacing: 0px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 22.7px 30px;
}
.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 {
  border-bottom: 1px solid #e5ebef;
  background: transparent;
  /* 
  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) {
  border-bottom: 1px solid #e5ebef;
  background: transparent;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td {
  border-top: 1px solid #e5ebef;
}
.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) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    border-bottom: 1px solid #e5ebef;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    border-bottom: 1px solid #e5ebef;
  }
  .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;
  }
  .miniSurveyView table.formBlockSurveyTable tr:first-child td:not(.question) {
    border-top: none;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1000px;
  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;
  }
  .titletext .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
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: #e5ebef;
}
.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;
  border-radius: 50%;
}
.listset li:nth-child(4n-3)::before, .listset li:nth-child(4n)::before {
  background-color: #004999;
}
.listset li:nth-child(4n-2)::before, .listset li:nth-child(4n-1)::before {
  background-color: #009b87;
}
.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: 40px;
  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: 40px;
  width: 33.8983050847%;
  margin-right: 40px;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: #004999;
  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;
  color: #101010;
}
@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: 15px;
    width: 75px;
    height: 75px;
    font-size: 13px;
    left: 0px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
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%;
  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.webp);
  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.webp);
  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):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: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

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

/* ----------------------------------------------
caseset-list
------------------------------------------------- */
.caseset-list {
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
.caseset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .caseset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
caseset-detail
------------------------------------------------- */
.caseset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.caseset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.caseset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.caseset-detail .inner .heading .catebox {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-bottom: 40px;
}
.caseset-detail .inner .heading .catebox .cate {
  min-width: 140px;
  height: 40px;
  border: #004999 solid 1px;
  border-radius: 50px;
}
.caseset-detail .inner .heading .catebox .cate a {
  padding: 0 7px 0px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease-out;
  color: #004999;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.caseset-detail .inner .heading .catebox .cate a:hover {
  opacity: 0.6;
}
.caseset-detail .inner .heading .title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
}
.caseset-detail .inner .contents {
  margin: 0 auto;
}
.caseset-detail .inner .contents .block .column {
  margin-bottom: 80px;
}
.caseset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 50px;
}
.caseset-detail .inner .contents .block .column .imgbox img {
  border-radius: 10px;
  width: 100%;
}
.caseset-detail .inner .contents .block .column .txtbox .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
}
@media (max-width: 999px) {
  .caseset-detail .inner .heading {
    margin-bottom: 40px;
  }
  .caseset-detail .inner .heading .catebox {
    margin-bottom: 30px;
  }
  .caseset-detail .inner .heading .catebox .cate {
    min-width: 120px;
    height: 30px;
  }
  .caseset-detail .inner .heading .catebox .cate a {
    padding: 0 7px 0px;
    font-size: 15px;
  }
  .caseset-detail .inner .heading .title {
    font-size: 24px;
  }
  .caseset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .caseset-detail .inner .contents .block .column .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .caseset-detail .inner .heading {
    margin-bottom: 30px;
  }
  .caseset-detail .inner .heading .catebox {
    margin-bottom: 20px;
  }
  .caseset-detail .inner .heading .catebox .cate {
    min-width: 110px;
    height: 26px;
  }
  .caseset-detail .inner .heading .catebox .cate a {
    font-size: 14px;
  }
  .caseset-detail .inner .heading .title {
    font-size: 18px;
  }
  .caseset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .caseset-detail .inner .contents .block .column .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
case-categoryset
------------------------------------------------- */
.case-categoryset {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.case-categoryset .category {
  display: flex;
}
.case-categoryset .category p {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.0833333333;
}
.case-categoryset .catelist {
  margin-left: 30px;
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.case-categoryset .catelist .page-item {
  min-width: 240px;
  min-height: 70px;
  background-color: #e5ebef;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.case-categoryset .catelist .page-item a {
  padding: 0 7px 0px;
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004999;
  transition: all 0.5s ease-out;
}
.case-categoryset .catelist .page-item a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .case-categoryset .catelist {
    margin-left: 20px;
    gap: 20px 20px;
  }
  .case-categoryset .catelist .page-item {
    min-width: 180px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .case-categoryset {
    margin-bottom: 30px;
    display: block;
  }
  .case-categoryset .category {
    margin-bottom: 20px;
  }
  .case-categoryset .category::after {
    display: none;
  }
  .case-categoryset .catelist {
    margin-left: 0px;
    gap: 10px 20px;
  }
  .case-categoryset .catelist .page-item {
    min-width: 100px;
    min-height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

/* ----------------------------------------------
voiceset-list
------------------------------------------------- */
.voiceset-list {
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.voiceset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .voiceset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
voiceset-detail
------------------------------------------------- */
.voiceset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.voiceset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.voiceset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.voiceset-detail .inner .heading .title {
  font-size: 34px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.voiceset-detail .inner .contents {
  margin: 0 auto;
}
.voiceset-detail .inner .contents .block .column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.voiceset-detail .inner .contents .block .column .imgbox {
  width: 50%;
}
.voiceset-detail .inner .contents .block .column .imgbox img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 590/500;
  -o-object-fit: cover;
     object-fit: cover;
}
.voiceset-detail .inner .contents .block .column .txtbox {
  width: 42.3728813559%;
}
.voiceset-detail .inner .contents .block .column .txtbox .title p {
  font-size: 30px;
  line-height: 1.5333333333;
  margin-bottom: 60px;
  font-weight: bold;
}
.voiceset-detail .inner .contents .block .column .txtbox .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
}
@media (max-width: 999px) {
  .voiceset-detail .inner .heading {
    margin-bottom: 40px;
  }
  .voiceset-detail .inner .heading time {
    font-size: 18px;
    line-height: 1.6;
  }
  .voiceset-detail .inner .heading .title {
    font-size: 24px;
  }
  .voiceset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .title p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .voiceset-detail .inner .heading {
    margin-bottom: 30px;
  }
  .voiceset-detail .inner .heading time {
    font-size: 15px;
    line-height: 1.6;
  }
  .voiceset-detail .inner .heading .title {
    font-size: 18px;
  }
  .voiceset-detail .inner .contents .block .column {
    display: block;
    margin-bottom: 50px;
  }
  .voiceset-detail .inner .contents .block .column .imgbox {
    width: 100%;
  }
  .voiceset-detail .inner .contents .block .column .txtbox {
    width: 100%;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .title p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
newsset-list
------------------------------------------------- */
.newsset-list {
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
.newsset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .newsset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
newsset-detail
------------------------------------------------- */
.newsset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.newsset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.newsset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.newsset-detail .inner .heading .catebox {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 40px;
}
.newsset-detail .inner .heading .catebox time {
  color: #009b87;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4444444444;
}
.newsset-detail .inner .heading .catebox .cate {
  min-width: 140px;
  height: 40px;
  background-color: #009b87;
  border-radius: 50px;
}
.newsset-detail .inner .heading .catebox .cate a {
  padding: 0 7px 0px;
  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%;
}
.newsset-detail .inner .heading .catebox .cate a:hover {
  opacity: 0.6;
}
.newsset-detail .inner .heading .title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
}
.newsset-detail .inner .contents .block .column {
  margin-bottom: 80px;
}
.newsset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 50px;
}
.newsset-detail .inner .contents .block .column .imgbox img {
  width: 100%;
  border-radius: 10px;
}
.newsset-detail .inner .contents .block .column .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
}
.newsset-detail .inner .contents .block .column .text.top {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  .newsset-detail .inner .heading {
    margin-bottom: 40px;
  }
  .newsset-detail .inner .heading .catebox {
    margin-bottom: 30px;
  }
  .newsset-detail .inner .heading .catebox .cate {
    min-width: 120px;
    height: 30px;
  }
  .newsset-detail .inner .heading .catebox .cate a {
    padding: 0 7px 0px;
    font-size: 15px;
  }
  .newsset-detail .inner .heading .catebox .cate time {
    font-size: 18px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 24px;
  }
  .newsset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsset-detail .inner .heading {
    margin-bottom: 30px;
  }
  .newsset-detail .inner .heading .catebox {
    margin-bottom: 20px;
  }
  .newsset-detail .inner .heading .catebox .cate {
    min-width: 110px;
    height: 26px;
  }
  .newsset-detail .inner .heading .catebox .cate a {
    font-size: 14px;
  }
  .newsset-detail .inner .heading .catebox time {
    font-size: 15px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 18px;
  }
  .newsset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 14px;
  }
  .newsset-detail .inner .contents .block .column .text.top {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
news-categoryset
------------------------------------------------- */
.news-categoryset {
  letter-spacing: 0.1em;
  align-items: center;
  margin-bottom: 60px;
  width: 25.4237288136%;
  padding-right: 30px;
}
.news-categoryset .category {
  margin-bottom: 30px;
}
.news-categoryset .category p {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.0833333333;
}
.news-categoryset .catelist {
  display: flex;
  flex-direction: column;
  gap: 17px 30px;
}
.news-categoryset .catelist .page-item {
  width: 200px;
  min-width: 200px;
  height: 56px;
  background-color: #e5ebef;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.news-categoryset .catelist .page-item a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009b87;
  transition: all 0.5s ease-out;
}
.news-categoryset .catelist .page-item a:hover {
  opacity: 0.6;
}
.news-categoryset .catelist .page-item.all {
  background-color: #009b87;
}
.news-categoryset .catelist .page-item.all a {
  color: #fff;
}
@media (max-width: 999px) {
  .news-categoryset .catelist {
    gap: 20px 20px;
  }
  .news-categoryset .catelist .page-item {
    width: initial;
    min-width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news-categoryset {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .news-categoryset .category {
    margin-bottom: 20px;
  }
  .news-categoryset .category::after {
    display: none;
  }
  .news-categoryset .catelist {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0px;
    gap: 10px 10px;
  }
  .news-categoryset .catelist .page-item {
    min-width: 100px;
    height: 30px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagination01
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 {
  background-color: #e5ebef;
  border: solid 1px #e5ebef;
  border-radius: 50px;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #004999;
  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;
}
.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-color: #004999;
  border: solid 1px #004999;
}
.ccm-pagination-wrapper .pagination .page-item.active .page-link {
  color: #fff;
}
@media (max-width: 767px) {
  .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;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}
.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: #004999;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.5s ease-out;
  border-bottom: solid 1px #004999;
}
.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-previous-link {
  display: none;
}
.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: 7px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/previous.png) no-repeat center/cover;
}
.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-color: #004999;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0833333333;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url(../images/pn-btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  display: none;
}
.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: 7px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/next.png) 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::before {
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 5px;
    background: url(../images/previous.png) no-repeat center/cover;
  }
  .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: "";
    width: 7px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/next.png) no-repeat center/cover;
  }
}/*# sourceMappingURL=contents.css.map */