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

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
.mediaset .text iframe,
.calloutset .text iframe,
.flowset .text iframe,
.badgeflow .text iframe,
.listset li iframe,
.txtset iframe {
  width: 100%;
}

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

.mediaset table,
.calloutset table,
.flowset table,
.badgeflow table {
  width: 100%;
}
.mediaset table tr:not(:last-child) th,
.calloutset table tr:not(:last-child) th,
.flowset table tr:not(:last-child) th,
.badgeflow table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
.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 #c4cfdc;
}
.mediaset table th,
.calloutset table th,
.flowset table th,
.badgeflow table th {
  min-width: 120px;
  background: #c4cfdc;
  font-weight: bold;
  color: #fff;
}
.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;
  }
}

@media (max-width: 767px) {
  .calloutset table th {
    border-bottom: unset;
  }
}

.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 {
  margin-bottom: 30px;
  min-height: 450px;
  align-content: end;
  justify-items: end;
  padding: 10px 0 0 10px;
}
#pagetitle h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 100, "wght" 700;
  color: #fff;
  font-size: 80px;
  line-height: 1.6;
  background: linear-gradient(-90deg, #00479d 0%, #162974 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  margin-bottom: -20px;
  padding: 20px max((100% - 1180px) / 2, 10px) 20px 5.625%;
}
#pagetitle small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #pagetitle {
    min-height: 350px;
  }
  #pagetitle h2 {
    font-size: 60px;
  }
  #pagetitle small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    min-height: 280px;
  }
  #pagetitle h2 {
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1 h2 {
  color: #00479d;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 100, "wght" 700;
  font-size: 85px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 1px solid #666;
  padding: 0 10px 10px;
}
.heading1 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 60px;
  }
  .heading1 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 40px;
  }
  .heading1 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
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 {
  color: #00479d;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 100, "wght" 700;
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
.heading2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 40px;
  }
  .heading2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 30px;
  }
  .heading2 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading3 p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: 5px 70px;
  font-weight: 100;
  letter-spacing: 0.2em;
  position: relative;
}
.heading3 p::before, .heading3 p::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}
.heading3 p::before {
  background-color: #ff0000;
  width: 100%;
}
.heading3 p::after {
  background-color: #152b77;
  width: calc(100% - 10px);
}
.heading3 {
  /* &.ver2{
    p{
      padding: 5px 70px;
      background-color: unset;
      font-weight: 100;
      letter-spacing: 0.2em;
      &::before,
      &::after{
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        left: unset;
        z-index: -1;
        clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
      }
      &::before{
        background-color: #ff0000;
        width: 100%;
      }
      &::after{
        background-color: #152b77;
        width: calc(100% - 10px);
      }
    }
  } */
  /* p {
    @if ($H5-color != $color) {
      color: $H5-color;
    }
    font-weight: 700;
    font-size: $H5-fz;
    line-height: $H5-lh;
    @if ($H5-ta-c) {
      text-align: center;
    }
    background-color: #ff0000;
    position: relative;
    padding: 5px 20px;
    &::before{
      content: "";
      position: absolute;
      top: 0;
      left: 10px;
      width: 1px;
      height: 100%;
      background-color: #fff;
    }
  } */
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 16px;
    padding: 5px 30px;
  }
  .heading3 p::before, .heading3 p::after {
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .heading3 p::after {
    width: calc(100% - 6px);
  }
  .heading3 {
    /* &.ver2{
      p{
        padding: 5px 30px;
        &::before,
        &::after{
          clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
        }
        &::after{
          width: calc(100% - 6px);
        }
      }
    }
    p {
      @if ($H5-fz != $H5-sp-fz) {
        font-size: $H5-sp-fz;
      }
      padding: 5px 10px;
      &::before{
        left: 5px;
      }
    } */
  }
}

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

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

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .fullimg.switching img:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .fullimg.switching img:not(:last-child) {
    display: none;
  }
}

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

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 .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.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.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;
}
.calloutset.col2.before-after .block .image {
  position: relative;
}
.calloutset.col2.before-after .block .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}
.calloutset.col2.before-after .block:nth-child(odd) .image::before {
  content: "BEFOR";
  background-color: #ff0000;
}
.calloutset.col2.before-after .block:nth-child(even) .image::before {
  content: "AFTER";
  background-color: #00479d;
}
.calloutset.col2.before-after .block:nth-child(even) .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.7142857143%;
  height: 100%;
  transform: translateX(-100%);
  background: url(../images/flowset-arrow.png) no-repeat center;
}
@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;
  }
  .calloutset.col2.before-after .block .image::before {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .calloutset.col2.before-after .block:nth-child(even):not(:last-child) {
    margin-bottom: 30px;
  }
  .calloutset.col2.before-after .block:nth-child(even) .image::after {
    width: 100%;
    height: 50px;
    transform: translateY(-100%) rotate(90deg);
  }
}

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

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 365px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  /*  line-height: $TB-lh;
  border-collapse: separate;
    border-spacing: $TB-sc-spacing; */
}
.tableset th,
.tableset td {
  padding: 23px 25px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
  color: #00479d;
  font-weight: bold;
}
.tableset tbody td {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  border-bottom: 1px solid #00479d;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.tableset.type-scroll tbody th,
.tableset.type-scroll tbody td {
  border-bottom: 1px solid #fff;
  background-color: #e2e7f5;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead th,
.tableset.type-scroll thead td {
  background-color: #00479d;
  color: #fff;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  /* line-height: $TB-lh;
  border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: 1px solid #eee;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #eee;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: unset;
  background-color: #eeeeef;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  /* @if ($TB-th-color != $color) {
    color: $TB-th-color;
  } */
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .red {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .gray {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #c4cfdc;
  padding: 0 20px;
  display: inline-block;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  background-image: none;
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td:not(:first-child) {
    border-top: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    font-size: 16px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .gray {
    font-size: 12px;
    padding: 0 10px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

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

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

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

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
  position: relative;
}
.flowset .block:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: var(--arrow-display, none);
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image {
  position: relative;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.flowset.v2 .block::before {
  background-image: url(../images/flowset-arrow2.jpg);
}
.flowset.v2 .block .image {
  position: relative;
}
.flowset.v2 .block .image::before {
  background-image: url(../images/flowset-arrow2.jpg);
}
.flowset.v2 .block .image video {
  display: block;
  width: 100%;
}
.flowset.v2 .block .image .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #777;
  border-radius: 50%;
  overflow: hidden;
}
.flowset.v2 .block .image .badge img {
  /* width: unset;
  max-width: 70%;
  max-height: 70%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1):before {
    display: none;
  }
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1)::before {
    display: none;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 18px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset.v2 .block .image .badge {
    top: 3px;
    left: 3px;
    width: 40px;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
.q-ablock {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.q-ablock.notLast {
  margin-bottom: 30px;
}
.q-ablock .q,
.q-ablock .a {
  padding-left: 100px;
  position: relative;
}
.q-ablock .q::before,
.q-ablock .a::before {
  position: absolute;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.q-ablock .q {
  display: flex;
  align-items: center;
  min-height: 75px;
  margin-bottom: 10px;
}
.q-ablock .q::before {
  content: "Q";
  left: 0;
  width: 75px;
  background-color: #ff0000;
  font-size: 38.18px;
}
.q-ablock .q .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.q-ablock .a::before {
  content: "A";
  left: 10px;
  width: 55px;
  font-size: 28px;
  background-color: #00479d;
}
.q-ablock .a .text {
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 70px;
  }
  .q-ablock .q {
    min-height: 60px;
  }
  .q-ablock .q::before {
    width: 60px;
    font-size: 28px;
  }
  .q-ablock .q .title {
    font-size: 20px;
  }
  .q-ablock .a::before {
    width: 45px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 55px;
  }
  .q-ablock .q {
    min-height: 45px;
  }
  .q-ablock .q::before {
    width: 45px;
    font-size: 22px;
  }
  .q-ablock .q .title {
    font-size: 16px;
  }
  .q-ablock .a::before {
    width: 40px;
    left: 5px;
    font-size: 20px;
  }
  .q-ablock .a .text {
    padding-top: 5px;
  }
}

/* ----------------------------------------------
updates
------------------------------------------------- */
#updates {
  margin-bottom: 90px;
}
#updates .contents {
  width: min(100% - 20px, 1180px);
  margin: 0 auto;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
#updates .contents article {
  width: 32%;
}
@media (max-width: 999px) {
  #updates {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #updates {
    margin-bottom: 70px;
  }
  #updates .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #updates .contents article {
    width: 47%;
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail .heading {
  margin-bottom: 60px;
}
.detail .heading .title {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #00479d;
  border-left: 7px solid #00479d;
  border-bottom: 1px solid #000;
  padding: 0 10px 20px 20px;
}
.detail .heading time {
  display: block;
  text-align: end;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #00479d;
  margin-top: 10px;
}
.detail .image-text {
  display: flex;
  -moz-column-gap: 4.2372881356%;
       column-gap: 4.2372881356%;
}
.detail .image-text:not(:has(.text)) .image {
  width: 100%;
}
.detail .image-text .image {
  width: 30.5084745763%;
}
.detail .image-text .image img {
  width: 100%;
}
.detail .image-text .text {
  flex: 1;
}
@media (max-width: 999px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail .heading {
    margin-bottom: 40px;
  }
  .detail .heading .title {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .detail .heading time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail {
    margin-bottom: 70px;
  }
  .detail .heading {
    margin-bottom: 30px;
  }
  .detail .heading .title {
    font-size: 22px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-left-width: 5px;
  }
  .detail .heading time {
    font-size: 16px;
  }
  .detail .image-text {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .detail .image-text .image {
    width: 100%;
    max-width: 300px;
  }
}

/* ----------------------------------------------
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 .prev,
.ccm-pagination-wrapper .pagination .next,
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #00479d;
}
.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: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #00479d;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #00479d;
  color: #fff;
  border: unset;
}
@media (max-width: 999px) {
  .ccm-pagination-wrapper {
    margin-bottom: 80px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-bottom: 70px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 25px;
    height: 25px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a::before {
  content: "く";
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 270px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before {
  order: 1;
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 100px;
    background-image: unset;
  }
}

/* ----------------------------------------------
業務図
------------------------------------------------- */
@keyframes flowimageanimation1 {
  0% {
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: 100%;
  }
  100% {
    left: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: 100%;
  }
}
@keyframes flowimageanimation2 {
  0% {
    bottom: 0;
    width: 100%;
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    bottom: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    width: 100%;
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
}
@keyframes flowimageanimation2-2 {
  0% {
    top: 0;
    width: 100%;
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    top: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    width: 100%;
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
}
@keyframes flowimageanimation3 {
  0% {
    top: 0;
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  30% {
    top: 100%;
    transform: translateY(-100%);
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  80% {
    top: calc(100% - var(--flowimagesize, 0px) * 0.006514658);
    left: 100%;
    transform: translateX(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  81% {
    top: calc(100% - var(--flowimagesize, 0px) * 0.006514658);
    left: 100%;
    transform: translate(-100%, -100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    top: calc(var(--flowimagesize, 0px) * 0.0169381107 + 5%);
    left: 100%;
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
    transform: translateX(-100%);
  }
}
@keyframes flowimageanimation4 {
  0% {
    bottom: 0;
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  30% {
    bottom: 100%;
    transform: translateY(100%);
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  94% {
    bottom: 100%;
    left: 100%;
    transform: translate(-100%, 100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  95% {
    bottom: 100%;
    left: 100%;
    transform: translate(-100%, 200%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    bottom: calc(85% - var(--flowimagesize, 0px) * 0.006514658);
    left: 100%;
    transform: translateX(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
}
@keyframes flowimageanimation5 {
  0% {
    top: 0;
    left: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  80% {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  81% {
    top: 0;
    left: 100%;
    transform: translate(-100%, 100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    top: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    left: 100%;
    transform: translateX(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
}
@keyframes flowimageanimation6 {
  0% {
    bottom: 0;
    right: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  80% {
    bottom: 0;
    right: 100%;
    transform: translateX(100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  81% {
    bottom: 0;
    right: 100%;
    transform: translate(100%, -100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  100% {
    bottom: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    right: 100%;
    transform: translateX(100%);
    width: calc(var(--flowimagesize, 0px) * 0.0169381107);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
}
@keyframes flowimageanimation7 {
  0% {
    top: 0;
    right: 0;
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  80% {
    top: 100%;
    right: 0;
    transform: translateY(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.006514658);
  }
  81% {
    top: 100%;
    right: 0;
    transform: translate(-100%, -100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.0169381107);
  }
  100% {
    top: 100%;
    right: calc(100% - var(--flowimagesize, 0px) * 0.0169381107);
    transform: translateY(-100%);
    width: calc(var(--flowimagesize, 0px) * 0.006514658);
    height: calc(var(--flowimagesize, 0px) * 0.0169381107);
  }
}
@keyframes flowimageanimationload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flowimage {
  display: flex;
  -moz-column-gap: 2.2801302932%;
       column-gap: 2.2801302932%;
  width: min(100% - 20px, 1180px);
  margin: 0 auto 50px;
  container-type: inline-size;
}
.flowimage:not(.load-ok) {
  opacity: 0;
}
.flowimage .left {
  width: 44.6905537459%;
}
.flowimage .right {
  flex: 1;
}
.flowimage .right .head {
  display: flex;
  -moz-column-gap: 1.8427518428%;
       column-gap: 1.8427518428%;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.013029316);
}
.flowimage .right .bottom {
  display: flex;
  -moz-column-gap: 1.7199017199%;
       column-gap: 1.7199017199%;
}
.flowimage .right .bottom .bottom-right {
  flex: 1;
}
.flowimage .right .bottom .bottom-right .bottom-right-bottom {
  display: flex;
}
.flowimage .block {
  position: relative;
}
.flowimage .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.flowimage .block a:hover {
  opacity: 0.6;
}
.flowimage .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9003257329cqw;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
.flowimage .block .title small {
  display: block;
  font-size: 1.5029315961cqw;
  line-height: 1.2284351972;
}
.flowimage .block .btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 7.6923076923%;
       column-gap: 7.6923076923%;
  width: calc(var(--flowimagesize, 0px) * 0.1270358306);
  aspect-ratio: 195/37;
  color: #fff;
  font-size: 0.9771986971cqw;
  letter-spacing: 0.1em;
}
.flowimage .block .btn::before {
  content: "";
  width: 45.641025641%;
  aspect-ratio: 89/9;
  background: url(../images/flowimage-arow.png) no-repeat center/cover;
}
.flowimage .block .shape img {
  display: block;
}
.flowimage .block .arow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00479d;
}
.flowimage .block .arow {
  /* &::after{
    content: "";
    position: absolute;
    background-color: #fff;
    display: none;
  } */
}
.flowimage .block .arow .animation {
  position: absolute;
  background-color: #fff;
  display: none;
}
.flowimage .block .arow.view {
  /* &::after{
    display: block;
  } */
}
.flowimage .block .arow.view .animation {
  display: block;
}
.flowimage .block.b1 {
  background-color: rgba(41, 171, 226, 0.15);
  height: 100%;
}
.flowimage .block.b1 .start {
  background-color: #7ed8fc;
  width: 56.8513119534%;
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
  padding: calc(var(--flowimagesize, 0px) * 0.0195439739) 6.5597667638% calc(var(--flowimagesize, 0px) * 0.0456026059) 0;
}
.flowimage .block.b1 .title {
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0104234528);
}
.flowimage .block.b1 .title small {
  margin-top: calc(var(--flowimagesize, 0px) * 0.003257329 * -1);
}
.flowimage .block.b1 .btn {
  background-color: #00479d;
  margin: 0 auto calc(var(--flowimagesize, 0px) * 0.0091205212);
}
.flowimage .block.b1 .shape:not(.s1) {
  position: absolute;
}
.flowimage .block.b1 .s1 {
  margin-left: 8.4057971014%;
  width: 64.0579710145%;
}
.flowimage .block.b1 .s2 .set:nth-child(1) .shape:nth-child(1) {
  top: calc(var(--flowimagesize, 0px) * 0.1524429967);
  left: 78.4256559767%;
  width: 20.1166180758%;
}
.flowimage .block.b1 .s2 .set:nth-child(1) .shape:nth-child(2) {
  top: calc(var(--flowimagesize, 0px) * 0.1830618893);
  left: 8.3090379009%;
  width: 82.7988338192%;
}
.flowimage .block.b1 .s2 .set:nth-child(2) .shape:nth-child(1) {
  top: calc(var(--flowimagesize, 0px) * 0.0104234528 * -1);
  left: 64.2857142857%;
  width: 75.3644314869%;
}
.flowimage .block.b1 .s2 .set:nth-child(2) .shape:nth-child(2) {
  top: calc(var(--flowimagesize, 0px) * 0.1530944625);
  left: 56.8513119534%;
  width: 19.970845481%;
}
.flowimage .block.b1 .s2 .set:nth-child(2) .shape:nth-child(3) {
  top: calc(var(--flowimagesize, 0px) * 0.2540716612);
  left: 61.2244897959%;
  width: 10.7871720117%;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(1) {
  top: calc(var(--flowimagesize, 0px) * 0.4267100977);
  left: 19.2419825073%;
  width: 40.0874635569%;
  aspect-ratio: 275/21;
  background: url(../images/flowimage-arow3.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow3.png) no-repeat center right/cover;
          mask: url(../images/flowimage-arow3.png) no-repeat center right/cover;
  /* &::after{
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(1) .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(1).view {
  /* &::after{
    animation: flowimageanimation1 5s linear;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(1).view .animation {
  animation: flowimageanimation1 5s linear;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(2) {
  top: calc(var(--flowimagesize, 0px) * 0.2918566775);
  left: 70.5539358601%;
  width: 3.0612244898%;
  aspect-ratio: 21/148;
  background: url(../images/flowimage-arow4.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow4.png) no-repeat center top/cover;
          mask: url(../images/flowimage-arow4.png) no-repeat center top/cover;
  /* &::after{
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(2) .animation {
  bottom: 0;
  left: 0;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(2).view {
  /* &::after{
    animation: flowimageanimation2 5s linear;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(2).view .animation {
  animation: flowimageanimation2 5s linear;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(3) {
  top: calc(var(--flowimagesize, 0px) * 0.2918566775);
  left: 92.8571428571%;
  width: 3.0612244898%;
  aspect-ratio: 21/148;
  background: url(../images/flowimage-arow5.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow5.png) no-repeat center top/cover;
          mask: url(../images/flowimage-arow5.png) no-repeat center top/cover;
  /* &::after{
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(3) .animation {
  bottom: 0;
  left: 0;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(3).view {
  /* &::after{
    animation: flowimageanimation2 5s linear;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(3).view .animation {
  animation: flowimageanimation2 5s linear;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(4) {
  top: calc(var(--flowimagesize, 0px) * 0.0156351792);
  left: 72.5947521866%;
  width: 41.2536443149%;
  aspect-ratio: 283/146;
  background: url(../images/flowimage-arow6.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow6.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow6.png) no-repeat center/cover;
  /* &::after{
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 0;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(4) .animation {
  bottom: 0;
  left: 0;
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(4).view {
  /* &::after{
    animation: flowimageanimation4 5s linear;
  } */
}
.flowimage .block.b1 .s2 .arows .arow:nth-child(4).view .animation {
  animation: flowimageanimation4 6s linear;
}
.flowimage .block.b1 .s3 .shape:nth-child(1) {
  top: calc(var(--flowimagesize, 0px) * 0.0416938111 * -1);
  left: 42.4198250729%;
  width: 126.8221574344%;
}
.flowimage .block.b1 .s3 .shape:nth-child(2) {
  top: calc(var(--flowimagesize, 0px) * 0.1530944625);
  left: 34.693877551%;
  width: 20.1166180758%;
}
.flowimage .block.b1 .s3 .shape:nth-child(3) {
  top: calc(var(--flowimagesize, 0px) * 0.1478827362);
  left: 14.8688046647%;
  width: 32.6530612245%;
}
.flowimage .block.b1 .s3 .arow {
  top: calc(var(--flowimagesize, 0px) * 0.2846905537);
  left: 22.8862973761%;
  width: 18.804664723%;
  aspect-ratio: 129/90;
  background: url(../images/flowimage-arow1.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow1.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow1.png) no-repeat center/cover;
  /* &::after{
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  } */
}
.flowimage .block.b1 .s3 .arow .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b1 .s3 .arow.view {
  /* &::after{
    animation: flowimageanimation3 5s linear;
  } */
}
.flowimage .block.b1 .s3 .arow.view .animation {
  animation: flowimageanimation3 5s linear;
}
.flowimage .block.b2 {
  /* background-color: rgba(#0078b0,0.15); */
  width: 37.714987715%;
}
.flowimage .block.b2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 120, 176, 0.15);
  z-index: -1;
}
.flowimage .block.b2 .shape:not(.shapes .shape) {
  position: absolute;
}
.flowimage .block.b2 .paipu {
  top: calc(var(--flowimagesize, 0px) * 0.0104234528 * -1);
  left: 22.1498371336%;
  width: 24.1042345277%;
}
.flowimage .block.b2 .arow {
  top: calc(var(--flowimagesize, 0px) * 0.0156351792);
  left: 45.6026058632%;
  width: 19.8697068404%;
  aspect-ratio: 61/49;
  background: url(../images/flowimage-arow7.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow7.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow7.png) no-repeat center/cover;
  /* &::after{
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  } */
}
.flowimage .block.b2 .arow .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b2 .arow.view {
  /* &::after{
    animation: flowimageanimation5 5s linear;
  } */
}
.flowimage .block.b2 .arow.view .animation {
  animation: flowimageanimation5 3s linear;
}
.flowimage .block.b2 .shapes {
  position: relative;
  display: flex;
  margin: calc(var(--flowimagesize, 0px) * 0.0319218241) 0 0 12.7035830619%;
  -moz-column-gap: 6.7164179104%;
       column-gap: 6.7164179104%;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0039087948 * -1);
}
.flowimage .block.b2 .shapes .shape:nth-child(1) {
  width: 44.776119403%;
}
.flowimage .block.b2 .shapes .shape:nth-child(2) {
  width: 32.0895522388%;
  margin-top: calc(var(--flowimagesize, 0px) * 0.0195439739);
}
.flowimage .block.b2 .title {
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0026058632);
}
.flowimage .block.b2 .btn {
  background-color: #0078b0;
  margin: 0 auto calc(var(--flowimagesize, 0px) * 0.006514658);
}
.flowimage .block.b3 {
  /* background-color: rgba(#3d61b4,0.15); */
  flex: 1;
}
.flowimage .block.b3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(61, 97, 180, 0.15);
}
.flowimage .block.b3 a, .flowimage .block.b3:not(:has(a)) {
  display: flex;
  padding: calc(var(--flowimagesize, 0px) * 0.0462540717) 0 0 4.4715447154%;
}
.flowimage .block.b3 .arow {
  position: absolute;
  top: calc(var(--flowimagesize, 0px) * 0.0110749186 * -1);
  left: -12.1951219512%;
  width: 28.2520325203%;
  aspect-ratio: 139/85;
  background: url(../images/flowimage-arow2.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow2.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow2.png) no-repeat center/cover;
  /* &::after{
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  } */
}
.flowimage .block.b3 .arow .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b3 .arow.view {
  /* &::after{
    animation: flowimageanimation5 5s linear;
  } */
}
.flowimage .block.b3 .arow.view .animation {
  animation: flowimageanimation5 3s linear;
}
.flowimage .block.b3 .shape:not(.arow) {
  width: 47.2340425532%;
  margin-top: calc(var(--flowimagesize, 0px) * 0.0416938111);
}
.flowimage .block.b3 .txbox {
  flex: 1;
  margin-left: -14.2276422764%;
}
.flowimage .block.b3 .txbox .title {
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.009771987);
}
.flowimage .block.b3 .txbox .btn {
  background-color: #3d61b4;
  margin: 0 auto;
}
.flowimage .block.b4 {
  width: 52.8255528256%;
  background-color: rgba(0, 169, 157, 0.15);
}
.flowimage .block.b4 a, .flowimage .block.b4:not(:has(a)) {
  padding: calc(var(--flowimagesize, 0px) * 0.0149837134) 0 calc(var(--flowimagesize, 0px) * 0.009771987) 6.511627907%;
}
.flowimage .block.b4 a > .title, .flowimage .block.b4:not(:has(a)) > .title {
  position: absolute;
  padding-right: 21.3953488372%;
  right: 0;
}
.flowimage .block.b4 a {
  display: block;
}
.flowimage .block.b4 .shapes {
  display: flex;
}
.flowimage .block.b4 .shapes.s1 {
  align-items: center;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0026058632);
}
.flowimage .block.b4 .shapes.s1 .shape:nth-child(1) {
  width: 21.3930348259%;
  margin: 0 0 calc(var(--flowimagesize, 0px) * 0.0058631922) 1.7412935323%;
}
.flowimage .block.b4 .shapes.s1 .shape:nth-child(2) {
  width: 55.223880597%;
  margin-left: 3.7313432836%;
}
.flowimage .block.b4 .shapes.s1 .arow {
  margin: calc(var(--flowimagesize, 0px) * 0.0143322476) -8.9552238806% 0 auto;
  width: 21.3930348259%;
  aspect-ratio: 86/21;
  background: url(../images/flowimage-arow9.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow9.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow9.png) no-repeat center/cover;
  position: relative;
}
.flowimage .block.b4 .shapes.s1 .arow::after {
  /* width: 10px;
  height: 100%;
  top: 0;
  left: 0; */
}
.flowimage .block.b4 .shapes.s1 .arow .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b4 .shapes.s1 .arow.view {
  /* &::after{
    animation: flowimageanimation1 3s linear;
  } */
}
.flowimage .block.b4 .shapes.s1 .arow.view .animation {
  animation: flowimageanimation1 3s linear;
}
.flowimage .block.b4 .shapes.s2 {
  align-items: center;
  padding-right: 3.9800995025%;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.009771987);
}
.flowimage .block.b4 .shapes.s2 .shape:nth-child(1) {
  width: 44.8186528497%;
}
.flowimage .block.b4 .shapes.s2 .shape:nth-child(2) {
  width: 25.6476683938%;
  margin: calc(var(--flowimagesize, 0px) * 0.009771987) 0 0 auto;
}
.flowimage .block.b4 .shapes.s3 {
  align-items: center;
  justify-content: end;
  padding-right: 6.4676616915%;
  -moz-column-gap: 7.1808510638%;
       column-gap: 7.1808510638%;
}
.flowimage .block.b4 .shapes.s3 .arow {
  width: 21.5425531915%;
  aspect-ratio: 81/46;
  background: url(../images/flowimage-arow12.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow12.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow12.png) no-repeat center/cover;
  margin-top: calc(var(--flowimagesize, 0px) * 0.0104234528);
  position: relative;
  /* &::after{
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
  } */
}
.flowimage .block.b4 .shapes.s3 .arow .animation {
  bottom: 0;
  right: 0;
}
.flowimage .block.b4 .shapes.s3 .arow.view {
  /* &::after{
    animation: flowimageanimation6 3s linear;
  } */
}
.flowimage .block.b4 .shapes.s3 .arow.view .animation {
  animation: flowimageanimation6 3s linear;
}
.flowimage .block.b4 .shapes.s3 .shape:not(.arow) {
  width: 52.1276595745%;
}
.flowimage .block.b4 .txbox {
  display: flex;
  align-items: start;
  padding-left: 2.4875621891%;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0123778502 * -1);
}
.flowimage .block.b4 .txbox .btn {
  background-color: #008477;
  margin-top: calc(var(--flowimagesize, 0px) * 0.0026058632);
}
.flowimage .block.b5 {
  padding: calc(var(--flowimagesize, 0px) * 0.0078175896) 0 0 9.7297297297%;
  display: flex;
  align-items: center;
  -moz-column-gap: 7.1856287425%;
       column-gap: 7.1856287425%;
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0306188925);
}
.flowimage .block.b5 .shape:not(.arow) {
  width: 52.0958083832%;
}
.flowimage .block.b5 .arow {
  position: absolute;
  top: calc(var(--flowimagesize, 0px) * 0.0846905537);
  left: 20.8108108108%;
  width: 5.6756756757%;
  aspect-ratio: 21/64;
  background: url(../images/flowimage-arow10.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow10.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow10.png) no-repeat center/cover;
  /* &::after{
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  } */
}
.flowimage .block.b5 .arow .animation {
  top: 0;
  left: 0;
}
.flowimage .block.b5 .arow.view {
  /* &::after{
    animation: flowimageanimation2-2 3s linear;
  } */
}
.flowimage .block.b5 .arow.view .animation {
  animation: flowimageanimation2-2 3s linear;
}
.flowimage .block.b6 {
  flex: 1;
  padding-top: calc(var(--flowimagesize, 0px) * 0.0182410423);
}
.flowimage .block.b6 > .shape {
  margin-left: 11.2676056338%;
  width: 66.1971830986%;
}
.flowimage .block.b6 .shapes {
  display: flex;
  align-items: start;
  -moz-column-gap: 9.1549295775%;
       column-gap: 9.1549295775%;
}
.flowimage .block.b6 .shapes .arow {
  width: 32.3943661972%;
  aspect-ratio: 46/81;
  background: url(../images/flowimage-arow11.png);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/flowimage-arow11.png) no-repeat center/cover;
          mask: url(../images/flowimage-arow11.png) no-repeat center/cover;
  margin-top: calc(var(--flowimagesize, 0px) * 0.0123778502);
  position: relative;
  /* &::after{
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
  } */
}
.flowimage .block.b6 .shapes .arow .animation {
  top: 0;
  right: 0;
}
.flowimage .block.b6 .shapes .arow.view {
  /* &::after{
    animation: flowimageanimation7 3s linear;
  } */
}
.flowimage .block.b6 .shapes .arow.view .animation {
  animation: flowimageanimation7 3s linear;
}
.flowimage .block.b6 .shapes .title {
  writing-mode: vertical-rl;
  text-align: start;
}
.flowimage .block.b7 {
  background-color: rgba(255, 0, 0, 0.15);
  width: 61.6216216216%;
}
.flowimage .block.b7 a, .flowimage .block.b7:not(:has(a)) {
  padding-top: calc(var(--flowimagesize, 0px) * 0.0182410423);
}
.flowimage .block.b7 a {
  display: block;
}
.flowimage .block.b7 .shape {
  width: 37.7192982456%;
  margin: 0 auto;
}
.flowimage .block.b7 .title {
  margin-bottom: calc(var(--flowimagesize, 0px) * 0.0084690554);
}
.flowimage .block.b7 .title small {
  margin-top: calc(var(--flowimagesize, 0px) * 0.003257329 * -1);
}
.flowimage .block.b7 .btn {
  margin: 0 auto;
  background-color: #ff0000;
}/*# sourceMappingURL=contents.css.map */