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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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