#site-header, header {
  box-sizing: border-box;
}

.page-top {
  z-index: 5;
}

@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}

.common-header {
  z-index: 5;
}

html {
  scroll-behavior: unset;
}

.wrapper {
  padding-top: 0;
  min-width: unset;
}

main {
  color: #0042BC;
}

.page-container section, .page-container div.section-block {
  width: 100%;
  padding-inline: 0;
  margin: 0;
}
.page-container h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-container h2:after {
  display: none;
}
.page-container h3 {
  background: none;
  margin: 0;
  padding: 0;
}
.page-container p {
  line-height: inherit;
  margin: 0;
}
@media (max-width: 750px) {
  .page-container p {
    font-size: 3.7313432836vw;
  }
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 500;
  background: #F0F5FA;
}

body * {
  box-sizing: border-box;
}

body svg {
  margin: 0 auto;
  display: block;
}

main a,
main img {
  display: block;
}

body a {
  -webkit-tap-highlight-color: transparent;
}

body img {
  vertical-align: bottom;
}

body picture,
body img {
  pointer-events: none;
}

main,
section {
  position: relative;
}

.u-img_w100 {
  width: 100%;
}

.u-img_h100 {
  height: 100%;
}

@media screen and (min-width: 751px) {
  .u-img_w100-pc {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .u-img_h100-pc {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-img_w100-sp {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-img_h100-sp {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .u-is-sp {
    display: none !important;
  }
}
.l-article {
  min-height: 100svh;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-article {
    padding-top: 7.1742313324vw;
  }
}
@media screen and (max-width: 750px) {
  .l-article {
    padding-top: 21.6vw;
  }
}
@keyframes bounce {
  0%, 100% {
    margin-top: 0;
    margin-bottom: 0;
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    margin-top: 10%;
    margin-bottom: -10%;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
:root {
  --vh-fixed: 1vh;
}

.container {
  width: 100%;
  max-width: 81.3492063492vw;
  box-sizing: border-box;
  padding: 0 1.3227513228vw;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 3.7313432836vw;
  }
}

main {
  padding-top: 60px;
}
@media (max-width: 750px) {
  main {
    padding-top: 50px;
  }
}

.kv {
  background: url("../img/kv/kv.jpg") center no-repeat;
  background-size: cover;
  padding: 5.0264550265vw 0 3.7037037037vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .kv {
    padding: 5.7213930348vw 0 12.1890547264vw;
    background: url("../img/kv/kv-sp.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .kv .container {
    text-align: center;
  }
}
.kv:before {
  content: "";
  position: absolute;
  bottom: -1.3227513228vw;
  height: 9.2592592593vw;
  left: 0;
  right: 0;
  background: url("../img/kv/kv-wave.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media (max-width: 750px) {
  .kv:before {
    bottom: -0.9950248756vw;
    height: 9.2039800995vw;
  }
}
.kv__text--date {
  display: inline-block;
  font-size: 1.0582010582vw;
  line-height: 1.8;
  padding: 0.3968253968vw 1.1904761905vw 0.3968253968vw 1.1904761905vw;
  background: #fff;
  color: #0042BC;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 10000px;
  margin-bottom: 1.6534391534vw;
}
@media (max-width: 750px) {
  .kv__text--date {
    font-size: 3.4825870647vw;
    padding: 0.4975124378vw 1.7412935323vw 0.4975124378vw 3.7313432836vw;
    margin-bottom: 4.4776119403vw;
  }
}
.kv__text--date span {
  letter-spacing: 0.12em;
}
.kv__text--date span.ml-3 {
  display: inline-block;
}
.kv__text .txt-1 {
  font-size: 2.380952381vw;
  line-height: 1.3;
  font-weight: 700;
  color: #0042BC;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
}
@media (max-width: 750px) {
  .kv__text .txt-1 {
    font-size: 4.9751243781vw;
    line-height: 1.56;
    flex-direction: column;
    align-items: center;
  }
}
.kv__text .txt-1 .txt-small {
  font-size: 1.3227513228vw;
  letter-spacing: 0.08em;
  margin-right: 0.2645502646vw;
}
@media (max-width: 750px) {
  .kv__text .txt-1 .txt-small {
    font-size: 3.9800995025vw;
    align-items: center;
    display: flex;
    margin-right: 0;
    margin-bottom: 1.7412935323vw;
  }
}
.kv__text .txt-1 span.icon {
  display: inline-block;
  width: 3.7698412698vw;
  margin-right: 0.5291005291vw;
  margin-bottom: -0.1322751323vw;
}
.kv__text .txt-1 span.icon img {
  width: 100%;
}
@media (max-width: 750px) {
  .kv__text .txt-1 span.icon {
    width: 5.4726368159vw;
    margin-right: 1.9900497512vw;
    margin-bottom: 0;
  }
}
.kv__text .txt-1 .txt-wrap {
  display: flex;
  align-items: baseline;
}
@media (max-width: 750px) {
  .kv__text .txt-1 .txt-wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.kv__text .txt-1 .txt-havesub {
  position: relative;
  line-height: 1;
  margin-left: 0.3306878307vw;
}
.kv__text .txt-1 .txt-havesub span {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.1984126984vw);
  font-size: 1.0582010582vw;
  line-height: 1.3;
  letter-spacing: -0.06em;
}
@media (max-width: 750px) {
  .kv__text .txt-1 .txt-havesub span {
    font-size: 3.4825870647vw;
    line-height: 1.3;
    position: static;
    display: block;
    letter-spacing: 0.02em;
    margin-bottom: 0.9950248756vw;
  }
}
.kv__text .txt-2 {
  font-size: 4.2328042328vw;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 0.462962963vw;
}
@media (max-width: 750px) {
  .kv__text .txt-2 {
    font-size: 6.9651741294vw;
    line-height: 1.4;
    margin-top: 2.4875621891vw;
  }
}
.kv__list {
  margin-top: 3.0423280423vw;
  display: flex;
  margin-left: -0.1984126984vw;
}
@media (max-width: 750px) {
  .kv__list {
    margin-left: 0;
    flex-direction: column;
    margin-top: 19.6517412935vw;
    margin-inline: -0.4975124378vw;
  }
}
.kv__item {
  background: #0042BC;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0.6613756614vw;
  position: relative;
  text-align: center;
  width: 17.8571428571vw;
  padding: 2.8439153439vw 0.6613756614vw 0.5291005291vw;
}
@media (max-width: 750px) {
  .kv__item {
    width: 100%;
    border-radius: 2.4875621891vw;
    padding: 4.9751243781vw 4.4776119403vw 2.4875621891vw 41.7910447761vw;
  }
}
.kv__item-index {
  position: absolute;
  top: 0.1984126984vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5634920635vw;
  height: 4.4973544974vw;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 0.3306878307vw solid #0042BC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3227513228vw;
  font-weight: 700;
  color: #0042BC;
}
@media (max-width: 750px) {
  .kv__item-index {
    top: 0.7462686567vw;
    width: 13.4328358209vw;
    height: 13.4328358209vw;
    font-size: 3.9800995025vw;
    border-width: 0.7462686567vw;
  }
}
.kv__item-sub {
  font-size: 0.7936507937vw;
  line-height: 1.48;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 750px) {
  .kv__item-sub {
    font-size: 2.9850746269vw;
    line-height: 1.28;
    margin-top: 1.9900497512vw;
    letter-spacing: 0.02em;
  }
}
.kv__item-sub span {
  color: #FFD400;
  font-weight: 900;
}
.kv__item--txt {
  font-size: 1.1904761905vw;
  line-height: 1.48;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-top: 0.2976190476vw;
}
@media (max-width: 750px) {
  .kv__item--txt {
    font-size: 3.9800995025vw;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
}
.kv__item--desc {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 4.2989417989vw;
  color: #0042BC;
  font-size: 1.0582010582vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border-radius: 0.6613756614vw;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 750px) {
  .kv__item--desc {
    font-size: 3.4825870647vw;
    line-height: 1.3;
    height: 12.9353233831vw;
    border-radius: 1.4925373134vw;
  }
}
.kv__item--desc p {
  display: flex;
  flex-direction: column;
}
@media (min-width: 751px) {
  .kv__item--desc span {
    font-size: 0.7936507937vw;
  }
}
.kv__item--photo {
  width: 14.3518518519vw;
  border-radius: 0.3968253968vw;
  overflow: hidden;
}
@media (max-width: 750px) {
  .kv__item--photo {
    width: 34.07960199vw;
    left: 4.4776119403vw;
    top: 4.9751243781vw;
    position: absolute;
    border-radius: 1.4925373134vw;
  }
  .kv__item--photo img {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .kv__item--photo {
    aspect-ratio: 217/180;
  }
}
@media (min-width: 751px) {
  .kv__item.--item01 .kv__item--photo {
    margin: 0.7275132275vw auto;
  }
}
@media (max-width: 750px) {
  .kv__item.--item01 .kv__item--txt {
    margin: 0.4975124378vw -2.4875621891vw 2.4875621891vw;
  }
}
.kv__item.--item02 {
  margin-left: 1.7195767196vw;
}
@media (min-width: 751px) {
  .kv__item.--item02 {
    padding-top: 2.5132275132vw;
  }
  .kv__item.--item02 .kv__item--photo {
    margin: 1.5873015873vw auto 0.7275132275vw;
  }
}
@media (max-width: 750px) {
  .kv__item.--item02 {
    margin-left: 0;
    margin-top: 7.2139303483vw;
  }
}
@media (max-width: 750px) {
  .kv__item.--item02 .kv__item--txt {
    margin: 5.4726368159vw 0 4.4776119403vw;
    line-height: 1.48;
  }
}
.kv__note {
  width: 37.1693121693vw;
  height: 2.7116402116vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9259259259vw;
  margin-top: 0.5952380952vw;
  background: #0042BC;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
  border-radius: 0.5291005291vw;
  padding-right: 0.3968253968vw;
}
@media (max-width: 750px) {
  .kv__note {
    width: 92.5373134328vw;
    height: 8.2089552239vw;
    font-size: 2.9850746269vw;
    margin-top: 2.4875621891vw;
    border-radius: 1.9900497512vw;
    padding-right: 1.4925373134vw;
  }
}
.kv__figure {
  position: absolute;
  bottom: -14.5502645503vw;
  width: 28.2407407407vw;
  left: calc(50% + 7.208994709vw);
  z-index: 1;
  transform: translate(0, 100%);
  transition: all 1s ease;
}
@media (max-width: 750px) {
  .kv__figure {
    transform: translate(100%, 0) rotate(-26.7deg);
    bottom: auto;
    left: auto;
    top: 46.2686567164vw;
    right: -16.9154228856vw;
    width: 32.0895522388vw;
  }
}
.kv.show .kv__figure {
  transform: translate(0, 0);
}
@media (max-width: 750px) {
  .kv.show .kv__figure {
    transform: translate(0, 0) rotate(-26.7deg);
  }
}

.section__ttl {
  font-size: 2.380952381vw;
  line-height: 1.444;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 750px) {
  .section__ttl {
    font-size: 5.9701492537vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.answer {
  position: relative;
  background: #76D3FF;
  padding: 5.9523809524vw 0 5.9523809524vw;
}
@media (max-width: 750px) {
  .answer {
    padding: 9.9502487562vw 0;
  }
}
.answer .container {
  max-width: 80.6878306878vw;
}
@media (max-width: 750px) {
  .answer .container {
    max-width: 100%;
  }
}
.answer .section__ttl {
  font-size: 2.6455026455vw;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 750px) {
  .answer .section__ttl {
    font-size: 4.9751243781vw;
    line-height: 1.48;
  }
}
.answer__inner {
  background: #fff;
  border-radius: 0.7936507937vw;
  box-shadow: 0 0 0.7936507937vw rgba(0, 0, 0, 0.25);
  padding: 2.6455026455vw 3.1746031746vw 2.6455026455vw 4.4973544974vw;
  text-decoration: none !important;
  color: #0042BC !important;
}
@media (max-width: 750px) {
  .answer__inner {
    border-radius: 2.4875621891vw;
    padding: 4.4776119403vw;
    box-shadow: 0 0 2.9850746269vw rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .answer__inner:hover .answer--link span {
    background: #fff;
    box-shadow: inset 0 0 0 0.1322751323vw #0042BC;
  }
  .answer__inner:hover .answer--link span i:before {
    opacity: 1;
  }
}
.answer--link {
  text-align: right;
  font-size: 1.3227513228vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.3227513228vw;
}
@media (max-width: 750px) {
  .answer--link {
    font-size: 3.9800995025vw;
    letter-spacing: 0.1em;
    margin-top: 3.4825870647vw;
  }
}
.answer--link span {
  display: inline-block;
  width: 3.3068783069vw;
  height: 3.3068783069vw;
  background: #0042BC;
  border-radius: 50%;
  position: relative;
  margin-left: 0.7936507937vw;
  box-shadow: inset 0 0 0 0.1322751323vw #0042BC;
  transition: all 0.35s ease;
}
@media (max-width: 750px) {
  .answer--link span {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    margin-left: 1.7412935323vw;
  }
}
.answer--link span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9920634921vw;
  height: 1.3888888889vw;
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow-white.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .answer--link span i {
    width: 1.7412935323vw;
    height: 2.4875621891vw;
  }
}
.answer--link span i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/arrow-blue.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease;
}

.howto {
  position: relative;
  z-index: 1;
  padding: 11.3756613757vw 0 5.291005291vw;
}
@media (max-width: 750px) {
  .howto {
    padding: 17.9104477612vw 0 10.447761194vw;
  }
}
.howto:after {
  content: "";
  position: absolute;
  top: -0.6613756614vw;
  left: 0;
  right: 0;
  height: 6.8121693122vw;
  background: url("../img/howto/wave-top.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .howto:after {
    height: 10.447761194vw;
    background: url("../img/howto/wave-top-sp.png") center no-repeat;
    background-size: 100% 100%;
    top: -2.2388059701vw;
  }
}
.howto .container {
  max-width: 82.0105820106vw;
}
@media (max-width: 750px) {
  .howto .container {
    max-width: 100%;
  }
}
.howto .section__ttl {
  color: #FA0014;
  margin-bottom: 1.0582010582vw;
}
@media (max-width: 750px) {
  .howto .section__ttl {
    margin-bottom: 1.4925373134vw;
  }
}
.howto--txt {
  font-size: 1.3227513228vw;
  line-height: 1.2;
  letter-spacing: 0.18em;
  color: #000;
  margin-bottom: 3.1746031746vw;
}
@media (max-width: 750px) {
  .howto--txt {
    font-size: 3.4825870647vw;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 5.9701492537vw;
  }
}
.howto__list {
  display: flex;
  width: 68.7830687831vw;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  .howto__list {
    width: 100%;
    flex-direction: column;
  }
}
.howto__list:before {
  content: "";
  position: absolute;
  top: 8.0026455026vw;
  height: 0.2645502646vw;
  background: #0042BC;
  left: 0;
  right: 0;
}
@media (max-width: 750px) {
  .howto__list:before {
    top: 0;
    height: auto;
    left: 50%;
    bottom: 0;
    width: 0.9950248756vw;
  }
}
.howto__item {
  background: #0042BC;
  color: #fff;
  text-align: center;
  border-radius: 1.0582010582vw;
  padding: 0.9920634921vw 1.0582010582vw;
  width: 21.164021164vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .howto__item {
    width: 100%;
    padding: 4.4776119403vw 0 3.7313432836vw;
    min-height: 62.1890547264vw;
    border-radius: 2.4875621891vw;
  }
  .howto__item + .howto__item {
    margin-top: 3.9800995025vw;
  }
}
.howto__item--img {
  width: 17.1957671958vw;
  margin: 0 auto 1.5873015873vw;
}
@media (max-width: 750px) {
  .howto__item--img {
    width: 64.6766169154vw;
    margin-bottom: 6.2189054726vw;
  }
}
@media (min-width: 751px) {
  .howto__item--img img {
    aspect-ratio: 330/144;
  }
}
.howto__item--ttl {
  font-size: 1.1904761905vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 0.462962963vw;
}
@media (max-width: 750px) {
  .howto__item--ttl {
    font-size: 3.9800995025vw;
    margin-bottom: 1.7412935323vw;
    letter-spacing: 0.08em;
  }
}
.howto__item--desc {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media (max-width: 750px) {
  .howto__item--desc {
    font-size: 3.9800995025vw;
    letter-spacing: 0.12em;
  }
}
.howto .btnX {
  width: 23.4920634921vw;
  margin: 3.7037037037vw auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  .howto .btnX {
    width: 100%;
    margin-top: 5.9701492537vw;
  }
}
.howto .btnX img {
  width: 100%;
}
@media (min-width: 751px) {
  .howto .btnX img {
    aspect-ratio: 356/54;
  }
}
.howto .btnX a {
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  .howto .btnX a:hover {
    opacity: 0.7;
  }
}
.howto .btnX p {
  color: #000;
  font-size: 0.7936507937vw;
  line-height: 1.56;
  letter-spacing: 0.12em;
  margin-top: 0.5291005291vw;
}
@media (max-width: 750px) {
  .howto .btnX p {
    font-size: 2.9850746269vw;
    margin-top: 1.9900497512vw;
  }
}
.howto__box {
  background: #f9f9f9;
  width: 68.7830687831vw;
  box-sizing: border-box;
  padding: 2.5132275132vw 3.7698412698vw 1.9841269841vw;
  border-radius: 0.6613756614vw;
  margin: 3.7037037037vw auto 0;
  color: #000;
}
@media (max-width: 750px) {
  .howto__box {
    width: 100%;
    margin-top: 5.9701492537vw;
    padding: 4.4776119403vw 3.9800995025vw;
    border-radius: 2.4875621891vw;
  }
}
.howto__box--ttl {
  font-size: 1.5873015873vw;
  line-height: 0.8823529412;
  letter-spacing: 0.1em;
  margin-bottom: 1.0582010582vw;
  font-weight: 500;
}
@media (max-width: 750px) {
  .howto__box--ttl {
    font-size: 4.9751243781vw;
    line-height: 1.6;
    margin-bottom: 1.9900497512vw;
  }
}
.howto__box ul li {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.19em;
  padding-left: 1.5873015873vw;
  position: relative;
  font-weight: 400;
}
@media (max-width: 750px) {
  .howto__box ul li {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.15em;
    padding-left: 6.2189054726vw;
  }
}
.howto__box ul li:before {
  content: "";
  position: absolute;
  top: 0.7275132275vw;
  left: 0.5952380952vw;
  width: 0.3306878307vw;
  height: 0.3306878307vw;
  background: currentColor;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .howto__box ul li:before {
    top: 2.9850746269vw;
    left: 2.4875621891vw;
    width: 0.9950248756vw;
    height: 0.9950248756vw;
  }
}
.howto__box ul li span {
  font-size: 0.9259259259vw;
  display: inline-block;
  color: #A09C9C;
  width: 56.6798941799vw;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .howto__box ul li span {
    font-size: 3.9800995025vw;
    margin-top: 1.4925373134vw;
    width: 100%;
  }
}

.introduce {
  background: url("../img/introduce/introduce-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 12.037037037vw 0 11.9047619048vw;
  position: relative;
}
@media (max-width: 750px) {
  .introduce {
    padding: 15.92039801vw 0 15.92039801vw;
    background: url("../img/introduce/introduce-bg-sp.jpg") center no-repeat;
    background-size: cover;
  }
}
.introduce:before {
  content: "";
  position: absolute;
  top: -1.8518518519vw;
  left: 0;
  right: 0;
  height: 8.1349206349vw;
  background: url("../img/introduce/wave-top.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .introduce:before {
    height: 12.1890547264vw;
    top: -2.9850746269vw;
  }
}
.introduce:after {
  content: "";
  position: absolute;
  bottom: -1.3227513228vw;
  left: 0;
  right: 0;
  height: 9.2592592593vw;
  background: url("../img/introduce/wave-bottom.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .introduce:after {
    height: 13.184079602vw;
    bottom: -4.2288557214vw;
  }
}
.introduce .container {
  max-width: 80.6878306878vw;
}
@media (max-width: 750px) {
  .introduce .container {
    max-width: 100%;
  }
}
.introduce .section__ttl {
  color: #fff;
  margin-bottom: 1.0582010582vw;
}
@media (max-width: 750px) {
  .introduce .section__ttl {
    margin-bottom: 0.9950248756vw;
  }
}
.introduce--txt {
  font-size: 1.3227513228vw;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 3.1746031746vw;
}
@media (max-width: 750px) {
  .introduce--txt {
    font-size: 3.9800995025vw;
    line-height: 1.4;
    letter-spacing: 0.13em;
    margin-bottom: 6.4676616915vw;
    width: 94%;
  }
}
.introduce__item {
  border-radius: 0.7936507937vw;
  overflow: hidden;
  width: 68.7830687831vw;
  margin: 0 auto;
  box-shadow: 0 0 0.7936507937vw rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .introduce__item {
    width: 100%;
    border-radius: 2.4875621891vw;
    box-shadow: 0 0 3.4825870647vw rgba(0, 0, 0, 0.12);
  }
}
.introduce__item--photo img {
  width: 100%;
}
.introduce__item + .introduce__item {
  margin-top: 2.1164021164vw;
}
@media (max-width: 750px) {
  .introduce__item + .introduce__item {
    margin-top: 3.9800995025vw;
  }
}
.introduce__item--content {
  background: #f5f5f5;
  padding: 1.8518518519vw 2.6455026455vw;
}
@media (max-width: 750px) {
  .introduce__item--content {
    padding: 4.4776119403vw;
  }
}
.introduce__item--label {
  color: #fff;
  display: inline-flex;
  background: #FA0014;
  font-size: 1.3227513228vw;
  letter-spacing: 0.12em;
  font-weight: 700;
  width: 6.6137566138vw;
  height: 2.6455026455vw;
  align-items: center;
  justify-content: center;
  border-radius: 10000px;
}
@media (max-width: 750px) {
  .introduce__item--label {
    font-size: 3.4825870647vw;
    width: 12.1890547264vw;
    height: 6.4676616915vw;
    padding-left: 0.4975124378vw;
  }
}
.introduce__item--cat {
  font-size: 1.3227513228vw;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5952380952vw;
}
@media (max-width: 750px) {
  .introduce__item--cat {
    font-size: 3.9800995025vw;
    line-height: 1.3;
    margin-top: 1.7412935323vw;
  }
}
.introduce__item--cat span {
  display: inline-block;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  margin-left: 0.3968253968vw;
  font-weight: 500;
}
@media (max-width: 750px) {
  .introduce__item--cat span {
    font-size: 3.4825870647vw;
    margin-left: 0;
    display: block;
  }
}
.introduce__item--ttl {
  font-size: 3.1746031746vw;
  line-height: 1.2;
  letter-spacing: 0.14em;
  margin: 0.1322751323vw 0 0.5291005291vw;
  font-weight: 700;
}
@media (max-width: 750px) {
  .introduce__item--ttl {
    font-size: 6.9651741294vw;
    line-height: 6.4676616915vw;
    letter-spacing: 0.08em;
    margin: 1.7412935323vw 0 3.2338308458vw;
  }
}
@media (min-width: 751px) {
  .introduce__item--ttl.ttlonly {
    margin: 0.7275132275vw 0 0.5291005291vw;
  }
}
@media (max-width: 750px) {
  .introduce__item--ttl.ttlonly {
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 2.736318408vw 0 2.2388059701vw;
  }
}
.introduce__item--ttl span {
  font-size: 1.5873015873vw;
  letter-spacing: 0.18em;
  display: inline-block;
  margin-left: 0.9920634921vw;
}
@media (max-width: 750px) {
  .introduce__item--ttl span {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.introduce__item--subttl {
  font-size: 1.5873015873vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 1.455026455vw;
}
@media (max-width: 750px) {
  .introduce__item--subttl {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    margin-bottom: 5.9701492537vw;
    letter-spacing: 0.08em;
  }
}
.introduce__item--subttl span {
  margin-left: 0.7275132275vw;
}
@media (max-width: 750px) {
  .introduce__item--subttl span {
    margin-left: 1.7412935323vw;
  }
}
.introduce__item--subttl.price {
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .introduce__item--subttl.price {
    margin-bottom: 1.1904761905vw;
  }
}
@media (max-width: 750px) {
  .introduce__item--subttl.price {
    margin-bottom: 5.4726368159vw;
  }
}
.introduce__item--list {
  display: flex;
}
@media (max-width: 750px) {
  .introduce__item--list {
    flex-direction: column;
  }
}
.introduce__item--list ul {
  margin-top: 0.5291005291vw;
}
@media (max-width: 750px) {
  .introduce__item--list ul {
    margin-top: 0.9950248756vw;
  }
}
.introduce__item--list ul li {
  font-size: 1.0582010582vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 750px) {
  .introduce__item--list ul li {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.introduce__item--list ul.list-dott li {
  position: relative;
  padding-left: 1.5873015873vw;
}
@media (max-width: 750px) {
  .introduce__item--list ul.list-dott li {
    padding-left: 6.2189054726vw;
  }
}
.introduce__item--list ul.list-dott li:before {
  content: "";
  position: absolute;
  top: 0.9259259259vw;
  left: 0.5952380952vw;
  width: 0.2645502646vw;
  height: 0.2645502646vw;
  background-color: currentColor;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .introduce__item--list ul.list-dott li:before {
    top: 2.9850746269vw;
    left: 2.4875621891vw;
    width: 0.9950248756vw;
    height: 0.9950248756vw;
  }
}
.introduce__item--list ul.list-flex li {
  line-height: 1.6;
}
.introduce__item--list ul.list-flex dl {
  display: flex;
}
.introduce__item--list ul.list-flex dl dt {
  width: 4.0343915344vw;
}
@media (max-width: 750px) {
  .introduce__item--list ul.list-flex dl dt {
    width: 15.1741293532vw;
  }
}
.introduce__item--list ul.list-flex dl dd {
  width: calc(100% - 4.0343915344vw);
}
@media (max-width: 750px) {
  .introduce__item--list ul.list-flex dl dd {
    width: calc(100% - 15.1741293532vw);
    letter-spacing: 0.05em;
  }
}
.introduce__item--list + .introduce__item--list {
  margin-top: 0.8597883598vw;
}
@media (max-width: 750px) {
  .introduce__item--list + .introduce__item--list {
    margin-top: 2.2388059701vw;
  }
}
.introduce__item--list .col1 {
  width: 24.1402116402vw;
}
@media (max-width: 750px) {
  .introduce__item--list .col1 {
    width: 100%;
  }
}
.introduce__item--list .col2 {
  margin-left: 2.3148148148vw;
}
@media (max-width: 750px) {
  .introduce__item--list .col2 {
    width: 100%;
    margin-left: 0;
    margin-top: 2.4875621891vw;
  }
}
.introduce__item--list .item + .item {
  margin-top: 0.9259259259vw;
}
.introduce__item--listttl {
  font-size: 1.0582010582vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media (max-width: 750px) {
  .introduce__item--listttl {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.introduce__item--sub {
  font-size: 0.9259259259vw;
  line-height: 1.48;
  letter-spacing: 0.05em;
  display: inline-flex;
  height: 2.1825396825vw;
  background: #E9E9E9;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  margin-top: 2.1164021164vw;
  border-radius: 0.2645502646vw;
}
@media (max-width: 750px) {
  .introduce__item--sub {
    font-size: 2.9850746269vw;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 5.9701492537vw;
    height: 8.2089552239vw;
  }
}
.introduce__item--txt {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin-top: -0.1322751323vw;
  font-weight: 400;
}
.introduce__item--txt a {
  color: inherit !important;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 751px) {
  .introduce__item--txt a {
    margin-right: 0.5291005291vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .introduce__item--txt a:hover {
    text-decoration: none;
  }
}
@media (max-width: 750px) {
  .introduce__item--txt a {
    margin-right: 1.4925373134vw;
  }
}
@media (max-width: 750px) {
  .introduce__item--txt {
    font-size: 3.9800995025vw;
    line-height: 1.4;
    letter-spacing: 0.08em;
    width: 100%;
    margin-top: 0.4975124378vw;
  }
}
.introduce__item--txt span {
  font-size: 0.7936507937vw;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 0.3968253968vw;
}
@media (max-width: 750px) {
  .introduce__item--txt span {
    font-size: 2.9850746269vw;
    margin-top: 0.7462686567vw;
    display: block;
  }
}
.introduce__item#introduce02 .introduce__item--txt {
  margin-top: 1.0582010582vw;
  width: 23.1481481481vw;
}
@media (max-width: 750px) {
  .introduce__item#introduce02 .introduce__item--txt {
    margin-top: 1.9900497512vw;
    width: 100%;
    font-size: 3.9800995025vw;
    line-height: 1.6;
  }
}

.note {
  background: #F0F5FA;
  padding: 3.4391534392vw 0 2.6455026455vw;
}
@media (max-width: 750px) {
  .note {
    padding: 9.4527363184vw 0 10.6965174129vw;
  }
}
.note .section__ttl {
  color: #FA0014;
  margin-bottom: 3.1746031746vw;
}
@media (max-width: 750px) {
  .note .section__ttl {
    margin-bottom: 5.9701492537vw;
  }
}
.note .container {
  max-width: 80.6878306878vw;
}
@media (max-width: 750px) {
  .note .container {
    max-width: 100%;
  }
}
.note .accordion--ttl {
  font-size: 1.9841269841vw;
  line-height: 1.4333;
  padding: 1.0582010582vw 0.9920634921vw;
  color: #000;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.15em;
  cursor: pointer;
}
@media (max-width: 750px) {
  .note .accordion--ttl {
    font-size: 4.9751243781vw;
    line-height: 1.4;
    padding: 0;
    letter-spacing: 0.13em;
  }
}
.note .accordion--ttl.active .accordion-icon:before {
  opacity: 1;
}
.note .accordion-icon {
  position: absolute;
  right: 0.9920634921vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9761904762vw;
  height: 2.9761904762vw;
  transition: all 0.35s ease;
  background: url("../img/note/accordion-plus.png") center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
@media (max-width: 750px) {
  .note .accordion-icon {
    width: 7.4626865672vw;
    height: 7.4626865672vw;
    right: 0;
  }
}
.note .accordion-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/note/accordion-minus.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
}
@media (min-width: 751px) and (hover: hover) {
  .note .accordion-icon:hover {
    opacity: 0.7;
  }
}
.note .accordion--content {
  padding: 0.7936507937vw 0 0;
  position: relative;
  display: none;
}
@media (max-width: 750px) {
  .note .accordion--content {
    padding-top: 3.7313432836vw;
  }
}
.note .accordion--content-inner {
  position: relative;
  padding: 1.7857142857vw 1.1243386243vw 0.9920634921vw;
}
@media (max-width: 750px) {
  .note .accordion--content-inner {
    padding: 4.4776119403vw 0 0;
  }
}
.note .accordion--content:before {
  content: "";
  left: 0;
  right: 0;
  top: 0.7936507937vw;
  height: 0.1984126984vw;
  background: #FA0014;
  position: absolute;
}
@media (max-width: 750px) {
  .note .accordion--content:before {
    top: 3.4825870647vw;
    height: 0.7462686567vw;
  }
}
.note .accordion--content .block-txt {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
}
@media (max-width: 750px) {
  .note .accordion--content .block-txt {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
.note .accordion--content .block-txt--ttl {
  font-size: 1.3227513228vw;
  line-height: 1.45;
  margin-bottom: 0.5291005291vw;
  font-weight: 500;
}
@media (max-width: 750px) {
  .note .accordion--content .block-txt--ttl {
    font-size: 4.9751243781vw;
    line-height: 1.6;
    margin-bottom: 1.4925373134vw;
  }
}
.note .accordion--content .block-txt + .block-txt {
  margin-top: 1.3227513228vw;
}
@media (max-width: 750px) {
  .note .accordion--content .block-txt + .block-txt {
    margin-top: 5.7213930348vw;
  }
}
.note .accordion--content .block-txt .txt-dott li {
  position: relative;
  padding-left: 1.455026455vw;
}
@media (max-width: 750px) {
  .note .accordion--content .block-txt .txt-dott li {
    padding-left: 6.2189054726vw;
  }
  .note .accordion--content .block-txt .txt-dott li + li {
    margin-top: 0.2487562189vw;
  }
}
.note .accordion--content .block-txt .txt-dott li:before {
  content: "";
  position: absolute;
  top: 0.7275132275vw;
  left: 0.462962963vw;
  width: 0.2645502646vw;
  height: 0.2645502646vw;
  background-color: currentColor;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .note .accordion--content .block-txt .txt-dott li:before {
    top: 2.9850746269vw;
    left: 2.4875621891vw;
    width: 0.9950248756vw;
    height: 0.9950248756vw;
  }
}
.note-block {
  padding: 1.5873015873vw 2.6455026455vw;
  background: #fff;
  border-radius: 0.6613756614vw;
  box-shadow: 0 0 0.6613756614vw 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .note-block {
    padding: 4.2288557214vw 3.9800995025vw;
    border-radius: 2.4875621891vw;
    box-shadow: 0 0 2.9850746269vw 0 rgba(0, 0, 0, 0.1);
  }
}
.note .note-link {
  background: #0042BC;
  margin-top: 2.1164021164vw;
  color: #fff;
  position: relative;
}
@media (max-width: 750px) {
  .note .note-link {
    margin-top: 4.2288557214vw;
    padding: 4.4776119403vw 3.9800995025vw 16.9154228856vw;
  }
}
.note .note-link--inner {
  padding: 1.2566137566vw 1.1243386243vw 1.0582010582vw;
}
@media (max-width: 750px) {
  .note .note-link--inner {
    padding: 0;
  }
}
.note .note-link-ttl {
  display: flex;
  font-size: 1.5873015873vw;
  line-height: 1;
  font-weight: 500;
  align-items: center;
  margin-bottom: 0.7936507937vw;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .note .note-link-ttl {
    font-size: 4.9751243781vw;
    line-height: 1.6;
    margin-bottom: 0.9950248756vw;
  }
}
.note .note-link-ttl span {
  display: inline-block;
  width: 1.3888888889vw;
  margin-right: 0.7936507937vw;
}
@media (max-width: 750px) {
  .note .note-link-ttl span {
    width: 4.7263681592vw;
    margin-right: 1.7412935323vw;
  }
}
.note .note-link-txt {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media (max-width: 750px) {
  .note .note-link-txt {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}
.note .note-link .note-link-btn {
  position: absolute;
  right: 3.7698412698vw;
  top: 54%;
  transform: translate(0, -50%);
  background: #fff;
  width: 18.5185185185vw;
  height: 3.5714285714vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0582010582vw;
  letter-spacing: 0.12em;
  color: #0042BC;
  border-radius: 10000px;
  transition: all 0.35s ease;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.1322751323vw #fff;
  font-weight: 400;
}
@media (max-width: 750px) {
  .note .note-link .note-link-btn {
    font-size: 3.9800995025vw;
    width: 42.2885572139vw;
    height: 10.447761194vw;
    transform: translate(0, 0);
    top: auto;
    bottom: 4.4776119403vw;
    right: 3.9800995025vw;
    padding-right: 3.2338308458vw;
    letter-spacing: 0;
  }
}
.note .note-link .note-link-btn i {
  position: absolute;
  top: 52%;
  right: 1.8518518519vw;
  width: 0.5291005291vw;
  height: 0.7275132275vw;
  background: url("../img/common/arrow-blue.png") center no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  .note .note-link .note-link-btn i {
    width: 1.9900497512vw;
    height: 2.736318408vw;
    right: 5.7213930348vw;
  }
}
.note .note-link .note-link-btn i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/arrow-white.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  .note .note-link .note-link-btn:hover {
    background: #0042BC;
    color: #fff;
  }
  .note .note-link .note-link-btn:hover i:before {
    opacity: 1;
  }
}
.note-text {
  text-align: center;
  margin-top: 0.7936507937vw;
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  color: #000;
}
@media (max-width: 750px) {
  .note-text {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 0.9950248756vw;
  }
}
.note-text a {
  text-decoration: none;
  color: #0042BC;
}
@media (min-width: 751px) and (hover: hover) {
  .note-text a:hover {
    text-decoration: underline;
  }
}

.meeting {
  padding: 10.582010582vw 0 4.7619047619vw;
  background: #fff;
  position: relative;
}
@media (max-width: 750px) {
  .meeting {
    padding: 17.9104477612vw 0 9.9502487562vw;
  }
}
.meeting:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 6.0185185185vw;
  background: url("../img/meeting/wave-top.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .meeting:before {
    height: 7.960199005vw;
  }
}
.meeting .container {
  max-width: 76.7195767196vw;
}
@media (max-width: 750px) {
  .meeting .container {
    max-width: 100%;
  }
}
.meeting-card {
  height: 27.7777777778vw;
  background: #fff;
  border-radius: 2.2784391534vw;
  position: relative;
  overflow: hidden;
}
.meeting-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 0.6613756614vw solid #0042BC;
  border-radius: 2.2784391534vw;
}
@media (max-width: 750px) {
  .meeting-card:before {
    border-width: 1.7412935323vw;
    border-radius: 7.960199005vw;
  }
}
@media (max-width: 750px) {
  .meeting-card {
    height: auto;
    border-radius: 7.960199005vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .meeting-card:hover .meeting--link span {
    background: #fff;
  }
  .meeting-card:hover .meeting--link span i:before {
    opacity: 1;
  }
}
.meeting__inner {
  position: absolute;
  right: 3.835978836vw;
  text-align: center;
  display: inline-block;
  top: 44.5%;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  .meeting__inner {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
    width: 100%;
    padding: 7.960199005vw 0 50.7462686567vw;
  }
}
.meeting--logo {
  width: 9.3915343915vw;
  margin: 0 auto 1.455026455vw;
}
.meeting--logo img {
  width: 100%;
}
@media (max-width: 750px) {
  .meeting--logo {
    width: 21.8905472637vw;
    margin-bottom: 3.4825870647vw;
  }
}
.meeting--txt {
  font-size: 1.0582010582vw;
  letter-spacing: 0.1em;
  line-height: 2.4;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .meeting--txt {
    font-size: 3.4825870647vw;
    line-height: 2.06;
  }
}
.meeting-char {
  position: absolute;
  width: 51.1243386243vw;
  height: 66.6005291005vw;
  background: url("../img/meeting/meeting-character.png") center no-repeat;
  background-size: 100% 100%;
  top: -2.5132275132vw;
  left: -15.4761904762vw;
}
@media (max-width: 750px) {
  .meeting-char {
    width: 74.3781094527vw;
    height: 97.0149253731vw;
    top: calc(100% - 43.5323383085vw);
    left: 5.7213930348vw;
  }
}
.meeting--link {
  position: absolute;
  right: 2.1164021164vw;
  bottom: 2.2486772487vw;
  display: flex;
  align-items: center;
  font-size: 1.3227513228vw;
  font-weight: 600;
  color: #0042BC !important;
  text-decoration: none !important;
  letter-spacing: 0.14em;
  z-index: 1;
}
@media (max-width: 750px) {
  .meeting--link {
    top: 82.8358208955vw;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 0);
    font-size: 3.9800995025vw;
    white-space: nowrap;
  }
}
.meeting--link span {
  display: inline-block;
  width: 3.3068783069vw;
  height: 3.3068783069vw;
  background: #0042BC;
  border-radius: 50%;
  position: relative;
  margin-left: 0.7936507937vw;
  box-shadow: inset 0 0 0 0.1322751323vw #0042BC;
  transition: all 0.35s ease;
}
@media (max-width: 750px) {
  .meeting--link span {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    margin-left: 1.7412935323vw;
  }
}
.meeting--link span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9920634921vw;
  height: 1.3888888889vw;
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow-white.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .meeting--link span i {
    width: 1.7412935323vw;
    height: 2.4875621891vw;
  }
}
.meeting--link span i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/arrow-blue.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease;
}

.line-banner {
  background: #76D3FF;
  padding: 11.7724867725vw 0 10.2513227513vw;
  position: relative;
}
@media (max-width: 750px) {
  .line-banner {
    padding: 17.4129353234vw 0 17.9104477612vw;
  }
}
.line-banner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 6.4153439153vw;
  background: url("../img/line/wave-top.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 750px) {
  .line-banner:before {
    background: url("../img/line/wave-top-sp.png") center no-repeat;
    background-size: 100% 100%;
    height: 10.447761194vw;
    top: -2.4875621891vw;
  }
}
.line-banner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4.9603174603vw;
  background: url("../img/line/wave-bottom.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 750px) {
  .line-banner:after {
    background: url("../img/line/wave-bottom-sp.png") center no-repeat;
    background-size: 100% 100%;
    height: 10.447761194vw;
    bottom: -2.4875621891vw;
  }
}
.line-banner .container {
  max-width: 80.6878306878vw;
}
@media (max-width: 750px) {
  .line-banner .container {
    max-width: 100%;
  }
}
.line-banner__inner {
  display: flex;
  border-radius: 0.7936507937vw;
  box-shadow: 0 0 0.7936507937vw 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 750px) {
  .line-banner__inner {
    flex-direction: column;
    border-radius: 2.4875621891vw;
  }
}
.line-banner__inner .photo {
  width: 38.6243386243vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 2.7116402116vw 0 2.7777777778vw;
  border-radius: 0.7936507937vw 0 0 0.7936507937vw;
  background: #fff;
}
@media (max-width: 750px) {
  .line-banner__inner .photo {
    width: 100%;
    padding: 5.223880597vw 11.9402985075vw;
    border-radius: 2.4875621891vw 2.4875621891vw 0 0;
  }
  .line-banner__inner .photo img {
    width: 68.6567164179vw;
  }
}
.line-banner__inner .content {
  width: calc(100% - 38.6243386243vw);
  box-sizing: border-box;
  padding: 2.1164021164vw 2.1164021164vw 8.7301587302vw;
  background: url("../img/line/line-bg.jpg");
  color: #fff;
  position: relative;
  border-radius: 0 0.7936507937vw 0.7936507937vw 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .line-banner__inner .content {
    width: 100%;
    padding: 4.4776119403vw 4.4776119403vw 16.4179104478vw;
    border-radius: 0 0 2.4875621891vw 2.4875621891vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .line-banner__inner:hover {
    text-decoration: none !important;
  }
  .line-banner__inner:hover .line-banner--link span {
    background: #fff;
  }
  .line-banner__inner:hover .line-banner--link span i:before {
    opacity: 1;
  }
}
.line-banner--date {
  width: 19.0476190476vw;
}
@media (max-width: 750px) {
  .line-banner--date {
    width: 48.0099502488vw;
  }
}
.line-banner--date img {
  width: 100%;
}
.line-banner--ttl {
  font-size: 2.380952381vw;
  line-height: 1.2;
  letter-spacing: 0.156em;
  margin: 0.6613756614vw 0 0.5291005291vw;
  font-weight: 700;
}
@media (max-width: 750px) {
  .line-banner--ttl {
    font-size: 6.9651741294vw;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin: 1.9900497512vw 0 2.9850746269vw;
  }
}
.line-banner-txt {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  font-weight: 500;
  letter-spacing: 0.012em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 750px) {
  .line-banner-txt {
    font-size: 3.9800995025vw;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}
.line-banner--link {
  position: absolute;
  right: 2.1164021164vw;
  bottom: 2.1825396825vw;
  display: flex;
  align-items: center;
  font-size: 1.3227513228vw;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.05em;
}
@media (max-width: 750px) {
  .line-banner--link {
    right: 4.4776119403vw;
    bottom: 4.4776119403vw;
    font-size: 3.9800995025vw;
    letter-spacing: 0.08em;
  }
}
.line-banner--link span {
  display: inline-block;
  width: 3.3068783069vw;
  height: 3.3068783069vw;
  background: #0042BC;
  border-radius: 50%;
  position: relative;
  margin-left: 0.8597883598vw;
  box-shadow: inset 0 0 0 0.1322751323vw #0042BC;
  transition: all 0.35s ease;
}
@media (max-width: 750px) {
  .line-banner--link span {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    margin-left: 1.9900497512vw;
  }
}
.line-banner--link span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9920634921vw;
  height: 1.3888888889vw;
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow-white.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .line-banner--link span i {
    width: 1.7412935323vw;
    height: 2.4875621891vw;
  }
}
.line-banner--link span i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/arrow-blue.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 11;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.modal-outer {
  position: relative;
  background: #fff;
  height: 90vh;
  height: 90svh;
  width: 79.3650793651vw;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 750px) {
  .modal-outer {
    width: 89.552238806vw;
  }
}
.modal .btn-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  width: 66.1375661376vw;
  height: 5.291005291vw;
  background: #fff;
  z-index: 2;
}
@media (max-width: 750px) {
  .modal .btn-close {
    width: 81.592039801vw;
    height: 17.4129353234vw;
  }
}
.modal .btn-close .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2.9761904762vw;
  height: 2.9761904762vw;
  border-radius: 50%;
  background: #f5f5f5;
  transition: all 0.35s ease;
  cursor: pointer;
}
@media (max-width: 750px) {
  .modal .btn-close .icon-close {
    width: 11.1940298507vw;
    height: 11.1940298507vw;
  }
}
.modal .btn-close .icon-close:before, .modal .btn-close .icon-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3888888889vw;
  height: 0.1984126984vw;
  border-radius: 10000px;
  background: #0042BC;
  transition: all 0.35s ease;
}
@media (max-width: 750px) {
  .modal .btn-close .icon-close:before, .modal .btn-close .icon-close:after {
    width: 5.223880597vw;
    height: 0.7462686567vw;
  }
}
.modal .btn-close .icon-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .btn-close .icon-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 751px) and (hover: hover) {
  .modal .btn-close .icon-close:hover {
    background: #0042BC;
  }
  .modal .btn-close .icon-close:hover:before, .modal .btn-close .icon-close:hover:after {
    background: #fff;
  }
}
.modal-inner {
  margin: 0 auto;
  padding: 6.3492063492vw 6.6137566138vw 5.291005291vw;
}
@media (max-width: 750px) {
  .modal-inner {
    padding: 17.4129353234vw 3.9800995025vw;
  }
}
.modal--ttl {
  font-size: 1.9841269841vw;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.4333;
  margin-bottom: 0.7936507937vw;
  padding-left: 1.0582010582vw;
}
@media (max-width: 750px) {
  .modal--ttl {
    font-size: 4.9751243781vw;
    line-height: 1.2;
    letter-spacing: 0.12em;
    padding-left: 0;
    margin-bottom: 1.9900497512vw;
  }
}
.modal--txt {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  letter-spacing: 0.12em;
  font-weight: 400;
  padding-left: 1.0582010582vw;
  padding-bottom: 1.5873015873vw;
  border-bottom: 0.1984126984vw solid #FA0014;
  margin-bottom: 0.6613756614vw;
}
@media (max-width: 750px) {
  .modal--txt {
    font-size: 3.9800995025vw;
    line-height: 1.56;
    letter-spacing: 0.12em;
    padding-left: 0;
    padding-bottom: 6.7164179104vw;
    margin-bottom: 2.9850746269vw;
    border-width: 0.7462686567vw;
  }
}
.modal--content {
  padding: 1.0582010582vw;
}
@media (max-width: 750px) {
  .modal--content {
    padding: 3.7313432836vw 0;
  }
}
.modal--content .box-content + .box-content {
  margin-top: 1.3227513228vw;
}
@media (max-width: 750px) {
  .modal--content .box-content + .box-content {
    margin-top: 4.9751243781vw;
  }
}
.modal--content .box-content--ttl {
  font-size: 1.3227513228vw;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin-bottom: 0.5291005291vw;
  font-weight: 500;
}
@media (max-width: 750px) {
  .modal--content .box-content--ttl {
    font-size: 4.9751243781vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
    margin-bottom: 1.9900497512vw;
  }
}
.modal--content .box-content--txt, .modal--content .box-content--list {
  font-size: 1.0582010582vw;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .modal--content .box-content--txt, .modal--content .box-content--list {
    font-size: 3.9800995025vw;
    letter-spacing: 0.12em;
  }
}
.modal--content .box-content--list li {
  padding-left: 1.5873015873vw;
  position: relative;
}
@media (max-width: 750px) {
  .modal--content .box-content--list li {
    padding-left: 6.2189054726vw;
  }
}
.modal--content .box-content--list li:before {
  content: "";
  position: absolute;
  top: 0.7936507937vw;
  left: 0.5952380952vw;
  width: 0.2645502646vw;
  height: 0.2645502646vw;
  background-color: currentColor;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .modal--content .box-content--list li:before {
    top: 2.9850746269vw;
    left: 2.4875621891vw;
    width: 0.9950248756vw;
    height: 0.9950248756vw;
  }
}
.modal--content .box-content a {
  color: currentColor !important;
}

.site-footer::before {
  display: none !important;
}