@media print, screen and (min-width: 768px) {
  .columnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.columnBlock__txt {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .columnBlock__txt {
    width: 480px;
  }
}

.columnBlock__txt .txt + .caption {
  margin-top: 20px;
}

.columnBlock__img {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .columnBlock__img {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .columnBlock__img {
    margin-top: 32px;
  }
}

.columnBlock + .txt {
  margin-top: 30px;
}

.columnBlock + .caption {
  margin-top: 20px;
}

.headingBg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7eabb7;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .headingBg {
    min-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg {
    margin-left: 20px;
    min-height: 35px;
  }
}

.headingBg__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .headingBg__icon {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg__icon {
    left: -40px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .headingBg__inner {
    gap: 50px;
    padding: 10px 20px 10px 140px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg__inner {
    gap: 36px;
    padding: 6px 10px 6px 40px;
  }
}

.headingBg__title {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .headingBg__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg__title {
    font-size: 14px;
  }
}

.headingBg__sub {
  position: relative;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .headingBg__sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg__sub {
    font-size: 16px;
  }
}

.headingBg__num {
  color: #ffffff;
  left: calc(100% + 5px);
  line-height: 1;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .headingBg__num {
    bottom: 2px;
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg__num {
    bottom: 0;
    font-size: 36px;
  }
}

.headingBg__num:before {
  content: attr(data-num);
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-text-stroke: 4px #7eabb7;
  text-stroke: 4px #7eabb7;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .headingBg + .headingMarker {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .headingBg + .headingMarker {
    margin-top: 32px;
  }
}

.headingMarker__inner {
  text-align: center;
}

.headingMarker__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff100));
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.headingMarker__marker:first-child {
  padding-left: 16px;
}

.headingMarker__marker:last-child {
  padding-right: 16px;
}

.headingMarker__title {
  color: #a03843;
}

@media print, screen and (min-width: 768px) {
  .headingMarker__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingMarker__title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.headingMarker__emphasis {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .headingMarker__emphasis {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .headingMarker__emphasis {
    font-size: 24px;
  }
}

.headingMarker__sub {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .headingMarker__sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .headingMarker__sub {
    font-size: 10px;
  }
}

.iconCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #a03843;
  letter-spacing: 0.05em;
  line-height: calc(22 / 18);
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .iconCircle {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .iconCircle {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
}

.unitLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.unitLabel__label .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 24px;
  background: #7eabb7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .unitLabel__label .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .unitLabel__label .label {
    font-size: 12px;
  }
}

.unitLabel__txt--single {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .unitLabel__txt--single {
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .unitLabel__txt--single {
    top: 6px;
  }
}

.unitLabel__txt .txt {
  line-height: 1.3 !important;
}

@media print, screen and (min-width: 768px) {
  .unitLabel__txt .txt {
    font-size: 14px !important;
  }
}

.unitLabel__txt .txt:before {
  margin-top: calc((1 - 1.3) * .5em) !important;
}

.unitLabel__txt .txt:after {
  margin-bottom: calc((1 - 1.3) * .5em) !important;
}

.unitLabel + .unitLabel {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .zehSect__head + .zehSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .zehSect__head + .zehSect__cont {
    margin-top: 24px;
  }
}

.zehSect__cont + .zehSect__head {
  margin-top: 40px;
}

.zehSect__cont .txt + .txt.mt10 {
  margin-top: 10px;
}

.zehSect__cont .txt + .caption {
  margin-top: 20px;
}

.container {
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 768px) {
  .container .wrap {
    width: 1000px;
  }
}

.container .txt {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .container .txt {
    font-size: 15px;
  }
}

.container .txt--small {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .container .txt .large {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .container .txt .large {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .container {
    font-size: 11px;
  }
}

.base_w {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.caption a {
  text-decoration: none;
}

.sectrion-visual {
  background-color: #436a9c;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .sectrion-visual {
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
  .sectrion-visual {
    height: 125px;
  }
}

.sectrion-visual .titl01 {
  line-height: calc(50 / 30);
}

@media print, screen and (min-width: 768px) {
  .sectrion-visual .titl01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sectrion-visual .titl01 {
    font-size: 15px;
  }
}

.sectrion-zeh {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .sectrion-zeh {
    margin-top: 60px;
  }
}

.c02 .titl01 {
  color: #163259;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c02 .titl01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c02 .titl02 {
  line-height: 2;
}
