@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper * {
  font-family: "Noto Serif JP", serif;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

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

.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(140 / 1080 * 100vw), 140px);
}
.adlp-footer__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(64 / 1080 * 100vw), 64px);
}
.adlp-footer__img {
  width: min(calc(468 / 1080 * 100vw), 468px);
}
.adlp-footer__list {
  display: flex;
  align-items: center;
  gap: min(calc(140 / 1080 * 100vw), 140px);
}
.adlp-footer__link {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
}
.adlp-footer__note {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: min(calc(0.56 / 1080 * 100vw), 0.56px);
}

@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(40 / 750 * 100vw) 0 calc(190 / 750 * 100vw);
  }
  .adlp-footer__inner {
    width: calc(648 / 750 * 100vw);
    gap: calc(64 / 750 * 100vw);
  }
  .adlp-footer__img {
    width: 100%;
  }
  .adlp-footer__list {
    gap: calc(64 / 750 * 100vw);
  }
  .adlp-footer__link {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
  .adlp-footer__note {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
}
.adlp-floating {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  opacity: 1;
}
.adlp-floating__inner {
  margin: 0 auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  display: flex;
  justify-content: center;
  gap: min(calc(23 / 1080 * 100vw), 23px);
}
.adlp-floating__area-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
.adlp-floating__text-1 {
  width: min(calc(172 / 1080 * 100vw), 172px);
}
.adlp-floating__text-2 {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: min(calc(1 / 1080 * 100vw), 1px);
}
.adlp-floating__text-2 .digit {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: min(calc(1.1 / 1080 * 100vw), 1.1px);
}
.adlp-floating__text-3 {
  color: #444;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: min(calc(1 / 1080 * 100vw), 1px);
}
.adlp-floating__text-4 {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  display: inline-block;
  background: #D76B0C;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(8 / 1080 * 100vw), 8px);
}
.adlp-floating__area-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.adlp-floating__area-phone-top {
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
.adlp-floating__phone-number {
  color: #D76B0C;
  font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(1.68 / 1080 * 100vw), 1.68px);
  gap: min(calc(7 / 1080 * 100vw), 7px);
  display: flex;
  align-items: center;
  pointer-events: none;
}
.adlp-floating__phone-number::before {
  display: inline-block;
  width: min(calc(41 / 1080 * 100vw), 41px);
  height: min(calc(41 / 1080 * 100vw), 41px);
  background-image: url("../img/common/cv-phone.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: relative;
  top: min(calc(2.5 / 1080 * 100vw), 2.5px);
}
.adlp-floating__area-btn {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .adlp-floating {
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(12 / 750 * 100vw) 0 0;
  }
  .adlp-floating__inner {
    width: 100%;
    gap: calc(7 / 750 * 100vw);
    flex-direction: column;
    align-items: center;
  }
  .adlp-floating__area-text {
    gap: calc(10 / 750 * 100vw);
    flex-direction: row;
  }
  .adlp-floating__text-1 {
    width: calc(188 / 750 * 100vw);
  }
  .adlp-floating__text-2 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.4 / 750 * 100vw);
  }
  .adlp-floating__text-2 .digit {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.5 / 750 * 100vw);
  }
  .adlp-floating__text-3 {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1 / 750 * 100vw);
  }
  .adlp-floating__text-4 {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    border-radius: calc(3 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
  .adlp-floating__area-phone {
    display: none;
  }
  .adlp-floating__area-phone-top {
    gap: calc(12 / 750 * 100vw);
  }
  .adlp-floating__phone-number {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(1.68 / 750 * 100vw);
    gap: calc(7 / 750 * 100vw);
  }
  .adlp-floating__phone-number::before {
    width: calc(41 / 750 * 100vw);
    height: calc(41 / 750 * 100vw);
    top: calc(2.5 / 750 * 100vw);
  }
  .adlp-floating__area-btn {
    display: block;
  }
  .adlp-floating__btn {
    width: calc(664 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    display: inline-block;
    position: relative;
    border-radius: calc(99 / 750 * 100vw);
    background: #D76B0C;
    box-shadow: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
  .adlp-floating__btn-inner {
    position: absolute;
    top: 50%;
    left: calc(158 / 750 * 100vw);
    transform: translateY(-50%);
    color: #FFF;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-weight: 600;
    line-height: 100%;
    font-style: normal;
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(1.9 / 750 * 100vw);
  }
  .adlp-floating__btn-circle {
    background-color: #fff;
    border-radius: 50%;
    width: calc(84 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
    display: inline-block;
    position: relative;
    position: absolute;
    top: 50%;
    left: calc(3 / 750 * 100vw);
    transform: translateY(-50%);
  }
  .adlp-floating__btn-circle-inner {
    color: #D76B0C;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-size: min(calc(28 / 1080 * 100vw), 28px);
    letter-spacing: min(calc(1.4 / 1080 * 100vw), 1.4px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .adlp-floating__btn::after {
    display: inline-block;
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("../img/common/flo-tri.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: calc(41 / 750 * 100vw);
    transform: translateY(-50%);
  }
}
.sec10 .adlp-accordion {
  background: #fff;
  box-shadow: 0 min(calc(12 / 1080 * 100vw), 12px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.12);
}
.sec10 .adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(114 / 1080 * 100vw), 114px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .adlp-accordion__header__inner .text {
  color: #334E7B;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
}
.sec10 .adlp-accordion__header::after {
  transition: all 0.3s;
  display: inline-block;
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  background-image: url("../img/common/acc-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}
.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
  filter: drop-shadow(0 max(calc(-4 / 1080 * 100vw), -4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.2));
}
.sec10 .adlp-accordion__header.--open::before {
  opacity: 0;
}
.sec10 .adlp-accordion__header.--img::after {
  display: none;
}
.sec10 .adlp-accordion__header.--img > span:last-child {
  display: none;
}
.sec10 .adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.sec10 .adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.sec10 .adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sec10 .adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
.sec10 .adlp-accordion__body {
  display: none;
  position: relative;
}
.sec10 .adlp-accordion__body::after {
  content: "";
  width: calc(100% - min(calc(80 / 1080 * 100vw), 80px));
  height: 1px;
  background-color: #334E7B;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec10 .adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
}

@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion {
    box-shadow: 0 calc(12 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.12);
  }
  .sec10 .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(120 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .sec10 .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
  .sec10 .adlp-accordion__header::after {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
  .sec10 .adlp-accordion__header.--open::after {
    filter: drop-shadow(0 calc(-4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
  .sec10 .adlp-accordion__body::after {
    width: calc(100% - calc(80 / 750 * 100vw));
  }
  .sec10 .adlp-accordion__body__inner {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .sec10 .adlp-accordion__body__inner .text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-btn {
  display: inline-block;
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  background: #5B82C8;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  transition: filter 0.3s;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(120%);
  }
}
.adlp-btn::after {
  display: inline-block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background-image: url("../img/common/cv-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(43 / 1080 * 100vw), 43px);
  transform: translateY(-50%);
}
.adlp-btn__circle {
  display: inline-block;
  width: min(calc(76 / 1080 * 100vw), 76px);
  height: min(calc(76 / 1080 * 100vw), 76px);
  position: absolute;
  top: 50%;
  left: min(calc(7 / 1080 * 100vw), 7px);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.adlp-btn__circle-inner {
  color: #5B82C8;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: min(calc(1 / 1080 * 100vw), 1px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.adlp-btn__inner {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: min(calc(1.5 / 1080 * 100vw), 1.5px);
  position: absolute;
  top: 50%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.adlp-btn.--orange {
  background-color: #D76B0C;
}
.adlp-btn.--orange .adlp-btn__circle-inner {
  color: #D76B0C;
}

@media screen and (max-width: 767px) {
  .adlp-btn {
    border-radius: calc(99 / 750 * 100vw);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    width: calc(610 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
  .adlp-btn::after {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(41 / 750 * 100vw);
  }
  .adlp-btn__circle {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    left: calc(9.64 / 750 * 100vw);
  }
  .adlp-btn__circle-inner {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.5 / 750 * 100vw);
  }
  .adlp-btn__inner {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(2 / 750 * 100vw);
  }
}
.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal.--open .adlp-modal__container {
  opacity: 1;
}
.adlp-modal__container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #000;
  max-width: min(calc(860 / 1080 * 100vw), 860px);
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .adlp-modal__container {
    max-width: calc(690 / 750 * 100vw);
  }
}
.adlp-modal__outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.adlp-modal__inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(30 / 1080 * 100vw), 30px);
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .adlp-modal__inner-wrapper {
    padding: calc(60 / 750 * 100vw) 0;
  }
}
.adlp-modal__base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #070707;
}

.adlp-swiper {
  position: relative;
  width: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.adlp-swiper.swiper-initialized {
  opacity: 1;
}
.adlp-swiper.--hide {
  overflow: hidden;
}

.cv01 {
  z-index: 20;
}
.cv01__area-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background: linear-gradient(284deg, #334E7B 0%, #5D8FE1 100%);
}
.cv01__top-text-1 {
  color: #334E7B;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  font-family: "Noto Sans JP";
  border: 2px solid #334E7B;
  background-color: #fff;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px);
}
.cv01__top-text-2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 130%;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.cv01__area-bot {
  position: relative;
  width: 100%;
  height: min(calc(595 / 1080 * 100vw), 595px);
  background-color: #fff;
}
.cv01__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cv01__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(87 / 1080 * 100vw), 87px);
}
.cv01__head {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
  margin-left: min(calc(104 / 1080 * 100vw), 104px);
}
.cv01__text {
  display: inline-block;
  width: min(calc(484 / 1080 * 100vw), 484px);
  height: min(calc(73 / 1080 * 100vw), 73px);
  position: relative;
  margin-left: min(calc(104 / 1080 * 100vw), 104px);
  margin-top: min(calc(61 / 1080 * 100vw), 61px);
}
.cv01__text::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/cv-bubble.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv01__text-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
}
.cv01__area-cv {
  background-color: #fff;
  margin-top: min(calc(58 / 1080 * 100vw), 58px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(50 / 1080 * 100vw), 50px);
  display: grid;
  grid-template-columns: min(calc(439 / 1080 * 100vw), 439px) min(calc(420 / 1080 * 100vw), 420px);
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.2);
}
.cv01__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cv01__phone-top {
  display: flex;
  align-items: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  justify-content: center;
}
.cv01__phone-text-1 {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: min(calc(1.3 / 1080 * 100vw), 1.3px);
}
.cv01__phone-text-2 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  display: inline-block;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  background: #D76B0C;
  padding: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(3 / 1080 * 100vw), 3px) min(calc(10 / 1080 * 100vw), 10px);
}
.cv01__phone-number {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(2.16 / 1080 * 100vw), 2.16px);
  position: relative;
  display: flex;
  align-items: center;
  gap: min(calc(9 / 1080 * 100vw), 9px);
  transition: filter 0.3s;
  pointer-events: none;
  white-space: nowrap;
}
.cv01__phone-number::before {
  content: "";
  display: inline-block;
  width: min(calc(51 / 1080 * 100vw), 51px);
  height: min(calc(51 / 1080 * 100vw), 51px);
  background-image: url("../img/common/cv-phone.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cv01__phone-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .cv01__area-top {
    gap: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    background: linear-gradient(284deg, #334E7B 0%, #5D8FE1 100%);
  }
  .cv01__top-text-1 {
    letter-spacing: calc(2.56 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .cv01__top-text-2 {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .cv01__area-bot {
    height: calc(974 / 750 * 100vw);
  }
  .cv01__inner {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(90 / 750 * 100vw);
  }
  .cv01__head {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-left: 0;
  }
  .cv01__text {
    width: calc(385 / 750 * 100vw);
    height: calc(122 / 750 * 100vw);
    margin-left: 0;
    margin-top: calc(107 / 750 * 100vw);
  }
  .cv01__text::before {
    background-image: url("../img/sp/cv-bubble.svg");
    width: calc(408 / 750 * 100vw);
    height: calc(122 / 750 * 100vw);
  }
  .cv01__text-inner {
    padding: 0 0 0 calc(12 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .cv01__area-cv {
    margin-top: calc(60 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(27 / 750 * 100vw);
    grid-template-columns: 1fr;
    box-shadow: 0 calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    gap: calc(10 / 750 * 100vw);
  }
  .cv01__phone {
    display: none;
  }
  .cv01__phone-btn {
    display: block;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: min(calc(700 / 1080 * 100vw), 700px);
}
.fv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: min(calc(45 / 1080 * 100vw), 45px) min(calc(28 / 1080 * 100vw), 28px) 0;
  height: 100%;
}
.fv__inner.is-b {
  padding: min(calc(68 / 1080 * 100vw), 68px) 0 0;
}
.fv__inner.is-c {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
.fv__inner.is-d {
  padding: min(calc(53 / 1080 * 100vw), 53px) 0 0;
}
.fv__label {
  width: min(calc(464 / 1080 * 100vw), 464px);
  height: min(calc(72 / 1080 * 100vw), 72px);
  position: relative;
}
.fv__label::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/fv-label.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.fv__label-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.fv__label-inner .sans {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
.fv__label-inner .digit {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.fv__label-inner .serif {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
}
.fv__label-inner .kome-1 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.fv__text {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(5.4 / 1080 * 100vw), 5.4px);
}
.fv__text .digit {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(78 / 1080 * 100vw), 78px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(3.12 / 1080 * 100vw), 3.12px);
}
.fv__text .unit {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(5.4 / 1080 * 100vw), 5.4px);
}
.fv__area-logo {
  margin-top: min(calc(85 / 1080 * 100vw), 85px);
  display: flex;
  align-items: center;
  gap: min(calc(38 / 1080 * 100vw), 38px);
}
.fv__tagline {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(2.8 / 1080 * 100vw), 2.8px);
}
.fv__logo {
  width: min(calc(278 / 1080 * 100vw), 278px);
  display: block;
}
.fv__area-medal {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.fv__area-medal.is-centered {
  position: absolute;
  bottom: min(calc(55 / 1080 * 100vw), 55px);
  left: 50%;
  transform: translateX(-50%);
}
.fv__medals {
  display: flex;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
.fv__medal {
  position: relative;
  width: min(calc(186 / 1080 * 100vw), 186px);
  height: min(calc(186 / 1080 * 100vw), 186px);
  filter: drop-shadow(min(calc(7.332 / 1080 * 100vw), 7.332px) min(calc(7.332 / 1080 * 100vw), 7.332px) min(calc(20.948 / 1080 * 100vw), 20.948px) rgba(0, 0, 0, 0.25));
}
.fv__medal::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/medal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv__medal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.fv__medal-inner.is-v2 {
  top: 50%;
}
.fv__medal-inner .text-1 {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 126%;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
}
.fv__medal-inner .text-1 .digit {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 126%;
  letter-spacing: min(calc(1.52 / 1080 * 100vw), 1.52px);
}
.fv__medal-inner .text-2 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
.fv__medal-inner .text-2 .digit {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 120%;
}
.fv__medal-inner .text-3 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 128%;
  text-align: center;
}
.fv__medal-inner .text-4 {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.fv__medal-inner .text-5 {
  color: #334E7B;
  font-weight: 700;
  line-height: 126%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(0.36 / 1080 * 100vw), 0.36px);
}
.fv__medal-inner .text-6 {
  color: #D76B0C;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: min(calc(1.04 / 1080 * 100vw), 1.04px);
  margin-top: max(calc(-3 / 1080 * 100vw), -3px);
}
.fv__medal-inner .text-6 .lg {
  color: #D76B0C;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.fv__medal-inner .text-7 {
  color: #D76B0C;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: min(calc(1.04 / 1080 * 100vw), 1.04px);
  margin-top: max(calc(-3 / 1080 * 100vw), -3px);
}
.fv__medal-inner .text-7 .kome {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 150%;
  position: relative;
  top: max(calc(-5 / 1080 * 100vw), -5px);
}
.fv__medal-inner .text-8 {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(0.36 / 1080 * 100vw), 0.36px);
}
.fv__medal-inner .text-9 {
  color: #D76B0C;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: min(calc(1.04 / 1080 * 100vw), 1.04px);
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
.fv__medal-inner .text-9 .lg {
  color: #D76B0C;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  letter-spacing: min(calc(2.72 / 1080 * 100vw), 2.72px);
}
.fv__medal .kome-2 {
  color: #444;
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: min(calc(0.24 / 1080 * 100vw), 0.24px);
  bottom: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
.fv__area-note {
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.fv__area-note.is-centered {
  position: absolute;
  bottom: min(calc(20 / 1080 * 100vw), 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.fv__notes {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.fv__note {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}
.fv__note.has-bg {
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
.fv__b-area-logo {
  width: min(calc(134 / 1080 * 100vw), 134px);
  margin: min(calc(26 / 1080 * 100vw), 26px) auto 0;
}
.fv__b-texts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__b-text-1 {
  width: min(calc(395 / 1080 * 100vw), 395px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: inline-block;
  position: relative;
}
.fv__b-text-1::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/fv-label-2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.fv__b-text-1-inner {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  letter-spacing: min(calc(3 / 1080 * 100vw), 3px);
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
.fv__b-text-2 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(5.44 / 1080 * 100vw), 5.44px);
  font-size: min(calc(68 / 1080 * 100vw), 68px);
}
.fv__b-text-3 {
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
  width: fit-content;
  position: relative;
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
.fv__b-text-3::before, .fv__b-text-3::after {
  display: inline-block;
  background-image: url("../img/common/brace.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(28 / 1080 * 100vw), 28px);
}
.fv__b-text-3::before {
  left: max(calc(-28 / 1080 * 100vw), -28px);
  top: 0;
}
.fv__b-text-3::after {
  transform: rotate(180deg);
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  right: max(calc(-5 / 1080 * 100vw), -5px);
}
.fv__c-area-logo {
  width: min(calc(101 / 1080 * 100vw), 101px);
  margin: 0 auto 0;
}
.fv__c-text-1 {
  color: #334E7B;
  font-weight: 700;
  line-height: 140%;
  width: fit-content;
  margin-left: auto;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  position: relative;
  right: max(calc(-30 / 1080 * 100vw), -30px);
  font-feature-settings: "halt" on, "pwid" on;
}
.fv__c-texts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: fit-content;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
.fv__c-texts span {
  color: #444;
  text-align: center;
  font-weight: 600;
  font-feature-settings: "vrt2" on;
  line-height: 124%;
  background: rgba(255, 255, 255, 0.9);
  width: fit-content;
  padding: min(calc(7 / 1080 * 100vw), 7px) min(calc(13 / 1080 * 100vw), 13px);
  font-size: min(calc(45 / 1080 * 100vw), 45px);
}
.fv__c-texts span:nth-of-type(1) {
  position: relative;
  left: max(calc(-180 / 1080 * 100vw), -180px);
}
.fv__c-texts span:nth-of-type(2) {
  margin-right: min(calc(114 / 1080 * 100vw), 114px);
}
.fv__d-area-logo {
  width: min(calc(109 / 1080 * 100vw), 109px);
  margin-left: auto;
  margin-right: min(calc(240 / 1080 * 100vw), 240px);
}
.fv__d-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
  width: fit-content;
  margin-left: auto;
  margin-right: min(calc(104 / 1080 * 100vw), 104px);
}
.fv__d-texts span {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "halt" on, "pwid" on, "palt" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  letter-spacing: min(calc(5.12 / 1080 * 100vw), 5.12px);
  background: rgba(255, 255, 255, 0.96);
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(12 / 1080 * 100vw), 12px);
  width: fit-content;
}
.fv__d-text-1 {
  margin-top: min(calc(31 / 1080 * 100vw), 31px);
  color: #D76B0C;
  text-align: center;
  font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: min(calc(3 / 1080 * 100vw), 3px);
  width: fit-content;
  margin-left: auto;
  margin-right: min(calc(95 / 1080 * 100vw), 95px);
}
.fv__d-text-1 .dark {
  color: #444;
  text-align: center;
  font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: min(calc(3 / 1080 * 100vw), 3px);
}

@media screen and (max-width: 767px) {
  .fv {
    height: calc(1330 / 750 * 100vw);
  }
  .fv__inner {
    width: 100%;
    padding: calc(45 / 750 * 100vw) calc(22 / 750 * 100vw) 0;
  }
  .fv__inner.is-b {
    padding: calc(73 / 750 * 100vw) 0 0;
  }
  .fv__inner.is-c {
    padding: calc(58 / 750 * 100vw) 0 0;
  }
  .fv__label {
    width: calc(604 / 750 * 100vw);
    height: calc(95.9 / 750 * 100vw);
    margin-left: calc(-28 / 750 * 100vw);
  }
  .fv__label::before {
    background-image: url("../img/sp/fv-label.svg");
  }
  .fv__label-inner {
    text-align: left;
    padding-left: calc(28 / 750 * 100vw);
  }
  .fv__label-inner .sans {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
  .fv__label-inner .digit {
    font-size: calc(66 / 750 * 100vw);
    letter-spacing: calc(5.28 / 750 * 100vw);
    margin-left: calc(15 / 750 * 100vw);
  }
  .fv__label-inner .serif {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .fv__label-inner .kome-1 {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-left: calc(15 / 750 * 100vw);
  }
  .fv__area-text {
    text-align: center;
    margin-top: min(calc(25 / 1080 * 100vw), 25px);
  }
  .fv__text {
    font-size: calc(66 / 750 * 100vw);
    letter-spacing: calc(6.6 / 750 * 100vw);
  }
  .fv__text .digit {
    font-size: calc(90 / 750 * 100vw);
    letter-spacing: calc(9 / 750 * 100vw);
  }
  .fv__text .unit {
    font-size: calc(66 / 750 * 100vw);
    letter-spacing: calc(6.6 / 750 * 100vw);
  }
  .fv__area-logo {
    margin-top: calc(95 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 calc(22 / 750 * 100vw);
  }
  .fv__tagline {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.8 / 750 * 100vw);
  }
  .fv__logo {
    width: calc(316 / 750 * 100vw);
  }
  .fv__area-medal {
    margin-top: calc(300 / 750 * 100vw);
  }
  .fv__area-medal.is-centered {
    bottom: calc(140 / 750 * 100vw);
  }
  .fv__medals {
    gap: calc(16 / 750 * 100vw);
    justify-content: space-between;
  }
  .fv__medal {
    width: calc(224 / 750 * 100vw);
    height: calc(224 / 750 * 100vw);
    filter: drop-shadow(calc(7.332 / 750 * 100vw) calc(7.332 / 750 * 100vw) calc(20.948 / 750 * 100vw) rgba(0, 0, 0, 0.25));
  }
  .fv__medal-inner.is-v2 {
    top: 55%;
  }
  .fv__medal-inner .text-1 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
  .fv__medal-inner .text-1 .digit {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .fv__medal-inner .text-2 {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(-10 / 750 * 100vw);
  }
  .fv__medal-inner .text-2 .digit {
    font-size: calc(56 / 750 * 100vw);
  }
  .fv__medal-inner .text-3 {
    font-size: calc(33 / 750 * 100vw);
  }
  .fv__medal-inner .text-4 {
    font-size: calc(27 / 750 * 100vw);
  }
  .fv__medal-inner .text-5 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(0.56 / 750 * 100vw);
  }
  .fv__medal-inner .text-6 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .fv__medal-inner .text-6 .lg {
    font-size: calc(60 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .fv__medal-inner .text-7 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .fv__medal-inner .text-7 .kome {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-10 / 750 * 100vw);
  }
  .fv__medal-inner .text-8 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(0.56 / 750 * 100vw);
  }
  .fv__medal-inner .text-9 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
    margin-top: calc(-10 / 750 * 100vw);
  }
  .fv__medal-inner .text-9 .lg {
    font-size: calc(80 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .fv__medal .kome-2 {
    bottom: calc(22 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(0.36 / 750 * 100vw);
  }
  .fv__area-note {
    margin-top: calc(25 / 750 * 100vw);
  }
  .fv__area-note.is-centered {
    bottom: calc(55 / 750 * 100vw);
  }
  .fv__area-note.is-d {
    bottom: calc(40 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
  }
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
  }
  .fv__note.is-d {
    text-align: left;
  }
  .fv__note.has-bg {
    background: transparent;
    border-radius: 0;
  }
  .fv__b-area-logo {
    width: calc(188 / 750 * 100vw);
    margin: calc(26 / 750 * 100vw) auto 0;
  }
  .fv__b-texts {
    flex-direction: column;
  }
  .fv__b-text-1 {
    width: calc(530 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
  .fv__b-text-1-inner {
    letter-spacing: calc(4 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
  .fv__b-text-2 {
    letter-spacing: calc(6.72 / 750 * 100vw);
    font-size: calc(84 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  .fv__b-text-3 {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(50.4 / 750 * 100vw);
    letter-spacing: calc(5.04 / 750 * 100vw);
  }
  .fv__b-text-3::before, .fv__b-text-3::after {
    width: calc(26 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
  .fv__b-text-3::before {
    left: calc(-28 / 750 * 100vw);
    top: 0;
  }
  .fv__b-text-3::after {
    bottom: calc(-10 / 750 * 100vw);
    right: calc(-5 / 750 * 100vw);
  }
  .fv__c-area-logo {
    width: calc(126 / 750 * 100vw);
  }
  .fv__c-text-1 {
    font-size: calc(48 / 750 * 100vw);
    margin: calc(47 / 750 * 100vw) auto 0;
    right: 0;
    text-align: center;
  }
  .fv__c-texts {
    margin-top: calc(58 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-right: min(calc(57 / 1080 * 100vw), 57px);
  }
  .fv__c-texts span {
    padding: calc(15 / 750 * 100vw) calc(5 / 750 * 100vw);
    font-size: calc(55 / 750 * 100vw);
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
  .fv__c-texts span:nth-of-type(1) {
    left: auto;
  }
  .fv__c-texts span:nth-of-type(2) {
    margin-right: 0;
  }
  .fv__d-area-logo {
    width: calc(154 / 750 * 100vw);
    margin: 0;
    position: absolute;
    right: calc(86 / 750 * 100vw);
    bottom: calc(406 / 750 * 100vw);
  }
  .fv__d-texts {
    gap: 0;
    margin: 0;
    display: flex;
    position: absolute;
    right: calc(165 / 750 * 100vw);
    top: calc(71 / 750 * 100vw);
  }
  .fv__d-texts span {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) calc(12 / 750 * 100vw);
    writing-mode: vertical-rl;
  }
  .fv__d-texts span:nth-of-type(1) {
    padding-top: calc(15 / 750 * 100vw);
  }
  .fv__d-texts span:nth-of-type(2) {
    padding-bottom: calc(15 / 750 * 100vw);
  }
  .fv__d-text-1 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(4 / 750 * 100vw);
    margin: 0;
    writing-mode: vertical-rl;
    position: absolute;
    right: calc(78 / 750 * 100vw);
    top: calc(60 / 750 * 100vw);
  }
  .fv__d-text-1 .dark {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(4 / 750 * 100vw);
  }
}
.sec01 {
  position: relative;
  width: 100%;
  height: min(calc(1344 / 1080 * 100vw), 1344px);
}
.sec01__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec01__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: min(calc(152 / 1080 * 100vw), 152px);
}
.sec01__bubble-text-1, .sec01__bubble-text-2 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  position: absolute;
}
.sec01__bubble-text-3 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  position: absolute;
}
.sec01__bubble-text-1 {
  right: min(calc(424 / 1080 * 100vw), 424px);
  top: min(calc(15 / 1080 * 100vw), 15px);
}
.sec01__bubble-text-2 {
  right: min(calc(253 / 1080 * 100vw), 253px);
  top: min(calc(50 / 1080 * 100vw), 50px);
}
.sec01__bubble-text-3 {
  right: min(calc(81 / 1080 * 100vw), 81px);
  top: min(calc(5 / 1080 * 100vw), 5px);
}
.sec01__logo {
  display: block;
  width: min(calc(316 / 1080 * 100vw), 316px);
  margin: min(calc(353 / 1080 * 100vw), 353px) auto 0;
}
.sec01__text-1 {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin-top: min(calc(37 / 1080 * 100vw), 37px);
}
.sec01__text-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.sec01__text-2 span {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
  display: inline-block;
  position: relative;
}
.sec01__text-2 span::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #334E7B;
  position: absolute;
  bottom: max(calc(-5 / 1080 * 100vw), -5px);
  left: 50%;
  transform: translateX(-50%);
}
.sec01__text-3 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec01__text-3 .kome {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec01__awards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(45 / 1080 * 100vw), 45px);
}
.sec01__award {
  width: min(calc(320 / 1080 * 100vw), 320px);
  height: min(calc(137 / 1080 * 100vw), 137px);
  position: relative;
}
.sec01__award::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/s1-award.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec01__award-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: min(calc(23 / 1080 * 100vw), 23px);
}
.sec01__award-inner .kome {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  right: 0;
  top: max(calc(-15 / 1080 * 100vw), -15px);
}
.sec01__award-inner .row-1 {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
  position: relative;
}
.sec01__award-inner .row-2 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(1.52 / 1080 * 100vw), 1.52px);
}
.sec01__award-inner .row-2 .digit {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
}
.sec01__message {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(20 / 1080 * 100vw), 20px);
  background-color: #F7F7F5;
}
.sec01__message-text {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec01__message-text .ac {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec01__note {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .sec01 {
    height: calc(1699 / 750 * 100vw);
    background-color: #fff;
  }
  .sec01__inner {
    width: calc(690 / 750 * 100vw);
    margin-top: 0;
  }
  .sec01__bubble-text-1, .sec01__bubble-text-2 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .sec01__bubble-text-3 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec01__bubble-text-1 {
    right: calc(210 / 750 * 100vw);
    top: calc(93 / 750 * 100vw);
  }
  .sec01__bubble-text-2 {
    right: calc(37 / 750 * 100vw);
    top: calc(178 / 750 * 100vw);
  }
  .sec01__bubble-text-3 {
    right: calc(52 / 750 * 100vw);
    top: calc(384 / 750 * 100vw);
  }
  .sec01__logo {
    width: calc(316 / 750 * 100vw);
    margin: calc(702 / 750 * 100vw) auto 0;
  }
  .sec01__text-1 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec01__text-2 {
    margin-top: calc(34 / 750 * 100vw);
    gap: calc(28 / 750 * 100vw);
  }
  .sec01__text-2 span {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec01__text-2 span::after {
    bottom: calc(-5 / 750 * 100vw);
    height: 1px;
  }
  .sec01__text-3 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec01__text-3 .kome {
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec01__awards {
    gap: calc(24 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec01__award {
    width: calc(333 / 750 * 100vw);
    height: calc(137 / 750 * 100vw);
  }
  .sec01__award-inner {
    padding-top: calc(10 / 750 * 100vw);
  }
  .sec01__award-inner .kome {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-25 / 750 * 100vw);
  }
  .sec01__award-inner .row-1 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
  .sec01__award-inner .row-2 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec01__award-inner .row-2 .digit {
    font-size: calc(70 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
  }
  .sec01__message {
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
  .sec01__message-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec01__message-text .ac {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec01__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec02 {
  background: #FCF7EC;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
.sec02__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec02__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec02__head-sub {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  background-color: #fff;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px);
  border: 1px solid #334E7B;
}
.sec02__head-main {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: min(calc(4.16 / 1080 * 100vw), 4.16px);
  position: relative;
}
.sec02__head-main::before, .sec02__head-main::after {
  display: inline-block;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("../img/common/double-quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}
.sec02__head-main::before {
  left: max(calc(-38 / 1080 * 100vw), -38px);
  top: 0;
}
.sec02__head-main::after {
  right: max(calc(-25 / 1080 * 100vw), -25px);
  bottom: 0;
  transform: rotate(180deg);
}
.sec02__area-body {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  position: relative;
}
.sec02__area-img {
  width: min(calc(600 / 1080 * 100vw), 600px);
  min-width: min(calc(660 / 1080 * 100vw), 660px);
}
.sec02__area-text {
  background: #FFF;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.08);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  min-width: min(calc(440 / 1080 * 100vw), 440px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sec02__text {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec02__text .ac {
  color: #A98537;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) 0;
  }
  .sec02__inner {
    width: 100%;
  }
  .sec02__head {
    gap: calc(40 / 750 * 100vw);
  }
  .sec02__head-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .sec02__head-main {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec02__head-main::before, .sec02__head-main::after {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
  .sec02__head-main::before {
    left: calc(-50 / 750 * 100vw);
  }
  .sec02__head-main::after {
    right: calc(-30 / 750 * 100vw);
  }
  .sec02__area-body {
    margin-top: calc(60 / 750 * 100vw);
    flex-direction: column;
  }
  .sec02__area-img {
    width: 100%;
    min-width: 100%;
  }
  .sec02__area-text {
    box-shadow: 0 calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
    padding: calc(40 / 750 * 100vw);
    min-width: auto;
    width: calc(603 / 750 * 100vw);
    position: relative;
    transform: none;
    margin-top: calc(-90 / 750 * 100vw);
  }
  .sec02__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.76 / 750 * 100vw);
  }
  .sec02__text .ac {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.76 / 750 * 100vw);
  }
}
.sec03__area-head {
  text-align: center;
  background: linear-gradient(284deg, #334E7B 0%, #5D8FE1 100%);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
.sec03__head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.68 / 1080 * 100vw), 3.68px);
}
.sec03__area-body {
  position: relative;
  width: 100%;
  height: min(calc(583 / 1080 * 100vw), 583px);
}
.sec03__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec03__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec03__texts {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  left: min(calc(133 / 1080 * 100vw), 133px);
  top: min(calc(59 / 1080 * 100vw), 59px);
  width: fit-content;
}
.sec03__text {
  color: #444;
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  line-height: 124%;
  background: rgba(255, 255, 255, 0.9);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .sec03__area-head {
    padding: calc(40 / 750 * 100vw) 0;
  }
  .sec03__head {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec03__area-body {
    height: calc(693 / 750 * 100vw);
  }
  .sec03__inner {
    width: 100%;
  }
  .sec03__texts {
    gap: calc(17 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    top: calc(85 / 750 * 100vw);
  }
  .sec03__text {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec04 {
  padding-top: min(calc(100 / 1080 * 100vw), 100px);
}
.sec04__area-top {
  position: relative;
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
.sec04__area-top::before {
  content: "";
  width: min(calc(774 / 1080 * 100vw), 774px);
  height: min(calc(727 / 1080 * 100vw), 727px);
  display: inline-block;
  background: #F7F7F5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sec04__top-inner {
  margin: 0 auto 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
.sec04__top-item {
  display: flex;
  position: relative;
}
.sec04__top-item-img {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
.sec04__top-item-texts {
  padding-top: min(calc(26 / 1080 * 100vw), 26px);
}
.sec04__top-item-text-group-1 {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  margin-left: max(calc(-100 / 1080 * 100vw), -100px);
}
.sec04__top-item-text-group-2 {
  margin-left: min(calc(95 / 1080 * 100vw), 95px);
  white-space: nowrap;
  margin-top: min(calc(57 / 1080 * 100vw), 57px);
}
.sec04__top-item-text-group-2.is-3rd {
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
  position: absolute;
  right: 0;
  top: min(calc(169 / 1080 * 100vw), 169px);
}
.sec04__top-item-text-1 {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: min(calc(2.72 / 1080 * 100vw), 2.72px);
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
  background-color: #fff;
}
.sec04__top-item-text-2 {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
.sec04__top-item:nth-of-type(n + 2) {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec04__top-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec04__top-item:nth-of-type(even) .sec04__top-item-text-group-1 {
  align-items: flex-end;
  margin-left: 0;
  margin-right: max(calc(-40 / 1080 * 100vw), -40px);
  text-align: right;
}
.sec04__top-item:nth-of-type(even) .sec04__top-item-text-group-2 {
  margin-left: 0;
  margin-right: min(calc(99 / 1080 * 100vw), 99px);
}
.sec04__bot-inner {
  margin: 0 auto 0;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
.sec04__bot-area-head {
  background: linear-gradient(284deg, #334E7B 0%, #5D8FE1 100%);
}
.sec04__bot-head {
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec04__bot-head-sub {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec04__bot-head-main {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
}
.sec04__bot-area-body {
  position: relative;
  width: 100%;
  height: min(calc(493 / 1080 * 100vw), 493px);
}
.sec04__bot-area-body-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec04__bot-area-body-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec04__bot-list {
  display: flex;
  justify-content: space-between;
}
.sec04__bot-item {
  width: min(calc(334 / 1080 * 100vw), 334px);
  height: min(calc(225 / 1080 * 100vw), 225px);
  position: relative;
}
.sec04__bot-item::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/s4-bubble.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sec04__bot-item-inner {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #3A8196;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec04__bot-item-inner.--purple {
  color: #6B4A99;
}
.sec04__bot-item-inner.--red {
  color: #DD523B;
}
.sec04__bot-text {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
}
.sec04__bot-text .sm {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec04__bot-text .kome {
  position: relative;
}
.sec04__bot-text .kome::before {
  content: "※";
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  top: max(calc(-10 / 1080 * 100vw), -10px);
  right: 0;
}
.sec04__bot-text .marker {
  background: linear-gradient(transparent 98%, #334E7B 0%);
  display: inline;
  padding: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
}
.sec04__bot-note {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(100 / 750 * 100vw);
  }
  .sec04__area-top {
    padding-bottom: calc(240 / 750 * 100vw);
  }
  .sec04__area-top::before {
    width: calc(90 / 750 * 100vw);
    height: calc(100% + calc(100 / 750 * 100vw));
    left: 0;
    bottom: 0;
  }
  .sec04__top-inner {
    width: 100%;
  }
  .sec04__top-item {
    flex-direction: column;
  }
  .sec04__top-item-img {
    width: calc(560 / 750 * 100vw);
  }
  .sec04__top-item-texts {
    padding-top: 0;
    margin-top: calc(-189 / 750 * 100vw);
  }
  .sec04__top-item-text-group-1 {
    gap: calc(22 / 750 * 100vw);
    margin-left: auto;
    width: fit-content;
    align-items: flex-end;
  }
  .sec04__top-item-text-group-2 {
    margin-left: 0;
    margin-top: calc(80 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sec04__top-item-text-group-2.is-3rd {
    top: auto;
    bottom: calc(-165 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .sec04__top-item-text-1 {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(3.52 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
    width: fit-content;
  }
  .sec04__top-item-text-2 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec04__top-item:nth-of-type(n + 2) {
    margin-top: calc(60 / 750 * 100vw);
    flex-direction: column;
  }
  .sec04__top-item:nth-of-type(even) .sec04__top-item-img {
    margin-left: auto;
  }
  .sec04__top-item:nth-of-type(even) .sec04__top-item-texts {
    margin-top: calc(-261 / 750 * 100vw);
  }
  .sec04__top-item:nth-of-type(even) .sec04__top-item-text-group-1 {
    margin-right: 0;
    align-items: flex-start;
  }
  .sec04__top-item:nth-of-type(even) .sec04__top-item-text-group-2 {
    margin-top: calc(150 / 750 * 100vw);
    margin-right: 0;
  }
  .sec04__top-item:nth-of-type(even) .sec04__top-item-text-1 {
    padding: 0 calc(24 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .sec04__bot-inner {
    width: 100%;
  }
  .sec04__bot-head {
    padding: calc(32 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
  .sec04__bot-head-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__bot-head-main {
    font-size: calc(52 / 750 * 100vw);
    letter-spacing: calc(4.16 / 750 * 100vw);
  }
  .sec04__bot-area-body {
    height: calc(941 / 750 * 100vw);
  }
  .sec04__bot-area-body-inner {
    width: calc(690 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
  .sec04__bot-list {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .sec04__bot-item {
    width: calc(625 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    margin-right: calc(-20 / 750 * 100vw);
  }
  .sec04__bot-item::before {
    background-image: url("../img/sp/s4-bubble-1.svg");
  }
  .sec04__bot-item-inner {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    top: 49%;
    left: 62%;
    text-align: left;
  }
  .sec04__bot-item:nth-of-type(even) {
    align-self: flex-start;
    margin-left: calc(-20 / 750 * 100vw);
  }
  .sec04__bot-item:nth-of-type(even)::before {
    background-image: url("../img/sp/s4-bubble-2.svg");
  }
  .sec04__bot-item:nth-of-type(even) .sec04__bot-item-inner {
    left: 72%;
  }
  .sec04__bot-item:nth-of-type(n + 2) {
    margin-top: calc(-15 / 750 * 100vw);
  }
  .sec04__bot-text {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    line-height: 175%;
  }
  .sec04__bot-text .sm {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec04__bot-text .kome::before {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
  .sec04__bot-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec05 {
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
.sec05__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec05__head-sub {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.32 / 1080 * 100vw), 1.32px);
}
.sec05__head-main {
  color: #334E7B;
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 150%;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  letter-spacing: min(calc(2.76 / 1080 * 100vw), 2.76px);
  margin-top: max(calc(-5 / 1080 * 100vw), -5px);
}
.sec05__head-main .digit {
  color: #A98537;
  font-size: min(calc(74 / 1080 * 100vw), 74px);
  letter-spacing: 0.08em;
  line-height: 150%;
  display: inline-block;
  transform: skewX(-10deg);
}
.sec05__area-body {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
}
.sec05__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(90 / 1080 * 100vw), 90px);
}
.sec05__item {
  position: relative;
}
.sec05__item-number {
  position: absolute;
  left: min(calc(45 / 1080 * 100vw), 45px);
  top: 0;
  writing-mode: vertical-rl;
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec05__item-number .digit {
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
  text-combine-upright: all;
  color: #A98537;
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.52 / 1080 * 100vw), 1.52px);
  width: min(calc(42 / 1080 * 100vw), 42px);
  display: inline-block;
}
.sec05__item-number .left {
  position: relative;
  left: max(calc(-3 / 1080 * 100vw), -3px);
}
.sec05__item-number::after {
  content: "";
  width: 1px;
  height: min(calc(168 / 1080 * 100vw), 168px);
  background-color: #444;
  display: inline-block;
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
}
.sec05__item::before {
  content: "";
  display: inline-block;
  background-color: #FCF5E5;
  width: 100%;
  height: calc(100% - min(calc(113 / 1080 * 100vw), 113px));
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec05__item-top {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr min(calc(480 / 1080 * 100vw), 480px);
  grid-template-areas: "s5-img s5-text";
  gap: min(calc(23 / 1080 * 100vw), 23px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(105 / 1080 * 100vw), 105px);
}
.sec05__item-top-img {
  grid-area: s5-img;
}
.sec05__item-top-texts {
  grid-area: s5-text;
}
.sec05__item-top-text-1 {
  display: flex;
  flex-direction: column;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
.sec05__item-top-text-1 .row {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 160%;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: 0.08em;
  padding: 0 min(calc(18 / 1080 * 100vw), 18px);
  background-color: #5B82C8;
  width: fit-content;
}
.sec05__item-top-text-2 {
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 160%;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(1.08 / 1080 * 100vw), 1.08px);
}
.sec05__item-top-text-2 .ac {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.08 / 1080 * 100vw), 1.08px);
}
.sec05__item-bot {
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
  padding-bottom: min(calc(49 / 1080 * 100vw), 49px);
}
.sec05__item-bot.--2nd {
  margin-top: min(calc(46 / 1080 * 100vw), 46px);
  padding: 0 min(calc(90 / 1080 * 100vw), 90px) min(calc(33 / 1080 * 100vw), 33px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec05__item-bot.--3rd {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(44 / 1080 * 100vw), 44px);
}
.sec05__item-bot-img-1 {
  width: min(calc(584 / 1080 * 100vw), 584px);
  margin: 0 auto 0;
}
.sec05__item-bot-img-2 {
  width: min(calc(411 / 1080 * 100vw), 411px);
}
.sec05__item-bot-img-note {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
}
.sec05__item-bot-text-1 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 200%;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
}
.sec05__item-bot-text-1 .marker {
  background: linear-gradient(transparent 98%, #334E7B 0%);
  display: inline;
  padding: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
}
.sec05__item-bot-text-3 {
  color: #334E7B;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
  margin-top: min(calc(27 / 1080 * 100vw), 27px);
  position: relative;
  left: min(calc(30 / 1080 * 100vw), 30px);
}
.sec05__item-bot-text-3 .marker {
  background: linear-gradient(transparent 98%, #334E7B 0%);
  display: inline;
  padding: 0 0 min(calc(4 / 1080 * 100vw), 4px);
}
.sec05__item-bot-circles {
  margin-top: min(calc(41 / 1080 * 100vw), 41px);
  display: flex;
  justify-content: center;
  align-content: start;
}
.sec05__item-bot-circle {
  position: relative;
  width: min(calc(178 / 1080 * 100vw), 178px);
  height: min(calc(178 / 1080 * 100vw), 178px);
}
.sec05__item-bot-circle::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/s5-circle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sec05__item-bot-circle-inner {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: min(calc(1.3 / 1080 * 100vw), 1.3px);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec05__item-bot-person {
  width: min(calc(239 / 1080 * 100vw), 239px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec05__item-bot-note {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
.sec05__item.--even .sec05__item-number {
  left: auto;
  right: min(calc(45 / 1080 * 100vw), 45px);
}
.sec05__item.--even .sec05__item-top {
  padding: 0 min(calc(105 / 1080 * 100vw), 105px) 0 min(calc(40 / 1080 * 100vw), 40px);
  grid-template-columns: min(calc(480 / 1080 * 100vw), 480px) 1fr;
  grid-template-areas: "s5-text s5-img";
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 0;
  }
  .sec05__head {
    margin-top: calc(80 / 750 * 100vw);
  }
  .sec05__head-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec05__head-main {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
    margin-top: calc(-15 / 750 * 100vw);
  }
  .sec05__head-main .digit {
    font-size: calc(85 / 750 * 100vw);
  }
  .sec05__area-body {
    width: 100%;
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .sec05__list {
    gap: calc(90 / 750 * 100vw);
  }
  .sec05__item-number {
    left: calc(40 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec05__item-number .digit {
    padding-top: calc(10 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    width: calc(53 / 750 * 100vw);
  }
  .sec05__item-number .left {
    left: calc(-1 / 750 * 100vw);
  }
  .sec05__item-number::after {
    height: calc(297 / 750 * 100vw);
    margin-top: calc(18 / 750 * 100vw);
  }
  .sec05__item::before {
    height: calc(100% - calc(322 / 750 * 100vw));
  }
  .sec05__item-top {
    grid-template-columns: 1fr;
    grid-template-areas: "s5-img" "s5-text";
    gap: calc(60 / 750 * 100vw);
    padding: 0 0 0 calc(60 / 750 * 100vw);
  }
  .sec05__item-top-img {
    width: calc(625 / 750 * 100vw);
    margin-left: auto;
  }
  .sec05__item-top-texts {
    width: calc(630 / 750 * 100vw);
  }
  .sec05__item-top-text-1 {
    gap: calc(15 / 750 * 100vw);
  }
  .sec05__item-top-text-1 .row {
    font-size: calc(42 / 750 * 100vw);
    padding: 0 calc(18 / 750 * 100vw);
  }
  .sec05__item-top-text-2 {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec05__item-top-text-2 .ac {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec05__item-bot {
    margin-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(57 / 750 * 100vw);
  }
  .sec05__item-bot.--2nd {
    margin-top: calc(38 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw) calc(62 / 750 * 100vw);
    flex-direction: column-reverse;
  }
  .sec05__item-bot.--3rd {
    padding: 0 calc(60 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
  .sec05__item-bot-img-1 {
    width: calc(680 / 750 * 100vw);
  }
  .sec05__item-bot-img-2 {
    width: 100%;
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec05__item-bot-img-note {
    font-size: calc(20 / 750 * 100vw);
    width: calc(395 / 750 * 100vw);
    margin-top: calc(-90 / 750 * 100vw);
  }
  .sec05__item-bot-text-1 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    line-height: 180%;
  }
  .sec05__item-bot-text-1 .marker {
    padding: 0 calc(2 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
  .sec05__item-bot-text-3 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    left: 0;
    margin-left: auto;
    width: fit-content;
  }
  .sec05__item-bot-text-3 .marker {
    padding: 0 0 calc(4 / 750 * 100vw);
  }
  .sec05__item-bot-circles {
    margin-top: calc(41 / 750 * 100vw);
  }
  .sec05__item-bot-circle {
    width: calc(210 / 750 * 100vw);
    height: calc(210 / 750 * 100vw);
  }
  .sec05__item-bot-circle-inner {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.8 / 750 * 100vw);
  }
  .sec05__item-bot-person {
    width: calc(353 / 750 * 100vw);
    bottom: calc(-75 / 750 * 100vw);
  }
  .sec05__item-bot-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
  .sec05__item.--even .sec05__item-number {
    right: calc(35 / 750 * 100vw);
  }
  .sec05__item.--even .sec05__item-top {
    padding: 0 calc(60 / 750 * 100vw) 0 0;
    grid-template-columns: 1fr;
    grid-template-areas: "s5-img" "s5-text";
  }
  .sec05__item.--even .sec05__item-top-img {
    width: calc(625 / 750 * 100vw);
    margin-right: auto;
    margin-left: 0;
  }
  .sec05__item.--even .sec05__item-top-texts {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto 0;
  }
  .sec05__item.--even .sec05__item-top-text-2 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec06 {
  background-color: #F7F7F5;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
.sec06__inner {
  width: min(calc(1020 / 1080 * 100vw), 1020px);
  margin: 0 auto 0;
}
.sec06__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__head-sub {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #fff;
  border: 1px solid #334E7B;
}
.sec06__head-main {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.sec06__area-slider {
  position: relative;
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
}
.sec06__area-slider-inner {
  position: relative;
}
.sec06 .adlp-swiper {
  padding-bottom: min(calc(150 / 1080 * 100vw), 150px);
}
.sec06 .swiper-horizontal > .swiper-pagination-bullets,
.sec06 .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec06 .swiper-pagination-custom,
.sec06 .swiper-pagination-fraction {
  bottom: min(calc(70 / 1080 * 100vw), 70px);
}
.sec06 .swiper-button-prev, .sec06 .swiper-button-next {
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  position: absolute;
  top: 40%;
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.2));
}
.sec06 .swiper-button-prev::after, .sec06 .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sec06 .swiper-button-prev {
  left: min(calc(32.5 / 1080 * 100vw), 32.5px);
}
.sec06 .swiper-button-prev::after {
  background: url("../img/common/slider-prev.webp") center/contain no-repeat;
}
.sec06 .swiper-button-next {
  right: min(calc(32.5 / 1080 * 100vw), 32.5px);
}
.sec06 .swiper-button-next::after {
  background: url("../img/common/slider-next.webp") center/contain no-repeat;
}
.sec06 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec06 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(12 / 1080 * 100vw), 12px);
}
.sec06 .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  opacity: 1;
  background-color: #ccc;
}
.sec06 .swiper-pagination-bullet-active {
  background-color: #002B6E;
}
.sec06 .swiper-slide {
  padding: 0 min(calc(50 / 1080 * 100vw), 50px);
  height: auto;
}
.sec06__slide {
  background-color: #fff;
  padding: min(calc(60 / 1080 * 100vw), 60px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(28 / 1080 * 100vw), 28px) 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.sec06__slide-area-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__slide-area-img {
  width: min(calc(160 / 1080 * 100vw), 160px);
}
.sec06__slide-area-head {
  padding: min(calc(19 / 1080 * 100vw), 19px) min(calc(49 / 1080 * 100vw), 49px);
}
.sec06__slide-head {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
}
.sec06__slide-name {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__slide-area-bot {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec06__slide-text {
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec06__slide-text .ac {
  color: #334E7B;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 0;
  }
  .sec06__inner {
    width: 100%;
  }
  .sec06__head {
    gap: calc(30 / 750 * 100vw);
  }
  .sec06__head-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .sec06__head-main {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec06__area-slider {
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .sec06 .adlp-swiper {
    padding-bottom: calc(156 / 750 * 100vw);
  }
  .sec06 .swiper-horizontal > .swiper-pagination-bullets,
  .sec06 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sec06 .swiper-pagination-custom,
  .sec06 .swiper-pagination-fraction {
    bottom: calc(60 / 750 * 100vw);
  }
  .sec06 .swiper-button-prev, .sec06 .swiper-button-next {
    width: calc(69 / 750 * 100vw);
    height: calc(69 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
  .sec06 .swiper-button-prev {
    left: calc(25 / 750 * 100vw);
  }
  .sec06 .swiper-button-next {
    right: calc(25 / 750 * 100vw);
  }
  .sec06 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .sec06 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(12 / 750 * 100vw);
  }
  .sec06 .swiper-pagination-bullet {
    height: calc(16 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
  .sec06 .swiper-slide {
    padding: 0 calc(60 / 750 * 100vw);
    height: auto;
  }
  .sec06__slide {
    padding: calc(60 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(28 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
  .sec06__slide-area-top {
    gap: calc(60 / 750 * 100vw);
    flex-direction: column;
  }
  .sec06__slide-area-img {
    width: calc(200 / 750 * 100vw);
  }
  .sec06__slide-area-head {
    padding: 0;
  }
  .sec06__slide-head {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec06__slide-name {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec06__slide-area-bot {
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec06__slide-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.44 / 750 * 100vw);
  }
  .sec06__slide-text .ac {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.44 / 750 * 100vw);
  }
}
.sec07__area-top {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background: linear-gradient(284deg, #334E7B 0%, #5D8FE1 100%);
}
.sec07__top-text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 150%;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec07__area-bottom {
  position: relative;
  width: 100%;
  height: min(calc(1031 / 1080 * 100vw), 1031px);
}
.sec07__bot-head {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 130%;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.sec07__bot-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec07__bot-inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(70 / 1080 * 100vw), 70px);
}
.sec07__area-slider {
  position: relative;
  margin: min(calc(55 / 1080 * 100vw), 55px) auto 0;
}
.sec07__area-slider-inner {
  position: relative;
}
.sec07 .adlp-swiper {
  padding-bottom: min(calc(150 / 1080 * 100vw), 150px);
}
.sec07 .swiper-horizontal > .swiper-pagination-bullets,
.sec07 .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec07 .swiper-pagination-custom,
.sec07 .swiper-pagination-fraction {
  bottom: min(calc(90 / 1080 * 100vw), 90px);
}
.sec07 .swiper-button-prev, .sec07 .swiper-button-next {
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  position: absolute;
  top: 30%;
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.2));
}
.sec07 .swiper-button-prev::after, .sec07 .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sec07 .swiper-button-prev {
  left: min(calc(15 / 1080 * 100vw), 15px);
}
.sec07 .swiper-button-prev::after {
  background: url("../img/common/slider-prev.webp") center/contain no-repeat;
}
.sec07 .swiper-button-next {
  right: min(calc(15 / 1080 * 100vw), 15px);
}
.sec07 .swiper-button-next::after {
  background: url("../img/common/slider-next.webp") center/contain no-repeat;
}
.sec07 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec07 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(12 / 1080 * 100vw), 12px);
}
.sec07 .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  opacity: 1;
  background-color: #ccc;
}
.sec07 .swiper-pagination-bullet-active {
  background-color: #002B6E;
}
.sec07 .swiper-slide {
  padding: 0 min(calc(35 / 1080 * 100vw), 35px);
  height: auto;
}
.sec07__slide {
  padding: min(calc(55 / 1080 * 100vw), 55px) min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
  border-top: 6px solid #334E7B;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(28 / 1080 * 100vw), 28px) 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.sec07__slide-head {
  color: #3A8196;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
  border-bottom: 1px solid #444444;
}
.sec07__slide-head.is-purple {
  color: #6B4A99;
}
.sec07__slide-head.is-blue {
  color: #1486B6;
}
.sec07__slide-head.is-orange {
  color: #E6733B;
}
.sec07__slide-area-data {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec07__slide-data-img {
  width: min(calc(234 / 1080 * 100vw), 234px);
}
.sec07__slide-data-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec07__slide-data-info-top {
  display: flex;
  align-items: center;
}
.sec07__slide-data-info-bot {
  display: flex;
  justify-content: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: baseline;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
.sec07__slide-data-info .text-1 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.32 / 1080 * 100vw), 1.32px);
  background: #3A8196;
  width: min(calc(315 / 1080 * 100vw), 315px);
  height: min(calc(41 / 1080 * 100vw), 41px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07__slide-data-info .text-1.is-purple {
  background: #6B4A99;
}
.sec07__slide-data-info .text-1.is-blue {
  background: #1486B6;
}
.sec07__slide-data-info .text-1.is-orange {
  background: #E6733B;
}
.sec07__slide-data-info .text-2 {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
  width: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #F3F3EE;
  height: min(calc(41 / 1080 * 100vw), 41px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07__slide-data-info .text-3 {
  color: #444;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.8 / 1080 * 100vw), 0.8px);
}
.sec07__slide-data-info .text-4 {
  color: #444;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(1.04 / 1080 * 100vw), 1.04px);
}
.sec07__slide-data-info .text-4 .digit-lg {
  color: #A98537;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 900;
  line-height: 120%;
  letter-spacing: min(calc(1.08 / 1080 * 100vw), 1.08px);
}
.sec07__slide-data-info .text-4 .digit-sm {
  color: #A98537;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 900;
  line-height: 120%;
  letter-spacing: min(calc(0.84 / 1080 * 100vw), 0.84px);
}
.sec07__slide-data-info .text-4 .unit {
  color: #A98537;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 900;
  line-height: 120%;
  letter-spacing: min(calc(0.52 / 1080 * 100vw), 0.52px);
}
.sec07__slide-area-break {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  background: #F3F3EE;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px) min(calc(30 / 1080 * 100vw), 30px);
}
.sec07__slide-break-head {
  color: #444;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
.sec07__slide-break-head::before, .sec07__slide-break-head::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.sec07__slide-list {
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec07__slide-item {
  color: #AAA;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
  background-color: #fff;
  height: min(calc(43 / 1080 * 100vw), 43px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07__slide-item.is-active {
  color: #fff;
  background-color: #334E7B;
}
.sec07__slide-area-detail {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
.sec07__slide-btn {
  cursor: pointer;
  color: #334E7B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(1.5 / 1080 * 100vw), 1.5px);
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  border: 2px solid #334E7B;
  background: #FFF;
  width: 100%;
  display: inline-block;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  position: relative;
}
.sec07__slide-btn::after {
  display: inline-block;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("../img/common/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(64 / 1080 * 100vw), 64px);
  transform: translateY(-50%);
}
.sec07__modal {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
.sec07__modal-close {
  display: inline-block;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 200;
}
.sec07__modal-head {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(2.28 / 1080 * 100vw), 2.28px);
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  width: 100%;
  background: #3A8196;
}
.sec07__modal-head.is-purple {
  background: #6B4A99;
}
.sec07__modal-head.is-blue {
  background: #1486B6;
}
.sec07__modal-head.is-orange {
  background: #E6733B;
}
.sec07__modal-text {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  color: #3A8196;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
}
.sec07__modal-text.is-purple {
  color: #6B4A99;
}
.sec07__modal-text.is-blue {
  color: #1486B6;
}
.sec07__modal-text.is-orange {
  color: #E6733B;
}
.sec07__modal-bubble {
  display: block;
  width: min(calc(780 / 1080 * 100vw), 780px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  position: relative;
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
.sec07__modal-bubble::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/s7-modal-bubble.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec07__modal-bubble-inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec07__modal-bubble-icon {
  width: min(calc(46 / 1080 * 100vw), 46px);
}
.sec07__modal-bubble-label {
  color: #334E7B;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(1.32 / 1080 * 100vw), 1.32px);
}
.sec07__modal-bubble-label .digit {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
}
.sec07__modal-bubble-label .sm {
  color: #334E7B;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(0.84 / 1080 * 100vw), 0.84px);
}
.sec07__modal-data {
  margin-top: min(calc(26 / 1080 * 100vw), 26px);
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__modal-data-img {
  width: min(calc(390 / 1080 * 100vw), 390px);
}
.sec07__modal-data table {
  width: min(calc(358 / 1080 * 100vw), 358px);
}
.sec07__modal-data table tr {
  display: flex;
  align-items: center;
}
.sec07__modal-data table tr:nth-of-type(n + 2) {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
.sec07__modal-data table th,
.sec07__modal-data table td {
  display: block;
}
.sec07__modal-data table th,
.sec07__modal-data table td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07__modal-data table th {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  background: #334E7B;
  height: min(calc(51 / 1080 * 100vw), 51px);
  width: min(calc(160 / 1080 * 100vw), 160px);
  min-width: min(calc(160 / 1080 * 100vw), 160px);
}
.sec07__modal-data table td {
  width: auto;
  color: #252526;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: min(calc(0.36 / 1080 * 100vw), 0.36px);
  padding-left: min(calc(16 / 1080 * 100vw), 16px);
  text-align: left;
}
.sec07__modal-area-mid {
  background-color: #FCF5E5;
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
.sec07__modal-mid-head {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: 1px solid #334E7B;
}
.sec07__modal-mid-check-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(17 / 1080 * 100vw), 17px);
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.sec07__modal-mid-check-list-item {
  color: #333;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
  position: relative;
  padding-left: min(calc(42 / 1080 * 100vw), 42px);
}
.sec07__modal-mid-check-list-item::before {
  display: inline-block;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("../img/common/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec07__modal-area-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__modal-bot-head {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  background: linear-gradient(287deg, #334E7B 17.95%, #5D8FE1 100%);
}
.sec07__modal-bot-price {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec07__modal-bot-price .digit {
  color: #A98537;
  font-family: "Noto Serif JP";
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(1.72 / 1080 * 100vw), 1.72px);
}
.sec07__modal-bot-price .comma {
  color: #A98537;
  font-family: "Noto Serif JP";
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(1.36 / 1080 * 100vw), 1.36px);
}
.sec07__modal-bot-price .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec07__modal-bot-price .unit .row-1 {
  color: #A98537;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(0.36 / 1080 * 100vw), 0.36px);
}
.sec07__modal-bot-price .unit .row-2 {
  color: #A98537;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec07__modal-bot-note {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec07__modal-bot-breakdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(28 / 1080 * 100vw), 28px);
  width: 100%;
}
.sec07__modal-bot-breakdown table {
  width: 100%;
  border-collapse: collapse;
}
.sec07__modal-bot-breakdown table thead th:nth-of-type(1) {
  width: min(calc(323 / 1080 * 100vw), 323px);
}
.sec07__modal-bot-breakdown table thead th:nth-of-type(2) {
  width: auto;
}
.sec07__modal-bot-breakdown table thead th,
.sec07__modal-bot-breakdown table tbody th {
  background: #5B82C8;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
  border: 2px solid #fff;
  min-height: min(calc(43 / 1080 * 100vw), 43px);
  vertical-align: middle;
}
.sec07__modal-bot-breakdown table tbody td {
  color: #444;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 140%;
  border: 2px solid #fff;
  background: #F0F0EE;
  min-height: min(calc(43 / 1080 * 100vw), 43px);
  vertical-align: middle;
  text-align: center;
}
.sec07__modal-bot-breakdown table .sm {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
.sec07__modal-bot-sub-head {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  background: #F0F0EE;
  width: fit-content;
}
.sec07__modal-bot-plus {
  width: min(calc(38 / 1080 * 100vw), 38px);
}
.sec07__modal-bot-venue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec07__modal-bot-venue-body {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  border: 1px solid #334E7B;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px);
  width: 100%;
}
.sec07__modal-bot-venue-body-head-main {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
}
.sec07__modal-bot-venue-body-head-sub {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec07__modal-bot-venue-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}
.sec07__modal-bot-venue-body table th,
.sec07__modal-bot-venue-body table td {
  height: min(calc(43 / 1080 * 100vw), 43px);
  text-align: center !important;
  vertical-align: middle;
}
.sec07__modal-bot-venue-body table th {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
  background: #5B82C8;
  width: min(calc(160 / 1080 * 100vw), 160px);
  border: 2px solid #fff;
}
.sec07__modal-bot-venue-body table td {
  color: #444;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 140%;
  background: #F0F0EE;
  border: 2px solid #fff;
}
.sec07__modal-bot-venue-body table .sm {
  color: #444;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  line-height: 140%;
}
.sec07__modal-bot-venue-note {
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  text-align: left;
  width: 100%;
}
.sec07__modal-bot-include {
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(51 / 1080 * 100vw), 51px);
  background-color: #F0F0EE;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec07__modal-bot-include-head {
  color: #334E7B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  width: fit-content;
}
.sec07__modal-bot-include-area-body {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__modal-bot-include-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(30 / 1080 * 100vw), 30px) min(calc(24 / 1080 * 100vw), 24px);
}
.sec07__modal-bot-include-item-bot {
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
}
.sec07__modal-bot-include-item-text {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(0.54 / 1080 * 100vw), 0.54px);
}
.sec07__modal-bot-include-item-text .sm {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
.sec07__modal-bot-include-note {
  color: #444;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec07__area-top {
    padding: calc(60 / 750 * 100vw) 0;
  }
  .sec07__top-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec07__area-bottom {
    height: calc(1265 / 750 * 100vw);
  }
  .sec07__bot-head {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec07__bot-inner {
    width: 100%;
    padding-top: calc(80 / 750 * 100vw);
  }
  .sec07__area-slider {
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .sec07 .adlp-swiper {
    padding-bottom: 0;
  }
  .sec07 .swiper-horizontal > .swiper-pagination-bullets,
  .sec07 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sec07 .swiper-pagination-custom,
  .sec07 .swiper-pagination-fraction {
    bottom: calc(-65 / 750 * 100vw);
  }
  .sec07 .swiper-button-prev, .sec07 .swiper-button-next {
    width: calc(69 / 750 * 100vw);
    height: calc(69 / 750 * 100vw);
    top: 50%;
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
  .sec07 .swiper-button-prev {
    left: calc(5 / 750 * 100vw);
  }
  .sec07 .swiper-button-next {
    right: calc(5 / 750 * 100vw);
  }
  .sec07 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .sec07 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(12 / 750 * 100vw);
  }
  .sec07 .swiper-pagination-bullet {
    height: calc(16 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
  .sec07 .swiper-slide {
    padding: 0 calc(35 / 750 * 100vw);
  }
  .sec07__slide {
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(28 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
  .sec07__slide-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
  .sec07__slide-area-data {
    margin-top: calc(32 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
  .sec07__slide-data-img {
    width: calc(275 / 750 * 100vw);
  }
  .sec07__slide-data-info {
    width: calc(251 / 750 * 100vw);
  }
  .sec07__slide-data-info-bot {
    gap: 0;
    margin-top: calc(16 / 750 * 100vw);
    flex-direction: column;
    align-items: center;
  }
  .sec07__slide-data-info .text-1 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    width: calc(153 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-2 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.8 / 750 * 100vw);
    width: calc(98 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-3 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-4 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-4 .digit-lg {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-4 .digit-sm {
    font-size: calc(52 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec07__slide-data-info .text-4 .unit {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(0.72 / 750 * 100vw);
  }
  .sec07__slide-area-break {
    margin-top: calc(32 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw);
  }
  .sec07__slide-break-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
  .sec07__slide-list {
    margin-top: calc(32 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
  .sec07__slide-item {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    height: calc(59 / 750 * 100vw);
  }
  .sec07__slide-area-detail {
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec07__slide-btn {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(2 / 750 * 100vw);
    border-radius: calc(99 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) 0;
  }
  .sec07__slide-btn::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(42 / 750 * 100vw);
  }
  .sec07__modal {
    gap: calc(40 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    z-index: 130;
  }
  .sec07__modal-close {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
  .sec07__modal-head {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(2.28 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) 0;
  }
  .sec07__modal-text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    white-space: nowrap;
  }
  .sec07__modal-bubble {
    width: calc(610 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec07__modal-bubble::before {
    background-image: url("../img/sp/s7-modal-bubble.svg");
  }
  .sec07__modal-bubble-inner {
    gap: calc(16 / 750 * 100vw);
  }
  .sec07__modal-bubble-icon {
    width: calc(66 / 750 * 100vw);
  }
  .sec07__modal-bubble-label {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec07__modal-bubble-label .digit {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .sec07__modal-bubble-label .sm {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
  }
  .sec07__modal-data {
    margin-top: calc(26 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
  .sec07__modal-data-img {
    width: 100%;
  }
  .sec07__modal-data table {
    width: 100%;
  }
  .sec07__modal-data table tr:nth-of-type(n + 2) {
    margin-top: calc(20 / 750 * 100vw);
  }
  .sec07__modal-data table th {
    width: calc(203 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    height: calc(67 / 750 * 100vw);
  }
  .sec07__modal-data table td {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(0.56 / 750 * 100vw);
    padding-left: calc(24 / 750 * 100vw);
  }
  .sec07__modal-area-mid {
    padding: calc(30 / 750 * 100vw);
  }
  .sec07__modal-mid-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
  .sec07__modal-mid-check-list {
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec07__modal-mid-check-list-item {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
    padding-left: calc(52 / 750 * 100vw);
  }
  .sec07__modal-mid-check-list-item::before {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
  .sec07__modal-area-bot {
    gap: calc(40 / 750 * 100vw);
  }
  .sec07__modal-bot-total {
    width: 100%;
  }
  .sec07__modal-bot-head {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0;
  }
  .sec07__modal-bot-price {
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec07__modal-bot-price .digit {
    font-size: calc(100 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec07__modal-bot-price .comma {
    font-size: calc(80 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec07__modal-bot-price .unit .row-1 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(0.56 / 750 * 100vw);
  }
  .sec07__modal-bot-price .unit .row-2 {
    font-size: calc(58 / 750 * 100vw);
    letter-spacing: calc(3.48 / 750 * 100vw);
  }
  .sec07__modal-bot-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    width: fit-content;
    width: calc(521 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
  }
  .sec07__modal-bot-breakdown {
    gap: calc(32 / 750 * 100vw);
  }
  .sec07__modal-bot-breakdown table thead th:nth-of-type(1) {
    width: 50%;
  }
  .sec07__modal-bot-breakdown table thead th,
  .sec07__modal-bot-breakdown table tbody th {
    padding: calc(8 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
    min-height: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    line-height: 110%;
  }
  .sec07__modal-bot-breakdown table tbody td {
    font-size: calc(28 / 750 * 100vw);
    min-height: calc(43 / 750 * 100vw);
  }
  .sec07__modal-bot-breakdown table .sm {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
  .sec07__modal-bot-sub-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(99 / 750 * 100vw);
  }
  .sec07__modal-bot-plus {
    width: calc(40 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body {
    margin-top: calc(32 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body-head-main {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body-head-sub {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body table {
    margin-top: calc(17 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body table th,
  .sec07__modal-bot-venue-body table td {
    height: calc(58 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body table th {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
    width: calc(222 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body table td {
    font-size: calc(28 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-body table .sm {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec07__modal-bot-venue-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec07__modal-bot-include {
    padding: calc(60 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .sec07__modal-bot-include-area-head {
    width: 100%;
  }
  .sec07__modal-bot-include-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(99 / 750 * 100vw);
    width: 100%;
  }
  .sec07__modal-bot-include-area-body {
    margin-top: calc(40 / 750 * 100vw);
    width: 100%;
  }
  .sec07__modal-bot-include-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
    padding: 0 calc(28 / 750 * 100vw);
  }
  .sec07__modal-bot-include-item-bot {
    margin-top: calc(18 / 750 * 100vw);
  }
  .sec07__modal-bot-include-item-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(0.84 / 750 * 100vw);
  }
  .sec07__modal-bot-include-item-text .sm {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec07__modal-bot-include-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
}
.sec08 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
.sec08__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto 0;
}
.sec08__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
.sec08__head-sub {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec08__head-main {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.sec08__area-body {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
.sec08__img-head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  line-height: 160%;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
  background: linear-gradient(287deg, #334E7B 17.95%, #5D8FE1 100%);
}
.sec08__note {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0;
  }
  .sec08__inner {
    width: calc(630 / 750 * 100vw);
  }
  .sec08__head {
    gap: calc(30 / 750 * 100vw);
  }
  .sec08__head-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec08__head-main {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec08__area-body {
    margin-top: calc(60 / 750 * 100vw);
  }
  .sec08__img-head {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec08__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec09__area-top {
  position: relative;
  width: 100%;
  height: min(calc(637 / 1080 * 100vw), 637px);
}
.sec09__top-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec09__top-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.sec09__top-texts {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  position: absolute;
  right: min(calc(125 / 1080 * 100vw), 125px);
  top: min(calc(38 / 1080 * 100vw), 38px);
  width: fit-content;
}
.sec09__top-text {
  color: #444;
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  line-height: 124%;
  background: rgba(255, 255, 255, 0.9);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  width: fit-content;
}
.sec09__top-text:nth-of-type(2) {
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
.sec09__top-list {
  display: flex;
  position: absolute;
  bottom: min(calc(27 / 1080 * 100vw), 27px);
  left: 50%;
  transform: translateX(-50%);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec09__top-item {
  width: min(calc(182 / 1080 * 100vw), 182px);
  height: min(calc(182 / 1080 * 100vw), 182px);
  position: relative;
  filter: drop-shadow(min(calc(7.332 / 1080 * 100vw), 7.332px) min(calc(7.332 / 1080 * 100vw), 7.332px) min(calc(20.948 / 1080 * 100vw), 20.948px) rgba(0, 0, 0, 0.25));
}
.sec09__top-item::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/medal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec09__top-item-inner {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec09__top-item .row-1 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 126%;
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
}
.sec09__top-item .row-2 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 700;
  line-height: 120%;
  margin-top: max(calc(-7.5 / 1080 * 100vw), -7.5px);
}
.sec09__top-item .row-2 .lg {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 120%;
}
.sec09__top-item .row-3 {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 126%;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
}
.sec09__top-item .row-4 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 700;
  line-height: 120%;
  margin-top: max(calc(-3 / 1080 * 100vw), -3px);
}
.sec09__top-item .row-4 .lg {
  color: #D76B0C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.sec09__top-item .row-5 {
  color: #D76B0C;
  font-family: "Noto Serif JP";
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 700;
  line-height: 120%;
  margin-top: max(calc(-3 / 1080 * 100vw), -3px);
  position: relative;
}
.sec09__top-item .row-5 .kome {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  position: absolute;
  right: max(calc(-15 / 1080 * 100vw), -15px);
  bottom: 0;
}
.sec09__top-note {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  position: absolute;
  left: 0;
  bottom: min(calc(18 / 1080 * 100vw), 18px);
}
.sec09__area-bot {
  position: relative;
  width: 100%;
  height: min(calc(382 / 1080 * 100vw), 382px);
}
.sec09__bot-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec09__bot-inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec09__bot-text {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.32 / 1080 * 100vw), 1.32px);
}
.sec09__bot-img {
  display: block;
  width: min(calc(180 / 1080 * 100vw), 180px);
}

@media screen and (max-width: 767px) {
  .sec09__area-top {
    height: calc(879 / 750 * 100vw);
  }
  .sec09__top-inner {
    width: 100%;
  }
  .sec09__top-texts {
    gap: calc(17 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    top: calc(83 / 750 * 100vw);
  }
  .sec09__top-text {
    font-size: calc(44 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
  .sec09__top-list {
    bottom: calc(101 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    transform: none;
  }
  .sec09__top-item {
    width: calc(224 / 750 * 100vw);
    height: calc(224 / 750 * 100vw);
    filter: drop-shadow(calc(7.332 / 750 * 100vw) calc(7.332 / 750 * 100vw) calc(20.948 / 750 * 100vw) rgba(0, 0, 0, 0.25));
  }
  .sec09__top-item .row-1 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec09__top-item .row-2 {
    font-size: calc(39 / 750 * 100vw);
  }
  .sec09__top-item .row-2 .lg {
    font-size: calc(60 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .sec09__top-item .row-3 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec09__top-item .row-4 {
    font-size: calc(39 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .sec09__top-item .row-4 .lg {
    font-size: calc(60 / 750 * 100vw);
  }
  .sec09__top-item .row-5 {
    font-size: calc(39 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .sec09__top-item .row-5 .kome {
    font-size: calc(20 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
  }
  .sec09__top-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    bottom: calc(33 / 750 * 100vw);
    left: calc(47 / 750 * 100vw);
  }
  .sec09__area-bot {
    height: calc(484 / 750 * 100vw);
  }
  .sec09__bot-inner {
    width: 100%;
    padding-top: calc(60 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
  .sec09__bot-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec09__bot-img {
    width: calc(211 / 750 * 100vw);
  }
}
.sec10 {
  background: #FCF5E5;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
.sec10__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec10__head {
  color: #334E7B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
.sec10__area-body {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  gap: min(calc(60 / 1080 * 100vw), 60px);
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0;
  }
  .sec10__inner {
    width: calc(630 / 750 * 100vw);
  }
  .sec10__head {
    font-size: calc(60 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
  }
  .sec10__area-body {
    margin-top: calc(60 / 750 * 100vw);
    gap: calc(60 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
