@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%;
  height: min(calc(450 / 1080 * 100vw), 450px);
  padding: min(calc(122 / 1080 * 100vw), 122px) 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .cv {
    height: auto;
    padding: calc(84 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}
.cv__bg {
  position: absolute;
  inset: 0;
}
.cv__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw) 0;
  }
}
.cv__content {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: flex-end;
  justify-content: center;
  width: min(calc(832 / 1080 * 100vw), 832px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__content {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    width: 100%;
  }
}
.cv__deco {
  width: min(calc(237 / 1080 * 100vw), 237px);
  margin: 0 auto min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .cv__deco {
    width: calc(386 / 750 * 100vw);
    margin: 0 auto calc(14 / 750 * 100vw);
  }
}
.cv__btnDownload {
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .cv__btnDownload {
    width: calc(690 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}
.cv__btnDownload a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .cv__btnDownload a {
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
  }
}
.cv__btnDownload a::before {
  position: absolute;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  left: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(83 / 1080 * 100vw), 83px);
  content: "";
  background-image: url("../img/common/cv_free.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .cv__btnDownload a::before {
    top: calc(-32 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    filter: drop-shadow(calc(2 / 750 * 100vw) calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.cv__btnText {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.cv__btnText .btnText01 {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__btnText .btnText01 {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.cv__btnText .btnText01 span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .cv__btnText .btnText01 span {
    font-size: calc(28 / 750 * 100vw);
  }
}
.cv__btnText .btnText02 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__btnText .btnText02 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.cv__btns {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv__btns {
    gap: calc(30 / 750 * 100vw);
    margin: 0 auto;
  }
}
.cv__btn {
  width: min(calc(370 / 1080 * 100vw), 370px);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv__btn {
    width: calc(470 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.cv__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  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.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .cv__btn a {
    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.15);
  }
}
.cv__btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cv__btn--inquiry a::before {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  margin-right: min(calc(6 / 1080 * 100vw), 6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='17' viewBox='0 0 24 17' fill='none'%3E%3Cpath d='M24 1.2V3.972L12.3 10.716C12.114 10.824 11.886 10.824 11.7 10.716L0 3.972V1.2C0 0.54 0.54 0 1.2 0H22.8C23.46 0 24 0.54 24 1.2Z' fill='%23425B76'/%3E%3Cpath d='M12.9 11.7539L24 5.35791V15.5999C24 16.2599 23.46 16.7999 22.8 16.7999H1.2C0.54 16.7999 0 16.2599 0 15.5999V5.35791L11.1 11.7539C11.376 11.9159 11.688 11.9939 12 11.9939C12.312 11.9939 12.624 11.9159 12.9 11.7539Z' fill='%23425B76'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .cv__btn--inquiry a::before {
    width: calc(36 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    margin-right: calc(13 / 750 * 100vw);
  }
}
.cv__btn--trial a::before {
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  margin-right: min(calc(6 / 1080 * 100vw), 6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.44444 0C1.79614 0 1.17438 0.257539 0.715961 0.715961C0.257539 1.17438 0 1.79614 0 2.44444V8.55556H22V2.44444C22 1.79614 21.7425 1.17438 21.284 0.715961C20.8256 0.257539 20.2039 0 19.5556 0H2.44444ZM0 13.4444V11H22V13.4444C22 14.0928 21.7425 14.7145 21.284 15.1729C20.8256 15.6313 20.2039 15.8889 19.5556 15.8889H12.2222V19.5556H14.6667C14.9908 19.5556 15.3017 19.6843 15.5309 19.9135C15.7601 20.1427 15.8889 20.4536 15.8889 20.7778C15.8889 21.1019 15.7601 21.4128 15.5309 21.642C15.3017 21.8712 14.9908 22 14.6667 22H7.33333C7.00918 22 6.6983 21.8712 6.46909 21.642C6.23988 21.4128 6.11111 21.1019 6.11111 20.7778C6.11111 20.4536 6.23988 20.1427 6.46909 19.9135C6.6983 19.6843 7.00918 19.5556 7.33333 19.5556H9.77778V15.8889H2.44444C1.79614 15.8889 1.17438 15.6313 0.715961 15.1729C0.257539 14.7145 0 14.0928 0 13.4444Z' fill='%23425B76'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .cv__btn--trial a::before {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
    margin-right: calc(9 / 750 * 100vw);
  }
}
.cv.--cv03 {
  background: linear-gradient(90deg, #425b76 0%, #6684a4 100%);
  height: auto;
  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__btnDownload {
  height: auto;
  width: min(calc(360 / 1080 * 100vw), 360px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__btnDownload {
    width: calc(360 / 750 * 100vw);
  }
}
.cv.--cv03 .cv__btnDownload a {
  padding: min(calc(23 / 1080 * 100vw), 23px) 0;
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__btnDownload a {
    padding: calc(20 / 750 * 100vw) 0;
  }
}
.cv.--cv03 .cv__btnDownload a::before {
  display: none;
}
.cv.--cv03 .cv__btnDownload .cv__btnText .btnText02 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv.--cv03 .cv__btnDownload .cv__btnText .btnText02 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
    min-height: calc(1817 / 750 * 100vw);
  }
}
.fv__bg {
  width: 100%;
}
.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.fv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fv__tags {
  width: min(calc(447 / 1080 * 100vw), 447px);
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv__tags {
    width: calc(647 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.fv__heading h2 {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 900;
  line-height: 1.2;
  color: #283d53;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .fv__heading h2 {
    margin-bottom: calc(14 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
  }
}
.fv__heading p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 900;
  line-height: 1.2;
  color: #283d53;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__heading p {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__appeal {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .fv__appeal {
    position: relative;
    z-index: 2;
    gap: calc(35 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.fv__crown {
  width: min(calc(332 / 1080 * 100vw), 332px);
}
@media screen and (max-width: 767px) {
  .fv__crown {
    width: calc(430 / 750 * 100vw);
  }
}
.fv__badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  justify-content: center;
  width: min(calc(170 / 1080 * 100vw), 170px);
  height: min(calc(170 / 1080 * 100vw), 170px);
  top: max(calc(-4 / 1080 * 100vw), -4px);
  right: min(calc(382 / 1080 * 100vw), 382px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__badge {
    background-image: url("data:image/svg+xml,%3Csvg width='170' height='170' viewBox='0 0 170 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='85' cy='85' r='85' fill='url(%23paint0_radial_4434_66854)'/%3E%3Cpath d='M85 0C131.944 0 170 38.0558 170 85C170 131.944 131.944 170 85 170C66.1265 170 48.6906 163.847 34.5859 153.44V152.194C48.6275 162.746 66.0832 169 85 169C131.392 169 169 131.392 169 85C169 38.6081 131.392 1 85 1C38.6081 1 1 38.6081 1 85C1 93.3397 2.2153 101.395 4.47852 109H3.43652C1.20057 101.389 0 93.3347 0 85C0 38.0558 38.0558 0 85 0Z' fill='%23425B76'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_4434_66854' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(11 132) rotate(-34.0609) scale(171.406)'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.125639' stop-color='white'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .fv__badge {
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: calc(-10 / 750 * 100vw);
    right: calc(26 / 750 * 100vw);
    gap: calc(14 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
    height: calc(250 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #425b76;
  }
}
.fv__badge::before {
  display: block;
  width: min(calc(31 / 1080 * 100vw), 31px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  content: "";
  background-image: url("../img/common/fv_stars.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fv__badge::before {
    width: calc(48 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
  }
}
.fv__badge p {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__badge p {
    gap: calc(4 / 750 * 100vw);
  }
}
.fv__badge .badgeText01 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #283d53;
}
@media screen and (max-width: 767px) {
  .fv__badge .badgeText01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__badge .badgeText02 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 900;
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .fv__badge .badgeText02 {
    font-size: calc(35 / 750 * 100vw);
  }
}
.fv__badge .badgeText02 span {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 900;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .fv__badge .badgeText02 span {
    font-size: calc(55 / 750 * 100vw);
  }
}
.fv__badge .badgeText03 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #283d53;
}
@media screen and (max-width: 767px) {
  .fv__badge .badgeText03 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__badge .badgeText04 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #555;
}
@media screen and (max-width: 767px) {
  .fv__badge .badgeText04 {
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__medals {
  display: flex;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  justify-content: center;
  margin: min(calc(10 / 1080 * 100vw), 10px) 0 min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .fv__medals {
    margin: calc(470 / 750 * 100vw) calc(-30 / 750 * 100vw) calc(90 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    flex-wrap: wrap;
  }
}
.fv__medal {
  display: flex;
  flex-direction: column;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__medal {
    flex-direction: row;
    display: flex;
    align-items: center;
    flex: 0 0 calc(340 / 750 * 100vw);
    flex-shrink: 0;
    gap: 0;
  }
}
.fv__medalImage {
  width: min(calc(116 / 1080 * 100vw), 116px);
}
@media screen and (max-width: 767px) {
  .fv__medalImage {
    width: calc(140 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv__medalText {
    flex: 1 1 auto;
  }
}
.fv__medalText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 400;
  line-height: 1.3;
  color: #555;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .fv__medalText p {
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 767px) {
  .fv__note p {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.3;
  }
}
.fv__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.fv__cta {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
  justify-content: center;
  margin: min(calc(527 / 1080 * 100vw), 527px) auto 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .fv__cta {
    position: relative;
    bottom: auto;
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    margin: calc(1434 / 750 * 100vw) auto 0;
  }
}
.fv__cta .cv__btn {
  width: min(calc(280 / 1080 * 100vw), 280px);
  height: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .fv__cta .cv__btn {
    width: calc(470 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.fv__cta .cv__btn a {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__cta .cv__btn a {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__btnDownload a, .fv__btnFree a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fv__btnDownload {
  position: relative;
  width: min(calc(460 / 1080 * 100vw), 460px);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .fv__btnDownload {
    width: calc(640 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    margin-left: calc(50 / 750 * 100vw);
  }
}
.fv__btnDownload a {
  justify-content: flex-end;
  padding-right: min(calc(45 / 1080 * 100vw), 45px);
  background-color: #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .fv__btnDownload a {
    padding-right: calc(45 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
  }
}
.fv__btnDownload a::before {
  position: absolute;
  top: max(calc(-21 / 1080 * 100vw), -21px);
  left: min(calc(99 / 1080 * 100vw), 99px);
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(83 / 1080 * 100vw), 83px);
  content: "";
  background-image: url("../img/common/cv_free.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .fv__btnDownload a::before {
    top: calc(-64 / 750 * 100vw);
    left: calc(110 / 750 * 100vw);
    width: calc(112 / 750 * 100vw);
    height: calc(107 / 750 * 100vw);
    filter: drop-shadow(calc(2 / 750 * 100vw) calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.fv__btnDeco {
  position: absolute;
  top: max(calc(-24 / 1080 * 100vw), -24px);
  left: max(calc(-58 / 1080 * 100vw), -58px);
  width: min(calc(153 / 1080 * 100vw), 153px);
}
@media screen and (max-width: 767px) {
  .fv__btnDeco {
    top: calc(-8 / 750 * 100vw);
    left: calc(-50 / 750 * 100vw);
    width: calc(223 / 750 * 100vw);
  }
}
.fv__btnText {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
.fv__btnText .btnText01 {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  color: #283d53;
}
@media screen and (max-width: 767px) {
  .fv__btnText .btnText01 {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__btnText .btnText01 span {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 900;
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .fv__btnText .btnText01 span {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__btnText .btnText02 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 800;
  color: #283d53;
}
@media screen and (max-width: 767px) {
  .fv__btnText .btnText02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__btnFree {
  width: min(calc(280 / 1080 * 100vw), 280px);
  height: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .fv__btnFree {
    width: calc(470 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.fv__btnFree a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  font-feature-settings: "palt" on;
  line-height: 1.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .fv__btnFree a {
    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.15);
  }
}
.fv__btnFree a::before {
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  margin-right: min(calc(24 / 1080 * 100vw), 24px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.44444 0C1.79614 0 1.17438 0.257539 0.715961 0.715961C0.257539 1.17438 0 1.79614 0 2.44444V12.5556H22V2.44444C22 1.79614 21.7425 1.17438 21.284 0.715961C20.8256 0.257539 20.2039 0 19.5556 0H2.44444ZM0 13.4444H22C22 14.0928 21.7425 14.7145 21.284 15.1729C20.8256 15.6313 20.2039 15.8889 19.5556 15.8889H12.2222V19.5556H14.6667C14.9908 19.5556 15.3017 19.6843 15.5309 19.9135C15.7601 20.1427 15.8889 20.4536 15.8889 20.7778C15.8889 21.1019 15.7601 21.4128 15.5309 21.642C15.3017 21.8712 14.9908 22 14.6667 22H7.33333C7.00918 22 6.6983 21.8712 6.46909 21.642C6.23988 21.4128 6.11111 21.1019 6.11111 20.7778C6.11111 20.4536 6.23988 20.1427 6.46909 19.9135C6.6983 19.6843 7.00918 19.5556 7.33333 19.5556H9.77778V15.8889H2.44444C1.79614 15.8889 1.17438 15.6313 0.715961 15.1729C0.257539 14.7145 0 14.0928 0 13.4444Z' fill='%23425B76'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fv__btnFree a::before {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
    margin-right: calc(30 / 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(64 / 1080 * 100vw), 64px);
}
@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__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.sec02 {
  position: relative;
  width: 100%;
  height: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    height: calc(1092 / 750 * 100vw);
  }
}
.sec02__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
}
@media screen and (max-width: 767px) {
  .sec02__bg {
    width: 100%;
  }
}
.sec02__bgMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec02__bgMask {
    height: calc(1092 / 750 * 100vw);
  }
}
.sec02__bgMask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02__inner {
  position: relative;
  z-index: 1;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec02__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__header {
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec02__headerTag {
  position: relative;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: #e5ebf4;
}
@media screen and (max-width: 767px) {
  .sec02__headerTag {
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec02__headerTag p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__headerTag p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__headerTag::after {
  position: absolute;
  bottom: max(calc(-20 / 1080 * 100vw), -20px);
  left: 50%;
  display: block;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='20' viewBox='0 0 36 20' fill='none'%3E%3Cpath d='M0 0H36L18 20L0 0Z' fill='%23E5EBF4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec02__headerTag::after {
    bottom: calc(-20 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.sec02__headerTitle h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  color: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__headerTitle h2 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__headerTitle h2 span {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec02__headerTitle h2 span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__headerTitle p {
  color: var(--text01, #283D53);
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 140%;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__headerTitle p {
    font-size: calc(38 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0;
  }
}
.sec02__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02__cards {
    flex-wrap: wrap;
    row-gap: calc(40 / 750 * 100vw);
  }
}
.sec02__card {
  width: min(calc(230 / 1080 * 100vw), 230px);
  height: min(calc(179 / 1080 * 100vw), 179px);
  padding: min(calc(20 / 1080 * 100vw), 20px);
  background-color: #ffffff;
  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) {
  .sec02__card {
    width: calc(300 / 750 * 100vw);
    height: auto;
    padding: calc(30 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec02__cardTitle {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__cardTitle {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec02__cardTitle p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #cd0934;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__cardTitle p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__cardText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__cardText p {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: min(calc(958 / 1080 * 100vw), 958px);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0;
}
.sec03::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='132' viewBox='0 0 120 132' fill='none'%3E%3Cpath d='M60 -5.24537e-06C26.8629 -8.1423e-06 8.90825e-06 26.8629 1.90719e-06 60C-6.34034e-07 89.0682 20.6709 113.308 48.1152 118.822L58.583 131.194L68.5703 119.392C97.6475 115.233 120 90.2272 120 60C120 26.863 93.137 0.000129597 60 -5.24537e-06Z' fill='%23425B76'/%3E%3Cg filter='url(%23filter0_d_4418_31585)'%3E%3Cpath d='M60 30.0001V22.0001' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M47 34.0001L43 27.0001' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M36 44.0001L29 40.0001' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M33 58.0001H25' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M73 34.0001L77 27.0001' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M84 44.0001L91 40.0001' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M87 58.0001H95' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M59.7427 39.9922C49.391 39.9922 41 48.466 41 58.9199C41 65.3867 41.7041 66.7142 48.4017 78.4642C48.9365 82.4108 49.4667 86.416 52.7108 86.146H66.779C70.0231 86.416 70.5534 82.4108 71.0881 78.4642C77.7857 66.7097 78.4898 65.3867 78.4898 58.9199C78.4898 48.466 70.0988 39.9922 59.7471 39.9922H59.7427Z' stroke='white' stroke-width='2.53463' stroke-miterlimit='10'/%3E%3Cpath d='M52.6665 97.5811H66.8238' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M52.3501 93.8047H67.1401' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M51.6099 90.0298H67.8794' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M64.8808 97.5811C64.8808 100.025 62.5814 102 59.7473 102C56.9132 102 54.6138 100.02 54.6138 97.5811H64.8853H64.8808Z' fill='white' stroke='white' stroke-width='2.53463' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M55.6739 86L55.6458 72.9209L50.2446 59.8551L53.5835 59.8506L54.3551 61.6746L55.889 58.0178L57.4369 61.6702L58.966 58.0133L60.5139 61.6657L62.0477 58.0044L63.5956 61.6613L65.1294 58L65.901 59.8284L69.2446 59.8195L63.8902 72.9075L63.9183 85.9867' stroke='white' stroke-width='1.90097' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4418_31585' x='18.8105' y='15.8103' width='82.3791' height='92.3797' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.46123'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4418_31585'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4418_31585' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(132 / 1080 * 100vw), 132px);
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-19 / 1080 * 100vw), -19px);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec03::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='132' viewBox='0 0 120 132' fill='none'%3E%3Cpath d='M60 -5.24537e-06C26.8629 -8.1423e-06 8.90825e-06 26.8629 1.90719e-06 60C-6.34034e-07 89.0682 20.6709 113.308 48.1152 118.822L58.583 131.194L68.5703 119.392C97.6475 115.233 120 90.2272 120 60C120 26.863 93.137 0.000129597 60 -5.24537e-06Z' fill='%23425B76'/%3E%3Cg filter='url(%23filter0_d_4418_40873)'%3E%3Cg filter='url(%23filter1_d_4418_40873)'%3E%3Cpath d='M60 27V19' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M47 31L43 24' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M36 41L29 37' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M33 55H25' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M73 31L77 24' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M84 41L91 37' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M87 55H95' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M59.7427 36.9922C49.391 36.9922 41 45.466 41 55.9199C41 62.3867 41.7041 63.7142 48.4017 75.4642C48.9365 79.4108 49.4667 83.416 52.7108 83.146H66.779C70.0231 83.416 70.5534 79.4108 71.0881 75.4642C77.7857 63.7097 78.4898 62.3867 78.4898 55.9199C78.4898 45.466 70.0988 36.9922 59.7471 36.9922H59.7427Z' stroke='white' stroke-width='2.53463' stroke-miterlimit='10'/%3E%3Cpath d='M52.666 94.5811H66.8233' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M52.3496 90.8047H67.1397' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M51.6094 87.0298H67.8789' stroke='white' stroke-width='2.53463' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M64.8803 94.5811C64.8803 97.0246 62.5809 99.0002 59.7468 99.0002C56.9127 99.0002 54.6133 97.0201 54.6133 94.5811H64.8848H64.8803Z' fill='white' stroke='white' stroke-width='2.53463' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M55.6734 83L55.6453 69.9209L50.2441 56.8551L53.5831 56.8506L54.3547 58.6746L55.8885 55.0178L57.4364 58.6702L58.9655 55.0133L60.5134 58.6657L62.0472 55.0044L63.5951 58.6613L65.129 55L65.9006 56.8284L69.2441 56.8195L63.8897 69.9075L63.9178 82.9867' stroke='white' stroke-width='1.90097' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4418_40873' x='18.81' y='12.8105' width='82.3801' height='92.3796' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.46123'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4418_40873'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4418_40873' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4418_40873' x='18.81' y='12.8105' width='82.3801' height='92.3796' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.46123'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4418_40873'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4418_40873' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: calc(120 / 750 * 100vw);
    height: calc(132 / 750 * 100vw);
    top: calc(-15 / 750 * 100vw);
    transform: none;
    left: calc(513 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    height: calc(1848 / 750 * 100vw);
    padding: calc(65 / 750 * 100vw) 0;
  }
}
.sec03__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec03__bg > img {
  position: relative;
  z-index: 1;
}
.sec03__bg .sec03__bg02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec03__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec03__heading {
  position: relative;
  margin-bottom: min(calc(100 / 1080 * 100vw), 100px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03__heading {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}
.sec03__heading h2 {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__heading h2 {
    margin-bottom: calc(14 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__heading .subtitleText {
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.18;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__heading .subtitleText {
    margin-bottom: calc(15 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__heading .titleText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 900;
  line-height: 1.18;
  color: #283d53;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec03__heading .titleText {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__heading .titleText .small {
  color: #283d53;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03__heading .titleText .small {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__text p {
  color: var(--text01, #283d53);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03__text p {
    font-size: calc(38 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}
.sec03__text p strong {
  color: #cd0934;
}
.sec03 .sec03__text02 {
  width: min(calc(448 / 1080 * 100vw), 448px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0 max(calc(-14 / 1080 * 100vw), -14px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text02 {
    width: calc(618 / 750 * 100vw);
    margin: calc(23 / 750 * 100vw) 0 0 calc(-12 / 750 * 100vw);
  }
}
.sec03__medals {
  display: flex;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  justify-content: flex-start;
  margin: 0;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__medals {
    margin: calc(14 / 750 * 100vw) calc(-30 / 750 * 100vw) calc(510 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    flex-wrap: wrap;
  }
}
.sec03__medal {
  display: flex;
  flex-direction: column;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__medal {
    flex-direction: row;
    display: flex;
    align-items: center;
    flex: 0 0 calc(340 / 750 * 100vw);
    flex-shrink: 0;
    gap: 0;
  }
}
.sec03__medalImage {
  width: min(calc(116 / 1080 * 100vw), 116px);
  min-height: min(calc(112 / 1080 * 100vw), 112px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__medalImage {
    width: calc(140 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03__medalText {
    flex: 1 1 auto;
  }
}
.sec03__medalText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 400;
  line-height: 1.3;
  color: #555;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec03__medalText p {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec03__note {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
.sec03__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 767px) {
  .sec03__note p {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.3;
  }
}

.sec04 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  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 top, center top;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(80 / 750 * 100vw) 0;
    background-image: url("../img/sp/sec05_bg.webp"), linear-gradient(180deg, #fff 25%, #e5ebf4 50%, #f1f7ff 100%);
  }
}
.sec04__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 100%;
    padding: 0;
  }
}
.sec04__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) {
  .sec04__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
}
@media screen and (max-width: 767px) {
  .sec04__subtitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__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;
}
.sec04__title h2 .red {
  color: #cd0934;
}
.sec04__title h2 .num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec04__title h2 .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
  }
}
.sec04__area {
  margin: auto;
}
.sec04__area + .sec04__area {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec04__area + .sec04__area {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec04__areaTitle {
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__areaTitle {
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec04__areaTitle01 {
  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: 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) {
  .sec04__areaTitle01 {
    width: calc(70 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__areaTitle02 {
  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) {
  .sec04__areaTitle02 {
    font-size: calc(34 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0;
  }
}
.sec04__areaTitle03 {
  color: #cd0934;
  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) {
  .sec04__areaTitle03 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__cards {
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec04__cards {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}
.sec04__cards-head {
  background: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .sec04__cards-head {
    padding: calc(16 / 750 * 100vw) 0;
  }
}
.sec04__cards-head p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec04__cards-head p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__cards-body {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(25 / 1080 * 100vw), 25px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__cards-body {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec04__card {
  flex: 0 0 min(calc(460 / 1080 * 100vw), 460px);
  background-color: #ecf5fa;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(24 / 1080 * 100vw), 24px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__card {
    flex: 0 0 auto;
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec04__card-title {
  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: 1.6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__card-title {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec04__card-title sup {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec04__card-title sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__card-img picture,
.sec04__card-img img {
  width: 100%;
}
.sec04__img03 {
  width: min(calc(890 / 1080 * 100vw), 890px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__img03 {
    width: 100%;
  }
}
.sec04__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%;
}
.sec04__text03.--item03 {
  margin: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec04__text03.--item03 {
    margin: calc(80 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.sec04__text03 .red {
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec04__text03 {
    margin: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: var(--font-size-h5, calc(38 / 750 * 100vw));
  }
}
.sec04__cta {
  display: flex;
  justify-content: center;
  margin-top: min(calc(68 / 1080 * 100vw), 68px);
}
@media screen and (max-width: 767px) {
  .sec04__cta {
    margin-top: calc(113 / 750 * 100vw);
  }
}
.sec04__cta .cv__btnDownload {
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload {
    width: calc(690 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}
.sec04__cta .cv__btnDownload a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload a {
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
  }
}
.sec04__cta .cv__btnDownload a::before {
  position: absolute;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  left: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(83 / 1080 * 100vw), 83px);
  content: "";
  background-image: url("../img/common/cv_free.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload a::before {
    top: calc(-32 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    filter: drop-shadow(calc(2 / 750 * 100vw) calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.sec04__cta .cv__btnDownload .cv__btnText {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.sec04__cta .cv__btnDownload .cv__btnText .btnText01 {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload .cv__btnText .btnText01 {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec04__cta .cv__btnDownload .cv__btnText .btnText01 span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload .cv__btnText .btnText01 span {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec04__cta .cv__btnDownload .cv__btnText .btnText02 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__cta .cv__btnDownload .cv__btnText .btnText02 {
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec05 {
  width: 100%;
  padding: min(calc(43 / 1080 * 100vw), 43px) 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(80 / 750 * 100vw) 0;
    background-image: url("../img/sp/sec05_bg02.webp"), linear-gradient(180deg, #fff 25%, #e5ebf4 50%, #f1f7ff 100%);
    background-position: center 88%, center top;
  }
}
.sec05__inner {
  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;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec05__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
}
@media screen and (max-width: 767px) {
  .sec05__subtitle p {
    font-size: calc(42 / 750 * 100vw);
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1.18;
    color: #c9d6e9;
  }
}
.sec05__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;
}
.sec05__title h2 .red {
  color: #cd0934;
}
.sec05__title h2 .num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec05__title h2 .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #283d53;
  }
}
.sec05 .sec05__area {
  margin: auto;
}
.sec05 .sec05__area + .sec05__area {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__area + .sec05__area {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec05 .sec05__areaTitle {
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__areaTitle {
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__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) {
  .sec05 .sec05__areaTitle01 {
    width: calc(70 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    font-size: var(--font-size-h3, calc(48 / 750 * 100vw));
    background-image: linear-gradient(135deg, #425b76 0%, #6684a4 100%);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 140%;
  }
}
.sec05 .sec05__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) {
  .sec05 .sec05__areaTitle02 {
    font-size: var(--font-size-subtitle_large, calc(34 / 750 * 100vw));
    margin: calc(8 / 750 * 100vw) 0;
    color: var(--text01, #283d53);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 160%;
  }
}
.sec05 .sec05__areaTitle03 {
  color: var(--accent01, #cd0934);
  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) {
  .sec05 .sec05__areaTitle03 {
    font-size: var(--font-size-h3, calc(48 / 750 * 100vw));
    color: var(--accent01, #cd0934);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 140%;
  }
}
.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__item01.--item02 {
    display: flex;
    gap: calc(20 / 750 * 100vw);
  }
  .sec05 .sec05__item01.--item02 .sec05__img02 {
    flex: 0 0 calc(290 / 750 * 100vw);
  }
  .sec05 .sec05__item01.--item02 .sec05__item01Inner {
    flex: 0 0 calc(320 / 750 * 100vw);
  }
}
.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%;
  }
}
.sec05 .sec05__list02 {
  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__list02 {
    gap: 0;
  }
}
.sec05 .sec05__item02 {
  flex: 0 0 min(calc(312 / 1080 * 100vw), 312px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__item02 {
    flex: 0 0 calc(310 / 750 * 100vw);
  }
}
.sec05 .sec05__img02 {
  width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__img02 {
    width: calc(200 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.sec05 .sec05__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%;
}
.sec05 .sec05__text03.--item03 {
  margin: min(calc(9 / 1080 * 100vw), 9px) 0 min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text03.--item03 {
    margin: calc(80 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.sec05 .sec05__text03 .red {
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text03 {
    margin: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: var(--font-size-h5, calc(38 / 750 * 100vw));
    color: var(--text01, #283d53);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 140%;
  }
}
.sec05 .sec05__text04 {
  text-align: center;
  color: var(--accent02, #333);
  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%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text04 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
    text-align: center;
    color: var(--accent02, #333);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 160%;
  }
  .sec05 .sec05__text04 .red {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec05 .sec05__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%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__note {
    font-size: var(--font-size-caption, calc(20 / 750 * 100vw));
    color: var(--accent02, #333);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    margin: calc(16 / 750 * 100vw) -1em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__img03 {
    width: calc(750 / 750 * 100vw);
    margin-left: calc(-60 / 750 * 100vw);
  }
}
.sec05 .sec05__list03 {
  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__list03 {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec05 .sec05__item03 {
  flex: 0 0 min(calc(484 / 1080 * 100vw), 484px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__item03 {
    flex: 0 0 auto;
  }
}
.sec05 .sec05__img04 {
  margin: 0 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__img04 {
    margin: 0 0 calc(20 / 750 * 100vw);
  }
}

.sec06 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #eaeff6;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.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: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__caseGroup {
    flex-direction: column;
    gap: calc(42 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
  }
}
.sec06__caseImage {
  flex-shrink: 0;
  width: min(calc(240 / 1080 * 100vw), 240px);
  height: min(calc(180 / 1080 * 100vw), 180px);
}
@media screen and (max-width: 767px) {
  .sec06__caseImage {
    width: 100%;
    height: calc(386 / 750 * 100vw);
  }
}
.sec06__caseImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec06__caseTags {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__caseTags {
    flex-wrap: wrap;
    flex: 0 0 auto;
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(24 / 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);
}
@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-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__caseTitle {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.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;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__caseCompany {
    flex-direction: column;
    gap: calc(14 / 750 * 100vw);
    align-items: flex-start;
  }
}
.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(16 / 1080 * 100vw), 16px);
  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(26 / 750 * 100vw);
  }
}
.sec06__caseComment {
  position: relative;
  width: 100%;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  background-color: #f8f8f8;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__caseComment {
    padding: calc(40 / 750 * 100vw);
    margin-top: calc(34 / 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);
}

.sec07 {
  position: relative;
  width: 100%;
  height: min(calc(918 / 1080 * 100vw), 918px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    height: calc(848 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec07__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec07__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec07__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec07__header {
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec07__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__header 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;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__header h2 {
    font-size: calc(48 / 750 * 100vw);
    text-align: center;
  }
}
.sec07__header h2 .textNum {
  font-family: Roboto, sans-serif;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  font-weight: 900;
  line-height: 1.18;
  color: #cd0934;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__header h2 .textNum {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07__header h2 .textColor {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec07__header h2 .textColor {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07__header h2 .textSmall {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07__header h2 .textSmall {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec07__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__content {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07__medals {
  display: flex;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec07__medals {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec07__medal {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__medal {
    gap: calc(2 / 750 * 100vw);
  }
}
.sec07__medalImage {
  width: min(calc(250 / 1080 * 100vw), 250px);
}
@media screen and (max-width: 767px) {
  .sec07__medalImage {
    width: calc(140 / 750 * 100vw);
  }
}
.sec07__medalText p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #283d53;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec07__medalText p {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec07__badges {
  display: flex;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__badges {
    gap: calc(28 / 750 * 100vw);
  }
}
.sec07__badge:nth-child(1) {
  width: min(calc(345 / 1080 * 100vw), 345px);
}
@media screen and (max-width: 767px) {
  .sec07__badge:nth-child(1) {
    width: calc(331 / 750 * 100vw);
  }
}
.sec07__badge:nth-child(2) {
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .sec07__badge:nth-child(2) {
    width: calc(331 / 750 * 100vw);
  }
}
.sec07__note 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: #283d53;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__note p {
    font-size: calc(18 / 750 * 100vw);
    text-align: left;
  }
}

.sec08 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.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(56 / 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);
}
@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(32 / 750 * 100vw);
  }
}
.sec08__main {
  border-radius: min(calc(18 / 1080 * 100vw), 18px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--Linear, #425b76);
  background: var(--base-white, #fff);
  box-shadow: 0vw min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.25);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  flex-direction: column;
  gap: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08__main {
    border-radius: calc(24 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid var(--Linear, #425b76);
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(56 / 750 * 100vw);
    gap: calc(48 / 750 * 100vw);
  }
}
.sec08__cards {
  display: flex;
  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);
  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(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%;
  height: min(calc(51 / 1080 * 100vw), 51px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 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 {
    height: calc(96 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    border-radius: calc(24 / 750 * 100vw) calc(24 / 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: 0 min(calc(20 / 1080 * 100vw), 20px) 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) 0 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(48 / 1080 * 100vw), 48px);
  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(48 / 1080 * 100vw), 48px);
  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(920 / 1080 * 100vw), 920px);
  overflow: hidden;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__cost {
    width: 100%;
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec08__cost-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  background-color: #283d53;
  border-radius: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08__cost-head {
    padding: calc(8 / 750 * 100vw) 0;
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}
.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.6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__cost-head p {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__cost-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(55 / 1080 * 100vw), 55px);
  background-color: #eaeff6;
  border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__cost-body {
    padding: calc(40 / 750 * 100vw) calc(32 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-radius: 0 0 calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec08__cost-img {
  width: 100%;
}

.sec09 {
  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(60 / 750 * 100vw);
  }
}
.sec09__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) {
  .sec09__subtitle p {
    font-size: calc(42 / 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(56 / 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);
}
@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.08em;
}
@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 {
  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;
  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%;
  height: min(calc(505 / 1080 * 100vw), 505px);
  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);
}
@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: flex-start;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(48 / 1080 * 100vw), 48px);
  background-color: #f8f8f8;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec12__list {
    gap: calc(32 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}
.sec12__listItem {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec12__listItem {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
  }
}
.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.06em;
}
@media screen and (max-width: 767px) {
  .sec12__listItem dt,
  .sec12__listItem dd {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.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-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}
.sec12__listItem dd span {
  font-weight: 700;
  color: #425b76;
}
.sec12__dataGroup {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec12__dataGroup {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec13 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background: linear-gradient(180deg, #f1f7ff 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(45 / 1080 * 100vw), 45px);
  font-weight: 700;
  line-height: 1.4;
  color: #cd0934;
}
.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(56 / 750 * 100vw);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
  }
}
.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));
  }
}
.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;
}
.sec13 .sec13__slice-cv .cv__btnDownload {
  width: min(calc(305 / 1080 * 100vw), 305px);
  height: min(calc(69 / 1080 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload {
    width: calc(630 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}
.sec13 .sec13__slice-cv .cv__btnDownload a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffd966;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(1 / 1080 * 100vw), 1px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload a {
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.14);
  }
}
.sec13 .sec13__slice-cv .cv__btnDownload a::before {
  position: absolute;
  top: max(calc(-15 / 1080 * 100vw), -15px);
  left: max(calc(-14 / 1080 * 100vw), -14px);
  width: min(calc(55 / 1080 * 100vw), 55px);
  height: min(calc(55 / 1080 * 100vw), 55px);
  content: "";
  background-image: url("../img/common/cv_free.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(min(calc(1 / 1080 * 100vw), 1px) min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload a::before {
    top: calc(-30 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    width: calc(114 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    filter: drop-shadow(calc(2 / 750 * 100vw) calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText01 {
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText01 {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText01 span {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #cd0934;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText01 span {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #283d53;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__slice-cv .cv__btnDownload .cv__btnText .btnText02 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.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(55 / 750 * 100vw);
    padding-right: 0;
  }
}
.sec13 .sec13__thmbOuter {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  width: min(calc(1016 / 1080 * 100vw), 1016px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbOuter {
    margin: calc(24 / 750 * 100vw) auto 0;
    width: calc(660 / 750 * 100vw);
  }
  .sec13 .sec13__thmbOuter .swiper-wrapper {
    flex-wrap: wrap;
  }
  .sec13 .sec13__thmbOuter .swiper-slide {
    width: calc(330 / 750 * 100vw);
    flex: 0 0 calc(330 / 750 * 100vw);
  }
}
.sec13 .sec13__thmbInner {
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbInner {
    padding: calc(30 / 750 * 100vw) calc(15 / 750 * 100vw) 0;
    width: calc(330 / 750 * 100vw);
  }
}
.sec13 .sec13__thmbText01 {
  color: var(--accent02, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  /* subtitle/small */
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: var(--font-size-subtitle_small, min(calc(22 / 1080 * 100vw), 22px));
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* vw(35.2) */
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbText01 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
    letter-spacing: calc(1.76 / 750 * 100vw);
    margin: 0 0 calc(8 / 750 * 100vw);
  }
}
.sec13 .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .sec13__thmbImg::before {
  opacity: 0;
}
.sec13 .sec13__thmbImg {
  position: relative;
  overflow: hidden;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__thmbImg {
    border-radius: calc(6 / 750 * 100vw);
  }
}
.sec13 .sec13__thmbImg::before {
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: rgba(40, 61, 83, 0.7);
}
.sec13 .sec13__thmbImg img {
  position: relative;
  z-index: 1;
}

.sec14 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: linear-gradient(180deg, #f1f7ff 0%, #e5ebf4 47%, #f1f7ff 100%);
}
@media screen and (max-width: 767px) {
  .sec14 {
    padding: calc(52 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background: #fff;
  }
}
.sec14__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__inner {
    width: 100%;
    padding: 0 calc(60 / 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 {
  color: #cd0934;
  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(48 / 750 * 100vw);
  }
}
.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;
  }
}
.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;
}
@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);
  }
}

.sec15 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='170' viewBox='0 0 1920 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1920' height='170' fill='%23EAEFF6'/%3E%3Cpath d='M0 90C0 90 427 0 960 0C1493 0 1920 90 1920 90V170H0V90Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec15 {
    background-image: url("data:image/svg+xml,%3Csvg width='750' height='98' viewBox='0 0 750 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4434_66803' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='750' height='98'%3E%3Crect width='750' height='98' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4434_66803)'%3E%3Crect width='750' height='100' fill='%23EAEFF6'/%3E%3Cpath d='M0 50.9412C0 50.9412 166.797 -2 375 -2C583.203 -2 750 50.9412 750 50.9412V98H0V50.9412Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec15__outer {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec15__outer {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec15__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) {
  .sec15__header {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec15__subtitle p {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 900;
  line-height: 1.18;
  color: #c9d6e9;
}
@media screen and (max-width: 767px) {
  .sec15__subtitle p {
    font-size: calc(42 / 750 * 100vw);
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1.18;
    color: #c9d6e9;
  }
}
.sec15__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;
}
.sec15__title h2 .red {
  color: #cd0934;
}
.sec15__title h2 .num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec15__title h2 .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec15__title h2 {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #283d53;
  }
}
.sec15 .sec15__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__wrapper {
    flex-direction: column;
    gap: calc(60 / 750 * 100vw);
  }
}
.sec15 .sec15__col {
  flex: 0 0 min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__col {
    flex: 0 0 auto;
  }
}
.sec15 .sec15__lead {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--text01, #283d53);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  color: var(--base01, #fff);
  text-align: center;
  /* headline/h5 */
  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%; /* vw(39.2) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  margin: 0 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__lead {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
    font-size: var(--font-size-h5, calc(38 / 750 * 100vw));
    letter-spacing: calc(2.24 / 750 * 100vw);
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec15 .sec15__item {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.sec15 .sec15__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__item {
    margin-bottom: calc(40 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
  }
}
.sec15 .sec15__icon {
  flex: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__icon {
    flex: 0 0 calc(140 / 750 * 100vw);
  }
}
.sec15 .sec15__inner {
  flex: 0 1 auto;
}
.sec15 .sec15__text01 {
  color: var(--text01, #283d53);
  /* subtitle/small */
  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%; /* vw(35.2) */
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__text01 {
    font-size: var(--font-size-subtitle_small, calc(32 / 750 * 100vw));
    letter-spacing: calc(1.76 / 750 * 100vw);
    margin: 0 0 calc(8 / 750 * 100vw);
  }
}
.sec15 .sec15__text02 {
  color: var(--accent02, #333);
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-normal, min(calc(16 / 1080 * 100vw), 16px));
  letter-spacing: 0;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec15 .sec15__text02 {
    font-size: var(--font-size-normal, calc(26 / 750 * 100vw));
  }
}
/*# sourceMappingURL=lp.css.map */
