@charset "UTF-8";
.mediaset .btn a, .linkset a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  border-radius: 8px;
  border: 1px solid #2f9649;
  background: #2f9649;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #2f9649;
  background-image: url(../images/linkset-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.mediaset .btn a:hover, .linkset a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 0px;
  padding: 0 10px;
}

#pagetitle h1 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 70px;
  height: 340px;
  color: #323c44;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.03em;
}

#pagetitle h1 small {
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.03em;
}

@media (max-width: 999px) {
  #pagetitle h1 {
    padding-top: 50px;
    font-size: 34px;
    height: 300px;
  }
  #pagetitle h1 small {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #pagetitle h1 {
    padding-top: 30px;
    height: 220px;
    font-size: 28px;
  }
  #pagetitle h1 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  font-size: 13px;
}

#breadcrumb a {
  font-weight: normal;
}

@media (max-width: 767px) {
  #breadcrumb {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 55px;
}

.heading1 h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.heading1 h2 small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #2f9649;
}

.heading1 h2 small:after {
  margin-left: 5px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #2f9649;
}

@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 32px;
  }
  .heading1 h2 small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 26px;
  }
  .heading1 h2 small {
    margin-top: 5px;
    font-size: 14px;
  }
  .heading1 h2 small:after {
    width: 40px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.heading2 p {
  font-size: 34px;
  line-height: 1.6;
  display: inline-block;
  max-width: calc(100% - 10px);
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 8px 30px;
  border-top: solid 1px #2f9649;
  border-bottom: solid 1px #2f9649;
  position: relative;
}

.heading2 p:before {
  position: absolute;
  top: 5px;
  right: -10px;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #2f9649;
}

@media (max-width: 999px) {
  .heading2 p {
    font-size: 28px;
    padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.heading3 p {
  font-size: 30px;
  line-height: 1.6;
  padding: 0 10px 5px 10px;
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: dotted 2px #2f9649;
}

@media (max-width: 999px) {
  .heading3 p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .heading3 p {
    font-size: 20px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.heading4 p {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading4 p:before {
  margin-right: 15px;
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #2f9649;
}

@media (max-width: 999px) {
  .heading4 p {
    font-size: 22px;
  }
  .heading4 p:before {
    margin-right: 10px;
    width: 60px;
  }
}

@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
  }
}

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

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

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mediaset .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 220px;
  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: 40%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4%;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 4%;
}

.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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 40px;
  margin-right: 0;
}

.mediaset.img-small .imgbox {
  width: 286px;
  margin-right: 40px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.img-small .text {
  line-height: 1.875;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 10px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.calloutset .text {
  line-height: 1.6;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col4 .title {
  letter-spacing: 0.05em;
}

.calloutset.col4 .text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .calloutset.col4 .text {
    font-size: 14px;
  }
}

.calloutset.col3 {
  /* 
		text-align: center;
 		*/
}

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

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

.linkset.notLast {
  margin-bottom: 30px;
}

.linkset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

.linkset.col3 li {
  width: 31%;
}

.linkset.col3 li:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.linkset.col3 li:nth-child(n + 4) {
  margin-top: 30px;
}

@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .linkset ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: 30px;
  }
  .linkset.col3 {
    max-width: 400px;
  }
  .linkset.col3 li {
    width: 100%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 90px;
  width: calc(100% - 20px);
  max-width: 280px;
}

.linkbtn a {
  height: 60px;
  font-size: 16px;
}

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

.tableset table {
  width: 100%;
  line-height: 1.8;
}

.tableset th,
.tableset td {
  padding: 45px 18px 13px 18px;
  border-bottom: 1px solid #f2f5f8;
  font-size: 14px;
}

.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff;
  white-space: nowrap;
  color: #2f9649;
  font-weight: bold;
}

.tableset td {
  background: #fff;
}

.tableset.type-normal th,
.tableset.type-normal td {
  /* 
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
       */
  letter-spacing: 0.05em;
}

.tableset.type-normal td {
  font-size: 16px;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 0 5px 0;
}

.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
  border-bottom: 1px solid #323c44;
}

.tableset.type-scroll thead th {
  background-color: transparent;
  border: none;
}

.tableset.type-scroll thead td {
  text-align: center;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal td {
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

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

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 45px 18px 13px 18px;
  border-bottom: 1px solid #f2f5f8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #2f9649;
  background: #fff;
  /* 
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 500;
          letter-spacing: 0.05em;
           */
  letter-spacing: 0.05em;
  font-weight: bold;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) 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;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) 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;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 90px;
  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.33333;
}

.titletext .text {
  font-size: 16px;
  line-height: 1.5;
}

@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: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  background-color: #f2f5f8;
}

.listset ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listset li {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #2f9649;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

.badgeflow.notLast {
  margin-bottom: 40px;
}

.badgeflow .imgbox {
  position: relative;
  padding-left: 40px;
  width: 40%;
  margin-right: 4%;
  min-width: 340px;
}

.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}

.badgeflow .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #2f9649;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

.badgeflow .text {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .badgeflow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 10px 0 0 10px;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

.flowset.notLast {
  margin-bottom: 40px;
}

.flowset:not(.notFirst) .block:first-child .image:before {
  display: none;
}

.flowset .block {
  width: 30%;
}

.flowset .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.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: -16.66667%;
  display: block;
  content: "";
  width: 16.66667%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.flowset .text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .flowset .text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .flowset.notFirst .block:first-child .image:before {
    display: none;
  }
  .flowset .block:nth-child(3n + 1) .image:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .flowset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
  .flowset.notLast {
    margin-bottom: 0;
  }
  .flowset .block {
    width: 100%;
  }
  .flowset .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n + 2) {
    margin-top: 0;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url(../images/flowset-arrow-sp.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}

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

.contactbnr .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactbnr .tel,
.contactbnr .contact {
  width: 50%;
  height: 200px;
}

.contactbnr .tel .inner,
.contactbnr .contact .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactbnr .tel a,
.contactbnr .contact a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}

.contactbnr .tel {
  background-color: #44ab5e;
}

.contactbnr .tel .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
  padding-left: calc((100vw - 1000px) / 2);
}

@media (max-width: 1040px) {
  .contactbnr .tel .inner {
    padding-left: 10px;
  }
}

.contactbnr .tel a {
  font-size: 30px;
}

.contactbnr .tel p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.contactbnr .contact {
  background-color: #2f9649;
}

.contactbnr .contact .inner {
  padding-left: 30px;
  padding-right: calc((100vw - 1000px) / 2);
}

@media (max-width: 1040px) {
  .contactbnr .contact .inner {
    padding-right: 10px;
  }
}

.contactbnr .contact p {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactbnr .contact p:before {
  margin-right: 25px;
  display: block;
  content: "";
  width: 23px;
  height: 19px;
  background: url(../images/contactbnr-mail.png) no-repeat center/cover;
}

.contactbnr .contact p:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -112px;
  display: block;
  content: "";
  width: 122px;
  height: 12px;
  background: url(../images/contactbnr-arrow.png) no-repeat center/cover;
}

.contactbnr .contact a {
  font-size: 26px;
}

@media (max-width: 1299px) {
  .contactbnr .contact p:after {
    display: none;
  }
}

@media (max-width: 999px) {
  .contactbnr .tel,
  .contactbnr .contact {
    height: 140px;
  }
  .contactbnr .tel a {
    font-size: 26px;
  }
  .contactbnr .tel p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .contactbnr .contact .inner {
    padding-left: 10px;
  }
  .contactbnr .contact p:before {
    margin-right: 15px;
  }
  .contactbnr .contact a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .contactbnr .tel,
  .contactbnr .contact {
    height: 120px;
  }
  .contactbnr .tel a {
    font-size: 20px;
  }
  .contactbnr .tel p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .contactbnr .contact p:before {
    display: none;
  }
  .contactbnr .contact a {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .contactbnr .contents {
    display: block;
  }
  .contactbnr .tel,
  .contactbnr .contact {
    width: 100%;
    height: 100px;
  }
}

/* ----------------------------------------------
ページリスト
------------------------------------------------- */
#pagination {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

#pagination .ccm-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pagination .numbers,
#pagination .ccm-page-left,
#pagination .ccm-page-right {
  padding: 3px;
  width: 40px;
  height: 40px;
}

#pagination .ccm-page-left a,
#pagination .ccm-page-right a,
#pagination .numbers a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #2f9649;
  color: #fff;
}

#pagination .ccm-page-left a:hover,
#pagination .ccm-page-right a:hover,
#pagination .numbers a:hover {
  opacity: 0.6;
}

#pagination .ccm-page-left strong,
#pagination .ccm-page-left span,
#pagination .ccm-page-right strong,
#pagination .ccm-page-right span,
#pagination .numbers strong,
#pagination .numbers span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #2f9649;
  background-color: #fff;
  color: #2f9649;
}

@media (max-width: 767px) {
  #pagination .ccm-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pagination .numbers,
  #pagination .ccm-page-left,
  #pagination .ccm-page-right {
    padding: 3px;
    width: 30px;
    height: 30px;
  }
}

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

div.ccm-pagination span {
  margin-right: 0;
}

/* ----------------------------------------------
 次へ、前へブロック
 ------------------------------------------------- */
.ccm-next-previous-wrapper {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  margin-left: 30px;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink {
  width: 160px;
  height: 55px;
  display: block;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  background-color: #2f9649;
  color: #fff;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a:hover {
  opacity: 0.6;
}

.ccm-next-previous-wrapper .spacer {
  display: none;
}

@media (max-width: 767px) {
  .ccm-next-previous-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*  //１並び
    flex-direction: column;
     align-items: center;
     .ccm-next-previous-parentlink,
     .ccm-next-previous-nextlink {
       margin-left: 0px;
       margin-top: 20px;
     }
     .ccm-next-previous-nextlink,
     .ccm-next-previous-parentlink,
     .ccm-next-previous-previouslink {
       width: 200px;
       height: 50px;
       a {
         font-size: 15px;
       }
     } */
  }
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink {
    margin-left: 2%;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink {
    width: 32%;
    max-width: 200px;
    height: 50px;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
    font-size: 15px;
  }
}

/* ----------------------------------------------
コンポーザー一覧ページブロック（横３並び画像）
------------------------------------------------- */
.calloutset.composer .block {
  width: 28%;
}

.calloutset.composer .block:not(:nth-child(3n + 1)) {
  margin-left: 8%;
}

.calloutset.composer .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.composer a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #323c44;
}

.calloutset.composer a:hover {
  opacity: 0.6;
}

.calloutset.composer .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.calloutset.composer .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.calloutset.composer .title {
  line-height: 1.5;
}

.calloutset.composer .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 999px) {
  .calloutset.composer .block {
    width: 32%;
  }
  .calloutset.composer .block:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
  .calloutset.composer .block:nth-child(n + 4) {
    margin-top: 50px;
  }
  .calloutset.composer .title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .calloutset.composer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.composer .block {
    width: 100%;
  }
  .calloutset.composer .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.composer .block:nth-child(n + 2) {
    margin-top: 30px;
  }
  .calloutset.composer time {
    font-size: 13px;
  }
  .calloutset.composer .title {
    font-size: 14px;
  }
}

.composer time,
.mediaset time {
  display: block;
  margin-bottom: 10px;
  display: block;
  color: #2f9649;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */