@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: "Shippori Mincho", serif;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}

@media screen and (max-width: 828px) {
  body {
    font-size: calc(30 / 828 * 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: #444;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 828 * 100vw), 12px);
}

@media screen and (max-width: 828px) {

  figcaption,
  small {
    font-size: calc(20 / 828 * 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;
}

.adlp-outer {
  max-width: 828px;
  margin: 0 auto;
}

@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: 828px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #444;
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    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: 828px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}

.adlp-wrapper .text__txt {
  color: #444 !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: #444 !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 #444;
}

.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}

.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}

.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}

.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #444 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 #444;
}

.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}

.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}

.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}

.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 828 * 100vw), 2px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 828 * 100vw), 3px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 828 * 100vw);
  }
}

.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 828 * 100vw), 4px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 828 * 100vw);
  }
}

.adlp-wrapper .pad10 {
  padding: min(calc(10 / 828 * 100vw), 10px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 828 * 100vw) !important;
    padding-bottom: calc(10 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .pad20 {
  padding: min(calc(20 / 828 * 100vw), 20px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 828 * 100vw) !important;
    padding-bottom: calc(20 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .pad30 {
  padding: min(calc(30 / 828 * 100vw), 30px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 828 * 100vw) !important;
    padding-bottom: calc(30 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .pad40 {
  padding: min(calc(40 / 828 * 100vw), 40px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 828 * 100vw) !important;
    padding-bottom: calc(40 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .pad50 {
  padding: min(calc(50 / 828 * 100vw), 50px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 828 * 100vw) !important;
    padding-bottom: calc(50 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .pad60 {
  padding: min(calc(60 / 828 * 100vw), 60px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 828 * 100vw) !important;
    padding-bottom: calc(60 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 828 * 100vw), 10px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 828 * 100vw);
  }
}

.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 828 * 100vw);
  }
}

.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 828 * 100vw), 30px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 828 * 100vw), 40px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 828 * 100vw);
  }
}

.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 828 * 100vw), 50px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 828 * 100vw);
  }
}

.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 828 * 100vw), 60px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 828 * 100vw);
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 828 * 100vw) !important;
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 828 * 100vw) !important;
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 828 * 100vw) !important;
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 828 * 100vw) !important;
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 828 * 100vw) !important;
  }
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 828 * 100vw) !important;
  }
}

.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 828 * 100vw), 500px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 828 * 100vw), 600px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 828 * 100vw), 700px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 828 * 100vw), 800px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 828 * 100vw), 900px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 828 * 100vw), 920px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 828 * 100vw), 1000px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

.adlp-wrapper .wrap828 {
  margin: auto;
  width: min(calc(828 / 828 * 100vw), 828px);
}

@media screen and (max-width: 828px) {
  .adlp-wrapper .wrap828 {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

body.--no-scroll {
  overflow: hidden;
  touch-action: none;
}

.adlp-header {
  width: 100%;
  max-width: 828px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.4s ease;
  z-index: 100;
}

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

.adlp-header.--hide {
  transform: translate(-50%, -100%);
}

.adlp-header.--show {
  transform: translate(-50%, 0);
}

.adlp-header__inner {
  padding: min(calc(16 / 828 * 100vw), 16px) 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 828px) {
  .adlp-header__inner {
    width: 100%;
    padding: calc(20 / 828 * 100vw) calc(40 / 828 * 100vw) calc(20 / 828 * 100vw) calc(30 / 828 * 100vw);
  }
}

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

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

.adlp-header.topHeaderStyle .adlp-header__logo img {
  filter: invert(1);
}

.adlp-header__switch {
  width: min(calc(50 / 828 * 100vw), 50px);
  height: min(calc(12 / 828 * 100vw), 12px);
}

@media screen and (max-width: 828px) {
  .adlp-header__switch {
    width: calc(60 / 828 * 100vw);
    height: calc(12 / 828 * 100vw);
  }
}

.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 / 828 * 100vw), 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}

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

.adlp-header.topHeaderStyle .adlp-header__switch__inner span {
  background-color: #1B3758;
}

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

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

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

.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) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}

.adlp-header__tgl {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: max(calc(0 / 828 * 100vw), 0px);
  width: 100%;
  background: #fff;
  padding: min(calc(68 / 828 * 100vw), 68px) 0 min(calc(46 / 828 * 100vw), 46px);
}

@media screen and (max-width: 828px) {
  .adlp-header__tgl {
    padding: calc(112 / 828 * 100vw) calc(60 / 828 * 100vw);
    height: 100vh;
  }
}

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

.adlp-header__menu {
  flex: 0 0 min(calc(260 / 828 * 100vw), 260px);
}

.adlp-header__menu__wrapper {
  width: min(calc(828 / 828 * 100vw), 828px);
  margin: 0 auto min(calc(35 / 828 * 100vw), 35px);
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(16 / 828 * 100vw), 16px);
}

@media screen and (max-width: 828px) {
  .adlp-header__menu__wrapper {
    width: 100%;
    margin: 0 auto calc(66 / 828 * 100vw);
    gap: calc(20 / 828 * 100vw);
    flex-direction: column;
  }
}

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

.adlp-header__menu a {
  display: block;
  border-bottom: min(calc(2 / 828 * 100vw), 2px) solid #1B3758;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  color: #1B3758;
  font-weight: 600;
  line-height: 200%;
  position: relative;
  padding: 0 0 min(calc(8 / 828 * 100vw), 8px) min(calc(8 / 828 * 100vw), 8px);
}

@media screen and (max-width: 828px) {
  .adlp-header__menu a {
    flex: 0 0 auto;
    border-bottom: calc(2 / 828 * 100vw) solid #1B3758;
    font-size: calc(28 / 828 * 100vw);
    padding: 0 0 calc(9 / 828 * 100vw) calc(9 / 828 * 100vw);
  }
}

.adlp-header__menu a::after {
  content: "";
  display: block;
  width: min(calc(19 / 828 * 100vw), 19px);
  height: min(calc(19 / 828 * 100vw), 19px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.19922L11.8 9.99922L7 14.7992' stroke='%231B3758' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 828px) {
  .adlp-header__menu a::after {
    width: calc(24 / 828 * 100vw);
    height: calc(24 / 828 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  background: #1B3758;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: transform 0.35s ease, opacity 0.35s ease;
  width: min(calc(1920 / 828 * 100vw), 1920px);
  padding: min(calc(16 / 828 * 100vw), 16px) 0;
  z-index: 90;
}

.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.adlp-floating.--absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media screen and (max-width: 828px) {
  .adlp-floating {
    width: 100%;
    padding: calc(24 / 828 * 100vw) 0;
  }
}

.adlp-floating__inner {
  margin: auto;
  width: min(calc(828 / 828 * 100vw), 828px);
  position: relative;
}

@media screen and (max-width: 828px) {
  .adlp-floating__inner {
    width: 100%;
  }
}

.adlp-floating__close {
  width: min(calc(50 / 828 * 100vw), 50px);
  height: min(calc(50 / 828 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 828 * 100vw), 20px) min(calc(20 / 828 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 828 * 100vw), 2px) solid #4B4B4B;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}

@media screen and (max-width: 828px) {
  .adlp-floating__close {
    width: calc(50 / 828 * 100vw);
    height: calc(50 / 828 * 100vw);
    background-size: calc(20 / 828 * 100vw) calc(20 / 828 * 100vw);
    border-width: calc(2 / 828 * 100vw);
  }

  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}

.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 828 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 828 * 100vw), 15px);
}

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

.adlp-floating .adlp-btn {
  width: min(calc(440 / 828 * 100vw), 440px);
  height: min(calc(68 / 828 * 100vw), 68px);
  border: min(calc(2 / 828 * 100vw), 2px) solid #fff;
}

@media screen and (max-width: 828px) {
  .adlp-floating .adlp-btn {
    width: calc(630 / 828 * 100vw);
    height: calc(120 / 828 * 100vw);
    border: calc(2 / 828 * 100vw) solid #fff;
  }
}

.adlp-floating .adlp-btn .free {
  font-size: min(calc(23 / 828 * 100vw), 23px);
  width: min(calc(88 / 828 * 100vw), 88px);
}

@media screen and (max-width: 828px) {
  .adlp-floating .adlp-btn .free {
    font-size: calc(32 / 828 * 100vw);
    width: calc(124 / 828 * 100vw);
  }
}

.adlp-floating .adlp-btn .text {
  font-size: min(calc(25 / 828 * 100vw), 25px);
  width: min(calc(352 / 828 * 100vw), 352px);
}

@media screen and (max-width: 828px) {
  .adlp-floating .adlp-btn .text {
    font-size: calc(35 / 828 * 100vw);
    width: calc(506 / 828 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(60 / 828 * 100vw), 60px);
  width: min(calc(440 / 828 * 100vw), 440px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(2 / 828 * 100vw), 2px);
  background: var(--base02, #1B3758);
}

.adlp-btn::after {
  content: "";
  display: block;
  width: min(calc(11 / 828 * 100vw), 11px);
  height: min(calc(14 / 828 * 100vw), 14px);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7279 10.5974L13.0909 8.92809e-05L0.000264041 0.227737L6.7279 10.5974Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 828px) {
  .adlp-btn::after {
    width: calc(16 / 828 * 100vw);
    height: calc(21 / 828 * 100vw);
  }
}

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

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

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

.adlp-btn:hover {
  filter: brightness(130%);
}

.adlp-btn .free {
  color: #fff;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  width: min(calc(64 / 828 * 100vw), 64px);
  position: relative;
}

@media screen and (max-width: 828px) {
  .adlp-btn .free {
    font-size: calc(32 / 828 * 100vw);
    width: calc(124 / 828 * 100vw);
  }
}

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

@media screen and (max-width: 828px) {
  .adlp-btn .free:after {
    width: calc(2 / 828 * 100vw);
    height: calc(76 / 828 * 100vw);
  }
}

.adlp-btn .text {
  color: #fff;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  width: min(calc(256 / 828 * 100vw), 256px);
}

@media screen and (max-width: 828px) {
  .adlp-btn .text {
    font-size: calc(35 / 828 * 100vw);
    width: calc(506 / 828 * 100vw);
  }
}

.adlp-btn.--cv {
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
  transition: none;
}

@media screen and (max-width: 828px) {
  .adlp-btn.--cv {
    height: calc(86 / 828 * 100vw);
    width: calc(630 / 828 * 100vw);
    padding: 0 0 0 max(calc(0 / 828 * 100vw), 0px);
  }
}

.adlp-btn.--cv:hover {
  filter: brightness(100%);
}

/* 
.adlp-btn.--cv:hover:after {
  right: max(calc(-4 / 828 * 100vw), -4px);
}

.adlp-btn.--cv:after {
  content: "";
  display: block;
  width: min(calc(11 / 828 * 100vw), 11px);
  height: min(calc(14 / 828 * 100vw), 14px);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4848 6.54688L-0.00029598 0.000562235V13.0932L10.4848 6.54688Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 828px) {
  .adlp-btn.--cv:after {
    width: calc(16 / 828 * 100vw);
    height: calc(21 / 828 * 100vw);
  }
}
*/

.adlp-btn.--cv .free {
  width: fit-content;
  border: 1px solid #fff;
  padding: 0 min(calc(6 / 828 * 100vw), 6px);
  margin-right: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .adlp-btn.--cv .free {
    border: calc(2 / 828 * 100vw) solid #fff;
    font-size: calc(24 / 828 * 100vw);
    padding: 0 calc(6 / 828 * 100vw);
    margin-right: calc(10 / 828 * 100vw);
    width: fit-content;
  }
}

.adlp-btn.--cv .free:after {
  display: none;
}

.adlp-btn.--cv .text {
  font-size: min(calc(25 / 828 * 100vw), 25px);
  width: auto;
}

@media screen and (max-width: 828px) {
  .adlp-btn.--cv .text {
    font-size: calc(35 / 828 * 100vw);
    width: auto;
  }
}

.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 / 828 * 100vw), 1000px);
  min-height: min(calc(200 / 828 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 828 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}

@media screen and (max-width: 828px) {
  .adlp-modal__content {
    width: calc(630 / 828 * 100vw);
    padding: calc(50 / 828 * 100vw) calc(30 / 828 * 100vw);
  }
}

.adlp-modal__content__close {
  width: min(calc(27 / 828 * 100vw), 27px);
  height: min(calc(27 / 828 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 828 * 100vw), 30px);
  right: min(calc(30 / 828 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 828px) {
  .adlp-modal__content__close {
    width: calc(38 / 828 * 100vw);
    height: calc(38 / 828 * 100vw);
    top: calc(30 / 828 * 100vw);
    right: calc(30 / 828 * 100vw);
  }
}

.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}

.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 828 * 100vw), 26px);
}

@media screen and (max-width: 828px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 828 * 100vw);
  }
}

.adlp-modal__content__body {
  margin: min(calc(30 / 828 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 828 * 100vw), 18px);
}

@media screen and (max-width: 828px) {
  .adlp-modal__content__body {
    margin: calc(30 / 828 * 100vw) auto 0;
    font-size: calc(20 / 828 * 100vw);
  }
}

.adlp-modal__content__img {
  margin: min(calc(30 / 828 * 100vw), 30px) auto 0;
  width: 80%;
}

@media screen and (max-width: 828px) {
  .adlp-modal__content__img {
    margin: calc(30 / 828 * 100vw) auto 0;
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 828px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 828 * 100vw);
  }
}

@media screen and (max-width: 828px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}

@media screen and (max-width: 828px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 828 * 100vw);
  }
}

@media screen and (max-width: 828px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 828 * 100vw);
  }
}

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

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

.cv__title {
  color: var(--base-white, #FFF);
  text-align: center;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: min(calc(18 / 828 * 100vw), 18px);
}

@media screen and (max-width: 828px) {
  .cv__title {
    font-size: calc(32 / 828 * 100vw);
    margin-bottom: calc(15 / 828 * 100vw);
  }
}

.fv.-b {
  position: relative;
  /* スライド */
  /* 初期状態（まだ表示されていないスライド） */
  /* 表示中・フェードアウト中・複製中すべて右端固定 */
}

.fv.-b .swiper {
  width: 100%;
  height: min(calc(700 / 828 * 100vw), 700px);
}

@media screen and (max-width: 828px) {
  .fv.-b .swiper {
    height: calc(1480 / 828 * 100vw);
  }
}

.fv.-b .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #000;
  backface-visibility: hidden;
}

.fv.-b .swiper-slide img {
  transform: scale(1.2) translateX(-6%);
  transition: transform 12s linear;
}

.fv.-b .swiper-slide-active img,
.fv.-b .swiper-slide-prev img,
.fv.-b .swiper-slide-duplicate-active img {
  transform: scale(1.05) translateX(6%);
}

@media screen and (max-width: 828px) {
  .fv.-b .swiper-slide img.w100 {
    width: 100vw !important;
    max-width: none !important;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3) translateX(-13%);
    transform-origin: center;
    transition: transform 8s linear;
    will-change: transform;
  }

  .fv.-b .swiper-slide-active img.w100,
  .fv.-b .swiper-slide-prev img.w100,
  .fv.-b .swiper-slide-duplicate-active img.w100 {
    transform: scale(1.3) translateX(13%);
  }
}

.fv.-b .fv__textarea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(calc(338 / 828 * 100vw), 338px);
  z-index: 2;
  width: fit-content;
}

@media screen and (max-width: 828px) {
  .fv.-b .fv__textarea {
    top: calc(731 / 828 * 100vw);
    width: 100%;
  }
}

.fv.-b .fv__logo {
  width: min(calc(220 / 828 * 100vw), 220px);
  margin: 0 auto min(calc(30 / 828 * 100vw), 30px);
}

@media screen and (max-width: 828px) {
  .fv.-b .fv__logo {
    width: calc(290 / 828 * 100vw);
    margin: 0 auto calc(54 / 828 * 100vw);
  }
}

.fv.-b .fv__text01 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(36 / 828 * 100vw), 36px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: min(calc(27 / 828 * 100vw), 27px);
}

@media screen and (max-width: 828px) {
  .fv.-b .fv__text01 {
    font-size: calc(42 / 828 * 100vw);
    margin-bottom: calc(36 / 828 * 100vw);
  }
}

.fv.-b .fv__text02 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .fv.-b .fv__text02 {
    font-size: calc(28 / 828 * 100vw);
  }
}

.fv.-a {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.fv.-a .fv__inner {
  width: 100%;
  height: min(calc(700 / 828 * 100vw), 700px);
  margin: -2px auto 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 828px) {
  .fv.-a .fv__inner {
    height: calc(1480 / 828 * 100vw);
  }
}

.fv.-a .fv__inner video,
.fv.-a .fv__inner .video-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv.-a .fv__inner video {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fv.-a .fv__text01 {
  color: #fff;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  width: fit-content;
  top: 100px;
  left: 50px;
  letter-spacing: .2em;

  span {
    font-size: min(calc(40 / 828 * 100vw), 40px);
  }
}

@media screen and (max-width: 828px) {
  .fv.-a .fv__text01 {
    font-size: calc(42 / 828 * 100vw);
    top: calc(200 / 828 * 100vw);
    left: calc(84 / 828 * 100vw);

    span {
      font-size: calc(62 / 828 * 100vw);
    }
  }
}

.fv.-a .fv__text02 {
  color: #fff;
  font-size: min(calc(56 / 828 * 100vw), 56px);
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  width: fit-content;
  top: 140px;
  left: 50px;
  line-height: 1.5;

  span {
    font-size: min(calc(36 / 828 * 100vw), 36px);
  }
}

@media screen and (max-width: 828px) {
  .fv.-a .fv__text02 {
    font-size: calc(63 / 828 * 100vw);
    top: calc(300 / 828 * 100vw);
    left: calc(84 / 828 * 100vw);

    span {
      font-size: calc(36 / 828 * 100vw);
    }
  }
}

.fv.-a .fv__text03 {
  color: #fff;
  font-size: min(calc(26 / 828 * 100vw), 26px);
  font-weight: 400;
  line-height: 200%;
  position: absolute;
  bottom: 80px;
  left: 50px;
}

@media screen and (max-width: 828px) {
  .fv.-a .fv__text03 {
    font-size: calc(42 / 828 * 100vw);
    bottom: calc(100 / 828 * 100vw);
    left: calc(84 / 828 * 100vw);
  }
}

.sec01.-a {
  max-width: 828px;
}

@media screen and (max-width: 828px) {
  .sec01.-a {
    padding: 0 0 calc(2 / 828 * 100vw);
  }
}

.sec01.-b {
  background: #141414;
  padding: min(calc(80 / 828 * 100vw), 80px) 0 min(calc(1 / 828 * 100vw), 1px);
}

@media screen and (max-width: 828px) {
  .sec01.-b {
    padding: 0 0 calc(2 / 828 * 100vw);
  }
}

.sec01__kv {
  max-width: 500px;
  margin: 0 auto;
}

.sec01__title {
  margin-bottom: min(calc(30 / 828 * 100vw), 30px);
  text-align: center;
  font-size: min(calc(34 / 828 * 100vw), 34px);
}

@media screen and (max-width: 828px) {
  .sec01__title {
    margin-bottom: calc(50 / 828 * 100vw);
    font-size: min(calc(50 / 828 * 100vw), 50px);
  }
}

.sec01__title-main {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  display: block;
}

@media screen and (max-width: 828px) {
  .sec01__title-main {
    font-size: calc(44 / 828 * 100vw);
  }
}

.sec01__item {
  margin-bottom: min(calc(100 / 828 * 100vw), 100px);
}

@media screen and (max-width: 828px) {
  .sec01__item {
    margin-bottom: calc(120 / 828 * 100vw);
  }
}

.sec01__item:nth-child(even) .sec01__flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 828px) {
  .-b .sec01__item:nth-child(even) .sec01__flex-textarea {
    padding-left: calc(60 / 828 * 100vw);
  }
}

.sec01__flex {
  display: flex;
  gap: min(calc(54 / 828 * 100vw), 54px);
}

@media screen and (max-width: 828px) {
  .sec01__flex {
    display: block;
  }
}

.sec01__flex-img {
  flex: 0 0 min(calc(560 / 828 * 100vw), 560px);
}

@media screen and (max-width: 828px) {
  .sec01__flex-img {
    width: calc(828 / 828 * 100vw);
    margin: 0 calc(-60 / 828 * 100vw) calc(30 / 828 * 100vw);
  }
}

.sec01__flex-textarea {
  flex: 0 0 min(calc(466 / 828 * 100vw), 466px);
}

.sec01__flex-row01 {
  margin-bottom: min(calc(10 / 828 * 100vw), 10px);
}

@media screen and (max-width: 828px) {
  .sec01__flex-row01 {
    margin-bottom: calc(10 / 828 * 100vw);
  }
}

.sec01__flex-row01 .num {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: min(calc(70 / 828 * 100vw), 70px);
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
  opacity: 0.5;
}

@media screen and (max-width: 828px) {
  .sec01__flex-row01 .num {
    font-size: calc(80 / 828 * 100vw);
  }
}

.sec01__flex-row01 .en {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: min(calc(26 / 828 * 100vw), 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.5;
  display: inline-block;
  padding: 0 0 max(calc(0 / 828 * 100vw), 0px) min(calc(26 / 828 * 100vw), 26px);
  position: relative;
  top: max(calc(-4 / 828 * 100vw), -4px);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 828px) {
  .sec01__flex-row01 .en {
    font-size: calc(34 / 828 * 100vw);
    padding: 0 0 calc(0 / 828 * 100vw) calc(26 / 828 * 100vw);
    top: calc(-4 / 828 * 100vw);
  }
}

.sec01__flex-text01 {
  color: #FFF;
  font-size: min(calc(30 / 828 * 100vw), 30px);
  font-weight: 400;
  margin-bottom: min(calc(27 / 828 * 100vw), 27px);
}

@media screen and (max-width: 828px) {
  .sec01__flex-text01 {
    font-size: calc(40 / 828 * 100vw);
    margin-bottom: calc(27 / 828 * 100vw);
  }
}

.sec01__flex-text02 {
  color: #FFF;
  text-align: justify;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 828px) {
  .sec01__flex-text02 {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec01__inner {
  background-color: #F9FAFD;
  padding: min(calc(55 / 828 * 100vw), 55px) 0;
  text-align: center;
}

.sec01__text01 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: bold;

  .num {
    font-size: min(calc(34 / 828 * 100vw), 34px);
  }
}

@media screen and (max-width: 828px) {
  .sec01__text01 {
    font-size: min(calc(32 / 828 * 100vw), 32px);

    .num {
      font-size: min(calc(40 / 828 * 100vw), 40px);
    }
  }
}

.sec01__text02 {
  font-size: min(calc(24 / 828 * 100vw), 24px);

  span {
    font-size: min(calc(16 / 828 * 100vw), 16px);
  }

  .num {
    font-size: min(calc(34 / 828 * 100vw), 34px);
  }
}

@media screen and (max-width: 828px) {
  .sec01__text02 {
    font-size: min(calc(32 / 828 * 100vw), 32px);

    span {
      font-size: min(calc(24 / 828 * 100vw), 24px);
    }

    .num {
      font-size: min(calc(40 / 828 * 100vw), 40px);
    }
  }
}

.sec01__text03 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  margin-bottom: min(calc(30 / 828 * 100vw), 30px);

  .num {
    font-size: min(calc(24 / 828 * 100vw), 34px);
    font-weight: bold;
  }
}

@media screen and (max-width: 828px) {
  .sec01__text03 {
    font-size: min(calc(32 / 828 * 100vw), 32px);

    .num {
      font-size: min(calc(40 / 828 * 100vw), 40px);
    }
  }
}

.sec01__text04 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  margin-bottom: min(calc(30 / 828 * 100vw), 30px);
}

@media screen and (max-width: 828px) {
  .sec01__text04 {
    font-size: min(calc(32 / 828 * 100vw), 32px);
  }
}

.sec01__text05 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: bold;
  background-color: #EBF55D;
  width: max-content;
  margin: 0 auto min(calc(30 / 828 * 100vw), 30px);
  padding: 0 max(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .sec01__text05 {
    padding: 0 calc(30 / 828 * 100vw);
    font-size: min(calc(32 / 828 * 100vw), 32px);
  }
}

.sec01__text06 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  margin: 0 auto min(calc(30 / 828 * 100vw), 30px);
}

@media screen and (max-width: 828px) {
  .sec01__text06 {
    font-size: min(calc(32 / 828 * 100vw), 32px);
  }
}

.sec01__text07 {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: bold;
}

.sec02 {
  padding: min(calc(55 / 828 * 100vw), 55px) 0;
}

.sec02__inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec02__inner {
    width: calc(730 / 828 * 100vw);
  }
}

.sec02__top {
  position: relative;
  height: min(calc(720 / 828 * 100vw), 720px);
  padding: min(calc(93 / 828 * 100vw), 93px) 0 0;
}

@media screen and (max-width: 828px) {
  .sec02__top {
    height: calc(1300 / 828 * 100vw);
    padding: calc(139 / 828 * 100vw) 0 0;
  }
}

.sec02 .sec02__bg-video2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sec02__title {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
  margin-bottom: min(calc(276 / 828 * 100vw), 276px);
}

@media screen and (max-width: 828px) {
  .sec02__title {
    font-size: calc(44 / 828 * 100vw);
    writing-mode: vertical-rl;
    margin: 0 auto calc(169 / 828 * 100vw);
    letter-spacing: 0.25em;
  }
}

.sec02__lead {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 828px) {
  .sec02__lead {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec02__bottom {
  background-image: url(../img/pc/sec02_bg02_a.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 828 * 100vw), 1920px) min(calc(650 / 828 * 100vw), 650px);
  height: min(calc(650 / 828 * 100vw), 650px);
  position: relative;
}

@media screen and (max-width: 828px) {
  .sec02__bottom {
    background-image: url(../img/sp/sec02_bg02_a.webp);
    background-size: calc(828 / 828 * 100vw) calc(990 / 828 * 100vw);
    height: calc(990 / 828 * 100vw);
  }
}

.-a .sec02__bottom {
  padding: min(calc(92 / 828 * 100vw), 92px) 0 0;
}

@media screen and (max-width: 828px) {
  .-a .sec02__bottom {
    padding: calc(172 / 828 * 100vw) 0 0;
  }
}

.-b .sec02__bottom {
  padding: min(calc(102 / 828 * 100vw), 102px) 0 0;
}

@media screen and (max-width: 828px) {
  .-b .sec02__bottom {
    padding: calc(172 / 828 * 100vw) 0 0;
  }
}

.sec02__bottom::after {
  content: "";
  display: block;
  width: min(calc(1 / 828 * 100vw), 1px);
  height: min(calc(80 / 828 * 100vw), 80px);
  background: #fff;
  position: absolute;
  top: max(calc(-40 / 828 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 828px) {
  .sec02__bottom::after {
    width: calc(2 / 828 * 100vw);
    height: calc(124 / 828 * 100vw);
    top: calc(-62 / 828 * 100vw);
  }
}

.-a .sec02__vert {
  width: min(calc(108 / 828 * 100vw), 108px);
  margin: 0 auto min(calc(82 / 828 * 100vw), 82px);
}

@media screen and (max-width: 828px) {
  .-a .sec02__vert {
    width: calc(119 / 828 * 100vw);
    margin: 0 auto calc(104 / 828 * 100vw);
  }
}

.-b .sec02__vert {
  width: min(calc(165 / 828 * 100vw), 165px);
  margin: 0 auto min(calc(110 / 828 * 100vw), 110px);
}

@media screen and (max-width: 828px) {
  .-b .sec02__vert {
    width: calc(196 / 828 * 100vw);
    margin: 0 auto calc(145 / 828 * 100vw);
  }
}

.sec02__text01 {
  text-align: left;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec02__text01 {
    font-size: min(calc(32 / 828 * 100vw), 32px);
  }
}

.sec02__text02 {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .sec02__text02 {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec02__link {
  width: fit-content;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 828px) {
  .sec02__link {
    border-bottom: calc(2 / 828 * 100vw) solid #fff;
  }
}

.-a .sec02__link {
  margin: min(calc(54 / 828 * 100vw), 54px) auto 0;
}

@media screen and (max-width: 828px) {
  .-a .sec02__link {
    margin: calc(67 / 828 * 100vw) auto 0;
  }
}

.-b .sec02__link {
  margin: min(calc(35 / 828 * 100vw), 35px) auto 0;
}

@media screen and (max-width: 828px) {
  .-b .sec02__link {
    margin: calc(67 / 828 * 100vw) auto 0;
  }
}

.sec02__link a {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 220%;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-right: min(calc(20 / 828 * 100vw), 20px);
  transition: all 0.3s;
}

@media screen and (max-width: 828px) {
  .sec02__link a {
    font-size: calc(30 / 828 * 100vw);
    padding-right: calc(30 / 828 * 100vw);
  }
}

.sec02__link a:hover:after {
  transform: translateY(-30%);
}

.sec02__link a:after {
  content: "";
  display: block;
  width: min(calc(11 / 828 * 100vw), 11px);
  height: min(calc(14 / 828 * 100vw), 14px);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7279 10.5974L13.0909 8.92809e-05L0.000264041 0.227737L6.7279 10.5974Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 828px) {
  .sec02__link a:after {
    width: calc(16 / 828 * 100vw);
    height: calc(21 / 828 * 100vw);
  }
}

/* PC：下 → 上 */
/* PC：上 → 下 */
@keyframes sec02BgMovePc {
  from {
    background-position: center top;
  }

  to {
    background-position: center bottom;
  }
}

/* SP：左 → 右 */
@keyframes sec02BgMoveSp {
  from {
    background-position: left center;
  }

  to {
    background-position: right center;
  }
}

/* 再生用クラス */
.sec02__bg.is-animate {
  animation: sec02BgMovePc 6s ease-out forwards;
}

@media screen and (max-width: 828px) {
  .sec02__bg.is-animate {
    animation: sec02BgMoveSp 6s ease-out forwards;
  }
}

.sec03__bg {
  background-image: url(../img/pc/sec03_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 828 * 100vw), 1920px) min(calc(720 / 828 * 100vw), 720px);
  height: min(calc(720 / 828 * 100vw), 720px);
  padding: min(calc(90 / 828 * 100vw), 90px) 0 0;
}

@media screen and (max-width: 828px) {
  .sec03__bg {
    background-image: url(../img/sp/sec03_bg.webp);
    background-size: calc(828 / 828 * 100vw) calc(1300 / 828 * 100vw);
    height: calc(1300 / 828 * 100vw);
    padding: calc(87 / 828 * 100vw) 0 0;
  }
}

.sec03__inner {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 828px) {
  .sec03__inner {
    width: calc(630 / 828 * 100vw);
  }
}

.sec03__title {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec03__title {
    font-size: calc(44 / 828 * 100vw);
  }
}

.sec03__bottom {
  background-color: #141414;
  padding: min(calc(60 / 828 * 100vw), 60px) 0;
}

@media screen and (max-width: 828px) {
  .sec03__bottom {
    padding: calc(50 / 828 * 100vw) 0 calc(125 / 828 * 100vw);
  }
}

.sec03__text {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 828px) {
  .sec03__text {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec03__en {
  position: absolute;
  width: min(calc(42 / 828 * 100vw), 42px);
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 828px) {
  .sec03__en {
    right: calc(-40 / 828 * 100vw);
    width: calc(56 / 828 * 100vw);
  }
}

.sec04__head {
  background-image: url(../img/pc/sec04_head.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 828 * 100vw), 1920px) min(calc(350 / 828 * 100vw), 350px);
  height: min(calc(350 / 828 * 100vw), 350px);
  padding: min(calc(117 / 828 * 100vw), 117px) 0 0;
}

@media screen and (max-width: 828px) {
  .sec04__head {
    background-image: url(../img/sp/sec04_head.webp);
    background-size: calc(828 / 828 * 100vw) calc(425 / 828 * 100vw);
    height: calc(425 / 828 * 100vw);
    padding: calc(79 / 828 * 100vw) 0 0;
  }
}

.sec04__head-inner {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec04__head-inner {
    width: calc(630 / 828 * 100vw);
  }
}

.sec04__head-title {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec04__head-title {
    font-size: calc(44 / 828 * 100vw);
  }
}

.sec04__head-lead {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec04__head-lead {
    font-size: calc(34 / 828 * 100vw);
    margin-bottom: calc(13 / 828 * 100vw);
  }
}

.sec04__band {
  background-color: #1B3758;
  padding: min(calc(71 / 828 * 100vw), 71px) 0 min(calc(51 / 828 * 100vw), 51px);
  position: relative;
}

.sec04__band:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='68' viewBox='0 0 16 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='60' r='7.5' stroke='%23778492'/%3E%3Cline x1='8.5' y1='2.18557e-08' x2='8.5' y2='60' stroke='%23778492'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(16 / 828 * 100vw), 16px);
  height: min(calc(68 / 828 * 100vw), 68px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-26 / 828 * 100vw), -26px);
}

@media screen and (max-width: 828px) {
  .sec04__band:after {
    width: calc(24 / 828 * 100vw);
    height: calc(94 / 828 * 100vw);
    top: calc(-36 / 828 * 100vw);
  }
}

@media screen and (max-width: 828px) {
  .sec04__band-inner {
    width: 100%;
    padding: calc(71 / 828 * 100vw) 0;
  }
}

.sec04__band-title {
  color: #FFF;
  font-size: min(calc(28 / 828 * 100vw), 28px);
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .sec04__band-title {
    font-size: calc(38 / 828 * 100vw);
  }
}

.sec04__band-lead {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .sec04__band-lead {
    font-size: calc(34 / 828 * 100vw);
    margin-bottom: calc(6 / 828 * 100vw);
  }
}

.sec04__contents {
  background-color: #F1F1F1;
  padding: min(calc(86 / 828 * 100vw), 86px) 0 min(calc(1 / 828 * 100vw), 1px);
}

@media screen and (max-width: 828px) {
  .sec04__contents {
    padding: calc(0 / 828 * 100vw) 0 calc(1 / 828 * 100vw);
  }
}

.sec04__contents.--no01 {
  padding: min(calc(76 / 828 * 100vw), 76px) 0 min(calc(64 / 828 * 100vw), 64px);
}

@media screen and (max-width: 828px) {
  .sec04__contents.--no01 {
    padding: calc(126 / 828 * 100vw) 0 calc(94 / 828 * 100vw);
  }
}

.sec04__contents-inner {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec04__contents-inner {
    width: calc(630 / 828 * 100vw);
  }
}

.sec04__block {
  padding: 0 min(calc(45 / 828 * 100vw), 45px);
  margin-bottom: min(calc(96 / 828 * 100vw), 96px);
}

@media screen and (max-width: 828px) {
  .sec04__block {
    padding: 0 calc(0 / 828 * 100vw);
    margin-bottom: calc(100 / 828 * 100vw);
  }
}

.--no01 .sec04__block {
  margin-bottom: 0;
}

.sec04__title {
  position: relative;
  padding-bottom: min(calc(20 / 828 * 100vw), 20px);
  border-bottom: 1px solid #444;
  margin-bottom: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .sec04__title {
    padding-bottom: calc(40 / 828 * 100vw);
    border-bottom: calc(2 / 828 * 100vw) solid #444;
    margin-bottom: calc(40 / 828 * 100vw);
  }
}

.--no01 .sec04__title {
  border-bottom: none;
}

.sec04__title-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: min(calc(30 / 828 * 100vw), 30px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(10 / 828 * 100vw), 10px);
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 828px) {
  .sec04__title-sub {
    font-size: calc(40 / 828 * 100vw);
    margin-bottom: calc(20 / 828 * 100vw);
  }
}

.sec04__title-main {
  font-size: min(calc(30 / 828 * 100vw), 30px);
  font-weight: 400;
  line-height: 140%;
  display: block;
}

@media screen and (max-width: 828px) {
  .sec04__title-main {
    font-size: calc(40 / 828 * 100vw);
  }
}

.sec04__title-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: min(calc(80 / 828 * 100vw), 80px);
  font-weight: 300;
  line-height: 130%;
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: max(calc(-40 / 828 * 100vw), -40px);
}

@media screen and (max-width: 828px) {
  .sec04__title-num {
    font-size: calc(90 / 828 * 100vw);
    top: calc(-50 / 828 * 100vw);
  }
}

.sec04__box {
  margin: min(calc(57 / 828 * 100vw), 57px) 0 min(calc(78 / 828 * 100vw), 78px);
}

@media screen and (max-width: 828px) {
  .sec04__box {
    margin: calc(60 / 828 * 100vw) 0;
  }
}

.sec04__box-flex {
  display: flex;
  justify-content: center;
  gap: min(calc(22 / 828 * 100vw), 22px);
}

@media screen and (max-width: 828px) {
  .sec04__box-flex {
    flex-direction: column;
    gap: calc(33 / 828 * 100vw);
    width: calc(554 / 828 * 100vw);
    margin: 0 auto;
  }
}

.sec04__box-text01 {
  text-align: justify;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  padding-left: min(calc(40 / 828 * 100vw), 40px);
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 828px) {
  .sec04__box-text01 {
    font-size: calc(30 / 828 * 100vw);
    margin-bottom: calc(7 / 828 * 100vw);
    padding-left: calc(42 / 828 * 100vw);
  }
}

.sec04__box-text01:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.05078 6.95215C5.91073 0.397055 14.4809 -1.80659 21.0352 2.05078H21.0361C27.1188 5.63885 29.5097 13.2978 26.6445 19.667C26.4572 20.0833 25.9681 20.2693 25.5518 20.082C25.1356 19.8948 24.9498 19.4055 25.1367 18.9893C27.6573 13.3861 25.5502 6.63411 20.1963 3.47559V3.47461C14.4264 0.0792347 6.87066 2.02538 3.47559 7.79102C0.0792797 13.559 2.02473 21.1125 7.79199 24.5068H7.79297C10.433 26.0638 13.5787 26.5685 16.5752 25.916C17.0212 25.819 17.4615 26.1018 17.5586 26.5479C17.6557 26.9939 17.3728 27.4341 16.9268 27.5312C13.63 28.2492 10.1757 27.7345 7.23633 26.0938L6.9541 25.9316C0.397455 22.0728 -1.80757 13.5049 2.05078 6.95215Z' fill='%23444444' stroke='%231B3758' stroke-width='0.3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M19.9199 9.1582C20.2421 8.8528 20.7705 8.85046 21.0957 9.15332C21.4152 9.45124 21.4174 9.93214 21.1006 10.2324L12.71 18.1855C12.5555 18.332 12.3434 18.4159 12.1201 18.416C11.8967 18.416 11.6839 18.3321 11.5293 18.1855L8.19922 15.0293C7.8827 14.7289 7.88536 14.248 8.20508 13.9502C8.53026 13.6475 9.05875 13.6497 9.38086 13.9551L12.0166 16.4541C12.0744 16.5086 12.1649 16.5086 12.2227 16.4541L19.9199 9.1582Z' fill='%23444444' stroke='%231B3758' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(28 / 828 * 100vw), 28px);
  height: min(calc(28 / 828 * 100vw), 28px);
  position: absolute;
  left: 0;
  top: min(calc(8 / 828 * 100vw), 8px);
}

@media screen and (max-width: 828px) {
  .sec04__box-text01:before {
    width: calc(32 / 828 * 100vw);
    height: calc(32 / 828 * 100vw);
    top: calc(14 / 828 * 100vw);
  }
}

.sec04__box-text02 {
  text-align: justify;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 828px) {
  .sec04__box-text02 {
    font-size: calc(22 / 828 * 100vw);
  }
}

.sec04__img-01 {
  width: min(calc(806 / 828 * 100vw), 806px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec04__img-01 {
    width: calc(664 / 828 * 100vw);
    margin: 0 calc(-17 / 828 * 100vw) 0;
  }
}

.sec04__text02 {
  color: #444;
  text-align: center;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: min(calc(31 / 828 * 100vw), 31px) 0 min(calc(16 / 828 * 100vw), 16px);
}

@media screen and (max-width: 828px) {
  .sec04__text02 {
    font-size: calc(30 / 828 * 100vw);
    margin: calc(34 / 828 * 100vw) 0 calc(47 / 828 * 100vw);
  }
}

.sec04__text03 {
  color: #444;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(12 / 828 * 100vw), 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .sec04__text03 {
    font-size: calc(18 / 828 * 100vw);
  }
}

.sec04__exp {
  text-align: justify;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 828px) {
  .sec04__exp {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec04__note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(12 / 828 * 100vw), 12px);
  font-weight: 500;
  line-height: 180%;
  margin-top: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .sec04__note {
    font-size: calc(18 / 828 * 100vw);
    margin-top: calc(20 / 828 * 100vw);
  }
}

.sec04__note02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(12 / 828 * 100vw), 12px);
  font-weight: 500;
  line-height: 180%;
  width: fit-content;
  margin: min(calc(20 / 828 * 100vw), 20px) auto 0;
}

@media screen and (max-width: 828px) {
  .sec04__note02 {
    width: calc(695 / 828 * 100vw);
    font-size: calc(18 / 828 * 100vw);
    margin: calc(20 / 828 * 100vw) auto 0;
  }
}

.sec04__mv {
  margin-bottom: min(calc(40 / 828 * 100vw), 40px);
}

@media screen and (max-width: 828px) {
  .sec04__mv {
    margin: 0 calc(-60 / 828 * 100vw) calc(80 / 828 * 100vw);
  }
}

.sec04__img-03_1 {
  width: min(calc(477 / 828 * 100vw), 477px);
  margin: 0 auto min(calc(27 / 828 * 100vw), 27px);
}

@media screen and (max-width: 828px) {
  .sec04__img-03_1 {
    width: calc(605 / 828 * 100vw);
    margin: calc(61 / 828 * 100vw) auto min(calc(61 / 828 * 100vw), 61px);
  }
}

.sec04__text01 {
  font-size: min(calc(26 / 828 * 100vw), 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  margin-bottom: min(calc(27 / 828 * 100vw), 27px);
}

@media screen and (max-width: 828px) {
  .sec04__text01 {
    font-size: calc(34 / 828 * 100vw);
    margin: calc(60 / 828 * 100vw) 0;
  }
}

.sec04__text01 .large {
  font-size: min(calc(32 / 828 * 100vw), 32px);
}

@media screen and (max-width: 828px) {
  .sec04__text01 .large {
    font-size: calc(40 / 828 * 100vw);
  }
}

.sec04__img-03_2 {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 max(calc(-45 / 828 * 100vw), -45px) max(calc(0 / 828 * 100vw), 0px);
}

@media screen and (max-width: 828px) {
  .sec04__img-03_2 {
    width: calc(828 / 828 * 100vw);
    margin: 0 calc(-60 / 828 * 100vw) max(calc(0 / 828 * 100vw), 0px);
  }
}

.sec04__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 828 * 100vw), 40px);
}

@media screen and (max-width: 828px) {
  .sec04__list {
    gap: calc(40 / 828 * 100vw);
  }
}

.sec04__item-text {
  text-align: justify;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min(calc(20 / 828 * 100vw), 20px);
  padding-left: min(calc(32 / 828 * 100vw), 32px);
  position: relative;
}

@media screen and (max-width: 828px) {
  .sec04__item-text {
    font-size: calc(24 / 828 * 100vw);
    margin-bottom: calc(34 / 828 * 100vw);
    padding-left: calc(50 / 828 * 100vw);
  }
}

.sec04__item-text:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='15' r='8.4375' stroke='%23444444' stroke-width='1.125'/%3E%3Cpath d='M10 16.1818L12.0625 18L16 12' stroke='%23444444' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(26 / 828 * 100vw), 26px);
  height: min(calc(26 / 828 * 100vw), 26px);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 828px) {
  .sec04__item-text:before {
    width: calc(40 / 828 * 100vw);
    height: calc(40 / 828 * 100vw);
  }
}

.sec04__item-img01 {
  width: min(calc(830 / 828 * 100vw), 830px);
}

@media screen and (max-width: 828px) {
  .sec04__item-img01 {
    width: calc(630 / 828 * 100vw);
  }
}

.sec04__item-img02 {
  width: min(calc(570 / 828 * 100vw), 570px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec04__item-img02 {
    width: calc(630 / 828 * 100vw);
  }
}

.sec04__img-05 {
  margin-top: min(calc(45 / 828 * 100vw), 45px);
}

@media screen and (max-width: 828px) {
  .sec04__img-05 {
    margin-top: calc(40 / 828 * 100vw);
  }
}

.sec05__head {
  background-image: url(../img/sp/sec05_head.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(828 / 828 * 100vw), 828px) min(calc(350 / 828 * 100vw), 350px);
  height: min(calc(350 / 828 * 100vw), 350px);
  padding: min(calc(107 / 828 * 100vw), 107px) 0 0;
}

.sec05__head-inner {
  width: 90%;
  margin: 0 auto;
}

.sec05__head-title {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec05__head-title {
    font-size: calc(44 / 828 * 100vw);
  }
}

.sec05__head-lead {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec05__head-lead {
    font-size: calc(30 / 828 * 100vw);
  }
}

.sec05__contents {
  background-color: #E6E6E6;
  padding: min(calc(106 / 828 * 100vw), 106px) 0 min(calc(83 / 828 * 100vw), 83px);
  max-width: 828px;
  margin: 0 auto;
}

.sec05__contents-inner {
  width: 100%;
}

.sec05__list {
  margin-right: min(calc(45 / 828 * 100vw), 45px);
  padding: 0 min(calc(45 / 828 * 100vw), 45px) 0 0;
  border-left: none;
  border-right: 1px solid #1B3758;
  position: relative;
}

.sec05__list:before {
  content: "";
  display: block;
  background-color: #1B3758;
  width: min(calc(8 / 828 * 100vw), 8px);
  height: min(calc(8 / 828 * 100vw), 8px);
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: max(calc(-5 / 828 * 100vw), -5px);
  top: 0;
}

.sec05__list:after {
  content: "";
  display: block;
  background-color: #E6E6E6;
  width: min(calc(10 / 828 * 100vw), 10px);
  height: min(calc(734.5/ 828 * 100vw), 734.5px);
  position: absolute;
  left: auto;
  right: max(calc(-4 / 828 * 100vw), -4px);
  bottom: 0;
  top: auto;
  z-index: 2;
}

@media screen and (max-width: 828px) {
  .sec05__list:after {
    height: calc(733 / 828 * 100vw);
  }
}

.sec05__item {
  background-image: none;
  background-color: #F0F0F0;
  padding: 0 min(calc(60 / 828 * 100vw), 60px) min(calc(79 / 828 * 100vw), 79px);
  margin-bottom: min(calc(80 / 828 * 100vw), 80px);
  position: relative;
}

.sec05__item:after {
  content: "";
  display: block;
  background-color: #E6E6E6;
  width: min(calc(740 / 828 * 100vw), 740px);
  height: min(calc(61 / 828 * 100vw), 61px);
  position: absolute;
  top: 0;
  left: 0;
}

.sec05__time {
  left: auto;
  right: 0;
  top: min(calc(258 / 828 * 100vw), 258px);
  position: absolute;
  z-index: 3;
}

.sec05__item:nth-child(3),
.sec05__item:nth-child(4) {
  .sec05__time {
    top: min(calc(957.5 / 828 * 100vw), 957.5px);
  }
}

@media screen and (max-width: 828px) {

  .sec05__item:nth-child(3),
  .sec05__item:nth-child(4) {
    .sec05__time {
      top: calc(952 / 828 * 100vw);
    }
  }
}

.sec05__time .inner {
  position: relative;
}

.sec05__time .inner:after {
  content: "";
  display: block;
  background-color: #1B3758;
  width: min(calc(46 / 828 * 100vw), 46px);
  height: min(calc(1 / 828 * 100vw), 1px);
  position: absolute;
  left: auto;
  right: max(calc(-46 / 828 * 100vw), -46px);
  top: 50%;
}

.sec05__time .text {
  color: var(--white, #FFF);
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 500;
  line-height: 140%;
  background-color: #1B3758;
  padding: 0 min(calc(72 / 828 * 100vw), 72px) min(calc(7 / 828 * 100vw), 7px) min(calc(32 / 828 * 100vw), 32px);
}

.sec05__time .text span {
  font-size: min(calc(24 / 828 * 100vw), 24px);
}

.sec05__flex {
  display: block;
}

.sec05__img {
  position: relative;
  z-index: 2;
  width: min(calc(540 / 828 * 100vw), 540px);
}

.sec05__textarea {
  padding: min(calc(60 / 828 * 100vw), 60px) 0 0 0;
}

.sec05__text01 {
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: min(calc(37 / 828 * 100vw), 37px);
}

.sec05__text02 {
  text-align: justify;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.sec05__modal-link {
  text-align: center;
  font-size: min(calc(32 / 828 * 100vw), 32px);
  transition: opacity 0.2s ease;
  position: relative;
  margin: 0 auto;
  width: min(calc(640 / 828 * 100vw), 640px);
}

.sec05__modal-name {
  position: absolute;
  top: 10px;
  bottom: 10px;
  padding: min(calc(10 / 828 * 100vw), 10px) min(calc(33 / 828 * 100vw), 33px);
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

.sec05__modal-text {
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  background: #1B3758;
  height: min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: min(calc(20 / 828 * 100vw), 20px) min(calc(33 / 828 * 100vw), 33px);
}

@media screen and (max-width: 828px) {
  .sec05__modal-text {
    border-radius: calc(40 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    padding: calc(25 / 828 * 100vw) calc(53 / 828 * 100vw);
    bottom: calc(20 / 828 * 100vw);
    right: calc(20 / 828 * 100vw);
  }
}

.sec05__modal-link:hover {
  opacity: 0.6;
}

/* モーダル全体 */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}

/* オーバーレイ */
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* モーダルコンテナ */
.modal__container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 540px;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 30px;
  padding-bottom: 50px;
}

/* 閉じるボタン */
.modal__close {
  position: sticky;
  top: 15px;
  left: calc(100% - 55px);
  width: 40px;
  height: 40px;
  background-color: rgba(50, 50, 50, 0.75);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  z-index: 10;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: -55px;
  /* ← 追加: ボタン分の高さを相殺 */
}

.modal__close:hover {
  background-color: rgba(50, 50, 50, 0.95);
}

.modal__close span {
  display: block;
  width: 16px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  transition: opacity 0.2s ease;
}

.modal__close span:first-child {
  transform: rotate(45deg);
}

.modal__close span:last-child {
  transform: rotate(-45deg);
}

.modal__close:hover span {
  opacity: 0.7;
}

/* モーダル本文 */
.modal__head {
  position: relative;
}

.modal__head-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  font-size: min(calc(30 / 828 * 100vw), 30px);
}

@media screen and (max-width: 828px) {
  .modal__head-title {
    font-size: calc(44 / 828 * 100vw);
  }
}

.modal__body {
  font-size: min(calc(14 / 828 * 100vw), 14px);
  color: #333;
  padding: 45px 0 0;
}

@media screen and (max-width: 828px) {
  .modal__body {
    font-size: calc(24 / 828 * 100vw);
  }
}

.modal__textarea {
  padding: 0 20px 0;
}

.modal__body .adlp-btn__wrapper {
  margin-top: 40px;
}

.modal__body:has(.modal-swiper)>.modal__textarea {
  padding-top: 20px;
}

/* モーダルタイトル */
.modal__title {
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  width: max-content;
  font-weight: bold;

  span {
    display: block;
    font-size: min(calc(16 / 828 * 100vw), 16px);
  }
}

@media screen and (max-width: 828px) {
  .modal__title {
    font-size: calc(40 / 828 * 100vw);

    span {
      font-size: calc(24 / 828 * 100vw);
    }
  }
}

.modal__sub-title {
  font-size: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .modal__sub-title {
    font-size: calc(30 / 828 * 100vw);
  }
}

.modal__text {
  font-size: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .modal__text {
    font-size: calc(30 / 828 * 100vw);
  }
}


/* モーダル内スライダー */
.modal-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modal-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* 前後ボタン */
.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 1px solid #1B3758;
  color: #1B3758;
}

.modal-swiper .swiper-button-prev svg,
.modal-swiper .swiper-button-next svg {
  width: 10px;
}

/* ページネーション */
.modal-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
}

.modal-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* アニメーション */
.modal.--open .modal__overlay {
  opacity: 1;
}

.modal.--open .modal__container {
  opacity: 1;
  transform: translateY(0);
}

/* スクロール禁止 */
body.--modal-open {
  overflow: hidden;
}

.sec06 {
  padding: 100px 0;
}

@media screen and (max-width: 828px) {
  .sec06 {
    padding: calc(120 / 828 * 100vw) 0;
    width: calc(730 / 828 * 100vw);
    margin: 0 auto;
  }
}

.sec06__title {
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 828px) {
  .sec06__title {
    font-size: calc(44 / 828 * 100vw);
    margin-bottom: calc(37 / 828 * 100vw);
  }
}

.sec06 table {
  padding-top: 80px;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #222;
}

.sec06 table th,
.sec06 table td {
  border: 1px solid #222;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
}

@media screen and (max-width: 828px) {

  .sec06 table th,
  .sec06 table td {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec06 table th {
  width: 180px;
  background: #d9d9d9;
  font-weight: 700;
  text-align: left;
  padding: 10px 16px;
}

@media screen and (max-width: 828px) {
  .sec06 table th {
    width: calc(220 / 828 * 100vw);
  }
}

.sec06 table td {
  background: #fff;
  font-weight: 500;
  padding: 10px 18px;

  span {
    font-weight: bold;
    background-color: #EBF55D;
    width: max-content;
    display: block;
    padding: 0 max(calc(20 / 828 * 100vw), 20px);
  }
}

@media screen and (max-width: 828px) {
  .sec06 table td {
    span {
      padding: 0 calc(30 / 828 * 100vw);
    }
  }
}

.sec06__bottom {
  background-color: #141414;
  padding: min(calc(60 / 828 * 100vw), 60px) 0;
}

@media screen and (max-width: 828px) {
  .sec06__bottom {
    padding: calc(50 / 828 * 100vw) 0 calc(125 / 828 * 100vw);
  }
}

.sec06__text {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 828px) {
  .sec06__text {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec06__en {
  position: absolute;
  width: min(calc(42 / 828 * 100vw), 42px);
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 828px) {
  .sec06__en {
    right: calc(-40 / 828 * 100vw);
    width: calc(56 / 828 * 100vw);
  }
}

/* PC：下 → 上 */
@keyframes sec06BgMovePc {
  from {
    background-position: center bottom;
  }

  to {
    background-position: center top;
  }
}

/* PC：上 → 下 */
/* SP：左 → 右 */
@keyframes sec06BgMoveSp {
  from {
    background-position: left center;
  }

  to {
    background-position: right center;
  }
}

/* SP：右 → 左 */
/* 再生用クラス */
.sec06__bg.is-animate {
  animation: sec06BgMovePc 6s ease-out forwards;
}

@media screen and (max-width: 828px) {
  .sec06__bg.is-animate {
    animation: sec06BgMoveSp 6s ease-out forwards;
  }
}

.sec07 {
  padding: 80px 0 0;
}


@media screen and (max-width: 828px) {
  .sec07 {
    padding: calc(120 / 828 * 100vw) 0;
  }
}

.sec07__inner {
  padding: 30px 60px;
  border: 1px solid;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec07__inner {
    padding: calc(80 / 828 * 100vw) calc(60 / 828 * 100vw);
    width: calc(730 / 828 * 100vw);
  }
}

.sec07__img {
  margin-bottom: 25px;
}

@media screen and (max-width: 828px) {
  .sec07__img {
    margin-bottom: calc(35 / 828 * 100vw);
  }
}

.sec07__block {
  margin-bottom: 50px;
}

@media screen and (max-width: 828px) {
  .sec07__block {
    margin-bottom: calc(95 / 828 * 100vw);
  }
}

.sec07__link {
  transition: all 0.3s;
}

.sec07__link:hover {
  filter: brightness(130%);
}

.sec07__imgwrap {
  position: relative;
}

.sec07__text {
  font-size: min(calc(22 / 828 * 100vw), 22px);
  margin-bottom: 10px;
}

@media screen and (max-width: 828px) {
  .sec07__text {
    font-size: calc(32 / 828 * 100vw);
  }
}

.sec07__link {
  font-size: min(calc(22 / 828 * 100vw), 22px);
  text-align: center;
  text-decoration: underline;
  display: block;
  line-height: 2;
}

@media screen and (max-width: 828px) {
  .sec07__link {
    font-size: calc(32 / 828 * 100vw);
  }
}

.sec07__block:last-of-type {
  margin-bottom: 0;
}


.sec08__head {
  background-image: url(../img/pc/sec08_head.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 828 * 100vw), 1920px) min(calc(350 / 828 * 100vw), 350px);
  height: min(calc(350 / 828 * 100vw), 350px);
  padding: min(calc(117 / 828 * 100vw), 117px) 0 0;
}

@media screen and (max-width: 828px) {
  .sec08__head {
    background-image: url(../img/sp/sec08_head.webp);
    background-size: calc(828 / 828 * 100vw) calc(428 / 828 * 100vw);
    height: calc(428 / 828 * 100vw);
    padding: calc(96 / 828 * 100vw) 0 0;
  }
}

.sec08__head-inner {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec08__head-inner {
    width: calc(630 / 828 * 100vw);
  }
}

.sec08__head-title {
  color: #FFF;
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec08__head-title {
    font-size: calc(44 / 828 * 100vw);
    margin-bottom: calc(30 / 828 * 100vw);
  }
}

.sec08__head-lead {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 828px) {
  .sec08__head-lead {
    font-size: calc(30 / 828 * 100vw);
  }
}

.sec08__contents {
  background-color: #1B3758;
  padding: min(calc(63 / 828 * 100vw), 63px) 0 min(calc(90 / 828 * 100vw), 90px);
}

@media screen and (max-width: 828px) {
  .sec08__contents {
    padding: calc(48 / 828 * 100vw) 0 calc(130 / 828 * 100vw);
  }
}

.sec08__contents-inner {
  width: min(calc(910 / 828 * 100vw), 910px);
  margin: 0 auto;
}

@media screen and (max-width: 828px) {
  .sec08__contents-inner {
    width: calc(690 / 828 * 100vw);
  }
}

.sec08__map {
  width: min(calc(590 / 828 * 100vw), 590px);
  margin: 0 auto min(calc(38 / 828 * 100vw), 38px);
}

@media screen and (max-width: 828px) {
  .sec08__map {
    width: calc(690 / 828 * 100vw);
    margin: 0 auto calc(38 / 828 * 100vw);
  }
}

.sec08__block {
  margin-bottom: min(calc(60 / 828 * 100vw), 60px);
}

@media screen and (max-width: 828px) {
  .sec08__block {
    margin-bottom: calc(82 / 828 * 100vw);
  }
}

.sec08__title02 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: min(calc(20 / 828 * 100vw), 20px);
}

@media screen and (max-width: 828px) {
  .sec08__title02 {
    margin-bottom: calc(40 / 828 * 100vw);
  }
}

.sec08__title02:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.sec08__title02 .num {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 100%;
  width: min(calc(40 / 828 * 100vw), 40px);
  height: min(calc(40 / 828 * 100vw), 40px);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1B3758;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 828px) {
  .sec08__title02 .num {
    font-size: calc(30 / 828 * 100vw);
    width: calc(50 / 828 * 100vw);
    height: calc(50 / 828 * 100vw);
  }
}

.sec08__title02 .text {
  color: #FFF;
  font-size: min(calc(24 / 828 * 100vw), 24px);
  font-weight: 400;
  line-height: 170%;
  padding: 0 min(calc(19 / 828 * 100vw), 19px);
  background-color: #1B3758;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 828px) {
  .sec08__title02 .text {
    font-size: calc(30 / 828 * 100vw);
    padding: 0 calc(19 / 828 * 100vw);
  }
}

.sec08__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(40 / 828 * 100vw), 40px) min(calc(50 / 828 * 100vw), 50px);
}

@media screen and (max-width: 828px) {
  .sec08__list {
    gap: calc(40 / 828 * 100vw) calc(30 / 828 * 100vw);
  }
}

.sec08__item {
  flex: 0 0 min(calc(270 / 828 * 100vw), 270px);
}

@media screen and (max-width: 828px) {
  .sec08__item {
    flex: 0 0 calc(330 / 828 * 100vw);
  }
}

.sec08__link {
  transition: all 0.3s;
}

.sec08__link:hover {
  filter: brightness(130%);
}

.sec08__imgwrap {
  position: relative;
}

.sec08__img {
  position: relative;
}

.sec08__img.--soldout:after {
  content: "";
  display: block;
  width: min(calc(270 / 828 * 100vw), 270px);
  height: min(calc(190 / 828 * 100vw), 190px);
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 828px) {
  .sec08__img.--soldout:after {
    width: calc(330 / 828 * 100vw);
    height: calc(232 / 828 * 100vw);
  }
}

.sec08__cap {
  position: absolute;
  bottom: min(calc(12 / 828 * 100vw), 12px);
  left: min(calc(13 / 828 * 100vw), 13px);
  color: #FFF;
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.2em;
  z-index: 1;
}

@media screen and (max-width: 828px) {
  .sec08__cap {
    bottom: calc(18 / 828 * 100vw);
    left: calc(18 / 828 * 100vw);
    font-size: calc(28 / 828 * 100vw);
  }
}

.sec08__cap .umito {
  text-shadow: 0 0 min(calc(12 / 828 * 100vw), 12px) rgba(0, 0, 0, 0.65);
  font-size: min(calc(18 / 828 * 100vw), 18px);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 828px) {
  .sec08__cap .umito {
    text-shadow: 0 0 calc(12 / 828 * 100vw) rgba(0, 0, 0, 0.65);
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec08__cap .small {
  font-size: min(calc(14 / 828 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 828px) {
  .sec08__cap .small {
    font-size: calc(20 / 828 * 100vw);
  }
}

.sec08__soldout {
  color: #FFF;
  text-shadow: 0 0 min(calc(12 / 828 * 100vw), 12px) rgba(0, 0, 0, 0.65);
  font-size: min(calc(20 / 828 * 100vw), 20px);
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

@media screen and (max-width: 828px) {
  .sec08__soldout {
    text-shadow: 0 0 calc(12 / 828 * 100vw) rgba(0, 0, 0, 0.65);
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec08__textwrap {
  padding: min(calc(12 / 828 * 100vw), 12px) min(calc(12 / 828 * 100vw), 12px) 0;
}

@media screen and (max-width: 828px) {
  .sec08__textwrap {
    padding: calc(19 / 828 * 100vw) calc(5 / 828 * 100vw) 0;
  }
}

.sec08__area {
  color: #FFF;
  text-shadow: 0 0 min(calc(12 / 828 * 100vw), 12px) rgba(0, 0, 0, 0.65);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(14 / 828 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(5 / 828 * 100vw), 5px);
}

@media screen and (max-width: 828px) {
  .sec08__area {
    text-shadow: 0 0 calc(12 / 828 * 100vw) rgba(0, 0, 0, 0.65);
    font-size: calc(20 / 828 * 100vw);
    margin-bottom: calc(10 / 828 * 100vw);
  }
}

.sec08__label01 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(14 / 828 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: var(--accent01, #236890);
  padding: min(calc(4 / 828 * 100vw), 4px) min(calc(14 / 828 * 100vw), 14px) min(calc(1 / 828 * 100vw), 1px);
  width: fit-content;
}

@media screen and (max-width: 828px) {
  .sec08__label01 {
    font-size: calc(20 / 828 * 100vw);
    padding: calc(2 / 828 * 100vw) calc(14 / 828 * 100vw);
  }
}

.sec08__label02 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(calc(14 / 828 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border: 1px solid #fff;
  padding: min(calc(4 / 828 * 100vw), 4px) min(calc(14 / 828 * 100vw), 14px) min(calc(1 / 828 * 100vw), 1px);
  width: fit-content;
}

@media screen and (max-width: 828px) {
  .sec08__label02 {
    font-size: calc(20 / 828 * 100vw);
    border: calc(2 / 828 * 100vw) solid #fff;
    padding: calc(2 / 828 * 100vw) calc(14 / 828 * 100vw);
  }
}

.sec08 .adlp-accordion__wrapper {
  gap: max(calc(0 / 828 * 100vw), 0px);
}

.sec08 .adlp-accordion__header {
  background: #0A141F;
}

.sec08 .adlp-accordion__header__inner {
  justify-content: center;
  padding: min(calc(20 / 828 * 100vw), 20px) min(calc(80 / 828 * 100vw), 80px) min(calc(20 / 828 * 100vw), 20px) min(calc(80 / 828 * 100vw), 80px);
}

@media screen and (max-width: 828px) {
  .sec08 .adlp-accordion__header__inner {
    padding: calc(40 / 828 * 100vw) calc(112 / 828 * 100vw) calc(40 / 828 * 100vw) calc(112 / 828 * 100vw);
  }
}

.sec08 .adlp-accordion__header__inner .text {
  color: var(--base-white, #FFF);
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 828px) {
  .sec08 .adlp-accordion__header__inner .text {
    font-size: calc(30 / 828 * 100vw);
  }
}

.sec08 .adlp-accordion__header::after {
  width: min(calc(30 / 828 * 100vw), 30px);
  height: min(calc(30 / 828 * 100vw), 30px);
  right: min(calc(87 / 828 * 100vw), 87px);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14.5H20V15.5H15.5V20H14.5V15.5H10V14.5H14.5V10H15.5V14.5Z' fill='white'/%3E%3Ccircle cx='15' cy='15' r='14.625' stroke='white' stroke-width='0.75'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec08 .adlp-accordion__header::after {
    width: calc(40 / 828 * 100vw);
    height: calc(40 / 828 * 100vw);
    right: calc(34 / 828 * 100vw);
  }
}

.sec08 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15.5H10V14.5H20V15.5Z' fill='white'/%3E%3Ccircle cx='15' cy='15' r='14.625' stroke='white' stroke-width='0.75'/%3E%3C/svg%3E%0A");
}

.sec08 .adlp-accordion__body__inner {
  display: block;
  padding: min(calc(60 / 828 * 100vw), 60px) 0 0;
}

@media screen and (max-width: 828px) {
  .sec08 .adlp-accordion__body__inner {
    padding: calc(82 / 828 * 100vw) 0 calc(0 / 828 * 100vw);
  }
}

.sec09__bg {
  background-image: url(../img/pc/sec09_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-position: center top;
  background-size: min(calc(1920 / 828 * 100vw), 1920px) min(calc(1000 / 828 * 100vw), 1000px);
  height: min(calc(720 / 828 * 100vw), 720px);
  padding: min(calc(103 / 828 * 100vw), 103px) 0 0;
  overflow: hidden;
}

@media screen and (max-width: 828px) {
  .sec09__bg {
    background-image: url(../img/sp/sec09_bg.webp);
    background-size: calc(942 / 828 * 100vw) calc(1300 / 828 * 100vw);
    height: calc(1300 / 828 * 100vw);
    padding: calc(139 / 828 * 100vw) 0 0;
    background-position: left center;
  }
}

.sec09__inner {
  width: min(calc(920 / 828 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 828px) {
  .sec09__inner {
    width: calc(630 / 828 * 100vw);
  }
}

.sec09__title {
  width: min(calc(108 / 828 * 100vw), 108px);
  margin: 0 auto min(calc(132 / 828 * 100vw), 132px);
}

@media screen and (max-width: 828px) {
  .sec09__title {
    width: calc(352 / 828 * 100vw);
    margin: 0 auto calc(297 / 828 * 100vw);
  }
}

.sec09__text {
  color: #FFF;
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 828px) {
  .sec09__text {
    font-size: calc(24 / 828 * 100vw);
  }
}

/* PC：下 → 上 */
/* PC：上 → 下 */
@keyframes sec09BgMovePc {
  from {
    background-position: center top;
  }

  to {
    background-position: center bottom;
  }
}

/* SP：左 → 右 */
@keyframes sec09BgMoveSp {
  from {
    background-position: left center;
  }

  to {
    background-position: right center;
  }
}

/* SP：右 → 左 */
/* 再生用クラス */
.sec09__bg.is-animate {
  animation: sec09BgMovePc 6s ease-out forwards;
}

@media screen and (max-width: 828px) {
  .sec09__bg.is-animate {
    animation: sec09BgMoveSp 6s ease-out forwards;
  }
}

.sec10 {
  background-color: #F1F1F1;
  padding: min(calc(120 / 828 * 100vw), 120px) 0 min(calc(80 / 828 * 100vw), 80px);
}

@media screen and (max-width: 828px) {
  .sec10 {
    padding: calc(120 / 828 * 100vw) 0 calc(80 / 828 * 100vw);
  }
}

.sec10 .adlp-section {
  padding: 0 60px;
}


@media screen and (max-width: 828px) {
  .sec10 .adlp-section {
    padding: 0 calc(60 / 828 * 100vw);
  }
}

.sec10__title {
  font-size: min(calc(34 / 828 * 100vw), 34px);
  font-weight: 400;
  line-height: 200%;
  margin-bottom: min(calc(24 / 828 * 100vw), 24px);
}

@media screen and (max-width: 828px) {
  .sec10__title {
    font-size: calc(44 / 828 * 100vw);
    margin-bottom: calc(56 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion {
  border-top: min(calc(2 / 828 * 100vw), 2px) solid var(--base-ddd, #DDD);
}

.sec10 .adlp-accordion__wrapper {
  gap: max(calc(0 / 828 * 100vw), 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion {
    border-top: calc(2 / 828 * 100vw) solid var(--base-ddd, #DDD);
  }
}

.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(36 / 828 * 100vw), 36px) min(calc(80 / 828 * 100vw), 80px) min(calc(36 / 828 * 100vw), 36px) max(calc(0 / 828 * 100vw), 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner {
    padding: calc(40 / 828 * 100vw) calc(112 / 828 * 100vw) calc(40 / 828 * 100vw) calc(0 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion__header__inner .text {
  font-size: min(calc(22 / 828 * 100vw), 22px);
  font-weight: 500;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner .text {
    font-size: calc(30 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion__header::after {
  width: min(calc(34 / 828 * 100vw), 34px);
  height: min(calc(34 / 828 * 100vw), 34px);
  right: max(calc(0 / 828 * 100vw), 0px);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M18 16.5H23.5V17.5H18V23H17V17.5H11.5V16.5H17V11H18V16.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header::after {
    width: calc(54 / 828 * 100vw);
    height: calc(54 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M23.5 17.5H11.5V16.5H23.5V17.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
}

.sec10 .adlp-accordion__body__inner {
  display: block;
  padding: max(calc(0 / 828 * 100vw), 0px) 0 min(calc(36 / 828 * 100vw), 36px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner {
    padding: 0 calc(0 / 828 * 100vw) calc(40 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion__body__inner .text {
  font-size: min(calc(16 / 828 * 100vw), 16px);
  text-align: justify;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .text {
    font-size: calc(24 / 828 * 100vw);
  }
}

.sec10 .adlp-accordion__body__inner .textlink {
  font-size: min(calc(16 / 828 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  display: inline-block;
  margin-top: min(calc(18 / 828 * 100vw), 18px);
  text-decoration: underline;
  padding: 0 min(calc(20 / 828 * 100vw), 20px) 0 0;
  position: relative;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink {
    margin-top: calc(18 / 828 * 100vw);
    font-size: calc(24 / 828 * 100vw);
    padding: 0 calc(20 / 828 * 100vw) 0 0;
  }
}

.sec10 .adlp-accordion__body__inner .textlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(12 / 828 * 100vw), 12px);
  height: min(calc(12 / 828 * 100vw), 12px);
  right: max(calc(0 / 828 * 100vw), 0px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99902 5.19531L-0.000202668 10.3915L-0.000202214 -0.000840104L8.99902 5.19531Z' fill='%23444444'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink::after {
    width: calc(12 / 828 * 100vw);
    height: calc(12 / 828 * 100vw);
  }
}

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