@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, 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,
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 .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: #02acce !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: #02acce !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 #02acce;
}
.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%, #02acce 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 #02acce;
}
.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 {
  width: 100%;
  background: #fff;
  z-index: 100;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(13 / 1080 * 100vw), 13px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: calc(27 / 750 * 100vw) calc(16 / 750 * 100vw) calc(35 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(145 / 1080 * 100vw), 145px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(212 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  width: min(calc(338 / 1080 * 100vw), 338px);
  height: min(calc(54 / 1080 * 100vw), 54px);
  padding-left: min(calc(27 / 1080 * 100vw), 27px);
  box-shadow: none;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(438 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    padding-left: calc(34 / 750 * 100vw);
    border-radius: calc(100 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn01::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.24805' cy='9.979' r='8.55533' fill='%23F8B500' stroke='%230C375F' stroke-width='0.889335'/%3E%3Cpath d='M8.44883 13.5794L12.0488 9.9794L8.44883 6.37939' stroke='%230C375F' stroke-width='2.32001' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  right: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn01::after {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    right: calc(29 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn01 p {
  font-weight: 500;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn01 p {
    font-size: calc(30 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #4B4B4B;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #02acce;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #02acce;
    border-color: transparent;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(15 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  width: min(calc(480 / 1080 * 100vw), 480px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px min(calc(5 / 1080 * 100vw), 5px) min(calc(5 / 1080 * 100vw), 5px) rgba(0, 0, 0, 0.3);
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    width: calc(610 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    padding-right: calc(15 / 750 * 100vw);
    box-shadow: 0px calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 140%;
}
.adlp-btn p span {
  line-height: 140%;
}
.adlp-btn p span.text01 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn p .orange {
  font-weight: 700;
  color: #f8b500;
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883ec;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #0c375f;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='13.3586' cy='13.8039' rx='13.2278' ry='12.968' fill='%23F8B500'/%3E%3Cpath d='M8.7046 11.9505L13.866 17.1377L19.0273 11.9505' stroke='%230C375F' stroke-width='2.32' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  right: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(35 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    filter: brightness(130%);
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ff98ac 0%, #ff6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #c80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #ffa800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #f48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #f48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1200 / 1080 * 100vw), 1200px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv__head {
  background-color: #ed901e;
  padding: 1px 0 min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .cv__head {
    padding: 1px 0 calc(91 / 750 * 100vw);
  }
}

.cv__text01 {
  background-image: url("data:image/svg+xml,%3Csvg width='418' height='40' viewBox='0 0 418 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.950195H418L409.49 20.4502L418 39.9502H0L8.50962 20.4502L0 0.950195Z' fill='%230C375F'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 120%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: min(calc(418 / 1080 * 100vw), 418px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: max(calc(-21 / 1080 * 100vw), -21px) auto min(calc(3 / 1080 * 100vw), 3px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cv__text01 {
    background-image: url("data:image/svg+xml,%3Csvg width='512' height='51' viewBox='0 0 512 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-29 0.950195H512L500.986 25.9502L512 50.9502H-29L-17.9864 25.9502L-29 0.950195Z' fill='%230C375F'/%3E%3C/svg%3E%0A");
    width: calc(512 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin: calc(-16 / 750 * 100vw) 0 calc(10 / 750 * 100vw) 0;
  }
}

.cv__unit {
  width: fit-content;
  margin: 0 auto;
  transform: translateX(max(calc(-63 / 1080 * 100vw), -63px));
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__unit {
    margin: 0 0 0 calc(40 / 750 * 100vw);
    transform: none;
  }
}
.cv__unit::after {
  content: "";
  background-image: url(../img/nr2/cv_img.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(133 / 1080 * 100vw), 133px);
  filter: drop-shadow(0px min(calc(7 / 1080 * 100vw), 7px) min(calc(13 / 1080 * 100vw), 13px) rgba(0, 0, 0, 0.24));
  position: absolute;
  top: min(calc(6 / 1080 * 100vw), 6px);
  right: max(calc(-160 / 1080 * 100vw), -160px);
}
@media screen and (max-width: 767px) {
  .cv__unit::after {
    width: calc(200 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    filter: drop-shadow(0px calc(9 / 750 * 100vw) calc(17 / 750 * 100vw) rgba(0, 0, 0, 0.24));
    top: calc(-15 / 750 * 100vw);
    right: calc(-205 / 750 * 100vw);
  }
}

.cv__text02 {
  font-weight: 900;
  font-size: min(calc(31 / 1080 * 100vw), 31px);
  line-height: 140%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cv__text02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv__text02 .large {
  font-weight: 700;
  font-size: min(calc(51 / 1080 * 100vw), 51px);
  line-height: 140%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cv__text02 .large {
    font-size: calc(66 / 750 * 100vw);
  }
}

.cv__note01 {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .cv__note01 {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(3 / 750 * 100vw);
  }
}
.cv__note01 a {
  color: #ffffff;
  text-decoration: underline;
}

.cv__body {
  background-color: #f4efe0;
  padding: 1px 0 min(calc(47 / 1080 * 100vw), 47px);
}
@media screen and (max-width: 767px) {
  .cv__body {
    padding: 1px 0 calc(60 / 750 * 100vw);
  }
}

.cv__box {
  background-color: #ffffff;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  width: min(calc(800 / 1080 * 100vw), 800px);
  padding: min(calc(39 / 1080 * 100vw), 39px) 0 min(calc(34 / 1080 * 100vw), 34px);
  margin: max(calc(-49 / 1080 * 100vw), -49px) auto 0;
  box-shadow: 0px min(calc(3 / 1080 * 100vw), 3px) min(calc(18 / 1080 * 100vw), 18px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .cv__box {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0 calc(37 / 750 * 100vw);
    margin: calc(-62 / 750 * 100vw) auto 0;
    box-shadow: 0px calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

.cv__text03 {
  background-image: url("data:image/svg+xml,%3Csvg width='415' height='58' viewBox='0 0 415 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M415 29.4502L397.304 57.9502H17.6973L0 29.4502L17.6973 0.950195H397.304L415 29.4502Z' fill='%2302ACCE'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(415 / 1080 * 100vw), 415px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  margin: 0 auto min(calc(25 / 1080 * 100vw), 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__text03 {
    background-image: url("data:image/svg+xml,%3Csvg width='515' height='75' viewBox='0 0 515 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.40027e-05 0.950195H491.669L514.644 37.9502L491.669 74.9502H0L8.40027e-05 0.950195Z' fill='%2302ACCE'/%3E%3C/svg%3E%0A");
    width: calc(515 / 750 * 100vw);
    height: calc(75 / 750 * 100vw);
    justify-content: flex-start;
    font-size: calc(38 / 750 * 100vw);
    padding: 0 0 0 calc(50 / 750 * 100vw);
    margin: 0 0 calc(21 / 750 * 100vw) calc(-30 / 750 * 100vw);
  }
  .cv__text03::after {
    content: "";
    background-color: #0f5f7f;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    display: block;
    position: absolute;
    top: calc(75 / 750 * 100vw);
    left: 0;
  }
}
.cv__text03 .large {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv__text03 .large {
    font-size: calc(42 / 750 * 100vw);
  }
}

.cv__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv__list {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

.cv__item {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #02acce;
  border-radius: 50%;
  color: #02acce;
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cv__item {
    height: calc(193 / 750 * 100vw);
    width: calc(193 / 750 * 100vw);
  }
}
.cv__item .inner {
  text-align: center;
}
.cv__item.--item01 {
  padding-top: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item01 {
    padding-top: min(calc(17 / 1080 * 100vw), 17px);
  }
}
.cv__item.--item01 .text01 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item01 .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.cv__item.--item01 .text02 {
  display: block;
  /* カラム落ちを防ぐためのcss */
  white-space: nowrap;
  margin: 0 -20%;
  width: 140%;
}
.cv__item.--item01 .text02 .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(55 / 1080 * 100vw), 55px);
  line-height: 80%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .cv__item.--item01 .text02 .num {
    font-size: calc(72 / 750 * 100vw);
  }
}
.cv__item.--item01 .text02 .yen {
  font-weight: 900;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 110%;
  letter-spacing: 0.04em;
  color: #02acce;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item01 .text02 .yen {
    font-size: calc(26 / 750 * 100vw);
    margin-left: calc(3 / 750 * 100vw);
  }
}
.cv__item.--item01 .text03 {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  top: max(calc(-5 / 1080 * 100vw), -5px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item01 .text03 {
    font-size: calc(32 / 750 * 100vw);
    top: calc(-7 / 750 * 100vw);
  }
}
.cv__item.--item02 {
  padding-top: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item02 {
    padding-top: calc(60 / 750 * 100vw);
  }
}
.cv__item.--item02 .text01 {
  /*font-family: "Roboto", sans-serif;*/
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 80%;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv__item.--item02 .text01 {
    font-size: calc(60 / 750 * 100vw);
  }
}
.cv__item.--item02 .text01 .small {
  font-weight: 900;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__item.--item02 .text01 .small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv__item.--item02 .text02 {
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.08em;
  display: block;
  margin-top: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .cv__item.--item02 .text02 {
    font-size: calc(38 / 750 * 100vw);
    margin-top: calc(-3 / 750 * 100vw);
  }
}
.cv__item.--item03 {
  align-items: center;
}
.cv__item.--item03 .text01 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 120%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv__item.--item03 .text01 {
    font-size: calc(42 / 750 * 100vw);
  }
}

.cv__note02 {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #666666;
  text-align: center;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv__note02 {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: calc(610 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

.cv .adlp-modal__base {
  background-color: #0c375f;
}
.cv .adlp-modal__close {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.950195' width='50' height='50' rx='25' fill='%2302ACCE'/%3E%3Cpath d='M25 27.2165L13.7663 38.4502L12.5 37.1839L23.7337 25.9502L12.5 14.7165L13.7663 13.4502L25 24.6839L36.2337 13.4502L37.5 14.7165L26.2663 25.9502L37.5 37.1839L36.2337 38.4502L25 27.2165Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  margin: 0 max(calc(-9 / 1080 * 100vw), -9px) 0 auto;
}
.cv .adlp-modal__close__wrap {
  width: min(calc(1200 / 1080 * 100vw), 1200px);
  position: absolute;
  top: min(calc(25 / 1080 * 100vw), 25px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__close__wrap {
    width: calc(750 / 750 * 100vw);
    top: calc(35 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__close {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='81' viewBox='0 0 80 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.950195' width='80' height='80' rx='40' fill='%2302ACCE'/%3E%3Cpath d='M40 42.2165L28.7663 53.4502L27.5 52.1839L38.7337 40.9502L27.5 29.7165L28.7663 28.4502L40 39.6839L51.2337 28.4502L52.5 29.7165L41.2663 40.9502L52.5 52.1839L51.2337 53.4502L40 42.2165Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: 0 calc(10 / 750 * 100vw) 0 auto;
  }
}
.cv .adlp-modal__content {
  border-radius: min(calc(30 / 1080 * 100vw), 30px) 0 0 min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(60 / 1080 * 100vw), 60px) min(calc(57 / 1080 * 100vw), 57px);
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__title {
  background-color: #e7eff4;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #02acce;
  padding: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__title {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__body {
  margin: min(calc(52 / 1080 * 100vw), 52px) auto 0;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body {
    margin: calc(41 / 750 * 100vw) auto 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__body .lead {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .lead {
    font-size: calc(34 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__body .bold {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .bold {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.05em;
  }
}
.cv .adlp-modal__content__body .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__body .list {
  padding-left: 1.5em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .list {
    padding-left: 1em;
    text-indent: -0.8em;
  }
}
.cv .adlp-modal__content__body .list li::before {
  content: "・";
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .list li::before {
    font-size: calc(30 / 750 * 100vw);
  }
}
.cv .adlp-modal__content__body .btn__close {
  background-color: hsl(190, 98%, 41%);
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: min(calc(37 / 1080 * 100vw), 37px) auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cv .adlp-modal__content__body .btn__close {
    width: calc(420 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

.fv {
  background-image: url(../img/nr2_pc/fv_bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: min(calc(569 / 1080 * 100vw), 569px);
  padding: min(calc(79 / 1080 * 100vw), 79px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/nr2_sp/fv_bg.webp);
    height: calc(1023 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) 0 0;
  }
}

.fv__text01 {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__text01 {
    margin-bottom: calc(172 / 750 * 100vw);
  }
}
.fv__text01 .char {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0c375f;
  border-right: none;
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #0c375f;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__text01 .char {
    border: calc(2 / 750 * 100vw) solid #0c375f;
    border-right: none;
    font-size: calc(45 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}
.fv__text01 .char:last-child {
  border-right: 2px solid #0c375f;
}
@media screen and (max-width: 767px) {
  .fv__text01 .char:last-child {
    border-right: calc(2 / 750 * 100vw) solid #0c375f;
  }
}

.fv__inner {
  width: min(calc(629 / 1080 * 100vw), 629px);
  display: flex;
  justify-content: space-between;
  margin-left: min(calc(226 / 1080 * 100vw), 226px);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: calc(16 / 750 * 100vw);
  }
}

.fv__text02 {
  width: fit-content;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0 min(calc(37 / 1080 * 100vw), 37px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__text02 {
    padding: 0;
  }
}
.fv__text02 .text01 {
  font-weight: 900;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #0c375f;
}
@media screen and (max-width: 767px) {
  .fv__text02 .text01 {
    font-weight: 800;
    font-size: calc(42 / 750 * 100vw);
  }
}
.fv__text02 .text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #02acce;
}
.fv__text02 .text02 .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fv__text02 .text02 .num {
    font-size: calc(100 / 750 * 100vw);
    line-height: 80%;
  }
}
.fv__text02 .text02 .yen {
  font-weight: 900;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #02acce;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv__text02 .text02 .yen {
    font-size: calc(50 / 750 * 100vw);
    margin-left: calc(5 / 750 * 100vw);
  }
}

.fv__unit {
  width: fit-content;
}

.fv__title {
  font-weight: 900;
  font-size: min(calc(77 / 1080 * 100vw), 77px);
  line-height: 112%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #0c375f;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: calc(100 / 750 * 100vw);
    margin-top: calc(45 / 750 * 100vw);
  }
}
.fv__title .small {
  font-size: min(calc(47 / 1080 * 100vw), 47px);
  line-height: 112%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__title .small {
    font-size: calc(60 / 750 * 100vw);
  }
}

.fv__text03 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .fv__text03 {
    gap: calc(14 / 750 * 100vw);
    margin-top: 0;
  }
}
.fv__text03 .circle {
  background-color: #02acce;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 80%;
  letter-spacing: 0;
  text-align: center;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__text03 .circle {
    font-weight: 800;
    font-size: calc(30 / 750 * 100vw);
    line-height: 100%;
    width: calc(126 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
  }
}
.fv__text03 .circle .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(55 / 1080 * 100vw), 55px);
  line-height: 80%;
  letter-spacing: 0em;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv__text03 .circle .num {
    font-size: calc(72 / 750 * 100vw);
  }
}
.fv__text03 .text {
  font-weight: 900;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #0c375f;
}
@media screen and (max-width: 767px) {
  .fv__text03 .text {
    font-size: calc(60 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
