@charset "UTF-8";

:root {
  --font-primary: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  width: 100%;
}

/* ---------- デバイスごとの改行指定 ---------- */
@media screen and (max-width: 1024px) {
  .u-only-sp-tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-only-sp-tb {
    display: none !important;
  }
}

.u-only-tb-sp {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-only-tb-sp {
    display: block;
  }
}
.u-only-tb {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-only-tb {
    display: block;
  }
}

/* ---------- 記事全体を囲む要素 ---------- */
@media (min-width: 768px) {
  .f-feature__content {
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding-bottom: 100px;
  }
}

/* ---------- 記事トップ ---------- */

/* 記事トップ全体を囲む要素 */
.f-feature__header {
  position: relative;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .f-feature__header {
    padding: 0 100px;
  }
}

/* 記事メインビジュアル、簡易タイトル、日付 */
.f-feature__main-image-inner {
  position: relative;
}
.f-feature__main-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .f-feature__main-image {
    position: absolute;
    top: max(calc(-260 / 1430 * 100vw), -260px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 1380px;
    width: 100%;
    margin: auto;
  }
}



.f-feature__pre-title {
  color: #E0414F;
  font-size: 21px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-feature__pre-title {
    font-size: 30px;
    padding-top: min(calc(200 / 1430 * 100vw), 200px);
  }
}
.f-feature__date {
  font-size: 16px;
  font-weight: 400;
}

/* 記事タイトル */
.f-feature__title-group {
  font-family: var(--font-primary);
  line-height: 1.2;
  font-weight: 900;
  position: relative;
  margin-top: 6px;
  padding-left: 23px;
}
.f-feature__title-group::before {
  content: "";
  background-color: #DF414F;
  width: 8px;
  border-radius: 2px;
  height: 100%;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .f-feature__title-group {
    margin-top: 20px;
    padding-left: 25px;
  }
  .f-feature__title-group::before {
    width: 10px;
    border-radius: 2px;
  }
}
.f-feature__title {
  font-size: 25px;
}
@media (min-width: 768px) {
  .f-feature__title {
    display: flex;
    align-items: center;
    font-size: 40px;
  }
  .f-feature__title span {
    font-size: 0.625em;
  }
}
.f-feature__sub-title {
  color: #E0414F;
  font-size: 40px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.f-feature__sub-title .small-txt {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .f-feature__sub-title {
    font-size: 82px;
    display: inline;
  }
}


/* ---------- 記事コンテンツ ---------- */

/* 記事冒頭説明文 */
.f-feature__text {
  margin-top: 30px;
  font-size: 19px;
  line-height: calc(30 / 19);
}
@media (min-width: 768px) {
  .f-feature__text {
    font-size: 25px;
    margin-top: 35px;
    line-height: calc(45 / 25);
  }
}
.f-feature__text--highlight {
  display: inline;
  padding: 0 0.3em;
  font-style: normal;
  background-color: rgb(223 65 79 / 0.2);
}
@media (min-width: 768px) {
  .f-feature__text--highlight {
    display:  inline-block;
  }
}


.f-feature__text-wrapper {
  margin-top: 30px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}
@media (min-width: 768px) {
  .f-feature__text-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    align-items: center;
    column-gap: 22px;
  }
}
.f-feature__text {
  width: 100%;
}



/* 各記事コンテンツを囲む要素 */
.f-feature__contents {
  margin: 15px 0 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 11.5px #94e3ff;
  border-radius: 30px;
  position: relative;
  background-color: rgba(148, 227, 255, .2);
  z-index: -2;
}
@media (min-width: 768px) {
  .f-feature__contents {
    padding-top: min(80px, calc(80 / 1200 * 100vw));
    max-width: 1200px;
    margin: 35px 100px 30px;
    padding-bottom: min(80px, calc(80 / 1200 * 100vw));
  }
}

/* セクション共通仕様 */
.f-feature__section {
}
.f-feature__sec-hd {
}
@media (min-width: 768px) {
  .f-feature__sec-hd {
     
  }
}
.f-feature__sec-hd-image {
  margin:auto;
  padding: 0;
  width: max(315px, calc(315 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec-hd-image {
    margin:auto;
    max-width: 1120px;
    width: unset;
    /* padding: 20px; */
    padding-inline: 20px;   
  }
}
.f-feature__sec-hd-image img {
  width: 100%;  
}
.f-feature__sec-hd-text {
  position: absolute;
  width: 100%;
  height: fit-content;
  text-align: center;
  color: #3b5c91;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .f-feature__sec-hd-text {
    padding-left: 30%;
    padding-right: 14%;
    line-height: 1.2;
  }
}
.f-feature__sec-title {
  font-size: max(36px, calc(36 / 375 * 100vw));
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-feature__sec-title {
    font-size: clamp(32px, calc(-26px + 6.923vw), 65px);
  }
}
.f-feature__sec-sub-title {
  font-size: max(23px, 6.13333vw);
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .f-feature__sec-sub-title {
    font-size: clamp(18px, calc(-27.692px + 5.641vw), 40px);
    margin-top: 10px;
  }
}

.f-feature__sec-hd-text .under-line {
  position: relative;
  display: inline-block;
}
.f-feature__sec-hd-text .under-line::after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 0.1em;
  width: 104%;
  height: 8px;
  background-color: #94e3ff;
  z-index: -1;
}
@media (min-width: 768px) {
  .f-feature__sec-hd-text .under-line::after {
    height: 15px;
  }
}

.f-feature__sec-reference {
  position: relative;
  max-width: 100%;
}
.f-feature__sec-reference__box {
  display: block;
  width: max(290px, calc(290 / 375 * 100vw));
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__sec-reference__box {
    width: unset;
    max-width: 940px;
  }
}
.f-feature__sec-reference__box a,
.f-feature__sec-reference__box span {
  display: block;
  width: 100%;
  margin: 14px auto 0;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #3b5c91;
  height: 100%;
  border-radius: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 1.188;
}
.f-feature__sec-reference__box a{
  font-size: min(16px, 4.26666vw);
}
@media (min-width: 768px) {
  .f-feature__sec-reference__box a {
    font-size: clamp(15px, calc(0.008px + 1.25vw), 18px);   
    width: 100%; 
    border-radius: 50px;
    transition: all 0.3s;
  }
  .f-feature__sec-reference__box a:hover {
    opacity: 0.8;
  }
}

.f-feature__sec-reference__box span {
  font-size: max(16px, calc(16 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec-reference__box span {
    font-size: clamp(12px, calc(3.692px + 1.026vw), 16px);
  }
}

.f-feature__sec-bg-image {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: -1;
}
.f-feature__sec-bg-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .f-feature__point-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
.f-feature__point-item {
  position: relative;
}

.f-feature__point-image {
  grid-area: 1 / 1 / 2 / 2;
}
@media (min-width: 768px) {
  .f-feature__point-image {
    grid-area: 1 / 1 / 3 / 2;
  }
}
.f-feature__point-text__hd {
  grid-area: 1 / 2 / 2 / 3;
}
@media (min-width: 768px) {
  .f-feature__point-text__hd {
    grid-area: 1 / 2 / 2 / 3;
  }
}
.f-feature__point-text {
  grid-area: 2 / 1 / 3 / 3;
}
@media (min-width: 768px) {
  .f-feature__point-text {
    grid-area: 2 / 2 / 3 / 3;
  }
}
  
.f-feature__point-image {
  width: 160px;
}
.f-feature__point-item picture img {
  width: 100%;
}

.f-feature__point-text {
  margin-left: 0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .f-feature__point-text {
    margin-left: -30px;
    font-weight: 500;
    font-size: 20px;
    margin-top: unset;
  }
}

.f-feature__point-text__hd {
  position: absolute;
  top: 50px;
  left: min(136px, calc(136 / 375 * 100vw));
  left: max(136px, calc(136 / 375 * 100vw));
  font-size: 23px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .f-feature__point-text__hd {
    margin-top: 30px;
    margin-left: -30px;
    display: block;
    font-size: 30px;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    width: fit-content;
    height: fit-content;
    background: url(./../img/feature/feature-point-text_hd-deco.png)no-repeat left bottom/ 100%;
  }
}
.f-feature__point-text__hd span {
  display: block;
  width: fit-content;
  background: url(./../img/feature/feature-point-text_hd-deco--sp.png)no-repeat left calc(100% - 4px) / 100%;
}
@media (min-width: 768px) {
  .f-feature__point-text__hd span {
    display: inline;
    background: unset;
  }
}
.f-feature__point-item:nth-of-type(2) {
  margin-top: 38px;
}
.f-feature__note {
  font-size: 20px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  color: #3b5c91;
  font-weight: 700;
}

@media (min-width: 768px) {
  .f-feature__point-text__hd {
    position: unset;
    top: unset;
  }
}



/* sec01 */
.f-feature__sec01 {
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
}
.f-feature__sec01 .f-feature__sec-hd {
  margin-bottom: min(65px, calc(65 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec01 .f-feature__sec-hd {
    margin-bottom: 0;
  }
}
.f-feature__sec01 .f-feature__sec-hd-text {
  top: min(140px, calc(140 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec01 .f-feature__sec-hd-text {
    top: min(150px, calc(150 / 1200 * 100vw));
  }
}


.f-feature__sec01 .f-feature__sec-body {
  padding-left: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .f-feature__sec01 .f-feature__sec-body {
    max-width: 1055px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .f-feature__sec01 .f-feature__sec-body {
    padding-left: 0;
  }
}

.f-feature__sec01-details {
  display: flex;
  flex-direction: column;
  column-gap: min(52px, 4.3vw);
  justify-content: space-between;
}
@media (min-width: 768px) {
  .f-feature__sec01-details {
    max-width: 1200px;
    align-items: center;
    flex-direction: row;
    column-gap: min(32px, 2.66666vw);
    justify-content: space-between;
    margin: 0 auto;
  }
}
.f-feature__sec01-details-item--text {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07em;
  flex: 1 1 60%;
  padding-inline: 20px;
  line-height: 1.5;
}
.f-feature__sec01--text-blue {
  font-style: unset;
  color: #3b5c91;
}
.f-feature__sec01--text_underbar {
  font-style: unset;
  text-decoration: none;
  border-bottom: 1px solid #3b5c91;
}

@media (min-width: 768px) {
  .f-feature__sec01-details-item--text {
    width: 55.76%;
    font-size: clamp(15px, calc(4.608px + 1.28vw), 20px);
    letter-spacing: unset;
    padding: 0;
  }
}
@media (min-width: 940px) {
  .f-feature__sec01-details-item--text {
    padding-left: 0;
  }
}
.f-feature__sec01-details-item--brief {
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .f-feature__sec01-details-item--brief {
    flex: 0 0 36%;
    height: min(415px, calc(415 / 1200 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: unset;
  }
}
img.feature-sec01-image {
  width: 100%;
}

.f-feature__sec-reference {
  position: relative;
  padding-inline: 20px;
}
.f-feature__sec01 .f-feature__sec-bg-image {
  bottom: 0;
}


.f-feature__sec01 .f-feature__sec-reference__box::after {
  content: "";
  background: url(./../img/feature/feature-sec02-image11.png) no-repeat center center / cover;
  position: absolute;
  top: -24px;
  right: -12px;
  width: 61px;
  height: 84px;
}
@media (min-width: 768px) {
  .f-feature__sec01 .f-feature__sec-reference__box::after {
    content: none;
  }
}



/* sec02 */
.f-feature__sec02 {
}
.f-feature__sec02 .f-feature__sec-hd-text {
  top: unset;
  bottom: 40px;
  z-index: -1;
}
@media (min-width: 768px) {
  .f-feature__sec02 .f-feature__sec-hd-text {
    top: min(190px, calc(190 / 1200 * 100vw));
  }
}
@media (min-width: 1260px) {
  .f-feature__sec02 .f-feature__sec-hd-text {
    top: min(260px, calc(260 / 1200 * 100vw));
  }
}
.f-feature__sec02 .f-feature__sec-bg-image {
  bottom: -40px;
}
@media (min-width: 768px) {
  .f-feature__sec02 .f-feature__sec-bg-image {
    bottom: 20px;
  }
}
.f-feature__sec02-introduction {
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__sec02-introduction-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .f-feature__sec02-introduction-inner {
    max-width: 1055px;
    margin: 0 auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .f-feature__sec02-introduction-image {
    width: min(130px, calc(130 / 1200 * 100vw));
    height: auto;
    flex: 0 0 12%;
    height: min(130px, calc(130 / 1200 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: unset;
  }
}
.f-feature__sec02-introduction-image img {
  width: 100%;
}
.f-feature__sec02-introduction-text {
  width: max(290px, calc(290 / 375 * 100vw));
  margin: auto;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .f-feature__sec02-introduction-text {
    font-size: 20px;
    width: 88%;
    flex: 1 1 88%;
  }
}
@media (min-width: 768px) {
  .f-feature__sec02-introduction { 
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .f-feature__sec02 .f-feature__sec-body {
    padding: 0 20px;
  }
}
.text_deco-ng,
.text_deco-ok {
  font-weight: 900;
  color: #fff;
  padding: 0 7px 2px;
  border-radius: 14px;
  margin-right: 5px;
}
.text_deco-ng {
  background-color: #7895cc;
  border: solid 1px #7895cc;
}
.text_deco-ok {
  background-color: #e45461;
  border: solid 1px #e1414f;
}

.f-feature__sec02-details {
  width: max(290px, calc(290 / 375 * 100vw));
  margin: auto;
}
@media (min-width: 768px) {
  .f-feature__sec02-details {
    width: unset;
    max-width: 940px;
    margin: auto;
  }
}

.f-feature__sec02-upper-list {
  display: grid;
  column-gap: 130px;
  padding: 20px;
  row-gap: 36px;
  background-color: #fff;
  border: solid 1px #94e3ff;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .f-feature__sec02-upper-list {
    grid-template-columns: 1fr;
    padding: 64px 54px 70px;
    row-gap: 0;
  }
}
@media (min-width: 1160px) {
  .f-feature__sec02-upper-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: unset;
  }
}
.f-feature__sec02-upper-item__summary {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .f-feature__sec02-upper-item__summary {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) {
  .f-feature__sec02-upper-item__summary img {
    margin-left: 50px;
  }
  .f-feature__sec02-upper-item__summary p {
    margin-right:  20px;
  }
}
@media (min-width: 821px) {
  .f-feature__sec02-upper-item__summary img {
    margin-left:100px;
  }
  .f-feature__sec02-upper-item__summary p {
    margin-right:  80px;
  }
}
@media (min-width: 1160px) {
  .f-feature__sec02-upper-item__summary img {
    margin-left: unset;
  }
  .f-feature__sec02-upper-item__summary p {
    margin-right: unset;
  }
}
.f-feature__sec02-upper-type {
  grid-area: 1 / 1 / 2 / 3;
  width: 100%;
  height: fit-content;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  border-radius: 10px;
}
.f-feature__type--ng {
  background-color: #7895cc;
}
.f-feature__type--ok {
  background-color: #ea7a84;
}
.f-feature__sec02-upper-item__summary img {
  grid-area: 2 / 1 / 3 / 2;
  width: 74px;
  height: auto;
}
@media (min-width: 768px) {
  .f-feature__sec02-upper-item__summary img {
    width: 95px;
  }
}
.f-feature__sec02-upper-item__summary p {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__sec02-upper-item__summary p {
    font-size: 20px;
    padding: 10px;
  }
}
.f-feature__sec02-upper-item__summary p::before {
  content: "「";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 42px;
}
.f-feature__sec02-upper-item__summary p.f-feature__type__text-blue::before,
.f-feature__sec02-upper-item__summary p.f-feature__type__text-blue::after {
  color: #bccae6;
} 
.f-feature__sec02-upper-item__summary p.f-feature__type__text-red::before,
.f-feature__sec02-upper-item__summary p.f-feature__type__text-red::after {
  color: #f0a0a7;
} 
@media (min-width: 768px) {
  .f-feature__sec02-upper-item__summary p::before {
    right: -24px;
    font-size: 42px;
  }
}
.f-feature__sec02-upper-item__summary p::after {
  content: "」";
  position: absolute;
  bottom: 0;
  right: -30px;
  font-size: 42px;
}
@media (min-width: 768px) {
  .f-feature__sec02-upper-item__summary p::after {
    right: -24px;
    font-size: 42px;
  }
}
.f-feature__type__text-blue {
  color: #6482be;
}
.f-feature__type__text-red {
  color: #e1414f;
}

.f-feature__sec02-midle-list {
  margin-top: 40px;
}

.f-feature__sec02-bottom-list {
  position: relative;
    display: grid;
    grid-template-columns: auto;
    row-gap: 30px;
    margin-top: 25px;
}
@media (min-width: 768px) {
  .f-feature__sec02-bottom-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: unset;
  }
}
@media (min-width: 1160px) {
  .f-feature__sec02-bottom-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .f-feature__sec02-bottom-list li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}

.f-feature__sec02-bottom-item-box {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #94e3ff;
}
img.f-feature__sec02-bottom-item-box__l {
  width: max(100px, calc(200 / 700 * 100vw));
  margin-top: auto;
}
@media (min-width: 768px) {
  img.f-feature__sec02-bottom-item-box__l {
    width: 100%;
  }
}
.f-feature__sec02-bottom-item-box__r {
  width:100%;
  padding: 20px 10px 0 0;
}
@media (min-width: 768px) {
  .f-feature__sec02-bottom-item-box__r {
    width: clamp(110px, calc(-0.216px + 13.85vw), 164px);
  }
}
.f-feature__sec02-bottom-item-box__r p {
  color: #e1414f;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.f-feature__sec02-bottom-item-box__text {
  padding-left: 20px;
}
.f-feature__sec02-bottom-item-box__icon {
  width: 120px;
}
.f-feature__sec02-bottom-item-box__icon img {
  width: 100%;
}

.ex-case {
  border-collapse: separate;
  border-spacing: 10px; 
}
@media (min-width: 768px) {
  .ex-case {
    margin-top: 10px;
  }
}
.ex-case th,
.ex-case td {
  vertical-align: top;
}
.ex-case th span {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #e1414f;
  line-height: 1;
  padding: 6px;
  text-align: center;
  transition: all 0.3s;
}
.ex-case th span small {
  display: block;
  font-size: 10px;
}
.ex-case th a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .ex-case th a:hover span {
    opacity: 0.8;
  }
}
.ex-case td {
  line-height: 1.2;
}
.ex-case tr:not(:first-child) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .f-feature__sec02 .f-feature__sec-reference {
    margin-top: 30px;
  }
}

.f-feature__point-item__deco {
  position: relative;
}
@media (min-width: 768px) {
  .f-feature__point-item__deco::before {
    content: '';
    position: absolute;
    background: url();
    top: -20px;
    right: -12px;
    width: 128px;
    height: 89px;
    background: url(./../img/feature/feature_image__deco01.svg) no-repeat center center / contain;
  }
  .f-feature__point-item__deco::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -20px;
    width: 44px;
    height: 45px;
    background: url(./../img/feature/feature_image__deco02.png) no-repeat center center / contain;
  }
}


/* sec03 */
.f-feature__sec03 {
  margin-top: 60px;
  padding-bottom: 30px;
}

.f-feature__sec03 .f-feature__sec-hd {
  margin-bottom: min(110px, calc(110 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec03 .f-feature__sec-hd {
    margin-bottom: unset;
  }
}

.f-feature__sec03 .f-feature__sec-hd-text {
  top: unset;
  top: min(200px, calc(200 / 375 * 100vw));
}
@media (min-width: 768px) {
  .f-feature__sec03 .f-feature__sec-hd-text {
    top: min(180px, calc(180 / 1200 * 100vw));
    padding-right: 12%;
  }
}
@media (min-width: 768px) {
  .f-feature__sec03 .f-feature__sec-body {
    padding-inline: 20px;

  }
}

.f-feature__sec03-details {
  width: max(290px, calc(290 / 375 * 100vw));
  margin: auto;
}
@media (min-width: 768px) {
  .f-feature__sec03-details {
    width: unset;
    max-width: 940px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .f-feature__sec03-middle-image {
  }
}
.f-feature__sec03-details-item--text {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .f-feature__sec03-details-item--text {
    font-size: 20px;
  }
}
.f-feature__sec03-details-item--text .f-feature__sec03-em {
  font-style: unset;
  color: #fff;
  padding: 2px 8px 4px;
  border-radius: 18px;
}
.f-feature__sec03-em--g {
  background-color: #48bcc1;
}
.f-feature__sec03-em--r {
  background-color: #eb6d8e;
}
.f-feature__sec03-em--b {
  background-color: #96d2e6;
}
.f-feature__sec03-upper-box {
  width: 100%;
  margin: 25px auto 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  border: 1px solid #94e3ff;
}
@media (min-width: 768px) {
  .f-feature__sec03-upper-box {
    max-width: 940px;
    margin: 20px auto;
  }
}
.f-feature__sec03 .f-feature__sec-bg-image {
  width: 100%;
  top: 130px;
}
@media (min-width: 768px) {
  .f-feature__sec03 .f-feature__sec-bg-image {
    top: -40px;
  }
}

.f-feature__sec03-upper-image img {
  display: block;
}
.f-feature__sec03-upper-image {
  width: 55px;
  height: auto;
  position: absolute;
  top: -40px;
  right: -10px;
}
@media (min-width: 768px) {
  .f-feature__sec03-upper-image {
    width: 150px;
    top: unset;
    bottom: 0;
    right: 0;
  }
}
.f-feature__sec03-upper-list {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-feature__sec03-upper-list {
    padding: 12px 28px;
    font-size: 20px;
  }
}
.f-feature__sec03-upper-item {
  padding: 12px 0;
  position: relative;
}
.f-feature__sec03-upper-item:not(:last-child) {
  margin-bottom: 6px;
}
.f-feature__sec03-upper-item .f-feature__sec03-em {
  font-style: unset;
  color: #fff;
  padding: 8px;
  border-radius: 18px;
  margin-right: 6px;
}

.f-feature__sec03-upper-item {
  display: flex;
}
.f-feature__sec03-upper-item-left .f-feature__sec03-em {
  display: block;
  width: max-content;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .f-feature__sec03-upper-item-left .f-feature__sec03-em {
      display: block;
      margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .f-feature__sec03-upper-item-left .f-feature__sec03-em {
    display: inline;
  }
}

.f-feature__sec03-upper-item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 60px;
  width: calc(100% - 60px);
  height: 100%;
  background-image: url(./../img/feature/dot-line_image.png);
  background-size: 13px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.f-feature__sec03-middle-image {
  margin-top: 25px;
}

.f-feature__sec03-midle-list {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .f-feature__sec03-midle-list {
    margin-top: unset;
  }
}

.f-feature__sec03-bottom-list {
  margin-top: 25px;
  background-color: #fff;
  border: solid 1px #94e3ff ;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-feature__sec03-bottom-list {
    font-size: 20px;
  }
}

.f-feature__sec03-bottom-list .text-red {
  font-style:unset;
  color: #e1414f;
  font-weight: 900;
}

.f-feature__sec03-bottom-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .f-feature__sec03-bottom-list li:not(:last-child) {
    margin-bottom: unset;
  }
}

.f-feature__sec03__note {
  font-size: max(18px, 4.8vw);
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-feature__sec03__note {
    margin-top: 24px;
    font-size: clamp(14px, calc(1.538px + 1.538vw), 20px);
  }
}

.f-feature__sec04-image {
  width: max(310px, calc(310 / 375 * 100vw));
  margin: auto;
}
@media (min-width: 768px) {
  .f-feature__sec04-image {
    width: unset;
    margin: auto;
    max-width: 940px;
  }
}
.f-feature__sec04-image img {
  width: 100%;
}

.f-feature__sec04-inner {
}
@media (min-width: 768px) {
  .f-feature__sec04-inner {
      padding-inline: 20px;
  }
}

.f-feature__sec04-text {
  width: max(290px, calc(290 / 375 * 100vw));
  margin: auto;
  background-color: #7895cc;
  border: 1px solid #3b5c91;
  color: #fff;
  border-radius: 10px;
  /* padding: 30px 20px 20px; */
  padding: calc(30 / 375 * 100vw) 20px 20px;
  font-size: 16px;
  margin-top: calc(-30 / 375 * 100vw);
}
@media (min-width: 768px) {
  .f-feature__sec04-text {
    width: unset;
    max-width: 940px;
    padding: 70px 40px 36px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -60px;
  }
}



.f-feature__knack-comment {
  text-align: center;
  margin-bottom: 48px;
}
.f-feature__knack-comment span {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  margin: auto;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span {
    max-width: 930px;
    font-size: 39px;
    line-height: calc(56 / 39);
    padding: 0 100px;
  }
}
.f-feature__knack-comment span::before, .f-feature__knack-comment span::after {
  position: absolute;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::before, .f-feature__knack-comment span::after {
    height: 100%;
  }
}
.f-feature__knack-comment span::before {
  transform: rotate(-17deg);
  left: 30px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::before {
    left: 60px;
  }
}
.f-feature__knack-comment span::after {
  transform: rotate(17deg);
  right: 30px;
}
@media (min-width: 768px) {
  .f-feature__knack-comment span::after {
    right: 60px;
  }
}