@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-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "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: bolder;
}

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 {
  width: 100%;
  background: #236890;
}

.adlp-header .js-headerSwich {
  cursor: pointer;
}

.adlp-header.--open .adlp-header__bg {
  opacity: 1;
  pointer-events: auto;
}

.adlp-header.--open .adlp-header__switch {
  background-color: #fff;
}

.adlp-header .adlp-header__bg {
  position: fixed;
  z-index: 8;
  width: 100dvw;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: 300ms;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(calc(70 / 1080 * 100vw), 70px);
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .adlp-header__inner {
    height: calc(100 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.adlp-header__logo {
  width: min(calc(196 / 1080 * 100vw), 196px);
}

@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(294 / 750 * 100vw);
  }
}

.adlp-header__switch {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  z-index: 10;
  position: fixed;
  top: 0;
  left: calc(50% + min(calc(446 / 1080 * 100vw), 446px));
  z-index: 100;
  background: #236890;
}

@media screen and (max-width: 767px) {
  .adlp-header__switch {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
    margin-right: 0;
    left: auto;
    right: 0;
  }
}

.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.adlp-header__switch__inner span {
  background: #fff;
  position: absolute;
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}

@media screen and (max-width: 767px) {
  .adlp-header__switch__inner span {
    height: calc(3 / 750 * 100vw);
  }
}

.adlp-header__switch__inner span:nth-child(1) {
  top: 40%;
}

.adlp-header__switch__inner span:nth-child(2) {
  bottom: 40%;
}

.adlp-header__switch__inner.--open span {
  background: #236890;
}

.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 45%;
  transform: rotate(45deg) translateX(-50%);
}

.adlp-header__switch__inner.--open span:nth-child(2) {
  bottom: 50%;
  transform: rotate(-45deg) translateX(-50%);
}

.adlp-header__tgl {
  width: min(calc(846 / 1080 * 100vw), 846px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 9;
  top: min(calc(70 / 1080 * 100vw), 70px);
  padding: min(calc(24 / 1080 * 100vw), 24px) max(calc(0 / 1080 * 100vw), 0px) min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    width: 100%;
    top: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(75 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.adlp-header__tgl.--open {
  visibility: visible;
  opacity: 1;
}

.adlp-header__menu {
  flex: 0 0 min(calc(378 / 1080 * 100vw), 378px);
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #236890;
}

.adlp-header__menu__wrapper {
  margin: auto;
  display: flex;
  gap: min(calc(10 / 1080 * 100vw), 10px) min(calc(90 / 1080 * 100vw), 90px);
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    max-width: calc(750 / 750 * 100vw);
    gap: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .adlp-header__menu {
    flex: 0 0 auto;
  }
}

.adlp-header__menu a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: var(--u-blue-236890, #236890);
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  text-decoration: none;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .adlp-header__menu a {
    justify-content: flex-start;
    font-size: calc(30 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.adlp-header__menu a:hover {
  opacity: 0.8;
}

.adlp-header__menu a::after {
  content: "";
  display: block;
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M0.333984 0.371704L5.33398 4.8717L0.333984 9.3717' stroke='%23236890'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .adlp-header__menu a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.680664 0.732788L7.68066 7.23279L0.680664 13.7328' stroke='%23236890' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(10 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}

.adlp-header .adlp-header__btn {
  width: fit-content;
  margin: 50px auto 0;
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: 0;
  z-index: 90;
}

.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}

.adlp-floating.--hide-entry {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: 0;
  }
}

.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
    height: calc(150 / 750 * 100vw);
  }
}

.adlp-floating__text {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1;
  margin: 0 auto min(calc(8 / 1080 * 100vw), 8px);
}

@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(8 / 750 * 100vw);
  }
}

.adlp-floating .adlp-btn {
  width: min(calc(470 / 1080 * 100vw), 470px);
  height: min(calc(64 / 1080 * 100vw), 64px);
}

@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #236890;
  height: min(calc(72 / 1080 * 100vw), 72px);
  width: min(calc(470 / 1080 * 100vw), 470px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}

.adlp-btn__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .adlp-btn {
    border-radius: calc(8 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.adlp-btn .adlp-btn__lead {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 160%;
  flex: 0 0 min(calc(114 / 1080 * 100vw), 114px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__lead {
    font-size: calc(32 / 750 * 100vw);
    flex: 0 0 calc(143 / 750 * 100vw);
  }
}

.adlp-btn .adlp-btn__lead::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: min(calc(50 / 1080 * 100vw), 50px);
  background-color: #fff;
}

.adlp-btn .adlp-btn__text {
  flex: 1 1 auto;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: 0 min(calc(35 / 1080 * 100vw), 35px) 0 0;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__text {
    padding: 0 calc(50 / 750 * 100vw) 0 0;
    font-size: calc(34 / 750 * 100vw);
  }
}

.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353577L6.35352 6.35358L0.353516 12.3536' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (max-width: 767px) {
  .adlp-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='22' viewBox='0 0 13 22' fill='none'%3E%3Cpath d='M0.707031 0.707153L10.707 10.7072L0.707031 20.7072' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: min(calc(13 / 1080 * 100vw), 13px);
    height: min(calc(22 / 1080 * 100vw), 22px);
    right: min(calc(30 / 1080 * 100vw), 30px);
  }
}

@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(130%);
  }
}

.cv {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(50 / 1080 * 100vw), 50px);
}

@media screen and (max-width: 767px) {
  .cv {
    padding: calc(56 / 750 * 100vw) 0 calc(56 / 750 * 100vw);
  }
}

.cv .cv__lead {
  color: #323232;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 min(calc(16 / 1080 * 100vw), 16px);
}

@media screen and (max-width: 767px) {
  .cv .cv__lead {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw);
  }
}

.cv .cv__btn {
  width: fit-content;
  margin: 0 auto;
}

.fv {
  position: relative;
}

.fv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(calc(107 / 1080 * 100vw), 107px);
  background-color: #236890;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-1 / 1080 * 100vw), -1px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .fv::before {
    height: calc(141 / 750 * 100vw);
    top: calc(-1 / 750 * 100vw);
  }
}

.fv .fv__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fv .fv__outer {
    width: calc(720 / 750 * 100vw);
    margin: 0 auto 0 0;
  }
}

.fv .fv__sliderWrapper {
  width: 100%;
  aspect-ratio: 920/546;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .fv .fv__sliderWrapper {
    aspect-ratio: 720/1100;
  }

  .fv .fv__sliderWrapper.-fv01 {
    margin-top: calc(260 / 750 * 100vw);
    aspect-ratio: 720/840;
  }
}

.fv .fv__sliderWrapper video,
.fv .fv__sliderWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.fv .fv__sliderWrapper .fv__sliderThmb {
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fv .fv__sliderWrapper video.-fv01 {
    height: 123%;
    object-position: 50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .fv .fv__sliderWrapper video.-fv01 {
    object-position: 60% 100%;
  }
}

.fv .fv__sliderCopy {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 4;
}

.fv .fv__slidershadow {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 3;
}

/*# sourceMappingURL=fv.css.map */