@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .red {
  color: #CD0934;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-header {
    padding: calc(26 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
}
.adlp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(1040 / 1080 * 100vw), 1040px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    flex-wrap: wrap;
    gap: calc(14 / 750 * 100vw);
    align-items: flex-start;
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw) 0 calc(11 / 750 * 100vw);
  }
}
.adlp-header__logo {
  flex-shrink: 0;
  width: min(calc(318 / 1080 * 100vw), 318px);
  padding-right: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(320 / 750 * 100vw);
  }
}
.adlp-header__tel {
  margin-right: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-header__tel {
    margin: 0;
  }
}
.adlp-header__telNumber {
  display: flex;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  align-items: center;
  pointer-events: none;
  cursor: default;
  font-family: Roboto, sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-header__telNumber {
    display: flex;
    gap: calc(6 / 750 * 100vw);
    align-items: center;
    justify-content: center;
    width: calc(350 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    pointer-events: auto;
    cursor: pointer;
    background-color: #fff;
    border: calc(4 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-header__telNumber::before {
  display: inline-block;
  width: min(calc(39 / 1080 * 100vw), 39px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  content: "";
  background: url("../img/common/header_tel.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .adlp-header__telNumber::before {
    width: calc(44 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__telTime {
    margin-top: calc(8 / 750 * 100vw);
  }
}
.adlp-header__telTime p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .adlp-header__telTime p {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header__btns {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__btns {
    gap: calc(15 / 750 * 100vw);
    margin-left: auto;
  }
}
.adlp-header__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(40 / 1080 * 100vw), 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 800;
  font-feature-settings: "halt" on;
  line-height: 1.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn a {
    height: calc(80 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
  }
}
.adlp-header__btn--01 a {
  width: min(calc(160 / 1080 * 100vw), 160px);
  background-color: #ffd966;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn--01 a {
    width: calc(260 / 750 * 100vw);
  }
}
.adlp-header__btn--02 a {
  width: min(calc(130 / 1080 * 100vw), 130px);
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #ffd966;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn--02 a {
    width: calc(200 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #ffd966;
  }
}

.adlp-footer {
  padding: min(calc(56 / 1080 * 100vw), 56px) 0;
  background-color: #eaeff6;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.adlp-footer__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.adlp-footer__logo {
  width: min(calc(94 / 1080 * 100vw), 94px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(188 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}
.adlp-footer__list {
  display: flex;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__list {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.adlp-footer__list li {
  position: relative;
}
.adlp-footer__list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-footer__list li a {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-footer__list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .adlp-footer__list li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: max(calc(-24 / 1080 * 100vw), -24px);
    width: min(calc(1 / 1080 * 100vw), 1px);
    height: min(calc(24 / 1080 * 100vw), 24px);
    content: "";
    background-color: #555;
    transform: translateY(-50%);
  }
}
.adlp-footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(18 / 750 * 100vw);
  }
}

.adlp-main {
  padding-top: min(calc(94 / 1080 * 100vw), 94px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(260 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(110%);
  }
}

.adlp-swiper {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  /* ページネーションの余白 */
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0;
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27.5' fill='white' stroke='%23425B76'/%3E%3Cpath d='M32 20L24 28L32 36' stroke='%23425B76' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27' fill='white' stroke='%23425B76' stroke-width='2'/%3E%3Cpath d='M32 20L24 28L32 36' stroke='%23425B76' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27.5' fill='white' stroke='%23425B76'/%3E%3Cpath d='M24 20L32 28L24 36' stroke='%23425B76' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27' fill='white' stroke='%23425B76' stroke-width='2'/%3E%3Cpath d='M24 20L32 28L24 36' stroke='%23425B76' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.cv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cv {
    padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  }
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(111 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .sec10 + .cv {
    margin-top: max(calc(-40 / 1080 * 100vw), -40px);
  }
}
@media screen and (max-width: 767px) {
  .sec10 + .cv {
    padding-top: calc(60 / 750 * 100vw);
  }
}

.cv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cv__bg picture,
.cv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cv__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv__inner {
    width: min(calc(1000 / 1080 * 100vw), 1000px);
  }
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.cv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cv__cta {
    gap: min(calc(25 / 1080 * 100vw), 25px);
    width: min(calc(600 / 1080 * 100vw), 600px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cv__cta {
    gap: calc(30 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cv__cta-dl {
    width: min(calc(504 / 1080 * 100vw), 504px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl {
    width: 100%;
    max-width: calc(690 / 750 * 100vw);
  }
}

.cv__cta-dl-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.cv__cta-dl-tag {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-tag {
    font-size: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-tag {
    font-size: calc(28 / 750 * 100vw);
  }
}
.cv__cta-dl-tag span {
  color: #ffd966;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-tag span {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-tag span {
    font-size: calc(42 / 750 * 100vw);
  }
}

.cv__cta-dl-rect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffd966;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-rect {
    margin-top: min(calc(5 / 1080 * 100vw), 5px);
    border: min(calc(4 / 1080 * 100vw), 4px) solid #ffd966;
    border-radius: min(calc(800 / 1080 * 100vw), 800px);
    box-shadow: 0 min(calc(4.8 / 1080 * 100vw), 4.8px) min(calc(1.6 / 1080 * 100vw), 1.6px) rgba(0, 0, 0, 0.2);
    padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-rect {
    margin-top: calc(3 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(7.2 / 750 * 100vw) calc(2.4 / 750 * 100vw) rgba(0, 0, 0, 0.2);
    padding: calc(45 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.cv__cta-dl-label {
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-label {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-label {
    font-size: calc(36 / 750 * 100vw);
  }
}

.cv__cta-dl-free {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-free {
    left: min(calc(6 / 1080 * 100vw), 6px);
    width: min(calc(70 / 1080 * 100vw), 70px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-free {
    left: calc(11 / 750 * 100vw);
    width: calc(117 / 750 * 100vw);
  }
}
.cv__cta-dl-free img {
  width: 100%;
  display: block;
}

.cv__cta-dl-docs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cv__cta-dl-docs {
    right: min(calc(20 / 1080 * 100vw), 20px);
    width: min(calc(95 / 1080 * 100vw), 95px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-dl-docs {
    right: calc(30 / 750 * 100vw);
    width: calc(143 / 750 * 100vw);
  }
}
.cv__cta-dl-docs img,
.cv__cta-dl-docs picture {
  width: 100%;
  display: block;
}

.cv__cta-row {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cv__cta-row {
    flex-direction: row;
    gap: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-row {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cv__cta-btn {
    width: min(calc(290 / 1080 * 100vw), 290px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-btn {
    width: calc(470 / 750 * 100vw);
  }
}
.cv__cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv__cta-btn a {
    gap: min(calc(8 / 1080 * 100vw), 8px);
    padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(20 / 1080 * 100vw), 20px);
    border: min(calc(3.2 / 1080 * 100vw), 3.2px) solid #ffd966;
    border-radius: min(calc(800 / 1080 * 100vw), 800px);
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    line-height: 1.6;
    box-shadow: 0 min(calc(4.8 / 1080 * 100vw), 4.8px) min(calc(1.6 / 1080 * 100vw), 1.6px) rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-btn a {
    gap: calc(12 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) calc(20 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.14);
  }
}

.cv__cta-btn-icon {
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .cv__cta-btn-icon {
    width: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .cv__cta-btn-icon {
    width: calc(33 / 750 * 100vw);
  }
}

.cv__cta-btn-label {
  display: inline-block;
}

.cv.--cv03 {
  background: linear-gradient(90deg, #425b76 0%, #6684a4 100%);
}
@media screen and (min-width: 768px) {
  .cv.--cv03 {
    padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  }
}
@media screen and (max-width: 767px) {
  .cv.--cv03 {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.cv.--cv03 .cv__cta-dl {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv.--cv03 .cv__cta-dl {
    width: min(calc(360 / 1080 * 100vw), 360px);
  }
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__cta-dl {
    width: calc(360 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv.--cv03 .cv__cta-dl-rect {
    padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__cta-dl-rect {
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv.--cv03 .cv__cta-dl-label {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
  }
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__cta-dl-label {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-color: #fff;
  overflow: hidden;
}

.fv__bg {
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
}
.fv__bg picture,
.fv__bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.fv__inner {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    width: min(calc(1080 / 1080 * 100vw), 1080px);
    margin: 0 auto;
    padding: min(calc(22 / 1080 * 100vw), 22px) 0 min(calc(34 / 1080 * 100vw), 34px);
  }
  .fv__inner .fv__label {
    order: 1;
  }
  .fv__inner .fv__heading {
    order: 2;
  }
  .fv__inner .fv__cta {
    order: 3;
  }
  .fv__inner .fv__medals {
    order: 4;
  }
  .fv__inner .fv__note {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding: calc(42 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.fv__label {
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .fv__label {
    margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
    padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px);
    font-size: min(calc(14 / 1080 * 100vw), 14px);
    border-radius: min(calc(4 / 1080 * 100vw), 4px);
  }
}
@media screen and (max-width: 767px) {
  .fv__label {
    margin-bottom: calc(20 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
  }
}

.fv__heading {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .fv__heading {
    margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading {
    margin-bottom: calc(340 / 750 * 100vw);
  }
}

.fv__heading-deco {
  display: flex;
  color: #13283e;
}
@media screen and (min-width: 768px) {
  .fv__heading-deco {
    flex-direction: row;
    column-gap: min(calc(4 / 1080 * 100vw), 4px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading-deco {
    flex-direction: column;
  }
}

.fv__heading-decoRow {
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .fv__heading-decoRow {
    column-gap: min(calc(4 / 1080 * 100vw), 4px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading-decoRow {
    column-gap: calc(4 / 750 * 100vw);
  }
  .fv__heading-decoRow:nth-child(n+2) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.fv__heading-decoTxt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #13283e;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv__heading-decoTxt {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading-decoTxt {
    font-size: calc(27 / 750 * 100vw);
  }
}
.fv__heading-decoTxt.--lg span {
  position: relative;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__heading-decoTxt.--lg span {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__heading-decoTxt.--lg span::before {
  content: "・";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 60%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 0.8em;
  color: #009479;
}

.fv__heading-sub {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #009479;
}
@media screen and (min-width: 768px) {
  .fv__heading-sub {
    margin-top: min(calc(15 / 1080 * 100vw), 15px);
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading-sub {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.fv__heading-main {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #13283e;
}
@media screen and (min-width: 768px) {
  .fv__heading-main {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .fv__heading-main {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.fv__medals {
  display: flex;
}
@media screen and (min-width: 768px) {
  .fv__medals {
    gap: min(calc(10 / 1080 * 100vw), 10px);
    margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medals {
    justify-content: center;
    gap: calc(18 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.fv__medal {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(12 / 1080 * 100vw), 12px) 0 rgba(0, 0, 0, 0.35);
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__medal {
    width: min(calc(160 / 1080 * 100vw), 160px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal {
    width: calc(211 / 750 * 100vw);
    box-shadow: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.35);
  }
}

.fv__medal-img {
  grid-area: stack;
  width: 100%;
}
.fv__medal-img img {
  width: 100%;
  display: block;
}

.fv__medal-info {
  grid-area: stack;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #13283e;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .--m02 .fv__medal-info {
    margin-top: calc(-10 / 750 * 100vw);
  }
  .--m03 .fv__medal-info {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.fv__medal-label {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .fv__medal-label {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-label {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__medal-num {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -0.08em;
  color: #b9934a;
  position: relative;
  left: -0.06em;
}
@media screen and (min-width: 768px) {
  .fv__medal-num {
    margin-top: min(calc(8 / 1080 * 100vw), 8px);
    font-size: min(calc(50 / 1080 * 100vw), 50px);
  }
  .fv__medal-num small {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-num {
    margin-top: calc(12 / 750 * 100vw);
    font-size: calc(66 / 750 * 100vw);
  }
  .fv__medal-num small {
    font-size: 0.6em;
  }
}

.fv__medal-unit {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #b9934a;
}
@media screen and (min-width: 768px) {
  .fv__medal-unit {
    margin-top: min(calc(4 / 1080 * 100vw), 4px);
    font-size: min(calc(22 / 1080 * 100vw), 22px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-unit {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.fv__medal-no {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #b9934a;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fv__medal-no {
    margin-top: min(calc(12 / 1080 * 100vw), 12px);
    gap: min(calc(2 / 1080 * 100vw), 2px);
    position: relative;
    top: max(calc(-10 / 1080 * 100vw), -10px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-no {
    margin-top: calc(4 / 750 * 100vw);
    gap: calc(2 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    margin-left: 0.5em;
  }
}

.fv__medal-noPrefix {
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .fv__medal-noPrefix {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-noPrefix {
    font-size: calc(46 / 750 * 100vw);
  }
}

.fv__medal-noVal {
  font-weight: 500;
  line-height: 1.18;
}
@media screen and (min-width: 768px) {
  .fv__medal-noVal {
    font-size: min(calc(72 / 1080 * 100vw), 72px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-noVal {
    font-size: calc(104 / 750 * 100vw);
  }
}

.fv__medal-suffix {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .fv__medal-suffix {
    margin-top: min(calc(2 / 1080 * 100vw), 2px);
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-suffix {
    margin-top: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.fv__medal-code {
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.08em;
  color: #b9934a;
}
@media screen and (min-width: 768px) {
  .fv__medal-code {
    margin-top: min(calc(6 / 1080 * 100vw), 6px);
    font-size: min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-code {
    margin-top: 0;
    font-size: calc(40 / 750 * 100vw);
  }
}

.fv__medal-note {
  font-weight: 400;
  line-height: 1.3;
  color: #13283e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv__medal-note {
    margin: min(calc(10 / 1080 * 100vw), 10px) auto min(calc(5 / 1080 * 100vw), 5px);
    font-size: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .fv__medal-note {
    margin: calc(10 / 750 * 100vw) auto calc(10 / 750 * 100vw);
    font-size: calc(12 / 750 * 100vw);
  }
}

.fv__cta {
  display: flex;
}
@media screen and (min-width: 768px) {
  .fv__cta {
    gap: min(calc(12 / 1080 * 100vw), 12px);
    margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .fv__cta {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.fv__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #13283e;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.fv__btn--inquiry a {
  background-color: #fff;
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 768px) {
  .fv__btn--inquiry a {
    width: min(calc(265 / 1080 * 100vw), 265px);
    padding: min(calc(16 / 1080 * 100vw), 16px) 0;
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    border: min(calc(2 / 1080 * 100vw), 2px) solid #ffd966;
    border-radius: min(calc(999 / 1080 * 100vw), 999px);
  }
}
@media screen and (max-width: 767px) {
  .fv__btn--inquiry a {
    width: calc(470 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.14);
  }
}
.fv__btn--download a {
  background: linear-gradient(180deg, #ffe081 0%, #f7ca41 100%);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(19, 40, 62, 0.3);
}
@media screen and (min-width: 768px) {
  .fv__btn--download a {
    padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(50 / 1080 * 100vw), 50px);
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    border-radius: min(calc(999 / 1080 * 100vw), 999px);
  }
}
@media screen and (max-width: 767px) {
  .fv__btn--download a {
    width: calc(690 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(7 / 750 * 100vw) calc(2 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}

.fv__btn-icon {
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3V15M12 15L7 10M12 15L17 10M4 21H20' stroke='%2313283E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .fv__btn-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn-icon {
    display: inline-block;
    width: calc(40 / 750 * 100vw);
    margin-right: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fv__btn-text {
    font-weight: 700;
  }
}

.fv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #555;
}
@media screen and (min-width: 768px) {
  .fv__note {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    padding-inline: calc(30 / 750 * 100vw);
  }
}

.demo {
  background: linear-gradient(180deg, #fff 0%, #d2deeb 24%, #d2deeb 61%, #fff 86%);
}
@media screen and (min-width: 768px) {
  .demo {
    padding: min(calc(70 / 1080 * 100vw), 70px) 0;
  }
}
@media screen and (max-width: 767px) {
  .demo {
    padding: calc(70 / 750 * 100vw) 0;
    background: linear-gradient(180deg, #fff 0%, #d2deeb 24%, #d2deeb 72%, #fff 94%);
  }
}

.demo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .demo__inner {
    width: min(calc(1000 / 1080 * 100vw), 1000px);
    margin: 0 auto;
    gap: min(calc(56 / 1080 * 100vw), 56px);
  }
}
@media screen and (max-width: 767px) {
  .demo__inner {
    gap: calc(60 / 750 * 100vw);
  }
}

.demo__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #283d53;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .demo__heading {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .demo__heading {
    font-size: calc(32 / 750 * 100vw);
  }
}
.demo__heading small {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .demo__heading small {
    font-size: calc(24 / 750 * 100vw);
  }
}
.demo__heading strong {
  color: var(--main-accent-2-sub, #cd0934);
}

.demo__slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper {
    overflow: visible;
  }
}
.demo__slider .adlp-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-inline: min(calc(13 / 1080 * 100vw), 13px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .swiper-slide {
    overflow: visible;
    padding-inline: calc(17 / 750 * 100vw);
  }
}
.demo__slider .adlp-swiper .demo__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #fff;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  box-shadow: 0 min(calc(5 / 1080 * 100vw), 5px) min(calc(7 / 1080 * 100vw), 7px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .demo__slider .adlp-swiper .demo__card {
    gap: min(calc(12 / 1080 * 100vw), 12px);
    padding: min(calc(20 / 1080 * 100vw), 20px) 0;
    border-radius: min(calc(10 / 1080 * 100vw), 10px);
    box-shadow: 0 min(calc(5 / 1080 * 100vw), 5px) min(calc(7 / 1080 * 100vw), 7px) 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .demo__card {
    gap: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    border-radius: calc(11 / 750 * 100vw);
    box-shadow: 0 calc(11 / 750 * 100vw) calc(14 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}
.demo__slider .adlp-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .demo__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.7;
  border-radius: inherit;
  pointer-events: none;
}
.demo__slider .adlp-swiper .demo__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #283d53;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .demo__slider .adlp-swiper .demo__card-title {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .demo__card-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .demo__slider .adlp-swiper .demo__card-img {
    width: min(calc(270 / 1080 * 100vw), 270px);
  }
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .demo__card-img {
    width: calc(535 / 750 * 100vw);
  }
}
.demo__slider .adlp-swiper .demo__card-img img {
  width: 100%;
  display: block;
}
.demo__slider .adlp-swiper .demo__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 768px) {
  .demo__slider .adlp-swiper .demo__card-note {
    width: min(calc(270 / 1080 * 100vw), 270px);
    font-size: min(calc(10 / 1080 * 100vw), 10px);
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .demo__card-note {
    width: calc(535 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.demo__slider .adlp-swiper .swiper-button-prev {
  left: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .swiper-button-prev {
    left: calc(10 / 750 * 100vw);
    width: calc(84 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
  }
}
.demo__slider .adlp-swiper .swiper-button-next {
  right: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .demo__slider .adlp-swiper .swiper-button-next {
    right: calc(10 / 750 * 100vw);
    width: calc(84 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
  }
}

.security {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .security {
    padding: min(calc(30 / 1080 * 100vw), 30px) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .security {
    padding: calc(64 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.security__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .security__inner {
    width: min(calc(920 / 1080 * 100vw), 920px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .security__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.security__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283d53;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .security__heading {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .security__heading {
    font-size: calc(46 / 750 * 100vw);
  }
}
.security__heading span {
  color: var(--base-red, #d13737);
}

.security__callout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .security__callout {
    max-width: min(calc(709 / 1080 * 100vw), 709px);
    margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .security__callout {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.security__callout-bg {
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
}
.security__callout-bg picture,
.security__callout-bg img {
  width: 100%;
  display: block;
}

.security__bubble {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #425b76;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .security__bubble {
    padding-right: min(calc(158 / 1080 * 100vw), 158px);
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .security__bubble {
    align-self: start;
    padding: calc(15 / 750 * 100vw) 0 0;
    font-size: calc(28 / 750 * 100vw);
  }
}
.security__bubble p {
  margin: 0;
}

.security__personas {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .security__personas {
    flex-direction: row;
    gap: min(calc(80 / 1080 * 100vw), 80px);
    width: 100%;
    margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .security__personas {
    flex-direction: column;
    gap: calc(120 / 750 * 100vw);
    width: 100%;
    padding-inline: calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.security__personas::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .security__personas::after {
    font-size: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .security__personas::after {
    font-size: calc(80 / 750 * 100vw);
  }
}

.security__persona {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background: linear-gradient(135deg, rgb(66, 91, 118) 0%, rgb(102, 132, 164) 100%);
}
@media screen and (min-width: 768px) {
  .security__persona {
    gap: min(calc(12 / 1080 * 100vw), 12px);
    padding: min(calc(27 / 1080 * 100vw), 27px) min(calc(26 / 1080 * 100vw), 26px) min(calc(28 / 1080 * 100vw), 28px);
    border-radius: min(calc(15 / 1080 * 100vw), 15px);
  }
}
@media screen and (max-width: 767px) {
  .security__persona {
    gap: calc(18 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(22 / 750 * 100vw);
  }
}

.security__persona-img img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .security__persona:nth-child(1) .security__persona-img {
    width: min(calc(99 / 1080 * 100vw), 99px);
  }
}
@media screen and (max-width: 767px) {
  .security__persona:nth-child(1) .security__persona-img {
    width: calc(149 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .security__persona:nth-child(2) .security__persona-img {
    width: min(calc(89 / 1080 * 100vw), 89px);
  }
}
@media screen and (max-width: 767px) {
  .security__persona:nth-child(2) .security__persona-img {
    width: calc(134 / 750 * 100vw);
  }
}

.security__persona-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .security__persona-title {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .security__persona-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.security__persona-baloons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .security__persona-baloons {
    gap: min(calc(20 / 1080 * 100vw), 20px);
    margin-top: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .security__persona-baloons {
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.security__baloon {
  position: relative;
  background-color: #fff;
  color: #283d53;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .security__baloon {
    padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px);
    border-radius: min(calc(40 / 1080 * 100vw), 40px);
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .security__baloon {
    padding: calc(16 / 750 * 100vw) calc(28 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.security__baloon::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .security__baloon::before {
    border-width: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px);
    border-color: transparent transparent #fff;
  }
}
@media screen and (max-width: 767px) {
  .security__baloon::before {
    border-width: 0 calc(9 / 750 * 100vw) calc(9 / 750 * 100vw);
    border-color: transparent transparent #fff;
  }
}

.security__riskLead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #283d53;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .security__riskLead {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .security__riskLead {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.security__risks {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .security__risks {
    flex-direction: row;
    justify-content: center;
    gap: min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .security__risks {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}

.security__risk {
  display: flex;
  background-color: #283d53;
}
@media screen and (min-width: 768px) {
  .security__risk {
    flex-direction: column;
    align-items: center;
    flex: 0 0 min(calc(240 / 1080 * 100vw), 240px);
    gap: min(calc(8 / 1080 * 100vw), 8px);
    padding: min(calc(20 / 1080 * 100vw), 20px);
    border-radius: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .security__risk {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: calc(28 / 750 * 100vw);
    width: calc(520 / 750 * 100vw);
    padding: calc(38 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .security__risk-icon {
    width: min(calc(43 / 1080 * 100vw), 43px);
  }
}
@media screen and (max-width: 767px) {
  .security__risk-icon {
    width: calc(65 / 750 * 100vw);
  }
}
.security__risk-icon img {
  width: 100%;
  display: block;
}

.security__risk-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .security__risk-text {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .security__risk-text {
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
}

.security__band {
  background-color: #fff;
  background-image: url("../img/sp/security_bg.webp");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .security__band {
    background-image: url("../img/pc/security_bg.webp");
    background-position: 0 min(calc(106 / 1080 * 100vw), 106px);
    background-size: min(calc(1497 / 1080 * 100vw), 1497px) auto;
    margin-top: min(calc(80 / 1080 * 100vw), 80px);
    padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(120 / 1080 * 100vw), 120px);
  }
}
@media screen and (max-width: 767px) {
  .security__band {
    background-position: 0 calc(59 / 750 * 100vw);
    background-size: calc(734 / 750 * 100vw) auto;
    margin-top: calc(100 / 750 * 100vw);
  }
}

.security__band-content {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .security__band-content {
    align-items: center;
    gap: min(calc(60 / 1080 * 100vw), 60px);
    width: min(calc(1000 / 1080 * 100vw), 1000px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .security__band-content {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    padding: 0 calc(55 / 750 * 100vw);
  }
}

.security__band-illust {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .security__band-illust {
    order: 2;
    width: min(calc(120 / 1080 * 100vw), 120px);
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .security__band-illust {
    order: 1;
    width: calc(120 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.security__band-illust picture,
.security__band-illust img {
  width: 100%;
  display: block;
}

.security__band-text {
  display: flex;
  flex-direction: column;
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .security__band-text {
    order: 1;
    width: min(calc(640 / 1080 * 100vw), 640px);
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .security__band-text {
    order: 2;
    width: 100%;
    gap: calc(8 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .security__band-mockup {
    position: absolute;
    order: 3;
    width: min(calc(402 / 1080 * 100vw), 402px);
    right: max(calc(-20 / 1080 * 100vw), -20px);
    top: 50%;
    transform: translateY(-38%);
  }
}
@media screen and (max-width: 767px) {
  .security__band-mockup {
    order: 3;
    width: calc(402 / 750 * 100vw);
  }
}
.security__band-mockup picture,
.security__band-mockup img {
  width: 100%;
  display: block;
}

.security__band-line1 {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .security__band-line1 {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
  }
}
@media screen and (max-width: 767px) {
  .security__band-line1 {
    font-size: calc(26 / 750 * 100vw);
  }
}

.security__band-brand {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.18;
  color: #283d53;
}
@media screen and (min-width: 768px) {
  .security__band-brand {
    font-size: min(calc(56 / 1080 * 100vw), 56px);
  }
}
@media screen and (max-width: 767px) {
  .security__band-brand {
    font-size: calc(56 / 750 * 100vw);
  }
}
.security__band-brand span {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .security__band-brand span {
    font-size: calc(38 / 750 * 100vw);
  }
}

.security__band-line3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .security__band-line3 {
    font-size: min(calc(48 / 1080 * 100vw), 48px);
  }
}
@media screen and (max-width: 767px) {
  .security__band-line3 {
    font-size: calc(48 / 750 * 100vw);
  }
}

.function {
  background-color: #e5ebf4;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .function {
    padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(80 / 1080 * 100vw), 80px);
  }
}
@media screen and (max-width: 767px) {
  .function {
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.function:before {
  content: "";
  display: block;
  width: min(calc(2630 / 1080 * 100vw), 2630px);
  height: min(calc(365 / 1080 * 100vw), 365px);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -76%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .function:before {
    width: calc(2304 / 750 * 100vw);
    height: calc(596 / 750 * 100vw);
  }
}

.function__inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .function__inner {
    width: min(calc(920 / 1080 * 100vw), 920px);
  }
}
@media screen and (max-width: 767px) {
  .function__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.function__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .function__list {
    flex-wrap: wrap;
    gap: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .function__list {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.function__card {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .function__card {
    width: calc((100% - min(calc(40 / 1080 * 100vw), 40px)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .function__card {
    width: 100%;
  }
}

.function__card-label {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .function__card-label {
    padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(30 / 1080 * 100vw), 30px) 0;
    border-radius: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0 0;
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    min-height: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-label {
    padding: calc(9 / 750 * 100vw) calc(45 / 750 * 100vw) 0;
    border-radius: calc(12 / 750 * 100vw) calc(12 / 750 * 100vw) 0 0;
    font-size: calc(30 / 750 * 100vw);
    min-height: calc(60 / 750 * 100vw);
  }
}

.function__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .function__card-body {
    gap: min(calc(31 / 1080 * 100vw), 31px);
    padding: min(calc(30 / 1080 * 100vw), 30px);
    border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-body {
    gap: calc(24 / 750 * 100vw);
    padding: calc(45 / 750 * 100vw);
    border-radius: 0 0 calc(12 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
}

.function__card-head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .function__card-head {
    gap: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-head {
    gap: calc(30 / 750 * 100vw);
  }
}

.function__card-icon {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .function__card-icon {
    width: min(calc(76 / 1080 * 100vw), 76px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-icon {
    width: calc(114 / 750 * 100vw);
  }
}
.function__card-icon img {
  width: 100%;
  display: block;
}

.function__card-title {
  color: #425b76;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .function__card-title {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-title {
    font-size: calc(36 / 750 * 100vw);
  }
}

.function__card-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .function__card-content {
    gap: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-content {
    gap: calc(24 / 750 * 100vw);
  }
}

.function__card-text {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .function__card-text {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.function__card-tags {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .function__card-tags {
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-tags {
    gap: calc(12 / 750 * 100vw);
  }
}

.function__card-tag {
  color: #283d53;
  background-color: #dae3ef;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .function__card-tag {
    padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(12 / 1080 * 100vw), 12px);
    border-radius: min(calc(2 / 1080 * 100vw), 2px);
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .function__card-tag {
    padding: calc(3 / 750 * 100vw) calc(18 / 750 * 100vw);
    border-radius: calc(3 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.feature {
  background: linear-gradient(180deg, #fff 0%, #e5ebf4 100%);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(60 / 1080 * 100vw), 60px);
    background-image: url("../img/pc/feature_bg.webp"), linear-gradient(180deg, #fff 0%, #e5ebf4 100%);
    background-size: 100% auto, auto;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: calc(120 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}

.feature__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    width: min(calc(920 / 1080 * 100vw), 920px);
    margin: 0 auto;
    gap: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .feature__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
    gap: calc(60 / 750 * 100vw);
  }
}

.feature__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283d53;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__heading {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .feature__heading {
    font-size: calc(46 / 750 * 100vw);
  }
}
.feature__heading span {
  color: var(--base-red, #d13737);
}

.feature__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .feature__list {
    gap: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .feature__list {
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .feature__list.--cols {
    flex-direction: row;
    gap: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .feature__list.--cols {
    gap: calc(48 / 750 * 100vw);
  }
}

.feature__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature__item {
    flex-direction: row;
    align-items: center;
    gap: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .feature__item {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .feature__item.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .feature__item.--noImg {
    flex: 1;
  }
}

.feature__item-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature__item-text {
    flex: 1;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .feature__item-text {
    width: 100%;
    gap: calc(12 / 750 * 100vw);
  }
}

.feature__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #283d53;
}
@media screen and (min-width: 768px) {
  .feature__item-title {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .feature__item-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.feature__item-title span {
  color: var(--base-red, #d13737);
}

.feature__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .feature__item-desc {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .feature__item-desc {
    font-size: calc(24 / 750 * 100vw);
  }
}

.feature__item-img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .feature__item-img {
    width: min(calc(500 / 1080 * 100vw), 500px);
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (max-width: 767px) {
  .feature__item-img {
    width: calc(100% + calc(80 / 750 * 100vw));
    margin-inline: calc(-40 / 750 * 100vw);
  }
}
.feature__item-img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .feature__list .feature__item:nth-child(3) .feature__item-img {
    width: calc(100% + calc(68 / 750 * 100vw));
    margin-inline: calc(-34 / 750 * 100vw);
  }
}

.feature__num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .feature__num {
    width: min(calc(77 / 1080 * 100vw), 77px);
    aspect-ratio: 77/86;
    background-image: url("../img/pc/feature_number-bg.webp");
  }
}
@media screen and (max-width: 767px) {
  .feature__num {
    width: calc(116 / 750 * 100vw);
    aspect-ratio: 116/129;
    background-image: url("../img/sp/feature_number-bg.webp");
  }
}

.feature__num-val {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.18;
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  left: 0.1em;
}
@media screen and (min-width: 768px) {
  .feature__num-val {
    font-size: min(calc(42 / 1080 * 100vw), 42px);
  }
}
@media screen and (max-width: 767px) {
  .feature__num-val {
    font-size: calc(63 / 750 * 100vw);
  }
}

.sec01 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  text-align: center;
  background: linear-gradient(180deg, #f8f8f8 0px, #fff min(calc(206 / 1080 * 100vw), 206px));
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(100 / 750 * 100vw) 0;
    background: linear-gradient(180deg, #f8f8f8 0px, #fff calc(210 / 750 * 100vw));
  }
}
.sec01__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec01__title {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec01__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__title h2 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec01__title h2 span {
  color: var(--main-accent-2-sub, #cd0934);
}
.sec01__title h2 sup {
  vertical-align: baseline;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec01__title h2 sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01 .sec01_caption {
  margin-top: min(calc(27 / 1080 * 100vw), 27px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #666;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01_caption {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.sec03 {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #cbd7e8 100%);
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0 min(calc(45 / 1080 * 100vw), 45px);
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(10 / 750 * 100vw) 0 calc(85 / 750 * 100vw);
  }
}
.sec03::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #fff 0%, #fff 61.04%, #e5ecf5 100%);
  z-index: 0;
  pointer-events: none;
  scale: -1;
}
@media screen and (min-width: 768px) {
  .sec03::before {
    top: min(calc(78 / 1080 * 100vw), 78px);
    left: 0;
    width: min(calc(1500 / 1080 * 100vw), 1500px);
    height: min(calc(553 / 1080 * 100vw), 553px);
    border-radius: min(calc(999 / 1080 * 100vw), 999px) 0 0 min(calc(999 / 1080 * 100vw), 999px);
  }
}
@media screen and (max-width: 767px) {
  .sec03::before {
    top: calc(114 / 750 * 100vw);
    left: calc(-89 / 750 * 100vw);
    width: calc(826 / 750 * 100vw);
    height: calc(739 / 750 * 100vw);
    border-radius: calc(500 / 750 * 100vw) 0 0 calc(500 / 750 * 100vw);
  }
}

.sec03__inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec03__inner {
    width: min(calc(1000 / 1080 * 100vw), 1000px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec03__top {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec03__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__top {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.sec03__head {
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .sec03__head {
    flex: 0 0 min(calc(760 / 1080 * 100vw), 760px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head {
    width: 100%;
  }
}

.sec03__head-lead {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__head-lead {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-lead {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__head-lead span.sec03__head-no {
  color: #cd0934;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .sec03__head-lead span.sec03__head-no {
    font-size: min(calc(42 / 1080 * 100vw), 42px);
    margin-left: min(calc(6 / 1080 * 100vw), 6px);
    margin-right: min(calc(6 / 1080 * 100vw), 6px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-lead span.sec03__head-no {
    font-size: calc(64 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
    margin-right: calc(8 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec03__head-lead span.sec03__head-no > span {
    font-size: min(calc(56 / 1080 * 100vw), 56px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-lead span.sec03__head-no > span {
    font-size: calc(80 / 750 * 100vw);
  }
}

.sec03__head-brand {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__head-brand {
    margin-top: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-brand {
    margin-top: calc(12 / 750 * 100vw);
    align-items: flex-end;
  }
}

.sec03__head-brand-name {
  font-weight: 900;
  line-height: 1.18;
}
@media screen and (min-width: 768px) {
  .sec03__head-brand-name {
    font-size: min(calc(56 / 1080 * 100vw), 56px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-brand-name {
    font-size: calc(88 / 750 * 100vw);
    flex: 0;
  }
}

.sec03__head-brand-suffix {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sec03__head-brand-suffix {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-brand-suffix {
    font-size: calc(48 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}

.sec03__head-sub {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__head-sub {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
    margin-top: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head-sub {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
  }
}

.sec03__bigMedal {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sec03__bigMedal {
    width: min(calc(280 / 1080 * 100vw), 280px);
    position: absolute;
    right: 0;
    top: max(calc(-60 / 1080 * 100vw), -60px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__bigMedal {
    width: calc(321 / 750 * 100vw);
    margin-bottom: calc(-20 / 750 * 100vw);
  }
}

.sec03__bigMedal-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.sec03__bigMedal-img {
  grid-column: 1;
  grid-row: 1;
}
.sec03__bigMedal-img img {
  width: 100%;
  display: block;
}

.sec03__bigMedal-info {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  .sec03__bigMedal-info {
    padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__bigMedal-info {
    padding: 0 calc(24 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
}

.sec03__bigMedal-label {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__bigMedal-label {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__bigMedal-label {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(-4 / 750 * 100vw);
  }
}

.sec03__bigMedal-no {
  background: linear-gradient(210deg, #ab9351 37%, #d7c892 57%, #ab9351 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__bigMedal-no {
    font-size: min(calc(36 / 1080 * 100vw), 36px);
    margin-top: min(calc(6 / 1080 * 100vw), 6px);
    margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
  }
  .sec03__bigMedal-no span {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
  }
  .sec03__bigMedal-no strong {
    font-size: min(calc(56 / 1080 * 100vw), 56px);
    line-height: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .sec03__bigMedal-no {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .sec03__bigMedal-no span {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec03__bigMedal-no strong {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec03__bigMedal-note {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__bigMedal-note {
    font-size: min(calc(11 / 1080 * 100vw), 11px);
    margin-top: min(calc(6 / 1080 * 100vw), 6px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__bigMedal-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec03__badges {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__badges {
    gap: min(calc(20 / 1080 * 100vw), 20px);
    margin-top: min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__badges {
    justify-content: center;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec03__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03__badge:nth-child(2) {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (min-width: 768px) {
  .sec03__badge-img {
    width: min(calc(140 / 1080 * 100vw), 140px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__badge-img {
    width: calc(170 / 750 * 100vw);
  }
}
.sec03__badge-img img {
  width: 100%;
  display: block;
}

.sec03__badge-note {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__badge-note {
    font-size: min(calc(11 / 1080 * 100vw), 11px);
    margin-top: min(calc(4 / 1080 * 100vw), 4px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__badge-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(6 / 750 * 100vw);
  }
}

.sec03__notes {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03__notes {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
    max-width: min(calc(920 / 1080 * 100vw), 920px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__notes {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

.sec03__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec03__cta {
    gap: min(calc(25 / 1080 * 100vw), 25px);
    margin-top: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta {
    gap: calc(55 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sec03__cta-dl {
    width: min(calc(504 / 1080 * 100vw), 504px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl {
    width: 100%;
    max-width: calc(690 / 750 * 100vw);
  }
}

.sec03__cta-dl-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #283d53;
  text-decoration: none;
}

.sec03__cta-dl-tag {
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-tag {
    font-size: min(calc(12.8 / 1080 * 100vw), 12.8px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-tag {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__cta-dl-tag span {
  color: var(--main-accent-2-sub, #cd0934);
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-tag span {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-tag span {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec03__cta-dl-rect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffd966;
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-rect {
    margin-top: min(calc(5 / 1080 * 100vw), 5px);
    border: min(calc(4 / 1080 * 100vw), 4px) solid #ffd966;
    border-radius: min(calc(800 / 1080 * 100vw), 800px);
    box-shadow: 0 min(calc(4.8 / 1080 * 100vw), 4.8px) min(calc(1.6 / 1080 * 100vw), 1.6px) rgba(0, 0, 0, 0.2);
    padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-rect {
    margin-top: calc(3 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(7.2 / 750 * 100vw) calc(2.4 / 750 * 100vw) rgba(0, 0, 0, 0.2);
    padding: calc(45 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sec03__cta-dl-label {
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-label {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-label {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec03__cta-dl-free {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-free {
    left: min(calc(6 / 1080 * 100vw), 6px);
    width: min(calc(70 / 1080 * 100vw), 70px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-free {
    left: calc(11 / 750 * 100vw);
    width: calc(117 / 750 * 100vw);
  }
}
.sec03__cta-dl-free img {
  width: 100%;
  display: block;
}

.sec03__cta-dl-docs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .sec03__cta-dl-docs {
    right: min(calc(20 / 1080 * 100vw), 20px);
    width: min(calc(95 / 1080 * 100vw), 95px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-dl-docs {
    right: calc(30 / 750 * 100vw);
    width: calc(143 / 750 * 100vw);
  }
}
.sec03__cta-dl-docs img,
.sec03__cta-dl-docs picture {
  width: 100%;
  display: block;
}

.sec03__cta-row {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec03__cta-row {
    flex-direction: row;
    gap: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-row {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec03__cta-btn {
    width: min(calc(290 / 1080 * 100vw), 290px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-btn {
    width: calc(470 / 750 * 100vw);
  }
}
.sec03__cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec03__cta-btn a {
    gap: min(calc(8 / 1080 * 100vw), 8px);
    padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(20 / 1080 * 100vw), 20px);
    border: min(calc(3.2 / 1080 * 100vw), 3.2px) solid #ffd966;
    border-radius: min(calc(800 / 1080 * 100vw), 800px);
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    line-height: 1.6;
    box-shadow: 0 min(calc(4.8 / 1080 * 100vw), 4.8px) min(calc(1.6 / 1080 * 100vw), 1.6px) rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-btn a {
    gap: calc(12 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) calc(20 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.14);
  }
}

.sec03__cta-btn-icon {
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec03__cta-btn-icon {
    width: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cta-btn-icon {
    width: calc(33 / 750 * 100vw);
  }
}

.sec03__cta-btn-label {
  display: inline-block;
}

.sec05 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: min(calc(168 / 1080 * 100vw), 168px) 0 min(calc(82 / 1080 * 100vw), 82px);
  background-image: url("../img/pc/sec05_bg.webp"), linear-gradient(180deg, #fff 25%, #e5ebf4 50%, #f1f7ff 100%);
  background-size: 100% auto, cover;
  background-position: center 95%, center top;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(152 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-image: url("../img/sp/sec05_bg02.webp"), url("../img/sp/sec05_bg01.webp");
    background-size: contain, cover;
    background-position: center top, center top;
  }
}
.sec05__deco {
  position: absolute;
  top: max(calc(-36 / 1080 * 100vw), -36px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1248 / 1080 * 100vw), 1248px);
  aspect-ratio: 1248/145;
  background: #e5ebf4;
  pointer-events: none;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec05__deco {
    top: calc(-37 / 750 * 100vw);
    width: calc(866 / 750 * 100vw);
    aspect-ratio: 866/145;
  }
}
.sec05__inner {
  position: relative;
  z-index: 1;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec05__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec05__header {
    gap: min(calc(8 / 1080 * 100vw), 8px);
    margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec05__header {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec05__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283d53;
}
@media screen and (min-width: 768px) {
  .sec05__heading {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    font-size: calc(46 / 750 * 100vw);
  }
}
.sec05__heading span {
  color: var(--base-red, #d13737);
}
.sec05__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #283d53;
}
@media screen and (min-width: 768px) {
  .sec05__lead {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .sec05__lead {
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
}
.sec05 .sec05__area {
  margin: auto;
}
.sec05 .sec05__list01 {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px) min(calc(32 / 1080 * 100vw), 32px);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__list01 {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec05 .sec05__item01 {
  flex: 0 0 min(calc(312 / 1080 * 100vw), 312px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__item01 {
    flex: 0 0 auto;
  }
}
.sec05 .sec05__img01 {
  margin: 0 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__img01 {
    margin: 0 0 calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__text01 {
  color: var(--text01, #283d53);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-subtitle_small, min(calc(22 / 1080 * 100vw), 22px));
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text01 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
    color: var(--text01, #283d53);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 calc(10 / 750 * 100vw);
    line-height: 160%;
  }
}
.sec05 .sec05__text02 {
  color: var(--accent02, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-normal, min(calc(16 / 1080 * 100vw), 16px));
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  word-break: break-all;
}
.sec05 .sec05__text02 strong {
  color: var(--main03, #425b76);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text02 {
    font-size: var(--font-size-normal, calc(26 / 750 * 100vw));
    color: var(--accent02, #333);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 150%;
  }
}

.support {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(82 / 1080 * 100vw), 82px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='119' viewBox='0 0 1920 119' fill='none'%3E%3Cpath d='M1920 118.685C1680.05 54.8748 1338.72 15 960 15C581.277 15 239.947 54.8748 0 118.685V0H1920V118.685Z' fill='white'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='324' viewBox='0 0 1920 324' fill='none'%3E%3Cpath d='M959.5 40C1364.18 40 1728.7 106.983 1990.56 213.798C2121.59 267.246 2224.97 329.88 2294.97 397.383C2364.85 464.776 2399 534.422 2399 603.5C2399 672.578 2364.85 742.224 2294.97 809.617C2224.97 877.12 2121.59 939.754 1990.56 993.202C1728.7 1100.02 1364.18 1167 959.5 1167C554.816 1167 190.303 1100.02 -71.5566 993.202C-202.586 939.754 -305.972 877.12 -375.967 809.617C-445.847 742.224 -480 672.578 -480 603.5C-480 534.422 -445.847 464.776 -375.967 397.383C-305.972 329.88 -202.586 267.246 -71.5566 213.798C190.303 106.983 554.816 40 959.5 40Z' stroke='white' stroke-width='80'/%3E%3C/svg%3E"), linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 100%);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, contain, cover;
}
@media screen and (max-width: 767px) {
  .support {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='750' height='77' viewBox='0 0 750 77' fill='none'%3E%3Cpath d='M750 76.6387C656.223 38.7012 522.906 15 374.998 15C227.092 15 93.7767 38.7011 0 76.6377V0H750V76.6387Z' fill='white'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='749' height='308' viewBox='0 0 749 308' fill='none'%3E%3Cpath d='M375 40C519.608 40 648.651 77.4219 740.294 135.809C832.406 194.494 882 270.661 882 348.5C882 426.339 832.406 502.506 740.294 561.191C648.651 619.578 519.608 657 375 657C230.391 657 101.348 619.578 9.70508 561.191C-82.4065 502.506 -132 426.339 -132 348.5C-132 270.661 -82.4065 194.494 9.70508 135.809C101.348 77.4218 230.391 40 375 40Z' stroke='url(%23g)' stroke-width='80'/%3E%3Cdefs%3E%3ClinearGradient id='g' x1='-32.0449' y1='601.974' x2='771.361' y2='601.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.485577' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 100%);
    background-position: center top, center calc(1416 / 750 * 100vw), center top;
  }
}
.support__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.support__areaTitle {
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .support__areaTitle {
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.support__areaTitle01 {
  background-image: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(60 / 1080 * 100vw), 60px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  margin: auto;
  color: #fff;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-size-h3, min(calc(38 / 1080 * 100vw), 38px));
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .support__areaTitle01 {
    width: calc(70 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    font-size: var(--font-size-h3, calc(48 / 750 * 100vw));
  }
}
.support__areaTitle02 {
  color: var(--text01, #283d53);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-subtitle_large, min(calc(24 / 1080 * 100vw), 24px));
  font-weight: 700;
  line-height: 160%;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .support__areaTitle02 {
    font-size: var(--font-size-subtitle_large, calc(34 / 750 * 100vw));
    margin: calc(8 / 750 * 100vw) 0;
  }
}
.support__areaTitle03 {
  color: var(--text01, #283d53);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-h3, min(calc(38 / 1080 * 100vw), 38px));
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .support__areaTitle03 {
    font-size: var(--font-size-h3, calc(48 / 750 * 100vw));
  }
}
.support__areaTitle03 span {
  color: var(--accent01, #cd0934);
}
.support__list01 {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px) min(calc(32 / 1080 * 100vw), 32px);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .support__list01 {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
.support__item01 {
  flex: 0 0 min(calc(312 / 1080 * 100vw), 312px);
}
@media screen and (max-width: 767px) {
  .support__item01 {
    flex: 0 0 auto;
  }
  .support__item01.--item02 {
    display: flex;
    gap: calc(20 / 750 * 100vw);
  }
  .support__item01.--item02 .support__img02 {
    flex: 0 0 calc(290 / 750 * 100vw);
  }
  .support__item01.--item02 .support__item01Inner {
    flex: 0 0 calc(320 / 750 * 100vw);
  }
}
.support__text01 {
  color: var(--text01, #283d53);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-subtitle_small, min(calc(22 / 1080 * 100vw), 22px));
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .support__text01 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
    margin: 0 0 calc(10 / 750 * 100vw);
  }
}
.support__text02 {
  color: var(--accent02, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-normal, min(calc(16 / 1080 * 100vw), 16px));
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  word-break: break-all;
}
.support__text02 strong {
  color: var(--main03, #425b76);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .support__text02 {
    font-size: var(--font-size-normal, calc(26 / 750 * 100vw));
  }
}
.support__list02 {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .support__list02 {
    gap: 0;
  }
}
.support__list02 .support__img02 {
  width: min(calc(150 / 1080 * 100vw), 150px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support__list02 .support__img02 {
    width: calc(200 / 750 * 100vw);
    margin: 0 auto;
  }
}
.support__item02 {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  flex: 0 1 min(calc(484 / 1080 * 100vw), 484px);
}
@media screen and (max-width: 767px) {
  .support__item02 {
    flex-direction: column;
    flex: 0 0 calc(310 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.support__item02Inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .support__item02Inner {
    width: 100%;
    gap: calc(8 / 750 * 100vw);
  }
}
.support__img02 {
  width: min(calc(310 / 1080 * 100vw), 310px);
  margin: 0 auto min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .support__img02 {
    width: calc(200 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.support__text03 {
  margin: min(calc(56 / 1080 * 100vw), 56px) 0 min(calc(26 / 1080 * 100vw), 26px);
  color: var(--text01, #283d53);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-h5, min(calc(28 / 1080 * 100vw), 28px));
  font-weight: 700;
  line-height: 140%;
}
.support__text03 .red {
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .support__text03 {
    margin: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: var(--font-size-h5, calc(38 / 750 * 100vw));
  }
}
.support__text04 {
  text-align: center;
  color: var(--accent02, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-subtitle_small, min(calc(22 / 1080 * 100vw), 22px));
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .support__text04 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
  }
  .support__text04 .red {
    font-size: calc(34 / 750 * 100vw);
  }
}
.support__note {
  color: var(--accent02, #333);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-caption, min(calc(12 / 1080 * 100vw), 12px));
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .support__note {
    font-size: var(--font-size-caption, calc(20 / 750 * 100vw));
    letter-spacing: 0;
    margin: calc(16 / 750 * 100vw) -1em 0;
  }
}

.sec06 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(140 / 1080 * 100vw), 140px);
  background-color: #eaeff6;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  }
}
.sec06:before {
  content: "";
  display: block;
  width: min(calc(2630 / 1080 * 100vw), 2630px);
  height: min(calc(365 / 1080 * 100vw), 365px);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 76%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec06:before {
    width: calc(1106 / 750 * 100vw);
    height: calc(286 / 750 * 100vw);
    transform: translate(-50%, 70%);
  }
}
.sec06__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec06__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__subtitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec06__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
  }
}
.sec06__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__content {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec06__case {
  width: 100%;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec06__case {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec06__caseGroup {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .sec06__caseGroup {
    flex-direction: column;
    gap: calc(42 / 750 * 100vw);
  }
}
.sec06__caseImage {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec06__caseImage {
    width: 100%;
    gap: calc(42 / 750 * 100vw);
  }
}
.sec06__caseImage > picture {
  display: block;
  width: 100%;
}
.sec06__caseImage > picture img {
  width: 100%;
  height: min(calc(160 / 1080 * 100vw), 160px);
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__caseImage > picture img {
    height: calc(386 / 750 * 100vw);
  }
}
.sec06__caseText {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__caseText {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec06__caseTags {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec06__caseTags {
    flex: 0 0 auto;
    gap: calc(8 / 750 * 100vw);
  }
}
.sec06__caseTags p {
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(12 / 1080 * 100vw), 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #283d53;
  letter-spacing: 0.08em;
  background-color: #dae3ef;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec06__caseTags p {
    padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    border-radius: calc(2 / 750 * 100vw);
  }
}
.sec06__caseTitle {
  margin: 0;
}
.sec06__caseTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__caseTitle h3 {
    font-size: calc(42 / 750 * 100vw);
    text-align: justify;
  }
}
.sec06__caseCompany {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .sec06__caseCompany {
    gap: calc(14 / 750 * 100vw);
  }
}
.sec06__companyLogo {
  width: auto;
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__companyLogo {
    height: calc(60 / 750 * 100vw);
  }
}
.sec06__companyLogo img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.sec06__companyName p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__companyName p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__caseComment {
  position: relative;
  width: 100%;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
  margin-top: auto;
  background-color: #f8f8f8;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__caseComment {
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec06__caseComment p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__caseComment p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__caseComment p span {
  font-weight: 700;
  color: #425b76;
}
.sec06__caseComment p .--small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec06__caseComment p .--small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec06__caseComment::before, .sec06__caseComment::after {
  position: absolute;
  display: block;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M5.292 19.818C3.6 19.818 2.286 19.188 1.35 17.928C0.45 16.632 0 14.814 0 12.474C0 9.702 0.684 7.29 2.052 5.238C3.42 3.15 5.454 1.404 8.154 0L9.99 3.51C8.226 4.446 6.894 5.526 5.994 6.75C5.13 7.974 4.698 9.486 4.698 11.286L5.076 16.254L2.214 12.42C2.682 12.024 3.168 11.718 3.672 11.502C4.176 11.25 4.716 11.124 5.292 11.124C6.48 11.124 7.488 11.502 8.316 12.258C9.144 12.978 9.558 13.986 9.558 15.282C9.558 16.65 9.162 17.748 8.37 18.576C7.578 19.404 6.552 19.818 5.292 19.818ZM18.792 19.818C17.1 19.818 15.786 19.188 14.85 17.928C13.95 16.632 13.5 14.814 13.5 12.474C13.5 9.702 14.184 7.29 15.552 5.238C16.92 3.15 18.954 1.404 21.654 0L23.49 3.51C21.726 4.446 20.412 5.526 19.548 6.75C18.684 7.974 18.252 9.486 18.252 11.286L18.576 16.254L15.714 12.42C16.182 12.024 16.668 11.718 17.172 11.502C17.676 11.25 18.216 11.124 18.792 11.124C19.98 11.124 20.988 11.502 21.816 12.258C22.644 12.978 23.058 13.986 23.058 15.282C23.058 16.65 22.662 17.748 21.87 18.576C21.078 19.404 20.052 19.818 18.792 19.818Z' fill='%23DAE3EF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec06__caseComment::before, .sec06__caseComment::after {
    width: calc(28 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec06__caseComment::before {
  top: max(calc(-8 / 1080 * 100vw), -8px);
  left: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__caseComment::before {
    top: calc(-7 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.sec06__caseComment::after {
  right: min(calc(4 / 1080 * 100vw), 4px);
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  transform: rotate(180deg);
}

.sec08 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: #fff url(../img/pc/sec08_bg.webp) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0;
    background-image: url(../img/sp/sec08_bg.webp);
  }
}
.sec08__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec08__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec08__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__subtitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec08__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__title h2 {
    font-size: calc(46 / 750 * 100vw);
    text-align: center;
  }
}
.sec08__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__content {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec08__desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__desc p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec08__features {
    gap: calc(26 / 750 * 100vw);
  }
}
.sec08__feature {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(180 / 1080 * 100vw), 180px);
  border-radius: 50%;
  background: linear-gradient(142deg, #fff 30%, #e8f3f8 93%);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #425b76;
}
@media screen and (max-width: 767px) {
  .sec08__feature {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #425b76;
  }
}
.sec08__feature p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__feature p {
    font-size: calc(28 / 750 * 100vw);
    width: 100%;
  }
}
.sec08__main {
  display: flex;
  flex-direction: column;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__main {
    gap: calc(48 / 750 * 100vw);
  }
}
.sec08__cards {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__cards {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
  }
}
.sec08__card {
  width: min(calc(420 / 1080 * 100vw), 420px);
  background: #eaeff6;
  border-radius: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec08__card {
    width: calc(630 / 750 * 100vw);
    height: auto;
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec08__cardTitle {
  color: #cd0934;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__cardTitle {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec08__cardLabel {
  width: 100%;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%), linear-gradient(133deg, #c8ced5 0%, #f3f3f3 104.55%);
}
@media screen and (max-width: 767px) {
  .sec08__cardLabel {
    padding: calc(8 / 750 * 100vw) 0;
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}
.sec08__cardLabel p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__cardLabel p {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__cardBody {
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__cardBody {
    padding: calc(16 / 750 * 100vw) calc(32 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec08__cardPrice {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__cardPrice {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec08__cardPrice p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.18;
  color: #425b76;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__cardPrice p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec08__cardPrice p span {
  font-family: Roboto, sans-serif;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec08__cardPrice p span {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec08__cardText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__cardText p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__cardText p span {
  font-weight: 700;
  color: #425b76;
}
.sec08__cardPlus {
  width: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec08__cardPlus {
    width: 100%;
  }
}
.sec08__cardPlus:before {
  content: "";
  display: block;
  width: 100%;
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='url(%23a)' d='M28 4a4 4 0 1 0-8 0v16H4a4 4 0 1 0 0 8h16v16a4 4 0 1 0 8 0V28h16a4 4 0 1 0 0-8H28V4Z'/%3E%3Cpath fill='url(%23b)' d='M28 4a4 4 0 1 0-8 0v16H4a4 4 0 1 0 0 8h16v16a4 4 0 1 0 8 0V28h16a4 4 0 1 0 0-8H28V4Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='52.191' y1='0' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C8CED5'/%3E%3Cstop offset='1' stop-color='%23F3F3F3'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='48' y1='0' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23425B76'/%3E%3Cstop offset='1' stop-color='%236684A4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec08__cardPlus:before {
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
}
.sec08__cost {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  background: #eaeff6;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(66 / 1080 * 100vw), 66px) min(calc(40 / 1080 * 100vw), 40px) min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec08__cost {
    width: 100%;
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec08__cost-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__cost-head {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec08__cost-head p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.45;
  color: #283d53;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__cost-head p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec08__cost-card {
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(60 / 1080 * 100vw), 60px) min(calc(26 / 1080 * 100vw), 26px);
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec08__cost-card + .sec08__cost-card {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__cost-card {
    flex-direction: column;
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(44 / 750 * 100vw) calc(50 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
  .sec08__cost-card + .sec08__cost-card {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec08__cost-card-text {
  flex: 0 0 min(calc(360 / 1080 * 100vw), 360px);
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__cost-card-text {
    flex: 1 1 auto;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__cost-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.3;
  color: #425b76;
}
.sec08__cost-card-title span {
  color: var(--main-accent-2-sub, #cd0934);
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec08__cost-card-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__cost-card-title.--red {
  color: #cd0934;
}
@media screen and (min-width: 768px) {
  .sec08__cost-card-title.--red {
    font-size: min(calc(26 / 1080 * 100vw), 26px);
  }
}
@media screen and (max-width: 767px) {
  .sec08__cost-card-title.--red {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08__cost-card-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.875;
  color: #444;
}
@media screen and (max-width: 767px) {
  .sec08__cost-card-body {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__cost-card-img {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .sec08__cost-card-img {
    width: 100%;
  }
}
.sec08__cost-card-img picture,
.sec08__cost-card-img img {
  display: block;
  width: 100%;
}

.sec09 {
  background: var(--main-accent-2base, #f8f8f8);
  position: relative;
  width: 100%;
  height: min(calc(650 / 1080 * 100vw), 650px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    height: calc(1714 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec09__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec09__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec09__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec09__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.sec09__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__subtitle p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__title h2 {
    font-size: calc(46 / 750 * 100vw);
    text-align: center;
  }
}
.sec09__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec09__flow {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec09__flow {
    flex-direction: column;
    gap: calc(96 / 750 * 100vw);
  }
}
.sec09__flowItem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
  width: min(calc(220 / 1080 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .sec09__flowItem {
    flex-direction: row;
    gap: calc(32 / 750 * 100vw);
    width: 100%;
  }
}
.sec09__flowItem:not(:last-child)::after {
  position: absolute;
  top: min(calc(80 / 1080 * 100vw), 80px);
  right: max(calc(-28 / 1080 * 100vw), -28px);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30' fill='none' viewBox='0 0 16 30'%3E%3Cpath fill='%23425B76' d='M.998 0C.745 0 .486.1.29.296a1.012 1.012 0 0 0 0 1.421L13.59 15.102.486 28.285a1.012 1.012 0 0 0 0 1.422.998.998 0 0 0 1.412 0l13.81-13.894c.39-.391.39-1.03 0-1.421L1.705.296A1 1 0 0 0 .998 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec09__flowItem:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: calc(-64 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    transform: translateX(50%) rotate(90deg);
  }
}
.sec09__flowImage {
  flex-shrink: 0;
  width: min(calc(120 / 1080 * 100vw), 120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__flowImage {
    width: calc(110 / 750 * 100vw);
  }
}
.sec09__flowHeading {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__flowHeading {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09__flowStep {
  height: min(calc(70 / 1080 * 100vw), 70px);
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09__flowStep {
    height: calc(73 / 750 * 100vw);
    padding-top: calc(5 / 750 * 100vw);
  }
}
.sec09__flowStep p {
  font-family: Roboto, sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  font-feature-settings: "palt" on;
  line-height: 0.9;
  color: #425b76;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__flowStep p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09__flowStep p span {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec09__flowStep p span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09__flowDots {
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='44' fill='none' viewBox='0 0 4 44'%3E%3Cpath fill='%23C9D6E9' d='M4 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 18a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 26a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 34a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 42a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec09__flowDots {
    width: calc(4 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='64' fill='none' viewBox='0 0 4 64'%3E%3Cpath fill='%23C9D6E9' d='M4 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 26a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 38a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 50a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 62a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z'/%3E%3C/svg%3E");
  }
}
.sec09__flowTitle p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  font-feature-settings: "palt" on;
  line-height: 1.6;
  color: #425b76;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec09__flowTitle p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__flowBody p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec09__flowBody p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09__flowNote {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec09__flowNote {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec09__flowNote p {
  color: var(--base-999, #999);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec09__flowNote p {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec10 {
  position: relative;
  width: 100%;
  padding: min(calc(112 / 1080 * 100vw), 112px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    height: calc(1089 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec10__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec10__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec10__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec10__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(17 / 1080 * 100vw), 17px);
  align-items: flex-start;
  margin-bottom: min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec10__header {
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(620 / 750 * 100vw);
  }
}
.sec10__title {
  width: min(calc(459 / 1080 * 100vw), 459px);
}
@media screen and (max-width: 767px) {
  .sec10__title {
    width: calc(601 / 750 * 100vw);
  }
}
.sec10__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.08em;
}
.sec10__text .sec10__text01 {
  line-height: 1.3;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__text .sec10__text01 {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(3.4 / 750 * 100vw);
  }
}
.sec10__text .sec10__text02 {
  line-height: 1.3;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  letter-spacing: min(calc(4.4 / 1080 * 100vw), 4.4px);
}
@media screen and (max-width: 767px) {
  .sec10__text .sec10__text02 {
    font-size: calc(54 / 750 * 100vw);
    letter-spacing: calc(5.4 / 750 * 100vw);
  }
}
.sec10__image {
  position: absolute;
  top: max(calc(-130 / 1080 * 100vw), -130px);
  right: max(calc(-50 / 1080 * 100vw), -50px);
  width: min(calc(630 / 1080 * 100vw), 630px);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .sec10__image {
    top: calc(175 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(700 / 750 * 100vw);
  }
}

.sec11 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec11__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec11__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec11__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__subtitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec11__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
  }
}
.sec11__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec11__content {
    gap: calc(48 / 750 * 100vw);
  }
}
.sec11__accordion {
  width: 100%;
  background-color: #ffffff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11__accordion {
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec11__btn {
  position: relative;
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(88 / 1080 * 100vw), 88px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec11__btn {
    padding: calc(24 / 750 * 100vw) calc(88 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec11__btn.is-active .sec11__btnIcon {
  transform: translateY(-50%) rotate(0);
}
.sec11__qaBadge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  font-family: Roboto, sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec11__qaBadge {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec11__qaBadge--q {
  color: #425b76;
  background-color: #e6ecf5;
}
.sec11__qaBadge--a {
  color: #ffffff;
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%), linear-gradient(133deg, #c8ced5 0%, #f3f3f3 104.55%);
}
.sec11__btnText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__btnText {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec11__btnIcon {
  position: absolute;
  top: 50%;
  right: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23425B76' d='M20 13.636 31.314 24.95l-1.415 1.414-9.899-9.9-9.9 9.9-1.414-1.414L20 13.636Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .sec11__btnIcon {
    right: calc(24 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec11__accordionContent {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.sec11__accordionContent::before {
  position: absolute;
  top: min(calc(1 / 1080 * 100vw), 1px);
  left: 50%;
  width: min(calc(952 / 1080 * 100vw), 952px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  content: "";
  background-color: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec11__accordionContent::before {
    top: calc(1 / 750 * 100vw);
    width: calc(582 / 750 * 100vw);
    height: calc(1 / 750 * 100vw);
  }
}
.sec11__accordionContentInner {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__accordionContentInner {
    gap: calc(16 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
}
.sec11__accordionText p,
.sec11__accordionText a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #425b76;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__accordionText p,
  .sec11__accordionText a {
    word-break: break-all;
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec12 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec12__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec12__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec12__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec12__subtitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec12__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec12__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
  }
}
.sec12__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec12__list {
    gap: calc(32 / 750 * 100vw);
    width: 100%;
    padding: calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
.sec12__listItem {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: flex-start;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec12__listItem {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
    width: 100%;
  }
}
.sec12__listItem dt,
.sec12__listItem dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec12__listItem dt,
  .sec12__listItem dd {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec12__listItem dt {
  flex-shrink: 0;
  width: min(calc(70 / 1080 * 100vw), 70px);
  font-weight: 700;
  color: #283d53;
}
@media screen and (max-width: 767px) {
  .sec12__listItem dt {
    width: auto;
  }
}
.sec12__listItem dd {
  font-weight: 400;
  color: #333;
  width: min(calc(695 / 1080 * 100vw), 695px);
}
.sec12__listItem dd span {
  font-weight: 700;
  color: #425b76;
}
@media screen and (max-width: 767px) {
  .sec12__listItem dd {
    width: auto;
  }
}
.sec12__dataGroup {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec12__dataGroup {
    gap: calc(24 / 750 * 100vw);
  }
}

.sec13 {
  position: relative;
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
  background: linear-gradient(180deg, #fff 0%, #cbd7e8 100%);
}
@media screen and (max-width: 767px) {
  .sec13 {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec13__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec13__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec13__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-accent-283-d-53, #283d53);
}
.sec13__title h2 .red {
  color: #cd0934;
}
.sec13__title h2 .num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec13__title h2 .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec13__title h2 {
    font-size: calc(42 / 750 * 100vw);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
  }
}
.sec13__title h2 span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec13__title h2 span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec13__title h2 span strong {
  color: var(--base-red, #d13737);
}
.sec13 .swiper01 .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec13 .swiper01 .swiper-slide {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.sec13 .swiper01 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.sec13 .sec13__sliderWrapper {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__sliderWrapper {
    width: calc(750 / 750 * 100vw);
  }
}
.sec13 .swiper-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sec13 .swiper-buttons {
    width: min(calc(930 / 1080 * 100vw), 930px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .swiper-buttons {
    top: 42%;
    padding: 0 calc(5 / 750 * 100vw);
  }
}
.sec13 .swiper-button-prev,
.sec13 .swiper-button-next {
  position: static;
}
.sec13 .sec13__sliderWrapper02 {
  position: relative;
  z-index: 3;
}
.sec13 .sec13__inner {
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__inner {
    border-radius: calc(16 / 750 * 100vw);
    padding-bottom: calc(47 / 750 * 100vw);
  }
}
.sec13 .sec13__text01 {
  color: var(--base01, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  background: var(--main02, linear-gradient(135deg, #425b76 0%, #6684a4 100%));
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(75 / 1080 * 100vw), 75px);
  /* headline/h4 */
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: var(--font-size-h4, min(calc(32 / 1080 * 100vw), 32px));
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(44.8) */
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__text01 {
    font-size: var(--font-size-h4, calc(42 / 750 * 100vw));
    letter-spacing: calc(2.56 / 750 * 100vw);
    height: calc(118 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(240 / 750 * 100vw);
  }
}
.sec13 .sec13__img {
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: max(calc(-55 / 1080 * 100vw), -55px) auto min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__img {
    width: calc(630 / 750 * 100vw);
    margin: calc(-45 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  }
}
.sec13 .sec13__list {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__list {
    width: calc(630 / 750 * 100vw);
  }
}
.sec13 .sec13__item {
  position: relative;
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
  padding: 0 0 0 min(calc(32 / 1080 * 100vw), 32px);
  color: var(--accent02, #333);
  font-feature-settings: "palt" on;
  /* body/large (bold) */
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: var(--font-size-large, min(calc(16 / 1080 * 100vw), 16px));
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* vw(27) */
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__item {
    margin: 0 0 calc(8 / 750 * 100vw);
    padding: 0 0 0 calc(42 / 750 * 100vw);
    font-size: var(--font-size-large, calc(28 / 750 * 100vw));
    letter-spacing: 0.01em;
  }
}
.sec13 .sec13__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: min(calc(22 / 1080 * 100vw), 22px);
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' fill='%23CD0934'/%3E%3Cpath d='M9.44464 15.7772C9.20735 15.7772 8.98003 15.6825 8.81153 15.515L5.41871 12.1222C5.06876 11.7722 5.06876 11.2059 5.41871 10.857C5.76866 10.507 6.33496 10.507 6.68392 10.857L9.44364 13.6167L16.5752 6.4861C16.9252 6.13615 17.4915 6.13615 17.8404 6.4861C18.1904 6.83505 18.1904 7.40235 17.8404 7.7513L10.0767 15.515C9.90924 15.6825 9.68093 15.7772 9.44364 15.7772H9.44464Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__item::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23CD0934'/%3E%3Cpath d='M12.879 21.514C12.5555 21.514 12.2455 21.3848 12.0157 21.1564L7.38915 16.5298C6.91195 16.0526 6.91195 15.2804 7.38915 14.8045C7.86636 14.3273 8.63859 14.3273 9.11443 14.8045L12.8777 18.5678L22.6026 8.84423C23.0798 8.36703 23.852 8.36703 24.3279 8.84423C24.8051 9.32008 24.8051 10.0937 24.3279 10.5695L13.741 21.1564C13.5126 21.3848 13.2013 21.514 12.8777 21.514H12.879Z' fill='white'/%3E%3C/svg%3E");
    width: calc(30 / 750 * 100vw);
  }
}
.sec13 .sec13__item:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec13 .sec13__slice-cv {
    width: min(calc(305 / 1080 * 100vw), 305px);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv {
    width: calc(630 / 750 * 100vw);
  }
}
.sec13 .sec13__slice-cvBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffd966;
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sec13 .sec13__slice-cvBtn {
    padding: min(calc(20 / 1080 * 100vw), 20px);
    border: min(calc(2.47 / 1080 * 100vw), 2.47px) solid #ffd966;
    border-radius: min(calc(999 / 1080 * 100vw), 999px);
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    box-shadow: 0 min(calc(1 / 1080 * 100vw), 1px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.14);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cvBtn {
    padding: calc(40 / 750 * 100vw);
    border: calc(5 / 750 * 100vw) solid #ffd966;
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.14);
  }
}
.sec13 .sec13__slide-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slide-main {
    flex-direction: column;
    justify-content: center;
    gap: calc(106 / 750 * 100vw);
    padding: 0;
  }
}
.sec13 .sec13__thmbOuter {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  width: min(calc(974 / 1080 * 100vw), 974px);
}
@media screen and (min-width: 768px) {
  .sec13 .sec13__thmbOuter .swiper-wrapper {
    display: flex;
    gap: min(calc(16 / 1080 * 100vw), 16px);
  }
  .sec13 .sec13__thmbOuter .swiper-slide {
    width: min(calc(182 / 1080 * 100vw), 182px);
    flex: 0 0 min(calc(182 / 1080 * 100vw), 182px);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbOuter {
    margin: calc(40 / 750 * 100vw) auto 0;
    width: calc(630 / 750 * 100vw);
  }
  .sec13 .sec13__thmbOuter .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: calc(30 / 750 * 100vw);
  }
  .sec13 .sec13__thmbOuter .swiper-slide {
    width: calc(300 / 750 * 100vw);
    flex: 0 0 calc(300 / 750 * 100vw);
  }
}
.sec13 .sec13__thmbInner {
  cursor: pointer;
  width: 100%;
}
.sec13 .sec13__thmbImg {
  position: relative;
  overflow: hidden;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  aspect-ratio: 182/122;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbImg {
    border-radius: calc(4 / 750 * 100vw);
    aspect-ratio: 300/186;
  }
}
.sec13 .sec13__thmbImg > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sec13 .sec13__thmbImg > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec13 .sec13__thmbImg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(40, 61, 83, 0.7);
  transition: 300ms;
}
.sec13 .sec13__thmbText01 {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  font-feature-settings: "palt" on;
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .sec13 .sec13__thmbText01 {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbText01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec13 .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .sec13__thmbImg::before {
  background: rgba(255, 255, 255, 0.6);
}
.sec13 .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .sec13__thmbText01 {
  color: #283d53;
}

.sec14 {
  width: 100%;
  padding: min(calc(26 / 1080 * 100vw), 26px) 0 min(calc(90 / 1080 * 100vw), 90px);
  background-image: url(../img/pc/sec14_bg.webp), linear-gradient(180deg, #f1f7ff 0%, #e5ebf4 46.63%, #fff 100%);
  background-position: center min(calc(200 / 1080 * 100vw), 200px), center top;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .sec14 {
    padding: calc(52 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-image: url(../img/sp/sec14_bg.webp), linear-gradient(180deg, #f1f7ff 0%, #e5ebf4 46.63%, #fff 100%);
    background-position: center calc(514 / 750 * 100vw), center top;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
  }
}
.sec14__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__inner {
    width: 100%;
    padding: 0;
  }
}
.sec14__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec14__menu {
    gap: min(calc(10 / 1080 * 100vw), 10px);
    margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
    max-width: min(calc(900 / 1080 * 100vw), 900px);
  }
}
@media screen and (max-width: 767px) {
  .sec14__menu {
    gap: calc(14 / 750 * 100vw);
    margin: 0 auto calc(70 / 750 * 100vw);
  }
}
.sec14__menu-item {
  display: flex;
}
.sec14__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f6fe;
  color: #283d53;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sec14__menu-link {
    gap: min(calc(16 / 1080 * 100vw), 16px);
    padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
    border-bottom: min(calc(3 / 1080 * 100vw), 3px) solid #425b76;
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .sec14__menu-link {
    gap: calc(16 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
    border-bottom: calc(6.75 / 750 * 100vw) solid #425b76;
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec14__menu-icon {
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec14__menu-icon {
    width: min(calc(13 / 1080 * 100vw), 13px);
  }
}
@media screen and (max-width: 767px) {
  .sec14__menu-icon {
    width: calc(29 / 750 * 100vw);
  }
}
.sec14__head {
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec14__head {
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec14__head01 {
  background-image: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  width: min(calc(60 / 1080 * 100vw), 60px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec14__head01 {
    width: calc(70 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec14__head02 {
  color: #283d53;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .sec14__head02 {
    font-size: calc(34 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0;
  }
}
.sec14__head03 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec14__head03 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec14__head03 span {
  color: #cd0934;
}
.sec14__cards {
  display: flex;
  flex-direction: column;
  gap: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec14__cards {
    gap: calc(40 / 750 * 100vw);
    align-items: center;
    padding-inline: calc(60 / 750 * 100vw);
  }
}
.sec14__card {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  background-color: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(80 / 1080 * 100vw), 80px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec14__card {
    width: calc(630 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
    padding: calc(30 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }
}
.sec14__card picture,
.sec14__card img {
  width: 100%;
  display: block;
}
.sec14__comment {
  display: flex;
  align-items: center;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__comment {
    gap: calc(40 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec14__comment.--q .sec14__balloon {
  background: var(--Linear, linear-gradient(135deg, #425b76 0%, #6684a4 100%));
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec14__comment.--q .sec14__balloon {
    border-radius: calc(12 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
}
.sec14__comment.--q .sec14__balloon::before {
  background: var(--Linear, linear-gradient(135deg, #425b76 0%, #6684a4 100%));
  left: 0;
  translate: -100% 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.sec14__comment.--q .sec14__balloon p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec14__comment.--q .sec14__balloon p {
    text-align: left;
    letter-spacing: 0.1em;
  }
}
.sec14__comment.--a {
  justify-content: flex-end;
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec14__comment.--a {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.sec14__comment.--a .sec14__balloon {
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
}
.sec14__comment.--a .sec14__balloon::before {
  background: #f1f7ff;
  right: 0;
  translate: 100% 0;
  scale: -1 1;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.sec14__avatar {
  flex: 0 0 min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec14__avatar {
    flex: 0 0 calc(120 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}
.sec14__avatar img {
  width: 100%;
  height: 100%;
}
.sec14__balloon {
  background-color: #f1f7ff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(480 / 1080 * 100vw), 480px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec14__balloon {
    border-radius: calc(12 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(24 / 750 * 100vw);
    width: calc(427 / 750 * 100vw);
  }
}
.sec14__balloon::before {
  content: "";
  display: block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec14__balloon::before {
    width: calc(18 / 750 * 100vw);
  }
}
.sec14__balloon p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
}
.sec14__balloon p b,
.sec14__balloon p strong {
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .sec14__balloon p {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec14__balloon p sup {
  font-size: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec14__balloon p sup {
    font-size: calc(14 / 750 * 100vw);
  }
}
.sec14__balloon p span {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec14__balloon p span {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec14__card-img {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
.sec14__card-img + .sec14__card-img {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec14__card-img {
    width: calc(628 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
  .sec14__card-img + .sec14__card-img {
    margin-top: calc(80 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec14__card-img.--w670 {
    width: min(calc(670 / 1080 * 100vw), 670px);
  }
}
@media screen and (min-width: 768px) {
  .sec14__card-img.--w730 {
    width: min(calc(730 / 1080 * 100vw), 730px);
  }
}
/*# sourceMappingURL=lp.css.map */
