* {
  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 .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%;
  height: min(calc(94 / 1080 * 100vw), 94px);
  padding: min(calc(7 / 1080 * 100vw), 7px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-header {
    height: calc(260 / 750 * 100vw);
    padding: calc(23 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
}
.adlp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  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(298 / 1080 * 100vw), 298px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(298 / 750 * 100vw);
  }
}
.adlp-header__tel {
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@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;
}
@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);
    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);
  }
}
.adlp-header__telNumber p,
.adlp-header__telNumber a {
  font-family: Roboto, sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .adlp-header__telNumber p,
  .adlp-header__telNumber a {
    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-main {
  padding-top: min(calc(94 / 1080 * 100vw), 94px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(260 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  padding: min(calc(38 / 1080 * 100vw), 38px) 0 min(calc(45 / 1080 * 100vw), 45px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
    padding: calc(60 / 750 * 100vw) 0 calc(49 / 750 * 100vw);
  }
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__bg {
    top: calc(-130 / 750 * 100vw);
  }
}
.fv__inner {
  position: relative;
  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(485 / 1080 * 100vw), 485px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__tags {
    width: calc(647 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
  }
}
.fv__heading h2 {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 900;
  line-height: 1.2;
  color: #283d53;
  letter-spacing: 0.04em;
}
@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(-25 / 1080 * 100vw), -25px);
}
@media screen and (max-width: 767px) {
  .fv__appeal {
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    gap: calc(35 / 750 * 100vw);
    margin-top: calc(240 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.fv__crown {
  width: min(calc(381 / 1080 * 100vw), 381px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__crown {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
  }
}
.fv__badge {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  justify-content: center;
  width: min(calc(145 / 1080 * 100vw), 145px);
  height: min(calc(145 / 1080 * 100vw), 145px);
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #425b76;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    position: relative;
    z-index: 1;
    gap: calc(14 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
    height: calc(250 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #425b76;
    align-self: flex-end;
  }
}
.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-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .fv__medals {
    gap: calc(24 / 750 * 100vw);
    margin: 0 auto;
    margin-top: calc(50 / 750 * 100vw);
    margin-bottom: calc(450 / 750 * 100vw);
  }
}
.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-shrink: 0;
    gap: calc(8 / 750 * 100vw);
  }
}
.fv__medalImage {
  width: min(calc(116 / 1080 * 100vw), 116px);
  min-height: min(calc(111 / 1080 * 100vw), 111px);
}
@media screen and (max-width: 767px) {
  .fv__medalImage {
    width: calc(140 / 750 * 100vw);
    min-height: 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: max(calc(-11 / 1080 * 100vw), -11px);
  right: max(calc(-72 / 1080 * 100vw), -72px);
  width: min(calc(540 / 1080 * 100vw), 540px);
}
@media screen and (max-width: 767px) {
  .fv__photo {
    top: calc(180 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
}
.fv__cta {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
  align-self: center;
  margin-top: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .fv__cta {
    position: absolute;
    bottom: calc(100 / 750 * 100vw);
    left: 50%;
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    margin: 0;
    transform: translateX(-50%);
  }
}
.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(80 / 1080 * 100vw), 80px);
}
@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);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@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 span {
  font-size: min(calc(13 / 1080 * 100vw), 13px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__btnFree a span {
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__btnFree a span.--has-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__btnFree a span.--has-icon {
    gap: calc(12 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__btnFree a span.--has-icon::before {
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  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 span.--has-icon::before {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
