@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);
  line-height: 180%;
  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;
}
body img {
  width: 100%;
  height: auto;
}
@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;
}

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;
  }
}

@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 .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 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(20 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(228 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: calc(45 / 750 * 100vw);
  height: calc(36 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: calc(10 / 750 * 100vw);
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(104 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    background: #fff;
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(246 / 1080 * 100vw), 246px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(288 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border-radius: calc(50 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: calc(20 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: calc(7 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #2D465E;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(20 / 750 * 100vw) 0;
  }
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating .adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-floating__inner {
    width: 90%;
  }
}
.adlp-floating .adlp-btn {
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(296 / 1080 * 100vw), 296px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    height: calc(78 / 750 * 100vw);
    width: calc(426 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn p::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L7 7L1 0.999999' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L7 7L1 0.999999' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: calc(14 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
    right: calc(-60 / 750 * 100vw);
  }
}
.adlp-floating .adlp-floating__top {
  width: min(calc(60 / 1080 * 100vw), 60px);
  position: absolute;
  top: max(calc(-92 / 1080 * 100vw), -92px);
  right: min(calc(460 / 1080 * 100vw), 460px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-floating__top {
    width: calc(100 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    top: calc(-120 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(92 / 1080 * 100vw), 92px);
  width: min(calc(460 / 1080 * 100vw), 460px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #FF512F 0%, #FF8A47 100%);
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.35);
}
.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;
}
.adlp-btn:hover {
  filter: brightness(130%);
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(140 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #fff;
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.35);
  }
}
.adlp-btn p {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  text-align: center;
  z-index: 1;
  line-height: 120%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-btn p {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-btn p::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17 1L9 9L1 0.999999' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  top: 50%;
  transform: translateY(-50%);
  right: max(calc(-40 / 1080 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p::after {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='17' viewBox='0 0 28 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 2L14 14L2 2' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(-68 / 750 * 100vw);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  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(1000 / 1080 * 100vw), 1000px);
  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 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
  background-color: #2D465E;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.fv {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(60 / 1080 * 100vw), 60px);
  overflow: hidden;
  background-image: linear-gradient(180deg, #E1F5FF 0%, #F9FFFD 53.86%, #FCFFF1 100%);
}
@media screen and (max-width: 767px) {
  .fv {
    background: linear-gradient(163deg, #E1F5FF 0%, #FCFFF1 100%);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding: calc(38 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}
.fv .adlp-section {
  position: relative;
}
.fv .fv__container {
  position: relative;
}
.fv .fv__logo {
  width: min(calc(160 / 1080 * 100vw), 160px);
  margin: 0 auto min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .fv .fv__logo {
    width: calc(217 / 750 * 100vw);
    margin-bottom: calc(757 / 750 * 100vw);
  }
}
.fv .fv__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv .fv__content {
    flex-direction: column;
  }
}
.fv .fv__text-area {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv .fv__text-area {
    width: 100%;
  }
}
.fv .fv__subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 126%;
  color: #333333;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
  padding: 0 min(calc(50 / 1080 * 100vw), 50px);
  width: fit-content;
  margin: 0 auto;
}
.fv .fv__subtitle strong {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  background-image: linear-gradient(90deg, #FF512F 0%, #FF8A47 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle strong {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    text-align: center;
    padding: 0 calc(50 / 750 * 100vw);
  }
}
.fv .fv__subtitle::before, .fv .fv__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle::before, .fv .fv__subtitle::after {
    width: calc(37 / 750 * 100vw);
    height: calc(65 / 750 * 100vw);
    bottom: calc(5 / 750 * 100vw);
  }
}
.fv .fv__subtitle::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L21 37' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle::before {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='65' viewBox='0 0 37 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L36 64' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    left: calc(-10 / 750 * 100vw);
  }
}
.fv .fv__subtitle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L0.999999 37' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='65' viewBox='0 0 37 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 1L1 64' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.fv .fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 132%;
  color: #333333;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0.4em;
  font-feature-settings: "palt" on;
}
.fv .fv__title span, .fv .fv__title strong {
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv .fv__title {
    font-size: calc(72 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    text-align: center;
  }
}
.fv .fv__title .small {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .fv .fv__title .small {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv .fv__title .large {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv .fv__title .large {
    font-size: calc(72 / 750 * 100vw);
    display: inline-block;
  }
}
.fv .fv__title-line {
  display: block;
}
@media screen and (max-width: 767px) {
  .fv .fv__title-line {
    white-space: nowrap;
  }
}
.fv .fv__btn-area {
  margin: min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__btn-area {
    text-align: center;
    margin: calc(20 / 750 * 100vw) 0 0;
  }
}
.fv .fv__image-area {
  top: min(calc(40 / 1080 * 100vw), 40px);
  right: 0;
  width: min(calc(468 / 1080 * 100vw), 468px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fv .fv__image-area {
    top: calc(160 / 750 * 100vw);
    width: calc(696 / 750 * 100vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fv__image-area::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-image: url("../img/pc/fv_ill.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(125 / 1080 * 100vw), 125px);
  height: min(calc(217 / 1080 * 100vw), 217px);
  right: max(calc(-46 / 1080 * 100vw), -46px);
  bottom: max(calc(-26 / 1080 * 100vw), -26px);
}
@media screen and (max-width: 767px) {
  .fv .fv__image-area::after {
    background-image: url("../img/sp/fv_ill.webp");
    width: calc(182 / 750 * 100vw);
    height: calc(352 / 750 * 100vw);
    right: calc(-49 / 750 * 100vw);
    bottom: calc(-40 / 750 * 100vw);
  }
}
.fv .fv__image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.fv .fv__balloon {
  position: absolute;
  padding: 0 0 min(calc(46 / 1080 * 100vw), 46px);
  width: min(calc(204 / 1080 * 100vw), 204px);
  height: min(calc(132 / 1080 * 100vw), 132px);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv .fv__balloon {
    padding: 0 0 calc(69 / 750 * 100vw);
    width: calc(307 / 750 * 100vw);
    height: calc(198 / 750 * 100vw);
  }
}
.fv .fv__balloon--left {
  top: max(calc(-64 / 1080 * 100vw), -64px);
  left: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='204' height='132' viewBox='0 0 204 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.8502 68.501L50.3851 80.3224L82.2783 119.304L80.8502 68.501Z' fill='%232D465E' stroke='%232D465E'/%3E%3Cg filter='url(%23filter0_d_2360_18761)'%3E%3Cmask id='path-2-inside-1_2360_18761' fill='white'%3E%3Cpath d='M200 4C200 1.79086 198.209 0 196 0H4C1.79086 0 0 1.79086 0 4V83C0 85.2091 1.79086 87 4 87H196C198.209 87 200 85.2091 200 83V4Z'/%3E%3C/mask%3E%3Cpath d='M200 4C200 1.79086 198.209 0 196 0H4C1.79086 0 0 1.79086 0 4V83C0 85.2091 1.79086 87 4 87H196C198.209 87 200 85.2091 200 83V4Z' fill='white'/%3E%3Cpath d='M196 0V2H4V0V-2H196V0ZM0 4H2V83H0H-2V4H0ZM4 87V85H196V87V89H4V87ZM200 83H198V4H200H202V83H200ZM196 87V85C197.105 85 198 84.1046 198 83H200H202C202 86.3137 199.314 89 196 89V87ZM0 83H2C2 84.1046 2.89543 85 4 85V87V89C0.686292 89 -2 86.3137 -2 83H0ZM4 0V2C2.89543 2 2 2.89543 2 4H0H-2C-2 0.686294 0.686285 -2 4 -2V0ZM196 0V-2C199.314 -2 202 0.686289 202 4H200H198C198 2.89543 197.105 2 196 2V0Z' fill='%232D465E' mask='url(%23path-2-inside-1_2360_18761)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2360_18761' x='0' y='0' width='204' height='91' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.176471 0 0 0 0 0.27451 0 0 0 0 0.368627 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2360_18761'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2360_18761' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .fv .fv__balloon--left {
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='198' viewBox='0 0 307 198' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M121.017 102.39L74.8617 120.367L123.179 179.646L121.017 102.39Z' fill='%232D465E' stroke='%232D465E'/%3E%3Cg filter='url(%23filter0_d_2366_18920)'%3E%3Cmask id='path-2-inside-1_2366_18920' fill='white'%3E%3Cpath d='M299 4C299 1.79086 297.209 0 295 0H3.99999C1.79085 0 0 1.79086 0 4V125C0 127.209 1.79086 129 4 129H295C297.209 129 299 127.209 299 125V4Z'/%3E%3C/mask%3E%3Cpath d='M299 4C299 1.79086 297.209 0 295 0H3.99999C1.79085 0 0 1.79086 0 4V125C0 127.209 1.79086 129 4 129H295C297.209 129 299 127.209 299 125V4Z' fill='white'/%3E%3Cpath d='M295 0V2H3.99999V0V-2H295V0ZM0 4H2V125H0H-2V4H0ZM4 129V127H295V129V131H4V129ZM299 125H297V4H299H301V125H299ZM295 129V127C296.105 127 297 126.105 297 125H299H301C301 128.314 298.314 131 295 131V129ZM0 125H2C2 126.105 2.89543 127 4 127V129V131C0.68629 131 -2 128.314 -2 125H0ZM3.99999 0V2C2.89543 2 2 2.89543 2 4H0H-2C-2 0.686296 0.686281 -2 3.99999 -2V0ZM295 0V-2C298.314 -2 301 0.686295 301 4H299H297C297 2.89543 296.105 2 295 2V0Z' fill='%232D465E' mask='url(%23path-2-inside-1_2366_18920)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2366_18920' x='0' y='0' width='307' height='137' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='8' dy='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.176471 0 0 0 0 0.27451 0 0 0 0 0.368627 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2366_18920'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2366_18920' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    top: calc(-84 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
  }
}
.fv .fv__balloon--right {
  top: max(calc(-40 / 1080 * 100vw), -40px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='204' height='132' viewBox='0 0 204 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.042 68.5007L170.47 80.3211L138.616 119.303L140.042 68.5007Z' fill='%232D465E' stroke='%232D465E'/%3E%3Cg filter='url(%23filter0_d_2360_18765)'%3E%3Cmask id='path-2-inside-1_2360_18765' fill='white'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H196C198.209 0 200 1.79086 200 4V83C200 85.2091 198.209 87 196 87H4C1.79086 87 0 85.2091 0 83V4Z'/%3E%3C/mask%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H196C198.209 0 200 1.79086 200 4V83C200 85.2091 198.209 87 196 87H4C1.79086 87 0 85.2091 0 83V4Z' fill='white'/%3E%3Cpath d='M4 0V2H196V0V-2H4V0ZM200 4H198V83H200H202V4H200ZM196 87V85H4V87V89H196V87ZM0 83H2V4H0H-2V83H0ZM4 87V85C2.89543 85 2 84.1046 2 83H0H-2C-2 86.3137 0.686285 89 4 89V87ZM200 83H198C198 84.1046 197.105 85 196 85V87V89C199.314 89 202 86.3137 202 83H200ZM196 0V2C197.105 2 198 2.89543 198 4H200H202C202 0.686294 199.314 -2 196 -2V0ZM4 0V-2C0.686292 -2 -2 0.686289 -2 4H0H2C2 2.89543 2.89543 2 4 2V0Z' fill='%232D465E' mask='url(%23path-2-inside-1_2360_18765)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2360_18765' x='0' y='0' width='204' height='91' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.176471 0 0 0 0 0.27451 0 0 0 0 0.368627 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2360_18765'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2360_18765' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .fv .fv__balloon--right {
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='198' viewBox='0 0 307 198' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M208.962 102.39L255.117 120.367L206.8 179.646L208.962 102.39Z' fill='%232D465E' stroke='%232D465E'/%3E%3Cg filter='url(%23filter0_d_2366_18924)'%3E%3Cmask id='path-2-inside-1_2366_18924' fill='white'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H295C297.209 0 299 1.79086 299 4V125C299 127.209 297.209 129 295 129H3.99999C1.79085 129 0 127.209 0 125V4Z'/%3E%3C/mask%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H295C297.209 0 299 1.79086 299 4V125C299 127.209 297.209 129 295 129H3.99999C1.79085 129 0 127.209 0 125V4Z' fill='white'/%3E%3Cpath d='M4 0V2H295V0V-2H4V0ZM299 4H297V125H299H301V4H299ZM295 129V127H3.99999V129V131H295V129ZM0 125H2V4H0H-2V125H0ZM3.99999 129V127C2.89543 127 2 126.105 2 125H0H-2C-2 128.314 0.686281 131 3.99999 131V129ZM299 125H297C297 126.105 296.105 127 295 127V129V131C298.314 131 301 128.314 301 125H299ZM295 0V2C296.105 2 297 2.89543 297 4H299H301C301 0.686296 298.314 -2 295 -2V0ZM4 0V-2C0.68629 -2 -2 0.686295 -2 4H0H2C2 2.89543 2.89543 2 4 2V0Z' fill='%232D465E' mask='url(%23path-2-inside-1_2366_18924)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2366_18924' x='0' y='0' width='307' height='137' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='8' dy='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.176471 0 0 0 0 0.27451 0 0 0 0 0.368627 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2366_18924'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2366_18924' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    top: calc(-54 / 750 * 100vw);
    right: calc(27 / 750 * 100vw);
  }
}
.fv .fv__balloon-inner {
  position: relative;
}
.fv .fv__balloon-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 120%;
  color: #2d465e;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv .fv__balloon-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv .swiper01 {
  overflow: hidden;
}
/*# sourceMappingURL=fv.css.map */
