@charset "UTF-8";
@font-face {
  font-family: "Bahnschrift";
  src: url(../fonts/bahnschrift.ttf);
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
.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, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::after, .linkbtn a::after, .linkset a::after, .mediaset .btn a::after {
  content: "";
  position: absolute;
  transform: skew(-18deg);
  width: 93%;
  height: 100%;
  z-index: -1;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
  right: 6px;
  bottom: -10px;
  background-color: #6a8aaf;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::after, .linkbtn a::after, .linkset a::after, .mediaset .btn a::after {
  top: 0;
  left: 5px;
  background-color: #01418e;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] span, .linkbtn a span, .linkset a span, .mediaset .btn a span {
  position: absolute;
  right: 54px;
  width: 12px;
  height: 13px;
  background: url(../images/arow.png) no-repeat center/cover;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 55px;
  }
}

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  height: 600px;
  position: relative;
}
#pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 186, 0.49);
}
#pagetitle h1 {
  position: absolute;
  bottom: 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
}
#pagetitle small,
#pagetitle span {
  padding-left: calc((100% - 1180px) / 2);
}
#pagetitle small {
  display: block;
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 70.12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0;
  margin-bottom: -15px;
}
#pagetitle span {
  background-color: rgba(0, 0, 0, 0.78);
  display: flex;
  align-items: center;
  min-height: 134px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1217px) {
  #pagetitle small,
  #pagetitle span {
    padding-left: 10px;
  }
}
@media (max-width: 999px) {
  #pagetitle {
    height: 400px;
  }
  #pagetitle h1 {
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 50px;
    margin-bottom: -10px;
  }
  #pagetitle span {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 200px;
  }
  #pagetitle h1 {
    font-size: 30px;
  }
  #pagetitle small {
    font-size: 38px;
    margin-bottom: -8px;
  }
  #pagetitle span {
    min-height: 50px;
  }
}

/* ----------------------------------------------
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: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1018px;
  margin-bottom: 60px;
}
.heading1 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 18px;
}
.heading1 h2::before, .heading1 h2::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
}
.heading1 h2::before {
  width: 14px;
  background-color: #222222;
  left: 0;
}
.heading1 h2::after {
  width: calc(100% - 17px);
  background-color: #01418e;
  right: 0;
}
.heading1 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-bottom: 3px;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .heading1 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .heading1 h2::before, .heading1 h2::after {
    height: 2px;
  }
  .heading1 h2::before {
    width: 10px;
  }
  .heading1 h2::after {
    width: calc(100% - 13px);
  }
  .heading1 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading2 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.heading2 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-bottom: 3px;
}
.heading2 span {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.heading2 span::before, .heading2 span::after {
  content: "";
  transform: skew(-45deg);
  height: 10px;
}
.heading2 span::before {
  width: 30px;
  background-color: #01418e;
}
.heading2 span::after {
  width: 3px;
  background-color: #2f2f2f;
  margin-left: 3px;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 26px;
  }
  .heading2 small {
    font-size: 16px;
  }
  .heading2 span {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 22px;
  }
  .heading2 small {
    font-size: 14px;
  }
  .heading2 span {
    margin-bottom: 15px;
  }
  .heading2 span::before, .heading2 span::after {
    height: 8px;
  }
  .heading2 span::before {
    width: 20px;
  }
}

/* ----------------------------------------------
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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 60px 10px;
}
.heading3 p::before, .heading3 p::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
}
.heading3 p::before {
  width: 96px;
  background-color: #222222;
  left: 0;
}
.heading3 p::after {
  width: calc(100% - 99px);
  background-color: #01418e;
  right: 0;
}
.heading3 small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-left: 30px;
}
.heading3 span {
  position: absolute;
  left: 6px;
  bottom: -3px;
  width: 3px;
  height: 20px;
  transform: rotate(55deg);
  background-color: #222222;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 22px;
    padding: 0 50px 10px;
  }
  .heading3 p::before {
    width: 80px;
  }
  .heading3 p::after {
    width: calc(100% - 83px);
  }
  .heading3 small {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 18px;
    padding: 0 40px 10px;
    display: block;
  }
  .heading3 p::before, .heading3 p::after {
    height: 2px;
  }
  .heading3 p::before {
    width: 70px;
  }
  .heading3 p::after {
    width: calc(100% - 73px);
  }
  .heading3 small {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .heading3 span {
    width: 2px;
    height: 15px;
    left: 4px;
    bottom: -2px;
  }
}

/* ----------------------------------------------
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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 60px;
}
.heading4 p::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skew(-11deg);
  background-color: #f2f4f5;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
    padding: 10px 50px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
    padding: 10px 40px;
  }
}

/* ----------------------------------------------
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;
}
.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: 290px;
  margin-top: 40px;
}
.mediaset.img-left .txtbox {
  margin-left: 40px;
}
.mediaset.img-right .imgbox {
  order: 1;
  margin-left: 40px;
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .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 .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;
}
.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: 30px;
}
.linkset.col3 ul {
  justify-content: center;
}
.linkset.col3 li {
  width: 30.9322033898%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 3.6016949153%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 999px) {
  .linkset a span {
    display: none;
  }
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset a::before {
    right: 0;
  }
  .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 li {
    width: 47%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(even) {
    margin-left: auto;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
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: 2px;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff;
  white-space: nowrap;
  border-bottom: 3px solid #01418e;
}
.tableset td {
  border-bottom: 1px solid #f2f4f5;
  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;
  font-weight: bold;
}
.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 table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 2px;
    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: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
}
.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 {
  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: 3px solid #01418e;
  background: #fff;
  /* 
  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:not(.question) {
  border-bottom: 1px solid #f2f4f5;
  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] {
  background-color: #01418e;
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .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: 2px;
  }
  .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;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: solid 1px #f2f4f5;
}
.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: #01418e;
  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: #01418e;
  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%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

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

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

/* ----------------------------------------------
news-detail
------------------------------------------------- */
.news-detail {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1018px;
  margin-bottom: 90px;
}
.news-detail time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #01418e;
  display: block;
  margin-bottom: 40px;
}
.news-detail .heading1 {
  width: unset;
  max-width: unset;
  margin-left: -5px;
}
.news-detail .heading1 h2 {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6666666667;
}
.news-detail .text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  .news-detail {
    margin-bottom: 80px;
  }
  .news-detail time {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .news-detail .heading1 h2 {
    font-size: 24px;
  }
  .news-detail .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-detail {
    margin-bottom: 70px;
  }
  .news-detail time {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news-detail .heading1 h2 {
    font-size: 20px;
  }
  .news-detail .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
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;
}
.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-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.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: #f2f4f5;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #01418e;
  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 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ccm-block-next-previous a {
  text-decoration: none;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  border-bottom: 1px solid #01418e;
  padding-bottom: 5px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  background-image: url(../images/prev-arow.png);
  background-position: center left 0px;
  padding-left: 20px;
  padding-right: 5px;
}
.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 {
  padding-left: 5px;
  padding-right: 5px;
}
.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 {
  background-image: url(../images/next-arow.png);
  background-position: center right 0px;
  padding-right: 20px;
  padding-left: 5px;
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
    display: block;
    text-align: center;
  }
  .ccm-block-next-previous a {
    font-size: 12px;
  }
  .ccm-block-next-previous P:not(:last-child) {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=contents.css.map */