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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .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-floating {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  position: fixed;
  bottom: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(252 / 1080 * 100vw), 252px);
  z-index: 100;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    background-color: #fff;
    padding: calc(22 / 750 * 100vw) 0;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .adlp-floating.--sticky-to-content {
    position: absolute !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
  }
}
.adlp-floating .adlp-btn__wrapper {
  justify-content: flex-end;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: calc(14 / 750 * 100vw);
  }
}
.adlp-floating_btn {
  border-radius: 50%;
  height: min(calc(120 / 1080 * 100vw), 120px);
  width: min(calc(120 / 1080 * 100vw), 120px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn {
    height: calc(100 / 750 * 100vw);
    width: calc(328 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.14);
  }
}
.adlp-floating_btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  position: absolute;
  left: 50%;
  bottom: min(calc(16 / 1080 * 100vw), 16px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn:after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    left: auto;
    bottom: auto;
    top: 50%;
    right: calc(22 / 750 * 100vw);
    transform: translateX(0) translateY(-50%);
  }
}
.adlp-floating_btn:hover {
  filter: brightness(130%);
}
.adlp-floating_btn p {
  text-align: center;
  color: #fff;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 130%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-floating_btn.o {
  background-color: #FF5900;
}
.adlp-floating_btn.o:after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cpath d='M19.4993 13L9.38818 19.5L9.38818 6.5L19.4993 13Z' fill='%23FF5900'/%3E%3C/svg%3E%0A");
}
.adlp-floating_btn.b {
  background-color: #36F;
}
.adlp-floating_btn.b:after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='white'/%3E%3Cpath d='M18.7496 12.5001L9.02734 18.7501L9.02734 6.25006L18.7496 12.5001Z' fill='%233366FF'/%3E%3C/svg%3E%0A");
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(106 / 1080 * 100vw), 106px);
  width: min(calc(444 / 1080 * 100vw), 444px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(140 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.adlp-btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  position: absolute;
  right: min(calc(26 / 1080 * 100vw), 26px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-btn:after {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-btn:hover {
  filter: brightness(130%);
}
.adlp-btn p {
  text-align: center;
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .adlp-btn p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-btn.--or {
  background-color: #FF5900;
}
.adlp-btn.--or:after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cpath d='M19.4993 13L9.38818 19.5L9.38818 6.5L19.4993 13Z' fill='%23FF5900'/%3E%3C/svg%3E%0A");
}
.adlp-btn.--bl {
  background-color: #36F;
}
.adlp-btn.--bl:after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='white'/%3E%3Cpath d='M18.7496 12.5001L9.02734 18.7501L9.02734 6.25006L18.7496 12.5001Z' fill='%233366FF'/%3E%3C/svg%3E%0A");
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv {
  background-color: #008080;
}
.cv.-c1 {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .cv.-c1 {
    padding: calc(48 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.cv.-c2 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .cv.-c2 {
    padding: calc(48 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.cv__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: calc(670 / 750 * 100vw);
  }
}
.cv__box {
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  background: var(--base-FFFFFF, #FFF);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .cv__box {
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.fv {
  background-image: url(/images_lp2/tsushin-univ/pc/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(632 / 1080 * 100vw), 632px);
  height: min(calc(632 / 1080 * 100vw), 632px);
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(/images_lp2/tsushin-univ/sp/fv_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1300 / 750 * 100vw);
    height: calc(1300 / 750 * 100vw);
  }
}
.fv__logo {
  width: min(calc(172 / 1080 * 100vw), 172px);
  margin: min(calc(13 / 1080 * 100vw), 13px) auto min(calc(53 / 1080 * 100vw), 53px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(240 / 750 * 100vw);
    margin: calc(18 / 750 * 100vw) auto calc(278 / 750 * 100vw);
  }
}
.fv__title {
  width: min(calc(571 / 1080 * 100vw), 571px);
  margin-bottom: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: calc(689 / 750 * 100vw);
    margin: 0 auto calc(274 / 750 * 100vw);
  }
}
.fv__meadls {
  display: flex;
  margin-left: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .fv__meadls {
    justify-content: center;
  }
}
.fv__jmr {
  flex: 0 0 min(calc(170 / 1080 * 100vw), 170px);
}
@media screen and (max-width: 767px) {
  .fv__jmr {
    flex: 0 0 calc(229 / 750 * 100vw);
    margin-right: calc(-20 / 750 * 100vw);
  }
}
.fv__meadl {
  flex: 0 0 min(calc(344 / 1080 * 100vw), 344px);
}
@media screen and (max-width: 767px) {
  .fv__meadl {
    flex: 0 0 calc(463 / 750 * 100vw);
  }
}
.fv__note {
  color: #fff;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin: min(calc(20 / 1080 * 100vw), 20px) 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(43 / 750 * 100vw) auto 0;
  }
}

.sec01 {
  position: relative;
  background: #F5F5F5;
  padding: 0 0 max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(0 / 750 * 100vw) 0;
  }
}
.sec01:after {
  display: block;
  content: "";
  background-color: #fff;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(61 / 1080 * 100vw), 61px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec01:after {
    width: calc(750 / 750 * 100vw);
    height: calc(61 / 750 * 100vw);
  }
}
.sec01__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01__flex {
    display: block;
  }
}
.sec01__top {
  flex: 0 0 min(calc(586 / 1080 * 100vw), 586px);
  height: min(calc(481 / 1080 * 100vw), 481px);
  background: url(/images_lp2/tsushin-univ/pc/sec01_bg.webp) 50% 0/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec01__top {
    width: calc(750 / 750 * 100vw);
    height: calc(470 / 750 * 100vw);
    background: url(/images_lp2/tsushin-univ/sp/sec01_bg.webp) 50% 0/100% no-repeat;
  }
}
.sec01__title {
  color: #fff;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__content {
  position: relative;
  z-index: 1;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(455 / 1080 * 100vw), 455px);
}
@media screen and (max-width: 767px) {
  .sec01__content {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec01__item {
  position: relative;
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__item {
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}
.sec01__text {
  flex: 1;
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01__text--bold {
  font-weight: 700;
}
.sec01__icon {
  position: absolute;
  left: max(calc(-13 / 1080 * 100vw), -13px);
  top: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec01__icon {
    left: calc(-24 / 750 * 100vw);
    top: calc(47 / 750 * 100vw);
    width: calc(67 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
}
.sec01__arrow {
  position: relative;
  z-index: 1;
  background: url(/images_lp2/tsushin-univ/common/sec01_arrow.webp) 50% 0/100% no-repeat;
  width: min(calc(256 / 1080 * 100vw), 256px);
  height: min(calc(81 / 1080 * 100vw), 81px);
  margin: max(calc(-20 / 1080 * 100vw), -20px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__arrow {
    width: calc(360 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec01__arrow-text {
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__arrow-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec02 {
  background: #fff;
  padding: 0 0 min(calc(99 / 1080 * 100vw), 99px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(45 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
  }
}
.sec02__title {
  width: min(calc(612 / 1080 * 100vw), 612px);
  margin: 0 auto min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    width: calc(368 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}
.sec02__content {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__content {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.sec02__card {
  flex: 1;
  background: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #008080;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__card {
    border-width: calc(6 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec02__images {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__images {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec02__text-area {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__text-area {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec02__tags {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec02__tags {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec02__tag {
  background: #008080;
  color: #fff;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  display: inline-block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec02__tag {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(12 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__description {
  color: #333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__description {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__description--bold {
  font-weight: 700;
}

.sec03 {
  background: #008080;
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0 0 calc(72 / 750 * 100vw);
  }
}
.sec03__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: max(calc(-37 / 1080 * 100vw), -37px);
}
@media screen and (max-width: 767px) {
  .sec03__arrow {
    top: calc(-60 / 750 * 100vw);
  }
}
.sec03__arrow-circle {
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  background: #FFC800;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec03__arrow-circle {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.sec03__arrow-text {
  position: absolute;
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__arrow-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__bg {
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec03__bg {
    padding: calc(56 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec03__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__content {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__header {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__logo-group {
  display: flex;
  align-items: flex-end;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__logo-group {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec03__logo {
  width: min(calc(290 / 1080 * 100vw), 290px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec03__logo {
    width: calc(310 / 750 * 100vw);
  }
}
.sec03__logo-text {
  color: #333;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__logo-text {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03__award-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec03__award-section {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec03__award {
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec03__award {
    width: calc(220 / 750 * 100vw);
  }
}
.sec03__award-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec03__award-content {
    gap: calc(-20 / 750 * 100vw);
  }
}
.sec03__award-bg {
  position: absolute;
  top: min(calc(160 / 1080 * 100vw), 160px);
  left: 0;
  width: 100%;
  height: min(calc(14 / 1080 * 100vw), 14px);
  background: #FFC800;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec03__award-bg {
    top: calc(195 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec03__award-text {
  color: #333;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  bottom: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec03__award-text {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03__award-number {
  color: #3366FF;
  font-size: min(calc(100 / 1080 * 100vw), 100px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__award-number {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec03__note-mark {
  position: absolute;
  top: min(calc(80 / 1080 * 100vw), 80px);
  right: min(calc(10 / 1080 * 100vw), 10px);
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__note-mark {
    top: calc(100 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__note {
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__university-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__university-section {
    gap: calc(24 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec03__university-title {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__university-title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__university-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__university-logos {
    gap: calc(40 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.sec03__university-logo {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec03__university-logo {
    width: calc(160 / 750 * 100vw);
  }
}
.sec03 .adlp-swiper.logo-swiper {
  overflow: hidden;
}
.sec03 .adlp-swiper.logo-swiper.--hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.sec03 .adlp-swiper.logo-swiper:not(.--hide) {
  opacity: 1;
  visibility: visible;
}
.sec03 .adlp-swiper.logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.sec03 .adlp-swiper.logo-swiper .swiper-slide {
  width: auto !important;
  min-width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-swiper.logo-swiper .swiper-slide {
    min-width: 100px;
  }
}
.sec03 .adlp-swiper.logo-swiper .swiper-slide picture {
  display: block;
  width: 100%;
  height: auto;
}
.sec03 .adlp-swiper.logo-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-swiper.logo-swiper .swiper-slide img {
    max-height: 40px;
  }
}

.sec04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(68 / 1080 * 100vw), 68px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    gap: calc(48 / 750 * 100vw);
    padding: calc(68 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
  }
}
.sec04__top {
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .sec04__top {
    width: 100%;
    background: #fff;
  }
}
.sec04__top-inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  background-image: url(/images_lp2/tsushin-univ/pc/sec04_img.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: min(calc(522 / 1080 * 100vw), 522px) min(calc(426 / 1080 * 100vw), 426px);
  height: min(calc(426 / 1080 * 100vw), 426px);
}
@media screen and (max-width: 767px) {
  .sec04__top-inner {
    width: 100%;
    background-image: none;
    height: auto;
  }
}
.sec04__title-group {
  padding: min(calc(110 / 1080 * 100vw), 110px) 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__title-group {
    padding: 0;
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec04__title-line {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__title-line {
    text-align: center;
  }
}
.sec04__title-text {
  color: #333;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__title-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__title-text.--blue {
  color: #3366FF;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec04__title-text.--blue {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__description {
  width: min(calc(505 / 1080 * 100vw), 505px);
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__description {
    width: 100%;
    padding: 0;
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec04__description-text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__description-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(62 / 1080 * 100vw), 62px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec04__menu {
    flex-direction: column;
    gap: calc(72 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec04__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(64 / 1080 * 100vw), 64px) min(calc(30 / 1080 * 100vw), 30px) min(calc(38 / 1080 * 100vw), 38px);
  background: #F5F5F5;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(469 / 1080 * 100vw), 469px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__menu-item {
    gap: calc(32 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec04__menu-balloon {
  width: min(calc(322 / 1080 * 100vw), 322px);
  position: absolute;
  top: max(calc(-12 / 1080 * 100vw), -12px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #008080;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__menu-balloon {
    width: calc(470 / 750 * 100vw);
    top: calc(-22 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #008080;
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec04__menu-balloon::after {
  content: "";
  display: block;
  background-image: url(/images_lp2/tsushin-univ/common/sec04_balloon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  position: absolute;
  bottom: max(calc(-16 / 1080 * 100vw), -16px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__menu-balloon::after {
    width: calc(34 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    bottom: calc(-22 / 750 * 100vw);
  }
}
.sec04__menu-balloon-text {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec04__menu-balloon-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec04__menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(408 / 1080 * 100vw), 408px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background: #008080;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding-left: min(calc(35 / 1080 * 100vw), 35px);
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .sec04__menu-btn {
    width: calc(590 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec04__menu-btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='white'/%3E%3Cpath d='M9.99999 14.9999L4.99998 7.22217L15 7.22217L9.99999 14.9999Z' fill='%23008080'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  right: min(calc(22 / 1080 * 100vw), 22px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__menu-btn:after {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.sec04__menu-btn:hover {
  filter: brightness(120%);
}
.sec04__menu-icon {
  position: absolute;
  left: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(63 / 1080 * 100vw), 63px);
  height: min(calc(63 / 1080 * 100vw), 63px);
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__menu-icon {
    left: calc(15 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.sec04__menu-icon figure {
  width: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .sec04__menu-icon figure {
    width: calc(74 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
  }
}
.sec04__menu-title {
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__menu-title {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec05__top {
  background: url(/images_lp2/tsushin-univ/pc/sec05_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(516 / 1080 * 100vw), 516px);
  height: min(calc(516 / 1080 * 100vw), 516px);
  padding: min(calc(86 / 1080 * 100vw), 86px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05__top {
    background: url(/images_lp2/tsushin-univ/sp/sec05_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(932 / 750 * 100vw);
    height: calc(932 / 750 * 100vw);
    padding: calc(82 / 750 * 100vw) 0 0;
  }
}
.sec05__top-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__top-inner {
    width: calc(670 / 750 * 100vw);
  }
}
.sec05__top-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(533 / 1080 * 100vw), 533px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec05__top-content {
    gap: calc(358 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec05__question-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__question-group {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec05__question-line {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05__question-line {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(10 / 750 * 100vw);
  }
}
.sec05__question-text {
  color: #333333;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__question-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__question-highlight {
  color: #FFFFFF;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  background: #3366FF;
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__question-highlight {
    font-size: calc(48 / 750 * 100vw);
    padding: 0 calc(24 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec05__question-main {
  color: #333333;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__question-main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__answer {
  width: min(calc(533 / 1080 * 100vw), 533px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  background: #FFFFFF;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #008080;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__answer {
    width: calc(670 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(40 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #008080;
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec05__answer-text {
  color: #333333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__answer-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__answer-text .bg-border {
  display: inline;
  z-index: 1;
  position: absolute;
  top: min(calc(62 / 1080 * 100vw), 62px);
  left: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(330 / 1080 * 100vw), 330px);
  height: min(calc(6 / 1080 * 100vw), 6px);
  background: #FFC800;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec05__answer-text .bg-border {
    top: calc(86 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(470 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.sec05__answer-text .text {
  position: relative;
  z-index: 2;
}
.sec05__bottom {
  background-color: #008080;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(42 / 1080 * 100vw), 42px);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__bottom {
    gap: calc(62 / 750 * 100vw);
    padding: calc(72 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05__bottom-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__bottom-inner {
    width: calc(670 / 750 * 100vw);
  }
}
.sec05__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sec05__title {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    margin-bottom: calc(68 / 750 * 100vw);
  }
}
.sec05__title-number {
  font-size: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .sec05__title-number {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec05__title-text {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__title-text {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__points {
  display: flex;
  flex-direction: column;
  gap: min(calc(42 / 1080 * 100vw), 42px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__points {
    gap: calc(62 / 750 * 100vw);
  }
}
.sec05__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(38 / 1080 * 100vw), 38px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  background: #FFFFFF;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__point {
    gap: calc(48 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec05__point-header {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__point-header {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec05__point-line {
  flex: 1;
  height: min(calc(1 / 1080 * 100vw), 1px);
  background: #008080;
}
@media screen and (max-width: 767px) {
  .sec05__point-line {
    height: calc(2 / 750 * 100vw);
  }
}
.sec05__point-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sec05__point-label-text {
  color: #008080;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__point-label-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05__point-label-number {
  color: #008080;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__point-label-number {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__point-content {
  display: flex;
  align-items: center;
  gap: min(calc(38 / 1080 * 100vw), 38px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__point-content {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
  }
}
.sec05__point-image {
  flex-shrink: 0;
  width: min(calc(470 / 1080 * 100vw), 470px);
}
@media screen and (max-width: 767px) {
  .sec05__point-image {
    width: 100%;
  }
}
.sec05__point-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec05__point-text {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec05__point-tags {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec05__point-tags {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec05__point-tag {
  display: inline-flex;
  align-items: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
  background: #3366FF;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  color: #FFFFFF;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec05__point-tag {
    padding: calc(8 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec05__point-description {
  color: #333333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__point-description {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05__point-bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec05__point-bold {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec06 {
  background: #FFFFFF;
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(72 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.sec06__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: calc(670 / 750 * 100vw);
    gap: calc(56 / 750 * 100vw);
  }
}
.sec06__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06__header {
    gap: calc(24 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.sec06__title {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__title {
    display: block;
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__title-text {
  color: #333333;
}
.sec06__title-highlight {
  color: #3366FF;
}
.sec06__subtitle {
  color: #333333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__subtitle {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__content {
  background: #008080;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(74 / 1080 * 100vw), 74px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(111 / 1080 * 100vw), 111px);
}
@media screen and (max-width: 767px) {
  .sec06__content {
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(96 / 750 * 100vw) calc(40 / 750 * 100vw) calc(56 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__main-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06__main-info {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec06__main-text {
  color: #FFFFFF;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__main-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__main-bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec06__main-bold {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__balloon {
  position: absolute;
  top: max(calc(-23 / 1080 * 100vw), -23px);
  right: min(calc(386 / 1080 * 100vw), 386px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__balloon {
    top: calc(-38 / 750 * 100vw);
    right: calc(180 / 750 * 100vw);
  }
}
.sec06__balloon-text {
  background: #FFFFFF;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #008080;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px);
  color: #333333;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__balloon-text {
    border: calc(4 / 750 * 100vw) solid #008080;
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__balloon-text::after {
  content: "";
  position: absolute;
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec06__balloon-text::after {
    bottom: calc(-28 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}
.sec06__comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
  }
}
.sec06__comparison-item {
  display: flex;
  flex-direction: column;
  gap: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-item {
    gap: calc(80 / 750 * 100vw);
  }
}
.sec06__comparison-content {
  background: #FFFFFF;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(414 / 1080 * 100vw), 414px);
  height: min(calc(356 / 1080 * 100vw), 356px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-content {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
    height: calc(528 / 750 * 100vw);
    margin-top: calc(140 / 750 * 100vw);
  }
}
.sec06__comparison-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-text {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec06__comparison-main {
  color: #333333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__comparison-main {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__comparison-note {
  background: #F5F5F5;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-note {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw);
  }
}
.sec06__comparison-note-text {
  color: #333333;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__comparison-note-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__comparison-highlight {
  color: #3366FF;
}
.sec06__comparison-highlight-box {
  background: #3366FF;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-highlight-box {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec06__comparison-note-text02 {
  color: #333333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec06__comparison-note-text02 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__comparison-highlight-text {
  color: #FFFFFF;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__comparison-highlight-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__comparison-bold {
  font-weight: 700;
  color: #3366FF;
}
.sec06__comparison-image {
  width: min(calc(176 / 1080 * 100vw), 176px);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-image {
    width: calc(280 / 750 * 100vw);
  }
}
.sec06__comparison-arrow {
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(114 / 1080 * 100vw), 114px);
  background: #FFC800;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec06__comparison-arrow {
    width: calc(258 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.sec06__footer-text {
  display: inline-block;
  color: #333333;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding-left: min(calc(28 / 1080 * 100vw), 28px);
  padding-right: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec06__footer-text {
    font-size: calc(34 / 750 * 100vw);
    padding-left: calc(58 / 750 * 100vw);
    padding-right: calc(58 / 750 * 100vw);
  }
}
.sec06__footer-text:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='38' viewBox='0 0 18 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2295_2204)'%3E%3Cline y1='-1' x2='40.5949' y2='-1' transform='matrix(0.397218 0.917724 -0.919604 0.392845 0 0.745117)' stroke='%23008080' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2295_2204'%3E%3Crect width='18' height='38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec06__footer-text:before {
    width: calc(48 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
  }
}
.sec06__footer-text:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='38' viewBox='0 0 17 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2295_2207)'%3E%3Cline y1='-1' x2='40.2474' y2='-1' transform='matrix(-0.378389 0.925647 0.911129 0.412121 17 0.745117)' stroke='%23008080' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2295_2207'%3E%3Crect width='17' height='38' fill='white' transform='matrix(-1 0 0 1 17 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec06__footer-text:after {
    width: calc(48 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
  }
}

.sec07 {
  padding: 0 0 min(calc(74 / 1080 * 100vw), 74px);
  background-color: #008080;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 0 0 calc(120 / 750 * 100vw);
  }
}
.sec07:after {
  display: block;
  content: "";
  background-color: #fff;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(61 / 1080 * 100vw), 61px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec07:after {
    width: calc(750 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec07__title {
  text-align: center;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  background-color: #FF5900;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(139 / 1080 * 100vw), 139px);
  margin: 0 auto min(calc(67 / 1080 * 100vw), 67px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(48 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #fff;
    width: calc(670 / 750 * 100vw);
    height: calc(224 / 750 * 100vw);
    margin: 0 auto calc(92 / 750 * 100vw);
  }
}
.sec07__title::after {
  content: "";
  display: block;
  background-image: url(/images_lp2/tsushin-univ/common/sec07_balloon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  position: absolute;
  bottom: max(calc(-29 / 1080 * 100vw), -29px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec07__title::after {
    width: calc(56 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    bottom: calc(-36 / 750 * 100vw);
  }
}
.sec07__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: calc(670 / 750 * 100vw);
  }
}
.sec07__content {
  background-color: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec07__content {
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(72 / 750 * 100vw);
  }
}
.sec07__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec07__cards {
    display: block;
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec07__card {
  flex: 0 0 min(calc(455 / 1080 * 100vw), 455px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) min(calc(100 / 1080 * 100vw), 100px);
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #DFDFDF;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__card {
    width: 100%;
    border-radius: calc(0 / 750 * 100vw);
    border: 0;
    border-bottom: calc(4 / 750 * 100vw) solid #DFDFDF;
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec07__card:nth-child(1) {
    border-radius: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw) 0 0;
    padding-top: calc(40 / 750 * 100vw);
  }
}
.sec07__card-title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  text-align: center;
  background: var(--main-008080, #008080);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__card-title {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(8 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec07__card-subtitle {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  color: #333;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__card-subtitle {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__card-info {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__card-info {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__card-info-row {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__card-info-row {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec07__card-info-label {
  flex: 0 0 min(calc(102 / 1080 * 100vw), 102px);
  background-color: #ECECEC;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 140%;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__card-info-label {
    flex: 0 0 calc(168 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
  }
}
.sec07__card-info-content {
  color: var(--text-333333, #333);
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec07__card-info-content {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec07__card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(408 / 1080 * 100vw), 408px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid var(--accent-FF5900, #FF5900);
  background: var(--base-FFFFFF, #FFF);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(3 / 1080 * 100vw), 3px) 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(calc(30 / 1080 * 100vw), 30px);
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .sec07__card-btn {
    position: static;
    transform: translateX(0);
    width: calc(590 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid var(--accent-FF5900, #FF5900);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec07__card-btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10' r='10' fill='%23FF5900'/%3E%3Cpath d='M15.4208 10L7.64307 15L7.64307 5L15.4208 10Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  right: min(calc(22 / 1080 * 100vw), 22px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec07__card-btn:after {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(26 / 750 * 100vw);
  }
}
.sec07__card-btn:hover {
  filter: brightness(130%);
}
.sec07__card-btn p {
  color: var(--accent-FF5900, #FF5900);
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec07__card-btn p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(472 / 1080 * 100vw), 472px);
  height: min(calc(112 / 1080 * 100vw), 112px);
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  margin: 0 auto;
  background: #FF5900;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
  transition: filter 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__btn {
    width: calc(590 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec07__btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cpath d='M19.4993 13L9.38818 19.5L9.38818 6.5L19.4993 13Z' fill='%23FF5900'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  position: absolute;
  right: min(calc(26 / 1080 * 100vw), 26px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec07__btn:after {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.sec07__btn:hover {
  filter: brightness(130%);
}
.sec07__btn p {
  color: #fff;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec07__btn p {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec08 {
  padding: 0 0 min(calc(74 / 1080 * 100vw), 74px);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 0 0 calc(96 / 750 * 100vw);
  }
}
.sec08:after {
  display: block;
  content: "";
  background-color: #008080;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(61 / 1080 * 100vw), 61px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec08:after {
    width: calc(750 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec08__title {
  text-align: center;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  background-color: #36F;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(139 / 1080 * 100vw), 139px);
  margin: 0 auto min(calc(67 / 1080 * 100vw), 67px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(48 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #fff;
    width: calc(670 / 750 * 100vw);
    height: calc(224 / 750 * 100vw);
    margin: 0 auto calc(92 / 750 * 100vw);
  }
}
.sec08__title::after {
  content: "";
  display: block;
  background-image: url(/images_lp2/tsushin-univ/common/sec08_balloon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  position: absolute;
  bottom: max(calc(-29 / 1080 * 100vw), -29px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec08__title::after {
    width: calc(56 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    bottom: calc(-36 / 750 * 100vw);
  }
}
.sec08__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    width: calc(670 / 750 * 100vw);
  }
}
.sec08__content {
  background-color: #F5F5F5;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__content {
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
}
.sec08__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__cards {
    display: block;
  }
}
.sec08__card {
  flex: 0 0 min(calc(455 / 1080 * 100vw), 455px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) min(calc(100 / 1080 * 100vw), 100px);
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #DFDFDF;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08__card {
    background-color: #F5F5F5;
    width: 100%;
    border-radius: calc(0 / 750 * 100vw);
    border: 0;
    border-bottom: calc(4 / 750 * 100vw) solid #DFDFDF;
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec08__card:nth-child(1) {
    border-radius: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw) 0 0;
    padding-top: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec08__card:last-child {
    border-bottom: none;
  }
}
.sec08__card-title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  text-align: center;
  background: var(--main-008080, #008080);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__card-title {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(8 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec08__card-subtitle {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  color: #333;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec08__card-subtitle {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08__card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(408 / 1080 * 100vw), 408px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid #36F;
  background: var(--base-FFFFFF, #FFF);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(3 / 1080 * 100vw), 3px) 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(calc(30 / 1080 * 100vw), 30px);
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .sec08__card-btn {
    padding-right: calc(20 / 750 * 100vw);
    position: static;
    transform: translateX(0);
    width: calc(590 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #36F;
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec08__card-btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10' r='10' fill='%233366FF'/%3E%3Cpath d='M15.4208 10L7.64307 15L7.64307 5L15.4208 10Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  right: min(calc(22 / 1080 * 100vw), 22px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec08__card-btn:after {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(26 / 750 * 100vw);
  }
}
.sec08__card-btn:hover {
  filter: brightness(130%);
}
.sec08__card-btn p {
  color: #36F;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec08__card-btn p {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec09 {
  background: url(/images_lp2/tsushin-univ/pc/sec09_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(497 / 1080 * 100vw), 497px);
  height: min(calc(497 / 1080 * 100vw), 497px);
  padding: min(calc(250 / 1080 * 100vw), 250px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    background: url(/images_lp2/tsushin-univ/sp/sec09_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1220 / 750 * 100vw);
    height: calc(1220 / 750 * 100vw);
    padding: calc(247 / 750 * 100vw) 0;
    position: relative;
  }
}
.sec09__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    width: 100%;
    position: static;
  }
}
.sec09__award {
  width: min(calc(321 / 1080 * 100vw), 321px);
  position: absolute;
  bottom: min(calc(76 / 1080 * 100vw), 76px);
  right: max(calc(-23 / 1080 * 100vw), -23px);
}
@media screen and (max-width: 767px) {
  .sec09__award {
    width: calc(475 / 750 * 100vw);
    bottom: calc(53 / 750 * 100vw);
    right: auto;
    left: calc(30 / 750 * 100vw);
  }
}
.sec09__title-area {
  display: flex;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__title-area {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(12 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.sec09__title-frame {
  background: #3366FF;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09__title-frame {
    border-radius: 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0;
    padding: calc(8 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec09__title-frame:not(.sp) {
    display: none;
  }
}
.sec09__title-text {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__title-text {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec09__logo-area {
  display: flex;
  align-items: flex-end;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__logo-area {
    justify-content: center;
    gap: calc(12 / 750 * 100vw);
  }
}
.sec09__logo {
  width: min(calc(256 / 1080 * 100vw), 256px);
}
@media screen and (max-width: 767px) {
  .sec09__logo {
    width: calc(310 / 750 * 100vw);
  }
}
.sec09__cta-text {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__cta-text {
    font-size: calc(48 / 750 * 100vw);
    text-align: center;
  }
}
.sec09__cta-text-small {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .sec09__cta-text-small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec09__cta-text-small {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09__note {
  text-align: right;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec09__note {
    margin-top: calc(560 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}
.sec09__note p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__note p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec10 {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(72 / 750 * 100vw) 0 calc(46 / 750 * 100vw);
  }
}
.sec10__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: calc(670 / 750 * 100vw);
  }
}
.sec10__title {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec10__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(72 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
